/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.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 #ccc;
  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-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.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 table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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: #eeeeee;
  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 {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  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:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  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:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active: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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  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: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
/*!
 * required gridstack 1.1.1 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others
 * https://gridstackjs.com/
 * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
 * gridstack.js may be freely distributed under the MIT license.
*/:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;left:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;right:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;right:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;right:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;left:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;left:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}audio, canvas, video {display: inline-block;}audio:not([controls]) {display: none;height: 0;}[hidden], template {display: none;}html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}body {margin: 0;}a {background: transparent;}a:focus {outline: thin dotted;}a:active, a:hover {outline: 0;}h1 {font-size: 2em;margin: 0.67em 0;}abbr[title] {border-bottom: 1px dotted;}b, strong {font-weight: 600;}dfn {font-style: italic;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}mark {background: #ff0;color: #000;}code, kbd, pre, samp {font-family: monospace, serif;font-size: 1em;}pre {white-space: pre-wrap;}q {quotes: "\201C""\201D""\2018""\2019";}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}button, input, select, textarea {font-family: inherit;font-size: 100%;margin: 0;}button, input {line-height: normal;}button, select {text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled], html input[disabled] {cursor: default;}input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}textarea {overflow: auto;vertical-align: top;}table {border-collapse: collapse;border-spacing: 0;}*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}html {font-size: 62.5%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857;color: #333333;}input, button, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit;}a {color: inherit;text-decoration: none;}a:hover, a:focus {color: inherit;text-decoration: underline;}a:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}img {vertical-align: middle;}.img-responsive {display: block;max-width: 100%;height: auto;}.img-rounded {border-radius: 6px;}.img-thumbnail, .thumbnail {padding: 4px;line-height: 1.42857;background-color: white;border: 1px solid #dddddd;border-radius: 4px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;display: inline-block;max-width: 100%;height: auto;}.img-circle {border-radius: 50%;}hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}.sr-only {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0 0 0 0);border: 0;}p {margin: 0 0 10px;}.lead {margin-bottom: 20px;font-size: 16.1px;font-weight: 200;line-height: 1.4;}small, .small {font-size: 85%;}cite {font-style: normal;}.text-muted {color: #999999;}.text-primary {color: #428bca;}.text-primary:hover {color: #3071a9;}.text-warning {color: #c09853;}.text-warning:hover {color: #a47e3c;}.text-danger {color: #b94a48;}.text-danger:hover {color: #953b39;}.text-success {color: #468847;}.text-success:hover {color: #356635;}.text-info {color: #3a87ad;}.text-info:hover {color: #2d6987;}.text-left {text-align: left;}.text-right {text-align: right;}.text-center {text-align: center;}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 500;line-height: 1.1;color: inherit;}h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {font-weight: normal;line-height: 1;color: #999999;}h1, h2, h3 {margin-top: 20px;margin-bottom: 10px;}h1 small, h2 small, h3 small {font-size: 65%;}h4, h5, h6 {margin-top: 10px;margin-bottom: 10px;}h4 small, h5 small, h6 small {font-size: 75%;}h1, .h1 {font-size: 36px;}h2, .h2 {font-size: 30px;}h3, .h3 {font-size: 24px;}h4, .h4 {font-size: 18px;}h5, .h5 {font-size: 14px;}h6, .h6 {font-size: 12px;}.page-header {padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eeeeee;}ul, ol {margin-top: 0;margin-bottom: 10px;}ul ul, ul ol, ol ul, ol ol {margin-bottom: 0;}.list-unstyled, .list-inline {padding-left: 0;list-style: none;}.list-inline>li {display: inline-block;padding-left: 5px;padding-right: 5px;}dl {margin-bottom: 20px;}dt, dd {line-height: 1.42857;}dt {font-weight: 600;}dd {margin-left: 0;}abbr[title], abbr[data-original-title] {cursor: help;border-bottom: 1px dotted #999999;}abbr.initialism {font-size: 90%;text-transform: uppercase;}blockquote {padding: 10px 20px;margin: 0 0 20px;border-left: 5px solid #eeeeee;}blockquote p {font-size: 17.5px;font-weight: 300;line-height: 1.25;}blockquote p:last-child {margin-bottom: 0;}blockquote small {display: block;line-height: 1.42857;color: #999999;}blockquote small:before {content: '\2014 \00A0';}blockquote.pull-right {padding-right: 15px;padding-left: 0;border-right: 5px solid #eeeeee;border-left: 0;}blockquote.pull-right p, blockquote.pull-right small {text-align: right;}blockquote.pull-right small:before {content: '';}blockquote.pull-right small:after {content: '\00A0 \2014';}blockquote:before, blockquote:after {content: "";}address {margin-bottom: 20px;font-style: normal;line-height: 1.42857;}code, kdb, pre, samp {font-family: Monaco, Menlo, Consolas, "Courier New", monospace;}code {padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;white-space: nowrap;border-radius: 4px;}pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 13px;line-height: 1.42857;word-break: break-all;word-wrap: break-word;color: #333333;background-color: whitesmoke;border: 1px solid #cccccc;border-radius: 4px;}pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border: 0;}.pre-scrollable {max-height: 340px;overflow-y: scroll;}.container {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}.container:before, .container:after {content: " ";display: table;}.container:after {clear: both;}.row {margin-left: -15px;margin-right: -15px;}.row:before, .row:after {content: " ";display: table;}.row:after {clear: both;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {float: left;}.col-xs-1 {width: 8.33333%;}.col-xs-2 {width: 16.66667%;}.col-xs-3 {width: 25%;}.col-xs-4 {width: 33.33333%;}.col-xs-5 {width: 41.66667%;}.col-xs-6 {width: 50%;}.col-xs-7 {width: 58.33333%;}.col-xs-8 {width: 66.66667%;}.col-xs-9 {width: 75%;}.col-xs-10 {width: 83.33333%;}.col-xs-11 {width: 91.66667%;}.col-xs-12 {width: 100%;}@media (min-width: 768px) {.container {width: 750px;}.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {float: left;}.col-sm-1 {width: 8.33333%;}.col-sm-2 {width: 16.66667%;}.col-sm-3 {width: 25%;}.col-sm-4 {width: 33.33333%;}.col-sm-5 {width: 41.66667%;}.col-sm-6 {width: 50%;}.col-sm-7 {width: 58.33333%;}.col-sm-8 {width: 66.66667%;}.col-sm-9 {width: 75%;}.col-sm-10 {width: 83.33333%;}.col-sm-11 {width: 91.66667%;}.col-sm-12 {width: 100%;}.col-sm-push-1 {left: 8.33333%;}.col-sm-push-2 {left: 16.66667%;}.col-sm-push-3 {left: 25%;}.col-sm-push-4 {left: 33.33333%;}.col-sm-push-5 {left: 41.66667%;}.col-sm-push-6 {left: 50%;}.col-sm-push-7 {left: 58.33333%;}.col-sm-push-8 {left: 66.66667%;}.col-sm-push-9 {left: 75%;}.col-sm-push-10 {left: 83.33333%;}.col-sm-push-11 {left: 91.66667%;}.col-sm-pull-1 {right: 8.33333%;}.col-sm-pull-2 {right: 16.66667%;}.col-sm-pull-3 {right: 25%;}.col-sm-pull-4 {right: 33.33333%;}.col-sm-pull-5 {right: 41.66667%;}.col-sm-pull-6 {right: 50%;}.col-sm-pull-7 {right: 58.33333%;}.col-sm-pull-8 {right: 66.66667%;}.col-sm-pull-9 {right: 75%;}.col-sm-pull-10 {right: 83.33333%;}.col-sm-pull-11 {right: 91.66667%;}.col-sm-offset-1 {margin-left: 8.33333%;}.col-sm-offset-2 {margin-left: 16.66667%;}.col-sm-offset-3 {margin-left: 25%;}.col-sm-offset-4 {margin-left: 33.33333%;}.col-sm-offset-5 {margin-left: 41.66667%;}.col-sm-offset-6 {margin-left: 50%;}.col-sm-offset-7 {margin-left: 58.33333%;}.col-sm-offset-8 {margin-left: 66.66667%;}.col-sm-offset-9 {margin-left: 75%;}.col-sm-offset-10 {margin-left: 83.33333%;}.col-sm-offset-11 {margin-left: 91.66667%;}}@media (min-width: 992px) {.container {width: 970px;}.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {float: left;}.col-md-1 {width: 8.33333%;}.col-md-2 {width: 16.66667%;}.col-md-3 {width: 25%;}.col-md-4 {width: 33.33333%;}.col-md-5 {width: 41.66667%;}.col-md-6 {width: 50%;}.col-md-7 {width: 58.33333%;}.col-md-8 {width: 66.66667%;}.col-md-9 {width: 75%;}.col-md-10 {width: 83.33333%;}.col-md-11 {width: 91.66667%;}.col-md-12 {width: 100%;}.col-md-push-0 {left: auto;}.col-md-push-1 {left: 8.33333%;}.col-md-push-2 {left: 16.66667%;}.col-md-push-3 {left: 25%;}.col-md-push-4 {left: 33.33333%;}.col-md-push-5 {left: 41.66667%;}.col-md-push-6 {left: 50%;}.col-md-push-7 {left: 58.33333%;}.col-md-push-8 {left: 66.66667%;}.col-md-push-9 {left: 75%;}.col-md-push-10 {left: 83.33333%;}.col-md-push-11 {left: 91.66667%;}.col-md-pull-0 {right: auto;}.col-md-pull-1 {right: 8.33333%;}.col-md-pull-2 {right: 16.66667%;}.col-md-pull-3 {right: 25%;}.col-md-pull-4 {right: 33.33333%;}.col-md-pull-5 {right: 41.66667%;}.col-md-pull-6 {right: 50%;}.col-md-pull-7 {right: 58.33333%;}.col-md-pull-8 {right: 66.66667%;}.col-md-pull-9 {right: 75%;}.col-md-pull-10 {right: 83.33333%;}.col-md-pull-11 {right: 91.66667%;}.col-md-offset-0 {margin-left: 0;}.col-md-offset-1 {margin-left: 8.33333%;}.col-md-offset-2 {margin-left: 16.66667%;}.col-md-offset-3 {margin-left: 25%;}.col-md-offset-4 {margin-left: 33.33333%;}.col-md-offset-5 {margin-left: 41.66667%;}.col-md-offset-6 {margin-left: 50%;}.col-md-offset-7 {margin-left: 58.33333%;}.col-md-offset-8 {margin-left: 66.66667%;}.col-md-offset-9 {margin-left: 75%;}.col-md-offset-10 {margin-left: 83.33333%;}.col-md-offset-11 {margin-left: 91.66667%;}}@media (min-width: 1200px) {.container {width: 1170px;}.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {float: left;}.col-lg-1 {width: 8.33333%;}.col-lg-2 {width: 16.66667%;}.col-lg-3 {width: 25%;}.col-lg-4 {width: 33.33333%;}.col-lg-5 {width: 41.66667%;}.col-lg-6 {width: 50%;}.col-lg-7 {width: 58.33333%;}.col-lg-8 {width: 66.66667%;}.col-lg-9 {width: 75%;}.col-lg-10 {width: 83.33333%;}.col-lg-11 {width: 91.66667%;}.col-lg-12 {width: 100%;}.col-lg-push-0 {left: auto;}.col-lg-push-1 {left: 8.33333%;}.col-lg-push-2 {left: 16.66667%;}.col-lg-push-3 {left: 25%;}.col-lg-push-4 {left: 33.33333%;}.col-lg-push-5 {left: 41.66667%;}.col-lg-push-6 {left: 50%;}.col-lg-push-7 {left: 58.33333%;}.col-lg-push-8 {left: 66.66667%;}.col-lg-push-9 {left: 75%;}.col-lg-push-10 {left: 83.33333%;}.col-lg-push-11 {left: 91.66667%;}.col-lg-pull-0 {right: auto;}.col-lg-pull-1 {right: 8.33333%;}.col-lg-pull-2 {right: 16.66667%;}.col-lg-pull-3 {right: 25%;}.col-lg-pull-4 {right: 33.33333%;}.col-lg-pull-5 {right: 41.66667%;}.col-lg-pull-6 {right: 50%;}.col-lg-pull-7 {right: 58.33333%;}.col-lg-pull-8 {right: 66.66667%;}.col-lg-pull-9 {right: 75%;}.col-lg-pull-10 {right: 83.33333%;}.col-lg-pull-11 {right: 91.66667%;}.col-lg-offset-0 {margin-left: 0;}.col-lg-offset-1 {margin-left: 8.33333%;}.col-lg-offset-2 {margin-left: 16.66667%;}.col-lg-offset-3 {margin-left: 25%;}.col-lg-offset-4 {margin-left: 33.33333%;}.col-lg-offset-5 {margin-left: 41.66667%;}.col-lg-offset-6 {margin-left: 50%;}.col-lg-offset-7 {margin-left: 58.33333%;}.col-lg-offset-8 {margin-left: 66.66667%;}.col-lg-offset-9 {margin-left: 75%;}.col-lg-offset-10 {margin-left: 83.33333%;}.col-lg-offset-11 {margin-left: 91.66667%;}}table {max-width: 100%;background-color: transparent;}th {text-align: left;}.table {width: 100%;margin-bottom: 20px;}.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {padding: 8px;border-top: 1px solid #dddddd;}.table>thead>tr>th {vertical-align: bottom;border-bottom: 2px solid #dddddd;}.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {border-top: 0;}.table>tbody+tbody {border-top: 2px solid #dddddd;}.table .table {background-color: white;}.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {padding: 5px;}.table-bordered {border: 1px solid #dddddd;}.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {border: 1px solid #dddddd;}.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {border-bottom-width: 2px;}.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {background-color: #f9f9f9;}.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {background-color: whitesmoke;}table col[class*="col-"] {float: none;display: table-column;}table td[class*="col-"], table th[class*="col-"] {float: none;display: table-cell;}.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {background-color: whitesmoke;}.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {background-color: #dff0d8;border-color: #d6e9c6;}.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th {background-color: #d0e9c6;border-color: #c9e2b3;}.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th {background-color: #f2dede;border-color: #ebccd1;}.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {background-color: #ebcccc;border-color: #e4b9c0;}.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th {background-color: #fcf8e3;border-color: #faebcc;}.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {background-color: #faf2cc;border-color: #f7e1b5;}@media (max-width: 768px) {.table-responsive {width: 100%;margin-bottom: 15px;overflow-y: hidden;overflow-x: scroll;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #dddddd;-webkit-overflow-scrolling: touch;}.table-responsive>.table {margin-bottom: 0;}.table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {white-space: nowrap;}.table-responsive>.table-bordered {border: 0;}.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {border-left: 0;}.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {border-right: 0;}.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {border-bottom: 0;}}fieldset {padding: 0;margin: 0;border: 0;}legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333333;border: 0;border-bottom: 1px solid #e5e5e5;}label {display: inline-block;margin-bottom: 5px;font-weight: 600;}input[type="search"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}input[type="radio"], input[type="checkbox"] {margin: 4px 0 0;margin-top: 1px \9;line-height: normal;}input[type="file"] {display: block;}select[multiple], select[size] {height: auto;}select optgroup {font-size: inherit;font-style: inherit;font-family: inherit;}input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {height: auto;}output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857;color: #555555;vertical-align: middle;}.form-control:-moz-placeholder {color: #999999;}.form-control::-moz-placeholder {color: #999999;}.form-control:-ms-input-placeholder {color: #999999;}.form-control::-webkit-input-placeholder {color: #999999;}.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857;color: #555555;vertical-align: middle;background-color: white;background-image: none;border: 1px solid #cccccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}.form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {cursor: not-allowed;background-color: #eeeeee;}textarea.form-control {height: auto;}.form-group {margin-bottom: 15px;}.radio, .checkbox {display: block;min-height: 20px;padding-left: 20px;vertical-align: middle;}.radio label, .checkbox label {display: inline;margin-bottom: 0;font-weight: normal;cursor: pointer;}.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {float: left;margin-left: -20px;}.radio+.radio, .checkbox+.checkbox {margin-top: -5px;}.radio-inline, .checkbox-inline {display: inline-block;padding-left: 20px;margin-bottom: 0;vertical-align: middle;font-weight: normal;cursor: pointer;}.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {margin-top: 0;margin-left: 10px;}input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {cursor: not-allowed;}.input-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btn>select.btn {height: 30px;line-height: 30px;}textarea.input-sm, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btn>textarea.btn {height: auto;}.input-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {height: 45px;padding: 10px 16px;font-size: 18px;line-height: 1.33;border-radius: 6px;}select.input-lg, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, .input-group-lg>.input-group-btn>select.btn {height: 45px;line-height: 45px;}textarea.input-lg, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btn>textarea.btn {height: auto;}.has-warning .help-block, .has-warning .control-label {color: #c09853;}.has-warning .form-control {border-color: #c09853;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-warning .form-control:focus {border-color: #a47e3c;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;}.has-warning .input-group-addon {color: #c09853;border-color: #c09853;background-color: #fcf8e3;}.has-success .help-block, .has-success .control-label {color: #468847;}.has-success .form-control {border-color: #468847;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-success .form-control:focus {border-color: #356635;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;}.has-success .input-group-addon {color: #468847;border-color: #468847;background-color: #dff0d8;}.form-control-static {margin-bottom: 0;padding-top: 7px;}.help-block {display: block;margin-top: 5px;margin-bottom: 10px;color: #737373;}@media (min-width: 768px) {.form-inline .form-group, .navbar-form .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle;}.form-inline .form-control, .navbar-form .form-control {display: inline-block;}.form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;padding-left: 0;}.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {float: none;margin-left: 0;}}.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {margin-top: 0;margin-bottom: 0;padding-top: 7px;}.form-horizontal .form-group {margin-left: -15px;margin-right: -15px;}.form-horizontal .form-group:before, .form-horizontal .form-group:after {content: " ";display: table;}.form-horizontal .form-group:after {clear: both;}@media (min-width: 768px) {.form-horizontal .control-label {text-align: right;}}.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;border-radius: 4px;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}.btn:hover, .btn:focus {color: #333333;text-decoration: none;}.btn:active, .btn.active {outline: 0 !important;background-image: none !important;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;}.btn.disabled, .btn[disabled], fieldset[disabled] .btn {cursor: not-allowed;pointer-events: none;opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}.btn-default {color: #333333;background-color: white;border-color: #cccccc;}.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {color: #333333;background-color: #ebebeb;border-color: #adadad;}.open .btn-default.dropdown-toggle {color: #333333;background-color: #ebebeb;border-color: #adadad;}.btn-default:active, .btn-default.active {background-image: none;}.open .btn-default.dropdown-toggle {background-image: none;}.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {background-color: white;border-color: #cccccc;}.btn-primary {color: white;background-color: #428bca;border-color: #357ebd;}.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {color: white;background-color: #3276b1;border-color: #285e8e;}.open .btn-primary.dropdown-toggle {color: white;background-color: #3276b1;border-color: #285e8e;}.btn-primary:active, .btn-primary.active {background-image: none;}.open .btn-primary.dropdown-toggle {background-image: none;}.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {background-color: #428bca;border-color: #357ebd;}.btn-warning {color: white;background-color: #f0ad4e;border-color: #eea236;}.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {color: white;background-color: #ed9c28;border-color: #d58512;}.open .btn-warning.dropdown-toggle {color: white;background-color: #ed9c28;border-color: #d58512;}.btn-warning:active, .btn-warning.active {background-image: none;}.open .btn-warning.dropdown-toggle {background-image: none;}.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}.btn-danger {color: white;background-color: #d9534f;border-color: #d43f3a;}.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {color: white;background-color: #d2322d;border-color: #ac2925;}.open .btn-danger.dropdown-toggle {color: white;background-color: #d2322d;border-color: #ac2925;}.btn-danger:active, .btn-danger.active {background-image: none;}.open .btn-danger.dropdown-toggle {background-image: none;}.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {background-color: #d9534f;border-color: #d43f3a;}.btn-success {color: white;background-color: #5cb85c;border-color: #4cae4c;}.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {color: white;background-color: #47a447;border-color: #398439;}.open .btn-success.dropdown-toggle {color: white;background-color: #47a447;border-color: #398439;}.btn-success:active, .btn-success.active {background-image: none;}.open .btn-success.dropdown-toggle {background-image: none;}.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {background-color: #5cb85c;border-color: #4cae4c;}.btn-info {color: white;background-color: #5bc0de;border-color: #46b8da;}.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {color: white;background-color: #39b3d7;border-color: #269abc;}.open .btn-info.dropdown-toggle {color: white;background-color: #39b3d7;border-color: #269abc;}.btn-info:active, .btn-info.active {background-image: none;}.open .btn-info.dropdown-toggle {background-image: none;}.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {background-color: #5bc0de;border-color: #46b8da;}.btn-link {color: #78808a;font-weight: normal;cursor: pointer;border-radius: 0;}.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {background-color: transparent;-webkit-box-shadow: none;box-shadow: none;}.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {border-color: transparent;}.btn-link:hover, .btn-link:focus {color: #5a6573;text-decoration: underline;background-color: transparent;}.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {color: #999999;text-decoration: none;}.btn-lg, .btn-group-lg>.btn {padding: 10px 16px;font-size: 18px;line-height: 1.33;border-radius: 6px;}.btn-sm, .btn-group-sm>.btn, .btn-xs, .btn-group-xs>.btn {padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}.btn-xs, .btn-group-xs>.btn {padding: 1px 5px;}.btn-block {display: block;width: 100%;padding-left: 0;padding-right: 0;}.btn-block+.btn-block {margin-top: 5px;}input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {width: 100%;}.fade {opacity: 0;-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}.fade.in {opacity: 1;}.collapse {display: none;}.collapse.in {display: block;}.collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition: height 0.35s ease;transition: height 0.35s ease;}.btn-default .caret {border-top-color: #333333;}.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {border-top-color: #fff;}.dropup .btn-default .caret {border-bottom-color: #333333;}.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {border-bottom-color: #fff;}.btn-group, .btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}.btn-group>.btn, .btn-group-vertical>.btn {position: relative;float: left;}.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {z-index: 2;}.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {outline: none;}.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {margin-left: -1px;}.btn-toolbar:before, .btn-toolbar:after {content: " ";display: table;}.btn-toolbar:after {clear: both;}.btn-toolbar .btn-group {float: left;}.btn-toolbar>.btn+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn-group+.btn-group {margin-left: 5px;}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0;}.btn-group>.btn:first-child {margin-left: 0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 0;border-top-right-radius: 0;}.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {border-bottom-left-radius: 0;border-top-left-radius: 0;}.btn-group>.btn-group {float: left;}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {border-radius: 0;}.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {border-bottom-right-radius: 0;border-top-right-radius: 0;}.btn-group>.btn-group:last-child>.btn:first-child {border-bottom-left-radius: 0;border-top-left-radius: 0;}.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {outline: 0;}.btn-group>.btn+.dropdown-toggle {padding-left: 8px;padding-right: 8px;}.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {padding-left: 12px;padding-right: 12px;}.btn-group.open .dropdown-toggle {-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn .caret {margin-left: 0;}.btn-lg .caret, .btn-group-lg>.btn .caret {border-width: 5px 5px 0;border-bottom-width: 0;}.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {border-width: 0 5px 5px;}.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {display: block;float: none;width: 100%;max-width: 100%;}.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {content: " ";display: table;}.btn-group-vertical>.btn-group:after {clear: both;}.btn-group-vertical>.btn-group>.btn {float: none;}.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {margin-top: -1px;margin-left: 0;}.btn-group-vertical>.btn:not(:first-child):not(:last-child) {border-radius: 0;}.btn-group-vertical>.btn:first-child:not(:last-child) {border-top-right-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.btn-group-vertical>.btn:last-child:not(:first-child) {border-bottom-left-radius: 4px;border-top-right-radius: 0;border-top-left-radius: 0;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {border-radius: 0;}.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.btn-group-vertical>.btn-group:last-child>.btn:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}.btn-group-justified {display: table;width: 100%;table-layout: fixed;border-collapse: separate;}.btn-group-justified .btn {float: none;display: table-cell;width: 1%;}[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {display: none;}.nav {margin-bottom: 0;padding-left: 0;list-style: none;}.nav:before, .nav:after {content: " ";display: table;}.nav:after {clear: both;}.nav>li {position: relative;display: block;}.nav>li>a {position: relative;display: block;padding: 10px 15px;}.nav>li>a:hover, .nav>li>a:focus {text-decoration: none;background-color: #eeeeee;}.nav>li.disabled>a {color: #999999;}.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {color: #999999;text-decoration: none;background-color: transparent;cursor: not-allowed;}.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {background-color: #eeeeee;border-color: #78808a;}.nav .open>a .caret, .nav .open>a:hover .caret, .nav .open>a:focus .caret {border-top-color: #5a6573;border-bottom-color: #5a6573;}.nav .nav-divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5;}.nav>li>a>img {max-width: none;}.nav-tabs {border-bottom: 1px solid #dddddd;}.nav-tabs>li {float: left;margin-bottom: -1px;}.nav-tabs>li>a {margin-right: 2px;line-height: 1.42857;border: 1px solid transparent;border-radius: 4px 4px 0 0;}.nav-tabs>li>a:hover {border-color: #eeeeee #eeeeee #dddddd;}.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {color: #555555;background-color: white;border: 1px solid #dddddd;border-bottom-color: transparent;cursor: default;}.nav-pills>li {float: left;}.nav-pills>li>a {border-radius: 4px;}.nav-pills>li+li {margin-left: 2px;}.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {color: white;background-color: #428bca;}.nav-pills>li.active>a .caret, .nav-pills>li.active>a:hover .caret, .nav-pills>li.active>a:focus .caret {border-top-color: white;border-bottom-color: white;}.nav-stacked>li {float: none;}.nav-stacked>li+li {margin-top: 2px;margin-left: 0;}.nav-justified, .nav-tabs.nav-justified {width: 100%;}.nav-justified>li, .nav-tabs.nav-justified>li {float: none;}.nav-justified>li>a, .nav-tabs.nav-justified>li>a {text-align: center;margin-bottom: 5px;}@media (min-width: 768px) {.nav-justified>li, .nav-tabs.nav-justified>li {display: table-cell;width: 1%;}.nav-justified>li>a, .nav-tabs.nav-justified>li>a {margin-bottom: 0;}}.nav-tabs-justified, .nav-tabs.nav-justified {border-bottom: 0;}.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {margin-right: 0;border-radius: 4px;}.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {border: 1px solid #dddddd;}@media (min-width: 768px) {.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {border-bottom: 1px solid #dddddd;border-radius: 4px 4px 0 0;}.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {border-bottom-color: white;}}.tabbable:before, .tabbable:after {content: " ";display: table;}.tabbable:after {clear: both;}.tab-content>.tab-pane, .pill-content>.pill-pane {display: none;}.tab-content>.active, .pill-content>.active {display: block;}.nav .caret {border-top-color: #78808a;border-bottom-color: #78808a;}.nav a:hover .caret {border-top-color: #5a6573;border-bottom-color: #5a6573;}.nav-tabs .dropdown-menu {margin-top: -1px;border-top-right-radius: 0;border-top-left-radius: 0;}.navbar {position: relative;z-index: 1000;min-height: 50px;margin-bottom: 20px;border: 1px solid transparent;}.navbar:before, .navbar:after {content: " ";display: table;}.navbar:after {clear: both;}@media (min-width: 992px) {.navbar {border-radius: 4px;}}.navbar-header:before, .navbar-header:after {content: " ";display: table;}.navbar-header:after {clear: both;}@media (min-width: 992px) {.navbar-header {float: left;}}.navbar-collapse {max-height: 340px;overflow-x: visible;padding-right: 15px;padding-left: 15px;border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling: touch;}.navbar-collapse:before, .navbar-collapse:after {content: " ";display: table;}.navbar-collapse:after {clear: both;}.navbar-collapse.in {overflow-y: auto;}@media (min-width: 992px) {.navbar-collapse {width: auto;border-top: 0;box-shadow: none;}.navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important;}.navbar-collapse.in {overflow-y: visible;}.navbar-collapse .navbar-nav.navbar-left:first-child {margin-left: -15px;}.navbar-collapse .navbar-nav.navbar-right:last-child {margin-right: -15px;}.navbar-collapse .navbar-text:last-child {margin-right: 0;}}.container>.navbar-header, .container>.navbar-collapse {margin-right: -15px;margin-left: -15px;}@media (min-width: 992px) {.container>.navbar-header, .container>.navbar-collapse {margin-right: 0;margin-left: 0;}}.navbar-static-top {border-width: 0 0 1px;}@media (min-width: 992px) {.navbar-static-top {border-radius: 0;}}.navbar-fixed-top, .navbar-fixed-bottom {position: fixed;right: 0;left: 0;border-width: 0 0 1px;}@media (min-width: 992px) {.navbar-fixed-top, .navbar-fixed-bottom {border-radius: 0;}}.navbar-fixed-top {z-index: 1030;top: 0;}.navbar-fixed-bottom {bottom: 0;margin-bottom: 0;}.navbar-brand {float: left;padding: 15px 15px;font-size: 18px;line-height: 20px;}.navbar-brand:hover, .navbar-brand:focus {text-decoration: none;}@media (min-width: 992px) {.navbar>.container .navbar-brand {margin-left: -15px;}}.navbar-toggle {position: relative;float: right;margin-right: 15px;padding: 9px 10px;margin-top: 8px;margin-bottom: 8px;background-color: transparent;border: 1px solid transparent;border-radius: 4px;}.navbar-toggle .icon-bar {display: block;width: 22px;height: 2px;border-radius: 1px;}.navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}@media (min-width: 992px) {.navbar-toggle {display: none;}}.navbar-nav {margin: 7.5px -15px;}.navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;line-height: 20px;}@media (min-width: 992px) {.navbar-nav {float: left;margin: 0;}.navbar-nav>li {float: left;}.navbar-nav>li>a {padding-top: 15px;padding-bottom: 15px;}}@media (min-width: 992px) {.navbar-left {float: left !important;}.navbar-right {float: right !important;}}.navbar-form {margin-left: -15px;margin-right: -15px;padding: 10px 15px;border-top: 1px solid transparent;border-bottom: 1px solid transparent;-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);margin-top: 8px;margin-bottom: 8px;}@media (max-width: 767px) {.navbar-form .form-group {margin-bottom: 5px;}}@media (min-width: 992px) {.navbar-form {width: auto;border: 0;margin-left: 0;margin-right: 0;padding-top: 0;padding-bottom: 0;-webkit-box-shadow: none;box-shadow: none;}}.navbar-nav>li>.dropdown-menu {margin-top: 0;border-top-right-radius: 0;border-top-left-radius: 0;}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {left: auto;right: 0;}.navbar-btn {margin-top: 8px;margin-bottom: 8px;}.navbar-text {float: left;margin-top: 15px;margin-bottom: 15px;}@media (min-width: 992px) {.navbar-text {margin-left: 15px;margin-right: 15px;}}.navbar-default {background-color: #f8f8f8;border-color: #e7e7e7;}.navbar-default .navbar-brand {color: #777777;}.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {color: #5e5e5e;background-color: transparent;}.navbar-default .navbar-text {color: #777777;}.navbar-default .navbar-nav>li>a {color: #777777;}.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #333333;background-color: transparent;}.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {color: #555555;background-color: #e7e7e7;}.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {color: #cccccc;background-color: transparent;}.navbar-default .navbar-toggle {border-color: #dddddd;}.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #dddddd;}.navbar-default .navbar-toggle .icon-bar {background-color: #cccccc;}.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #e7e7e7;}.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {border-top-color: #333333;border-bottom-color: #333333;}.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {background-color: #e7e7e7;color: #555555;}.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {border-top-color: #555555;border-bottom-color: #555555;}.navbar-default .navbar-nav>.dropdown>a .caret {border-top-color: #777777;border-bottom-color: #777777;}@media (max-width: 767px) {.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #777777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {color: #333333;background-color: transparent;}.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {color: #555555;background-color: #e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {color: #cccccc;background-color: transparent;}}.navbar-default .navbar-link {color: #777777;}.navbar-default .navbar-link:hover {color: #333333;}.navbar-inverse {background-color: #222222;border-color: #090909;}.navbar-inverse .navbar-brand {color: #999999;}.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: white;background-color: transparent;}.navbar-inverse .navbar-text {color: #999999;}.navbar-inverse .navbar-nav>li>a {color: #999999;}.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {color: white;background-color: transparent;}.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {color: white;background-color: #090909;}.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {color: #444444;background-color: transparent;}.navbar-inverse .navbar-toggle {border-color: #333333;}.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: #333333;}.navbar-inverse .navbar-toggle .icon-bar {background-color: white;}.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #101010;}.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {background-color: #090909;color: white;}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {border-top-color: white;border-bottom-color: white;}.navbar-inverse .navbar-nav>.dropdown>a .caret {border-top-color: #999999;border-bottom-color: #999999;}.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {border-top-color: white;border-bottom-color: white;}@media (max-width: 767px) {.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {border-color: #090909;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #999999;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {color: white;background-color: transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {color: white;background-color: #090909;}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {color: #444444;background-color: transparent;}}.navbar-inverse .navbar-link {color: #999999;}.navbar-inverse .navbar-link:hover {color: white;}.breadcrumb {padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: whitesmoke;border-radius: 4px;}.breadcrumb>li {display: inline-block;}.breadcrumb>li+li:before {content: "/\00a0";padding: 0 5px;color: #cccccc;}.breadcrumb>.active {color: #999999;}.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}.pagination>li {display: inline;}.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;background-color: white;border: 1px solid #dddddd;margin-left: -1px;}.pagination>li:first-child>a, .pagination>li:first-child>span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}.pagination>li:last-child>a, .pagination>li:last-child>span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {background-color: #eeeeee;}.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {z-index: 2;color: white;background-color: #428bca;border-color: #428bca;cursor: default;}.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {color: #999999;background-color: white;border-color: #dddddd;cursor: not-allowed;}.pagination-lg>li>a, .pagination-lg>li>span {padding: 10px 16px;font-size: 18px;}.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {border-bottom-left-radius: 6px;border-top-left-radius: 6px;}.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {border-bottom-right-radius: 6px;border-top-right-radius: 6px;}.pagination-sm>li>a, .pagination-sm>li>span {padding: 5px 10px;font-size: 12px;}.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}.pager {padding-left: 0;margin: 20px 0;list-style: none;text-align: center;}.pager:before, .pager:after {content: " ";display: table;}.pager:after {clear: both;}.pager li {display: inline;}.pager li>a, .pager li>span {display: inline-block;padding: 5px 14px;background-color: white;border: 1px solid #dddddd;border-radius: 15px;}.pager li>a:hover, .pager li>a:focus {text-decoration: none;background-color: #eeeeee;}.pager .next>a, .pager .next>span {float: right;}.pager .previous>a, .pager .previous>span {float: left;}.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {color: #999999;background-color: white;cursor: not-allowed;}.label {display: inline;padding: .2em .6em .3em;font-size: 75%;font-weight: 600;line-height: 1;color: white;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;}.label[href]:hover, .label[href]:focus {color: white;text-decoration: none;cursor: pointer;}.label:empty {display: none;}.label-default {background-color: #999999;}.label-default[href]:hover, .label-default[href]:focus {background-color: gray;}.label-primary {background-color: #428bca;}.label-primary[href]:hover, .label-primary[href]:focus {background-color: #3071a9;}.label-success {background-color: #5cb85c;}.label-success[href]:hover, .label-success[href]:focus {background-color: #449d44;}.label-info {background-color: #5bc0de;}.label-info[href]:hover, .label-info[href]:focus {background-color: #31b0d5;}.label-warning {background-color: #f0ad4e;}.label-warning[href]:hover, .label-warning[href]:focus {background-color: #ec971f;}.label-danger {background-color: #d9534f;}.label-danger[href]:hover, .label-danger[href]:focus {background-color: #c9302c;}.badge {display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;color: white;line-height: 1;vertical-align: baseline;white-space: nowrap;text-align: center;background-color: #999999;border-radius: 10px;}.badge:empty {display: none;}a.badge:hover, a.badge:focus {color: white;text-decoration: none;cursor: pointer;}.btn .badge {position: relative;top: -1px;}a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {color: #78808a;background-color: white;}.nav-pills>li>a>.badge {margin-left: 3px;}.jumbotron {padding: 30px;margin-bottom: 30px;font-size: 21px;font-weight: 200;line-height: 2.14286;color: inherit;background-color: #eeeeee;}.jumbotron h1 {line-height: 1;color: inherit;}.jumbotron p {line-height: 1.4;}.container .jumbotron {border-radius: 6px;}@media screen and (min-width: 768px) {.jumbotron {padding-top: 48px;padding-bottom: 48px;}.container .jumbotron {padding-left: 60px;padding-right: 60px;}.jumbotron h1 {font-size: 63px;}}.thumbnail {display: block;margin-bottom: 20px;}.thumbnail>img {display: block;max-width: 100%;height: auto;}a.thumbnail:hover, a.thumbnail:focus {border-color: #78808a;}.thumbnail>img {margin-left: auto;margin-right: auto;}.thumbnail .caption {padding: 9px;color: #333333;}.alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}.alert h4 {margin-top: 0;color: inherit;}.alert .alert-link {font-weight: bold;}.alert>p, .alert>ul {margin-bottom: 0;}.alert>p+p {margin-top: 5px;}.alert-dismissable {padding-right: 35px;}.alert-dismissable .close {position: relative;top: -2px;right: -21px;color: inherit;}.alert-success {background-color: #dff0d8;border-color: #d6e9c6;color: #468847;}.alert-success hr {border-top-color: #c9e2b3;}.alert-success .alert-link {color: #356635;}.alert-info {background-color: #d9edf7;border-color: #bce8f1;color: #3a87ad;}.alert-info hr {border-top-color: #a6e1ec;}.alert-info .alert-link {color: #2d6987;}.alert-warning {background-color: #fcf8e3;border-color: #faebcc;color: #c09853;}.alert-warning hr {border-top-color: #f7e1b5;}.alert-warning .alert-link {color: #a47e3c;}.alert-danger {background-color: #f2dede;border-color: #ebccd1;color: #b94a48;}.alert-danger hr {border-top-color: #e4b9c0;}.alert-danger .alert-link {color: #953b39;}@-webkit-keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}@-moz-keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}@-o-keyframes progress-bar-stripes {from {background-position: 0 0;}to {background-position: 40px 0;}}@keyframes progress-bar-stripes {from {background-position: 40px 0;}to {background-position: 0 0;}}.progress {overflow: hidden;height: 20px;margin-bottom: 20px;background-color: whitesmoke;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}.progress-bar {float: left;width: 0%;height: 100%;font-size: 12px;line-height: 20px;color: white;text-align: center;background-color: #428bca;-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition: width 0.6s ease;transition: width 0.6s ease;}.progress-striped .progress-bar {background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: 40px 40px;}.progress.active .progress-bar {-webkit-animation: progress-bar-stripes 2s linear infinite;-moz-animation: progress-bar-stripes 2s linear infinite;-ms-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite;}.progress-bar-success {background-color: #5cb85c;}.progress-striped .progress-bar-success {background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-info {background-color: #5bc0de;}.progress-striped .progress-bar-info {background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-warning {background-color: #f0ad4e;}.progress-striped .progress-bar-warning {background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-bar-danger {background-color: #d9534f;}.progress-striped .progress-bar-danger {background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.media, .media-body {overflow: hidden;zoom: 1;}.media, .media .media {margin-top: 15px;}.media:first-child {margin-top: 0;}.media-object {display: block;}.media-heading {margin: 0 0 5px;}.media>.pull-left {margin-right: 10px;}.media>.pull-right {margin-left: 10px;}.media-list {padding-left: 0;list-style: none;}.list-group {margin-bottom: 20px;padding-left: 0;}.list-group-item {position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: white;border: 1px solid #dddddd;}.list-group-item:first-child {border-top-right-radius: 4px;border-top-left-radius: 4px;}.list-group-item:last-child {margin-bottom: 0;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}.list-group-item>.badge {float: right;}.list-group-item>.badge+.badge {margin-right: 5px;}.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {z-index: 2;color: white;background-color: #428bca;border-color: #428bca;}.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {color: inherit;}.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {color: #e1edf7;}a.list-group-item {color: #555555;}a.list-group-item .list-group-item-heading {color: #333333;}a.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: whitesmoke;}.list-group-item-heading {margin-top: 0;margin-bottom: 5px;}.list-group-item-text {margin-bottom: 0;line-height: 1.3;}.panel {margin-bottom: 20px;background-color: white;border: 1px solid transparent;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}.panel-body {padding: 15px;}.panel-body:before, .panel-body:after {content: " ";display: table;}.panel-body:after {clear: both;}.panel>.list-group {margin-bottom: 0;}.panel>.list-group .list-group-item {border-width: 1px 0;}.panel>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}.panel>.list-group .list-group-item:last-child {border-bottom: 0;}.panel-heading+.list-group .list-group-item:first-child {border-top-width: 0;}.panel>.table, .panel>.table-responsive {margin-bottom: 0;}.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {border-top: 1px solid #dddddd;}.panel>.table-bordered, .panel>.table-responsive>.table-bordered {border: 0;}.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {border-left: 0;}.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {border-right: 0;}.panel>.table-bordered>thead>tr:last-child>th, .panel>.table-bordered>thead>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {border-bottom: 0;}.panel-heading {padding: 10px 15px;border-bottom: 1px solid transparent;border-top-right-radius: 3px;border-top-left-radius: 3px;}.panel-title {margin-top: 0;margin-bottom: 0;font-size: 16px;}.panel-title>a {color: inherit;}.panel-footer {padding: 10px 15px;background-color: whitesmoke;border-top: 1px solid #dddddd;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}.panel-group .panel {margin-bottom: 0;border-radius: 4px;overflow: hidden;}.panel-group .panel+.panel {margin-top: 5px;}.panel-group .panel-heading {border-bottom: 0;}.panel-group .panel-heading+.panel-collapse .panel-body {border-top: 1px solid #dddddd;}.panel-group .panel-footer {border-top: 0;}.panel-group .panel-footer+.panel-collapse .panel-body {border-bottom: 1px solid #dddddd;}.panel-default {border-color: #dddddd;}.panel-default>.panel-heading {color: #333333;background-color: whitesmoke;border-color: #dddddd;}.panel-default>.panel-heading+.panel-collapse .panel-body {border-top-color: #dddddd;}.panel-default>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #dddddd;}.panel-primary {border-color: #428bca;}.panel-primary>.panel-heading {color: white;background-color: #428bca;border-color: #428bca;}.panel-primary>.panel-heading+.panel-collapse .panel-body {border-top-color: #428bca;}.panel-primary>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #428bca;}.panel-success {border-color: #d6e9c6;}.panel-success>.panel-heading {color: #468847;background-color: #dff0d8;border-color: #d6e9c6;}.panel-success>.panel-heading+.panel-collapse .panel-body {border-top-color: #d6e9c6;}.panel-success>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #d6e9c6;}.panel-warning {border-color: #faebcc;}.panel-warning>.panel-heading {color: #c09853;background-color: #fcf8e3;border-color: #faebcc;}.panel-warning>.panel-heading+.panel-collapse .panel-body {border-top-color: #faebcc;}.panel-warning>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #faebcc;}.panel-danger {border-color: #ebccd1;}.panel-danger>.panel-heading {color: #b94a48;background-color: #f2dede;border-color: #ebccd1;}.panel-danger>.panel-heading+.panel-collapse .panel-body {border-top-color: #ebccd1;}.panel-danger>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #ebccd1;}.panel-info {border-color: #bce8f1;}.panel-info>.panel-heading {color: #3a87ad;background-color: #d9edf7;border-color: #bce8f1;}.panel-info>.panel-heading+.panel-collapse .panel-body {border-top-color: #bce8f1;}.panel-info>.panel-footer+.panel-collapse .panel-body {border-bottom-color: #bce8f1;}.well {min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: whitesmoke;border: 1px solid #e3e3e3;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote {border-color: #ddd;border-color: rgba(0, 0, 0, 0.15);}.well-lg {padding: 24px;border-radius: 6px;}.well-sm {padding: 9px;border-radius: 3px;}.close {float: right;font-size: 21px;font-weight: bold;line-height: 1;color: black;text-shadow: 0 1px 0 white;opacity: 0.2;filter: alpha(opacity=20);}.close:hover, .close:focus {color: black;text-decoration: none;cursor: pointer;opacity: 0.5;filter: alpha(opacity=50);}button.close {padding: 0;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;}.modal-open {overflow: hidden;}.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {margin-right: 15px;}body.modal-open {margin-right: 15px;}.modal {display: none;overflow: auto;overflow-y: scroll;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;}.modal.fade .modal-dialog {-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-moz-transition: -moz-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;transition: transform 0.3s ease-out;}.modal.in .modal-dialog {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}.modal-dialog {margin-left: auto;margin-right: auto;width: auto;padding: 10px;z-index: 1050;}.modal-content {position: relative;background-color: white;border: 1px solid #999999;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);background-clip: padding-box;outline: none;}.modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1030;background-color: black;}.modal-backdrop.fade {opacity: 0;filter: alpha(opacity=0);}.modal-backdrop.in {opacity: 0.5;filter: alpha(opacity=50);}.modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5;min-height: 16.42857px;}.modal-header .close {margin-top: -2px;}.modal-title {margin: 0;line-height: 1.42857;}.modal-body {position: relative;padding: 20px;}.modal-footer {margin-top: 15px;padding: 19px 20px 20px;text-align: right;border-top: 1px solid #e5e5e5;}.modal-footer:before, .modal-footer:after {content: " ";display: table;}.modal-footer:after {clear: both;}.modal-footer .btn+.btn {margin-left: 5px;margin-bottom: 0;}.modal-footer .btn-group .btn+.btn {margin-left: -1px;}.modal-footer .btn-block+.btn-block {margin-left: 0;}@media screen and (min-width: 768px) {.modal-dialog {width: 600px;padding-top: 30px;padding-bottom: 30px;}.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}}.tooltip {position: absolute;z-index: 1030;display: block;visibility: visible;font-size: 12px;line-height: 1.4;opacity: 0;filter: alpha(opacity=0);}.tooltip.in {opacity: 0.9;filter: alpha(opacity=90);}.tooltip.top {margin-top: -3px;padding: 5px 0;}.tooltip.right {margin-left: 3px;padding: 0 5px;}.tooltip.bottom {margin-top: 3px;padding: 5px 0;}.tooltip.left {margin-left: -3px;padding: 0 5px;}.tooltip-inner {max-width: 200px;padding: 3px 8px;color: white;text-align: center;text-decoration: none;background-color: black;border-radius: 4px;}.tooltip-arrow {position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid;}.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: black;}.tooltip.top-left .tooltip-arrow {bottom: 0;left: 5px;border-width: 5px 5px 0;border-top-color: black;}.tooltip.top-right .tooltip-arrow {bottom: 0;right: 5px;border-width: 5px 5px 0;border-top-color: black;}.tooltip.right .tooltip-arrow {top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: black;}.tooltip.left .tooltip-arrow {top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: black;}.tooltip.bottom .tooltip-arrow {top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: black;}.tooltip.bottom-left .tooltip-arrow {top: 0;left: 5px;border-width: 0 5px 5px;border-bottom-color: black;}.tooltip.bottom-right .tooltip-arrow {top: 0;right: 5px;border-width: 0 5px 5px;border-bottom-color: black;}.popover {position: absolute;top: 0;left: 0;z-index: 1010;display: none;max-width: 276px;padding: 1px;text-align: left;background-color: white;background-clip: padding-box;border: 1px solid #cccccc;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 6px;-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);white-space: normal;}.popover.top {margin-top: -10px;}.popover.right {margin-left: 10px;}.popover.bottom {margin-top: 10px;}.popover.left {margin-left: -10px;}.popover-title {margin: 0;padding: 8px 14px;font-size: 14px;font-weight: normal;line-height: 18px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0;}.popover-content {padding: 9px 14px;}.popover .arrow, .popover .arrow:after {position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid;}.popover .arrow {border-width: 11px;}.popover .arrow:after {border-width: 10px;content: "";}.popover.top .arrow {left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: #999999;border-top-color: rgba(0, 0, 0, 0.25);bottom: -11px;}.popover.top .arrow:after {content: " ";bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: white;}.popover.right .arrow {top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: #999999;border-right-color: rgba(0, 0, 0, 0.25);}.popover.right .arrow:after {content: " ";left: 1px;bottom: -10px;border-left-width: 0;border-right-color: white;}.popover.bottom .arrow {left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: #999999;border-bottom-color: rgba(0, 0, 0, 0.25);top: -11px;}.popover.bottom .arrow:after {content: " ";top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: white;}.popover.left .arrow {top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: #999999;border-left-color: rgba(0, 0, 0, 0.25);}.popover.left .arrow:after {content: " ";right: 1px;border-right-width: 0;border-left-color: white;bottom: -10px;}.carousel {position: relative;}.carousel-inner {position: relative;overflow: hidden;width: 100%;}.carousel-inner>.item {display: none;position: relative;-webkit-transition: 0.6s ease-in-out left;transition: 0.6s ease-in-out left;}.carousel-inner>.item>img, .carousel-inner>.item>a>img {display: block;max-width: 100%;height: auto;line-height: 1;}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {display: block;}.carousel-inner>.active {left: 0;}.carousel-inner>.next, .carousel-inner>.prev {position: absolute;top: 0;width: 100%;}.carousel-inner>.next {left: 100%;}.carousel-inner>.prev {left: -100%;}.carousel-inner>.next.left, .carousel-inner>.prev.right {left: 0;}.carousel-inner>.active.left {left: -100%;}.carousel-inner>.active.right {left: 100%;}.carousel-control {position: absolute;top: 0;left: 0;bottom: 0;width: 15%;opacity: 0.5;filter: alpha(opacity=50);font-size: 20px;color: white;text-align: center;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-control.left {background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}.carousel-control.right {left: auto;right: 0;background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}.carousel-control:hover, .carousel-control:focus {color: white;text-decoration: none;opacity: 0.9;filter: alpha(opacity=90);}.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {position: absolute;top: 50%;z-index: 5;display: inline-block;}.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {left: 50%;}.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {right: 50%;}.carousel-control .icon-prev, .carousel-control .icon-next {width: 20px;height: 20px;margin-top: -10px;margin-left: -10px;font-family: serif;}.carousel-control .icon-prev:before {content: '\2039';}.carousel-control .icon-next:before {content: '\203a';}.carousel-indicators {position: absolute;bottom: 10px;left: 50%;z-index: 15;width: 60%;margin-left: -30%;padding-left: 0;list-style: none;text-align: center;}.carousel-indicators li {display: inline-block;width: 10px;height: 10px;margin: 1px;text-indent: -999px;border: 1px solid white;border-radius: 10px;cursor: pointer;}.carousel-indicators .active {margin: 0;width: 12px;height: 12px;background-color: white;}.carousel-caption {position: absolute;left: 15%;right: 15%;bottom: 20px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: white;text-align: center;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn {text-shadow: none;}@media screen and (min-width: 768px) {.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {width: 30px;height: 30px;margin-top: -15px;margin-left: -15px;font-size: 30px;}.carousel-caption {left: 20%;right: 20%;padding-bottom: 30px;}.carousel-indicators {bottom: 20px;}}.clearfix:before, .clearfix:after {content: " ";display: table;}.clearfix:after {clear: both;}.center-block {display: block;margin-left: auto;margin-right: auto;}.pull-right {float: right !important;}.pull-left {float: left !important;}.hide {display: none !important;}.show {display: block !important;}.invisible {visibility: hidden;}.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}.affix {position: fixed;}@-ms-viewport {width: device-width;}.hidden {display: none !important;visibility: hidden !important;}.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {display: none !important;}@media (max-width: 767px) {.visible-xs {display: block !important;}tr.visible-xs {display: table-row !important;}th.visible-xs, td.visible-xs {display: table-cell !important;}}@media (min-width: 768px) and (max-width: 991px) {.visible-xs.visible-sm {display: block !important;}tr.visible-xs.visible-sm {display: table-row !important;}th.visible-xs.visible-sm, td.visible-xs.visible-sm {display: table-cell !important;}}@media (min-width: 992px) and (max-width: 1199px) {.visible-xs.visible-md {display: block !important;}tr.visible-xs.visible-md {display: table-row !important;}th.visible-xs.visible-md, td.visible-xs.visible-md {display: table-cell !important;}}@media (min-width: 1200px) {.visible-xs.visible-lg {display: block !important;}tr.visible-xs.visible-lg {display: table-row !important;}th.visible-xs.visible-lg, td.visible-xs.visible-lg {display: table-cell !important;}}.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {display: none !important;}@media (max-width: 767px) {.visible-sm.visible-xs {display: block !important;}tr.visible-sm.visible-xs {display: table-row !important;}th.visible-sm.visible-xs, td.visible-sm.visible-xs {display: table-cell !important;}}@media (min-width: 768px) and (max-width: 991px) {.visible-sm {display: block !important;}tr.visible-sm {display: table-row !important;}th.visible-sm, td.visible-sm {display: table-cell !important;}}@media (min-width: 992px) and (max-width: 1199px) {.visible-sm.visible-md {display: block !important;}tr.visible-sm.visible-md {display: table-row !important;}th.visible-sm.visible-md, td.visible-sm.visible-md {display: table-cell !important;}}@media (min-width: 1200px) {.visible-sm.visible-lg {display: block !important;}tr.visible-sm.visible-lg {display: table-row !important;}th.visible-sm.visible-lg, td.visible-sm.visible-lg {display: table-cell !important;}}.visible-md, tr.visible-md, th.visible-md, td.visible-md {display: none !important;}@media (max-width: 767px) {.visible-md.visible-xs {display: block !important;}tr.visible-md.visible-xs {display: table-row !important;}th.visible-md.visible-xs, td.visible-md.visible-xs {display: table-cell !important;}}@media (min-width: 768px) and (max-width: 991px) {.visible-md.visible-sm {display: block !important;}tr.visible-md.visible-sm {display: table-row !important;}th.visible-md.visible-sm, td.visible-md.visible-sm {display: table-cell !important;}}@media (min-width: 992px) and (max-width: 1199px) {.visible-md {display: block !important;}tr.visible-md {display: table-row !important;}th.visible-md, td.visible-md {display: table-cell !important;}}@media (min-width: 1200px) {.visible-md.visible-lg {display: block !important;}tr.visible-md.visible-lg {display: table-row !important;}th.visible-md.visible-lg, td.visible-md.visible-lg {display: table-cell !important;}}.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {display: none !important;}@media (max-width: 767px) {.visible-lg.visible-xs {display: block !important;}tr.visible-lg.visible-xs {display: table-row !important;}th.visible-lg.visible-xs, td.visible-lg.visible-xs {display: table-cell !important;}}@media (min-width: 768px) and (max-width: 991px) {.visible-lg.visible-sm {display: block !important;}tr.visible-lg.visible-sm {display: table-row !important;}th.visible-lg.visible-sm, td.visible-lg.visible-sm {display: table-cell !important;}}@media (min-width: 992px) and (max-width: 1199px) {.visible-lg.visible-md {display: block !important;}tr.visible-lg.visible-md {display: table-row !important;}th.visible-lg.visible-md, td.visible-lg.visible-md {display: table-cell !important;}}@media (min-width: 1200px) {.visible-lg {display: block !important;}tr.visible-lg {display: table-row !important;}th.visible-lg, td.visible-lg {display: table-cell !important;}}tr.hidden-xs {display: table-row !important;}th.hidden-xs, td.hidden-xs {display: table-cell !important;}@media (max-width: 767px) {.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {display: none !important;}}@media (min-width: 1200px) {.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {display: none !important;}}.hidden-sm {display: block !important;}tr.hidden-sm {display: table-row !important;}th.hidden-sm, td.hidden-sm {display: table-cell !important;}@media (max-width: 767px) {.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {display: none !important;}}@media (min-width: 1200px) {.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {display: none !important;}}.hidden-md {display: block !important;}tr.hidden-md {display: table-row !important;}th.hidden-md, td.hidden-md {display: table-cell !important;}@media (max-width: 767px) {.hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {display: none !important;}}@media (min-width: 1200px) {.hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {display: none !important;}}.hidden-lg {display: block !important;}tr.hidden-lg {display: table-row !important;}th.hidden-lg, td.hidden-lg {display: table-cell !important;}@media (max-width: 767px) {.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {display: none !important;}}@media (min-width: 768px) and (max-width: 991px) {.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {display: none !important;}}@media (min-width: 992px) and (max-width: 1199px) {.hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {display: none !important;}}@media (min-width: 1200px) {.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {display: none !important;}}.visible-print, tr.visible-print, th.visible-print, td.visible-print {display: none !important;}.uploader, .selector {display: -moz-inline-box;display: inline-block;vertical-align: middle;zoom: 1;display: inline;}.uploader *, .selector * {margin: 0;padding: 0;}.selector select:focus {outline: 0;}.uploader {width: 190px;cursor: pointer;position: relative;overflow: hidden;cursor: default;}.uploader span.action {width: 85px;text-align: center;text-shadow: #fff 0px 1px 0px;background-color: #fff;font-size: 11px;font-weight: 600;float: left;display: inline;padding: 2px 0px;overflow: hidden;cursor: pointer;}.uploader span.filename {color: #777;width: 82px;border-right: solid 1px #bbb;font-size: 11px;padding: 0px 10px;float: left;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: default;}.uploader input {width: 190px;opacity: 0;position: absolute;top: 0;right: 0;bottom: 0;float: right;height: 25px;border: none;cursor: default;}.uploader input:focus {outline: 0;}.uploader.disabled span.action {color: #aaa;}.uploader.disabled span.filename {border-color: #ddd;color: #aaa;}* {margin: 0px;padding: 0px;text-decoration: none;outline: none;}html {min-height: 100%;}body {font: normal 12px HelveticaNeue, Helvetica, Arial;min-height: 100%;color: #707070;overflow-x: hidden;}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: HelveticaNeue, Helvetica, Arial;line-height: 20px;}strong, b {font-weight: 600;}a:hover, a:active, a:focus {cursor: pointer;outline: 0px none;text-decoration: none;}.label {font-size: 10px;text-shadow: none;}i {font-size: 14px;}base.scss .main-content {position: relative;margin-left: 201px;}.padded {padding: 15px;}.nopadding {padding: 0;}.hpadded {padding-left: 15px;padding-right: 15px;}.vpadded {padding-top: 15px;padding-bottom: 15px;}.separate-sections {margin: 0;list-style: none;padding-bottom: 5px;}.separate-sections>li, .separate-sections>div {margin-bottom: 15px !important;}.separate-sections>li:last-child, .separate-sections>div:last-child {margin-bottom: 0px;}h1, h2, h3, h4, h5, h6, th {color: #5f5f5f;font-weight: 600;}.the-icons {list-style: none;}.avatar {display: inline-block;}.avatar img {-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);}.avatar-small {max-width: 32px;max-height: 32px;}.twitter-color {color: #4099ff;}.facebook-color {color: #35508F;}.note {color: #909090;font-style: italic;font-size: 11px;margin-bottom: 10px;}.close {line-height: 14px;}.relative {position: relative;}.indent {margin-left: 10px;}.strikethrough {text-decoration: line-through;}.container {width: 100%;max-width: 100%;}.container.padded>.row {margin: 0;}.box {-webkit-box-shadow: 0 2px 2px -2px #cccccc;-moz-box-shadow: 0 2px 2px -2px #cccccc;box-shadow: 0 2px 2px -2px #cccccc;background: #fbfbfb;border: 1px solid #cdcdcd;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;margin-bottom: 20px;}.box .box-header, .box .box-footer {*zoom: 1;background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);text-shadow: 0 1px white;border-bottom: 1px solid #CDCDCD;color: #636363;font-weight: 600;}.box .box-header:before, .box .box-header:after, .box .box-footer:before, .box .box-footer:after {display: table;content: "";line-height: 0;}.box .box-header:after, .box .box-footer:after {clear: both;}.box .box-header .title, .box .box-footer .title {float: left;display: block;padding: 10px;font-size: 12px;font-weight: 600;}.box .box-header .box-toolbar, .box .box-footer .box-toolbar {margin: 0;padding: 0;float: right;list-style: none;}.box .box-header .box-toolbar .ibutton-container, .box .box-footer .box-toolbar .ibutton-container {margin-top: 6px;}.box .box-header .box-toolbar>li, .box .box-footer .box-toolbar>li {position: relative;float: left;margin-left: 15px;line-height: 37px;padding-right: 10px;color: #636363;font-size: 12px;}.box .box-header .box-toolbar>li ul, .box .box-footer .box-toolbar>li ul {left: auto;right: 0;}.box .box-header .box-toolbar>li.toolbar-link, .box .box-footer .box-toolbar>li.toolbar-link {padding-right: 0;}.box .box-header .box-toolbar>li.toolbar-link>a, .box .box-footer .box-toolbar>li.toolbar-link>a {border-left: 1px solid #cecece;height: 37px;line-height: 37px;display: block;padding: 0 10px;}.box .box-header .box-toolbar>li.toolbar-link>a i, .box .box-footer .box-toolbar>li.toolbar-link>a i {font-size: 16px;}.box .box-header .box-toolbar>li.toolbar-link>a:hover, .box .box-footer .box-toolbar>li.toolbar-link>a:hover {background: #efefef;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));background-image: -webkit-linear-gradient(top, #ffffff, #efefef);background-image: -moz-linear-gradient(top, #ffffff, #efefef);background-image: -o-linear-gradient(top, #ffffff, #efefef);background-image: linear-gradient(top, #ffffff, #efefef);}.box .box-header .box-toolbar>li.toolbar-link>a:active, .box .box-footer .box-toolbar>li.toolbar-link>a:active {background: #e5e5e5;}.box .box-header .box-toolbar>li>i, .box .box-footer .box-toolbar>li>i {font-size: 14px;height: 37px;line-height: 37px;}.box .box-header .box-toolbar>li.open>a, .box .box-footer .box-toolbar>li.open>a {background: #eee;}.box .box-header {-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;}.box .box-footer {-moz-border-radius-bottomright: 3px;-webkit-border-bottom-right-radius: 3px;border-bottom-right-radius: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-bottom-left-radius: 3px;border-bottom-left-radius: 3px;border-bottom: none;border-top: 1px solid #dddddd;}.box .box-footer .pagination {margin: 10px 0;}.box .box-footer.flat {border-top: none;background: #f1f1f1;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: linear-gradient(top, #fbfbfb, #f1f1f1);}.box-list {list-style: none;margin: 0;}.box-list>li {line-height: 24px;*zoom: 1;background: #f1f1f1;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);background-image: linear-gradient(top, #fbfbfb, #f1f1f1);text-shadow: 0 1px white;padding: 10px;border-bottom: 1px solid #ddd;}.box-list>li:before, .box-list>li:after {display: table;content: "";line-height: 0;}.box-list>li:after {clear: both;}.box-list>li:last-child {border-bottom: none;}.box-list .fields li {line-height: 23px;}.box-section {border-bottom: 1px solid #ddd;margin-left: 0;margin-right: 0;border-top: 1px solid #fff;padding: 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.box-section:last-child {border-bottom: none;}.faded-toolbar a {margin-right: 10px;}.faded-toolbar.pull-right a {margin-left: 10px;margin-right: 0;}.faded-toolbar i {-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;vertical-align: middle;color: #989898;opacity: .6;}.faded-toolbar i:hover {opacity: 1;}.box .box-header .nav {margin-bottom: 0;}.box .box-header .nav-tabs+.title {float: right;}.box .box-header .nav-tabs {border-bottom: none;}.box .box-header .nav-tabs>.active>a, .box .box-header .nav-tabs>.active>a:hover {background: #fbfbfb;border-left-color: #dddddd;border-right-color: #dddddd;border-top-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.box .box-header .nav-tabs.nav-tabs-left {float: left;}.box .box-header .nav-tabs.nav-tabs-left li:first-child a {border-left: 0;-moz-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;}.box .box-header .nav-tabs.nav-tabs-right {float: right;}.box .box-header .nav-tabs.nav-tabs-right li:last-child a {border-right: 0;-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;margin-right: 0;}.box .box-header .nav>li>a:hover {border-color: transparent;background: none;}.box-header .tooltip {line-height: 20px !important;text-shadow: none;}.box-header .progress {margin-top: 15px;}.box-header .input-with-submit input {margin-bottom: 0;margin-top: 5px;}.to-right .dropdown-menu {top: 0px;left: 100%;margin-left: 10px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;float: none;width: 100%;-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.to-right .dropdown-menu:before {content: '';display: inline-block;border-top: 7px solid transparent !important;border-left: 7px solid transparent !important;border-right: 8px solid #11161A;border-bottom: 7px solid transparent !important;position: absolute;top: 12px;left: -15px;}.dark-nav {position: relative;}.dark-nav.to-right .dropdown-menu {-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.dark-nav>ul {margin: 0;padding: 0;background: #11161A;-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;}.dark-nav>ul:before {border-bottom: 7px solid #0a0d0e !important;}.dark-nav>ul:after {border-bottom: 6px solid #0a0d0e !important;}.dark-nav>ul li.active a {color: #fff;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);background: rgba(50, 50, 50, 0.1);background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));}.dark-nav>ul li.active a:hover {background: rgba(50, 50, 50, 0.1);background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));}.dark-nav>ul li a {text-shadow: none;text-align: left;font-size: 11px;padding: 6px 5px 6px 20px;border-top: 1px solid #20292f;border-bottom: 1px solid #0a0d0e;color: #bbb;display: block;}.dark-nav>ul li a:hover {background: rgba(50, 50, 50, 0.1);background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));color: #fff;}.dark-nav>ul li:last-child a {border-bottom: none;}.dark-nav>ul li:first-child a {border-top: none;}.navbar-inverse .nav.full {margin: 0;margin-left: 10px;}.navbar-inverse .nav.full>li>a {height: 40px;line-height: 40px;padding: 3px 10px;margin-right: 10px;background: transparent;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.navbar-inverse .nav.full>li>a:hover {background: transparent;}.navbar-inverse .nav.full>li>a img {width: 32px;height: 32px;}.dropdown-menu {background: whitesmoke;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);background-image: linear-gradient(top, #fdfdfd, #f5f5f5);-webkit-box-shadow: 0 1px 2px #dadada;-moz-box-shadow: 0 1px 2px #dadada;box-shadow: 0 1px 2px #dadada;}.dropdown-menu li>a:hover, .dropdown-menu .dropdown-menu li>a:focus, .dropdown-menu .dropdown-submenu:hover>a {background: #f2f2f2;color: #404040;}.dropdown-menu li a {text-shadow: 0 1px white;color: #475967;font-weight: 600;}.dropdown-menu li.with-image {text-align: center;margin-top: 15px;margin-bottom: 15px;}.dropdown-menu li.with-image .avatar img {max-width: 100px;max-height: 100px;border: 4px solid #fff;}.dropdown-menu li.with-image span {text-shadow: 0 1px white;display: block;margin-top: 15px;color: #9EA1AA;font-size: 16px;font-weight: 600;}[class^="icon-"], [class*=" icon-"] {font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased;display: inline;width: auto;height: auto;line-height: normal;vertical-align: baseline;background-image: none;background-position: 0% 0%;background-repeat: repeat;margin-top: 0;}.icon-white, .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^="icon-"], .dropdown-submenu:hover>a>[class*=" icon-"] {background-image: none;}[class^="icon-"]:before, [class*=" icon-"]:before {text-decoration: inherit;display: inline-block;speak: none;}a [class^="icon-"], a [class*=" icon-"] {display: inline-block;}.icon-large:before {vertical-align: -10%;font-size: 1.3333333333333333em;}.btn [class^="icon-"], .btn [class*=" icon-"], .nav [class^="icon-"], .nav [class*=" icon-"] {display: inline;}.btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large {line-height: .9em;}.btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {display: inline-block;}.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large, .nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large {line-height: .9em;}li [class^="icon-"], li [class*=" icon-"], .nav li [class^="icon-"], .nav li [class*=" icon-"] {display: inline-block;width: 1.25em;text-align: center;}li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large, .nav li [class*=" icon-"].icon-large {width: 1.5625em;}ul.icons {list-style-type: none;text-indent: -.75em;}ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {width: .75em;}.icon-muted {color: #eeeeee;}.icon-border {border: solid 1px #eeeeee;padding: .2em .25em .15em;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.icon-2x {font-size: 2em;}.icon-2x.icon-border {border-width: 2px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}.icon-3x {font-size: 3em;}.icon-3x.icon-border {border-width: 3px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}.icon-4x {font-size: 4em;}.icon-4x.icon-border {border-width: 4px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}.pull-right {float: right;}.pull-left {float: left;}[class^="icon-"].pull-left, [class*=" icon-"].pull-left {margin-right: .3em;}[class^="icon-"].pull-right, [class*=" icon-"].pull-right {margin-left: .3em;}.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {margin-top: .18em;}.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {line-height: .8em;}.btn.btn-sm [class^="icon-"].pull-left.icon-2x, .btn.btn-sm [class^="icon-"].pull-right.icon-2x, .btn.btn-sm [class*=" icon-"].pull-left.icon-2x, .btn.btn-sm [class*=" icon-"].pull-right.icon-2x {margin-top: .25em;}.btn.btn-lg [class^="icon-"], .btn.btn-lg [class*=" icon-"] {margin-top: 0;}.btn.btn-lg [class^="icon-"].pull-left.icon-2x, .btn.btn-lg [class^="icon-"].pull-right.icon-2x, .btn.btn-lg [class*=" icon-"].pull-left.icon-2x, .btn.btn-lg [class*=" icon-"].pull-right.icon-2x {margin-top: .05em;}.btn.btn-lg [class^="icon-"].pull-left.icon-2x, .btn.btn-lg [class*=" icon-"].pull-left.icon-2x {margin-right: .2em;}.btn.btn-lg [class^="icon-"].pull-right.icon-2x, .btn.btn-lg [class*=" icon-"].pull-right.icon-2x {margin-left: .2em;}.icon-spin {display: inline-block;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;}@-moz-keyframes spin {0% {-moz-transform: rotate(0deg);}100% {-moz-transform: rotate(359deg);}}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);}}@-o-keyframes spin {0% {-o-transform: rotate(0deg);}100% {-o-transform: rotate(359deg);}}@-ms-keyframes spin {0% {-ms-transform: rotate(0deg);}100% {-ms-transform: rotate(359deg);}}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(359deg);}}@-moz-document url-prefix() {.icon-spin {height: .9em;}.btn .icon-spin {height: auto;}.icon-spin.icon-large {height: 1.25em;}.btn .icon-spin.icon-large {height: .75em;}}.icon-glass:before {content: "\f000";}.icon-music:before {content: "\f001";}.icon-search:before {content: "\f002";}.icon-envelope:before {content: "\f003";}.icon-heart:before {content: "\f004";}.icon-star:before {content: "\f005";}.icon-star-empty:before {content: "\f006";}.icon-user:before {content: "\f007";}.icon-film:before {content: "\f008";}.icon-th-large:before {content: "\f009";}.icon-th:before {content: "\f00a";}.icon-th-list:before {content: "\f00b";}.icon-ok:before {content: "\f00c";}.icon-remove:before {content: "\f00d";}.icon-zoom-in:before {content: "\f00e";}.icon-zoom-out:before {content: "\f010";}.icon-off:before {content: "\f011";}.icon-signal:before {content: "\f012";}.icon-cog:before {content: "\f013";}.icon-trash:before {content: "\f014";}.icon-home:before {content: "\f015";}.icon-file:before {content: "\f016";}.icon-time:before {content: "\f017";}.icon-road:before {content: "\f018";}.icon-download-alt:before {content: "\f019";}.icon-download:before {content: "\f01a";}.icon-upload:before {content: "\f01b";}.icon-inbox:before {content: "\f01c";}.icon-play-circle:before {content: "\f01d";}.icon-repeat:before {content: "\f01e";}.icon-refresh:before {content: "\f021";}.icon-list-alt:before {content: "\f022";}.icon-lock:before {content: "\f023";}.icon-flag:before {content: "\f024";}.icon-headphones:before {content: "\f025";}.icon-volume-off:before {content: "\f026";}.icon-volume-down:before {content: "\f027";}.icon-volume-up:before {content: "\f028";}.icon-qrcode:before {content: "\f029";}.icon-barcode:before {content: "\f02a";}.icon-tag:before {content: "\f02b";}.icon-tags:before {content: "\f02c";}.icon-book:before {content: "\f02d";}.icon-bookmark:before {content: "\f02e";}.icon-print:before {content: "\f02f";}.icon-camera:before {content: "\f030";}.icon-font:before {content: "\f031";}.icon-bold:before {content: "\f032";}.icon-italic:before {content: "\f033";}.icon-text-height:before {content: "\f034";}.icon-text-width:before {content: "\f035";}.icon-align-left:before {content: "\f036";}.icon-align-center:before {content: "\f037";}.icon-align-right:before {content: "\f038";}.icon-align-justify:before {content: "\f039";}.icon-list:before {content: "\f03a";}.icon-indent-left:before {content: "\f03b";}.icon-indent-right:before {content: "\f03c";}.icon-facetime-video:before {content: "\f03d";}.icon-picture:before {content: "\f03e";}.icon-pencil:before {content: "\f040";}.icon-map-marker:before {content: "\f041";}.icon-adjust:before {content: "\f042";}.icon-tint:before {content: "\f043";}.icon-edit:before {content: "\f044";}.icon-share:before {content: "\f045";}.icon-check:before {content: "\f046";}.icon-move:before {content: "\f047";}.icon-step-backward:before {content: "\f048";}.icon-fast-backward:before {content: "\f049";}.icon-backward:before {content: "\f04a";}.icon-play:before {content: "\f04b";}.icon-pause:before {content: "\f04c";}.icon-stop:before {content: "\f04d";}.icon-forward:before {content: "\f04e";}.icon-fast-forward:before {content: "\f050";}.icon-step-forward:before {content: "\f051";}.icon-eject:before {content: "\f052";}.icon-chevron-left:before {content: "\f053";}.icon-chevron-right:before {content: "\f054";}.icon-plus-sign:before {content: "\f055";}.icon-minus-sign:before {content: "\f056";}.icon-remove-sign:before {content: "\f057";}.icon-ok-sign:before {content: "\f058";}.icon-question-sign:before {content: "\f059";}.icon-info-sign:before {content: "\f05a";}.icon-screenshot:before {content: "\f05b";}.icon-remove-circle:before {content: "\f05c";}.icon-ok-circle:before {content: "\f05d";}.icon-ban-circle:before {content: "\f05e";}.icon-arrow-left:before {content: "\f060";}.icon-arrow-right:before {content: "\f061";}.icon-arrow-up:before {content: "\f062";}.icon-arrow-down:before {content: "\f063";}.icon-share-alt:before {content: "\f064";}.icon-resize-full:before {content: "\f065";}.icon-resize-small:before {content: "\f066";}.icon-plus:before {content: "\f067";}.icon-minus:before {content: "\f068";}.icon-asterisk:before {content: "\f069";}.icon-exclamation-sign:before {content: "\f06a";}.icon-gift:before {content: "\f06b";}.icon-leaf:before {content: "\f06c";}.icon-fire:before {content: "\f06d";}.icon-eye-open:before {content: "\f06e";}.icon-eye-close:before {content: "\f070";}.icon-warning-sign:before {content: "\f071";}.icon-plane:before {content: "\f072";}.icon-calendar:before {content: "\f073";}.icon-random:before {content: "\f074";}.icon-comment:before {content: "\f075";}.icon-magnet:before {content: "\f076";}.icon-chevron-up:before {content: "\f077";}.icon-chevron-down:before {content: "\f078";}.icon-retweet:before {content: "\f079";}.icon-shopping-cart:before {content: "\f07a";}.icon-folder-close:before {content: "\f07b";}.icon-folder-open:before {content: "\f07c";}.icon-resize-vertical:before {content: "\f07d";}.icon-resize-horizontal:before {content: "\f07e";}.icon-bar-chart:before {content: "\f080";}.icon-twitter-sign:before {content: "\f081";}.icon-facebook-sign:before {content: "\f082";}.icon-camera-retro:before {content: "\f083";}.icon-key:before {content: "\f084";}.icon-cogs:before {content: "\f085";}.icon-comments:before {content: "\f086";}.icon-thumbs-up:before {content: "\f087";}.icon-thumbs-down:before {content: "\f088";}.icon-star-half:before {content: "\f089";}.icon-heart-empty:before {content: "\f08a";}.icon-signout:before {content: "\f08b";}.icon-linkedin-sign:before {content: "\f08c";}.icon-pushpin:before {content: "\f08d";}.icon-external-link:before {content: "\f08e";}.icon-signin:before {content: "\f090";}.icon-trophy:before {content: "\f091";}.icon-github-sign:before {content: "\f092";}.icon-upload-alt:before {content: "\f093";}.icon-lemon:before {content: "\f094";}.icon-phone:before {content: "\f095";}.icon-check-empty:before {content: "\f096";}.icon-bookmark-empty:before {content: "\f097";}.icon-phone-sign:before {content: "\f098";}.icon-twitter:before {content: "\f099";}.icon-facebook:before {content: "\f09a";}.icon-github:before {content: "\f09b";}.icon-unlock:before {content: "\f09c";}.icon-credit-card:before {content: "\f09d";}.icon-rss:before {content: "\f09e";}.icon-hdd:before {content: "\f0a0";}.icon-bullhorn:before {content: "\f0a1";}.icon-bell:before {content: "\f0a2";}.icon-certificate:before {content: "\f0a3";}.icon-hand-right:before {content: "\f0a4";}.icon-hand-left:before {content: "\f0a5";}.icon-hand-up:before {content: "\f0a6";}.icon-hand-down:before {content: "\f0a7";}.icon-circle-arrow-left:before {content: "\f0a8";}.icon-circle-arrow-right:before {content: "\f0a9";}.icon-circle-arrow-up:before {content: "\f0aa";}.icon-circle-arrow-down:before {content: "\f0ab";}.icon-globe:before {content: "\f0ac";}.icon-wrench:before {content: "\f0ad";}.icon-tasks:before {content: "\f0ae";}.icon-filter:before {content: "\f0b0";}.icon-briefcase:before {content: "\f0b1";}.icon-fullscreen:before {content: "\f0b2";}.icon-group:before {content: "\f0c0";}.icon-link:before {content: "\f0c1";}.icon-cloud:before {content: "\f0c2";}.icon-beaker:before {content: "\f0c3";}.icon-cut:before {content: "\f0c4";}.icon-copy:before {content: "\f0c5";}.icon-paper-clip:before {content: "\f0c6";}.icon-save:before {content: "\f0c7";}.icon-sign-blank:before {content: "\f0c8";}.icon-reorder:before {content: "\f0c9";}.icon-list-ul:before {content: "\f0ca";}.icon-list-ol:before {content: "\f0cb";}.icon-strikethrough:before {content: "\f0cc";}.icon-underline:before {content: "\f0cd";}.icon-table:before {content: "\f0ce";}.icon-magic:before {content: "\f0d0";}.icon-truck:before {content: "\f0d1";}.icon-pinterest:before {content: "\f0d2";}.icon-pinterest-sign:before {content: "\f0d3";}.icon-google-plus-sign:before {content: "\f0d4";}.icon-google-plus:before {content: "\f0d5";}.icon-money:before {content: "\f0d6";}.icon-caret-down:before {content: "\f0d7";}.icon-caret-up:before {content: "\f0d8";}.icon-caret-left:before {content: "\f0d9";}.icon-caret-right:before {content: "\f0da";}.icon-columns:before {content: "\f0db";}.icon-sort:before {content: "\f0dc";}.icon-sort-down:before {content: "\f0dd";}.icon-sort-up:before {content: "\f0de";}.icon-envelope-alt:before {content: "\f0e0";}.icon-linkedin:before {content: "\f0e1";}.icon-undo:before {content: "\f0e2";}.icon-legal:before {content: "\f0e3";}.icon-dashboard:before {content: "\f0e4";}.icon-comment-alt:before {content: "\f0e5";}.icon-comments-alt:before {content: "\f0e6";}.icon-bolt:before {content: "\f0e7";}.icon-sitemap:before {content: "\f0e8";}.icon-umbrella:before {content: "\f0e9";}.icon-paste:before {content: "\f0ea";}.icon-lightbulb:before {content: "\f0eb";}.icon-exchange:before {content: "\f0ec";}.icon-cloud-download:before {content: "\f0ed";}.icon-cloud-upload:before {content: "\f0ee";}.icon-user-md:before {content: "\f0f0";}.icon-stethoscope:before {content: "\f0f1";}.icon-suitcase:before {content: "\f0f2";}.icon-bell-alt:before {content: "\f0f3";}.icon-coffee:before {content: "\f0f4";}.icon-food:before {content: "\f0f5";}.icon-file-alt:before {content: "\f0f6";}.icon-building:before {content: "\f0f7";}.icon-hospital:before {content: "\f0f8";}.icon-ambulance:before {content: "\f0f9";}.icon-medkit:before {content: "\f0fa";}.icon-fighter-jet:before {content: "\f0fb";}.icon-beer:before {content: "\f0fc";}.icon-h-sign:before {content: "\f0fd";}.icon-plus-sign-alt:before {content: "\f0fe";}.icon-double-angle-left:before {content: "\f100";}.icon-double-angle-right:before {content: "\f101";}.icon-double-angle-up:before {content: "\f102";}.icon-double-angle-down:before {content: "\f103";}.icon-angle-left:before {content: "\f104";}.icon-angle-right:before {content: "\f105";}.icon-angle-up:before {content: "\f106";}.icon-angle-down:before {content: "\f107";}.icon-desktop:before {content: "\f108";}.icon-laptop:before {content: "\f109";}.icon-tablet:before {content: "\f10a";}.icon-mobile-phone:before {content: "\f10b";}.icon-circle-blank:before {content: "\f10c";}.icon-quote-left:before {content: "\f10d";}.icon-quote-right:before {content: "\f10e";}.icon-spinner:before {content: "\f110";}.icon-circle:before {content: "\f111";}.icon-reply:before {content: "\f112";}.icon-github-alt:before {content: "\f113";}.icon-folder-close-alt:before {content: "\f114";}.icon-folder-open-alt:before {content: "\f115";}.fc {direction: ltr;text-align: left;}.fc table {border-collapse: collapse;border-spacing: 0;}html .fc {font-size: 1em;}.fc table {font-size: 1em;}.fc td, .fc th {padding: 0;vertical-align: top;}.fc-header {position: relative;}.fc-header td {white-space: nowrap;}.fc-header-left {text-align: left;width: 100%;}.fc-header-center {text-align: center;position: absolute;top: 0;width: 80%;left: 10%;line-height: 37px;}.fc-button-inner {border-left: 1px solid #d5d5d5;}.fc-header-left .fc-button-inner {border: none;}.fc-header-right {text-align: right;position: absolute;top: -37px;right: 0;}.fc-header-right .fc-button-agendaDay .fc-button-inner {-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;}.fc-header-title {display: inline-block;}.fc-header-title h2 {font-size: 12px;margin: 0;}.fc-header-title strong {margin-top: 0;white-space: nowrap;padding: 8px 12px !important;display: block;}.fc .fc-header-space {padding-left: 10px;}.fc-header .fc-corner-right {margin-right: 0;float: right;}.fc-header .ui-corner-right {margin-right: 0;}.fc-header .fc-state-hover, .fc-header .ui-state-hover {z-index: 2;}.fc-header .fc-state-down {z-index: 3;}.fc-header .fc-state-active, .fc-header .ui-state-active {z-index: 4;}.fc-button-next {float: right;margin-right: -2px;}.fc-view {width: 100%;overflow: hidden;}.fc-border-separate thead {background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);height: 25px;line-height: 25px;}.fc-widget-header, .fc-widget-content {border: 1px solid #ccc;}.fc-state-highlight {background: #f4f3e6;}.fc-cell-overlay {background: #99CCFF;opacity: .2;}.fc-button {position: relative;cursor: pointer;}.fc-button-inner {position: relative;float: left;overflow: hidden;}.fc-button-content {position: relative;float: left;height: 37px;line-height: 37px;padding: 0 14px;white-space: nowrap;}.fc-header-left .fc-button-content {padding: 0 8px;}.fc-header-right .fc-button-content {height: 37px;}.fc-state-default .fc-button-effect {position: absolute;top: 50%;left: 0;}.fc-state-active {color: #797979;background: #f9f9f9;box-shadow: 0 -1px 0 #eaeaea inset;}.fc-state-active .fc-button-inner {color: #797979;background: #f9f9f9;box-shadow: 0 -1px 0 #eaeaea inset;}.fc-first th {padding-top: 1px;}.fc-state-disabled {color: #999;border-color: #ddd;cursor: default;}.fc-state-disabled .fc-button-inner {color: #999;border-color: #ddd;}.fc-state-disabled .fc-button-effect {display: none;}.fc-event {border-style: solid;border-width: 0;font-size: .85em;cursor: default;}a.fc-event, .fc-event-draggable {cursor: pointer;}a.fc-event {text-decoration: none;}.fc-rtl .fc-event {text-align: right;}.fc-event-skin {border-color: #32779A;background-color: #729BB9;color: #fff;display: block;padding: 1px 0px;font-size: 11px;-moz-border-radius: 2px;-webkit-border-radius: 2px;-khtml-border-radius: 2px;border-radius: 2px;margin-top: 1px;}.fc-event-inner {position: relative;width: 100%;height: 100%;border-style: solid;border-width: 0;overflow: hidden;}.fc-event-time, .fc-event-title {padding: 0 2px 1px 5px;display: block;float: left;line-height: 16px;}.fc .ui-resizable-handle {display: block;position: absolute;z-index: 99999;overflow: hidden;font-size: 300%;line-height: 50%;}.fc-event-hori {margin-bottom: 1px;}.fc-event-hori .ui-resizable-e {top: 0 !important;right: -3px !important;width: 7px !important;height: 100% !important;cursor: e-resize;}.fc-event-hori .ui-resizable-w {top: 0 !important;left: -3px !important;width: 7px !important;height: 100% !important;cursor: w-resize;}.fc-corner-right {margin-right: 1px;}.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {margin-right: 0;}.fc-corner-top {margin-top: 1px;}.fc-corner-top .fc-event-inner {margin-top: -1px;}.fc-corner-bottom {margin-bottom: 1px;}.fc-corner-bottom .fc-event-inner {margin-bottom: -1px;}.fc-corner-top .fc-event-inner {border-top-width: 1px;}.fc-corner-bottom .fc-event-inner {border-bottom-width: 1px;}table.fc-border-separate {border-collapse: separate;}.fc-border-separate th {border-width: 1px 0 0 1px;}.fc-border-separate td {border-width: 1px 0 0 1px;}.fc-border-separate td:first-child {border-left: none;}.fc-border-separate th:first-child {border-left: none;}.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {border-top-width: 1px;}.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {border-top-width: 1px;}.fc-widget-header {text-align: center;}.fc-day-number {float: right;padding: 6px 5px 2px 5px;}.fc-cols .fc-other-month .fc-day-number {opacity: 0.3;filter: alpha(opacity=30);}.fc-day-content {clear: both;padding: 5px 2px 3px;}.fc-cols .fc-event-time {font-weight: 600;}.fc-rtl .fc-cols .fc-day-number {float: left;}.fc-rtl .fc-cols .fc-event-time {float: right;}.fc-agenda table {border-collapse: separate;}.fc-agenda-days th {text-align: center;}.fc-agenda .fc-agenda-axis {width: 50px;padding: 0 4px;vertical-align: middle;text-align: right;white-space: nowrap;font-weight: normal;}.fc-agenda .fc-day-content {padding: 2px 2px 1px;}.fc-agenda-days .fc-agenda-axis {border-right-width: 1px;}.fc-agenda-days .fc-col0 {border-left-width: 0;}.fc-agenda-allday th {border-width: 0 1px;}.fc-agenda-allday .fc-day-content {min-height: 34px;_height: 34px;}.fc-agenda-divider-inner {height: 2px;overflow: hidden;}.fc-widget-header .fc-agenda-divider-inner {background: #eee;}.fc-agenda-slots th {border-width: 1px 1px 0;}.fc-agenda-slots td {border-width: 1px 0 0;background: none;}.fc-agenda-slots td div {height: 20px;}.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {border-top-width: 0;}.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {border-top-style: dotted;}.fc-agenda-slots tr.fc-minor th.ui-widget-header {border-top-style: solid;}.fc-event-vert {border-width: 0 1px;}.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {position: relative;z-index: 2;width: 100%;overflow: hidden;}.fc-event-vert .fc-event-time {white-space: nowrap;font-size: 10px;}.fc-event-vert .fc-event-bg {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: .3;filter: alpha(opacity=30);}.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {display: none;}.fc-event-vert .ui-resizable-s {bottom: 0 !important;width: 100% !important;height: 8px !important;overflow: hidden !important;line-height: 8px !important;font-size: 11px !important;font-family: monospace;text-align: center;cursor: s-resize;}.fc-agenda .ui-resizable-resizing {overflow: hidden;}#gritter-notice-wrapper {position: fixed;top: 20px;right: 20px;width: 301px;z-index: 9999;}#gritter-notice-wrapper.top-left {left: 20px;right: auto;}#gritter-notice-wrapper.bottom-right {top: auto;left: auto;bottom: 20px;right: 20px;}#gritter-notice-wrapper.bottom-left {top: auto;right: auto;bottom: 20px;left: 20px;}.gritter-item-wrapper {position: relative;margin: 0 0 10px 0;background: url("/assets/img/ie-spacer.gif");}.gritter-item-wrapper.warn .gritter-title {color: orange;}.gritter-item-wrapper.error .gritter-title {color: #ff4d4d;}.gritter-item-wrapper.success .gritter-title {color: #00cc00;}.gritter-item {display: block;background: rgba(0, 0, 0, 0.7);color: #eee;padding: 10px;font-size: 11px;-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;-o-border-radius: 6px;border-radius: 6px;}.hover .gritter-item {background-position: right -40px;}.gritter-item p {padding: 0;margin: 0;word-wrap: break-word;}.gritter-close {display: none;position: absolute;top: 0px;right: 0px;cursor: pointer;width: 100%;height: 100%;}.gritter-title {font-size: 14px;font-weight: 600;padding: 0 0 7px 0;display: block;text-shadow: 1px 1px 0 #000;}.gritter-image {width: 48px;height: 48px;float: left;}.gritter-with-image, .gritter-without-image {padding: 0;}.gritter-with-image {width: 220px;float: right;}.num-stats {list-style: none;margin: 0;padding: 0;color: #717e88;zoom: 1;}.num-stats:before, .num-stats:after {display: table;content: "";line-height: 0;}.num-stats:after {clear: both;}.num-stats li {text-align: center;float: left;padding-left: 15px;padding-right: 15px;border-right: 1px dotted #bbbbbb;border-left: 1px dotted whitesmoke;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.num-stats li:first-child {border-left: none;}.num-stats li:last-child {border-right: none;}.num-stats li .number {text-shadow: 0 1px #fff;font-size: 18px;font-weight: 600;display: block;line-height: 18px;}.num-stats li i {color: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;height: 36px;width: 36px;line-height: 36px;font-size: 14px;float: left;-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);}.num-stats li.stat-blue .number {color: #6e97aa;}.num-stats li.stat-blue i {background: #6e97aa;text-shadow: 0 1px rgba(66, 98, 112, 0.5);}.num-stats li.stat-blue strong {color: #6e97aa;}.num-stats li.stat-red .number {color: #ba6d6d;}.num-stats li.stat-red i {background: #ba6d6d;text-shadow: 0 1px rgba(131, 62, 62, 0.5);}.num-stats li.stat-red strong {color: #ba6d6d;}.num-stats li.stat-green .number {color: #8fae53;}.num-stats li.stat-green i {background: #8fae53;text-shadow: 0 1px rgba(86, 105, 50, 0.5);}.num-stats li.stat-green strong {color: #8fae53;}.well .num-stats li {border-right-color: #bbb;border-left-color: transparent;}.area-top .num-stats {margin-top: 5px;}.area-top .num-stats li {border: none;}form.fill-up {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;margin-bottom: 0;}form.fill-up * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}form.fill-up input, form.fill-up textarea, form.fill-up select {width: 100%;}form.fill-up .padded .control-group:last-child {margin-bottom: 0;}form.fill-up.form-horizontal .form-actions {padding-left: 20px;}form.fill-up .radio, form.fill-up .checkbox {padding-left: 0;width: auto !important;}.form-actions {margin-bottom: 0;padding: 20px;}.box form {padding: 0;}form {margin-bottom: 0;}.input-group, .input-group {height: 36px;line-height: 36px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;position: relative;z-index: 1;}.input-group .input-group-addon i, .input-group .input-group-addon i {line-height: 26px;}.input-group *, .input-group * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.input-group a.input-group-addon, .input-group span.input-group-addon, .input-group a.input-group-addon, .input-group span.input-group-addon {min-width: 36px;color: #5a6573;position: absolute;height: 100%;z-index: 2;-webkit-box-shadow: inset 0 1px 2px white;-moz-box-shadow: inset 0 1px 2px white;box-shadow: inset 0 1px 2px white;border: 1px solid #ccc;background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);padding-left: 10px;padding-right: 10px;}.input-group a.input-group-addon:active, .input-group span.input-group-addon:active, .input-group a.input-group-addon:active, .input-group span.input-group-addon:active {background: #eee;}.input-group ul.input-group-addon, .input-group ul.input-group-addon {list-style: none;position: absolute;z-index: 2;background: none;border: none;padding: 0;margin: 0;height: 100%;top: 1px;right: 2px;}.input-group ul.input-group-addon li, .input-group ul.input-group-addon li {float: left;margin-left: 10px;line-height: 32px;height: 32px;}.input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button, .input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button {vertical-align: middle;}.input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn, .input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}.input-group ul.input-group-addon li .btn, .input-group ul.input-group-addon li .btn {padding: 0;line-height: 25px;height: 25px;padding-left: 10px;padding-right: 10px;margin-right: 5px;}.input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"], .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"] {height: 36px;width: 100%;z-index: 1;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.box .input-group, .box .input-group {margin-bottom: 0;}.input-group.addon-right .input-group-addon {right: 0;width: auto;}.input-group.addon-right input[type="text"], .input-group.addon-right input[type="password"], .input-group.addon-right input[type="email"], .input-group.addon-right input[type="number"] {padding-right: 35px;}.input-group.addon-left .input-group-addon {left: 0;width: auto;}.input-group.addon-left input[type="text"], .input-group.addon-left input[type="password"], .input-group.addon-left input[type="email"], .input-group.addon-left input[type="number"] {padding-left: 45px;}.search-dropdown {position: relative;background: #fbfbfb;border: 1px solid #cccccc;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.search-dropdown:after, .search-dropdown:before {bottom: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}.search-dropdown:after {border-bottom-color: #fbfbfb;border-width: 7px;left: 50%;margin-left: -7px;}.search-dropdown:before {border-bottom-color: #cccccc;border-width: 8px;left: 50%;margin-left: -8px;}.search-dropdown {margin-top: 15px;}.search-dropdown .box-section:first-child {border-top: none;-moz-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;}.input-with-submit {position: relative;}.input-with-submit button {background: transparent;border: none;position: absolute;right: 2px;top: 7px;height: 22px;line-height: 22px;}.input-with-submit i {color: #909090;}.tagsinput {border: 1px solid #ddd;background: #fdfdfd;padding: 5px;width: 100%;overflow-y: auto;}.tagsinput input {font-size: 11px;line-height: normal;width: auto !important;}.tagsinput span.tag {display: block;float: left;padding: 0 8px;margin: 5px 5px 5px 5px;line-height: 23px;font-size: 11px;border: 1px solid #d2d2d2;background: #f2f2f2;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: linear-gradient(top, #fcfcfc, #f2f2f2);-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}.tagsinput span.tag a {font-weight: 600;font-size: 11px;float: right;}.tagsinput input {width: 60px;border: none;padding: 5px 8px 6px 8px;background: transparent;margin: 5px 5px 0 4px;}.tagsinput div {display: block;float: left;}.tags_clear {clear: both;width: 100%;height: 0px;}.not_valid {background: #FBD8DB !important;color: #90111A !important;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}.secondary-sidebar .tagsinput {background: none;border: none;padding: 0 8px;margin: -3px 0;}.secondary-sidebar .tagsinput span.tag {margin: 3px;color: #5f5f5f;background: #f2f2f2;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: linear-gradient(top, #fcfcfc, #f2f2f2);border: 1px solid #D2D2D2;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}.secondary-sidebar .tagsinput span.tag a {color: #aaa;}.navbar-static-top .navbar-collapse {padding-left: 20px;padding-right: 20px;}.navbar {margin-bottom: 0;}.navbar-toggle i {color: #fff;}.menu-avatar {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;width: 32px;height: 32px;margin-right: 10px;}.navbar-nav>li>a.dropdown-avatar {position: relative;padding-top: 9px;padding-bottom: 9px;font-weight: 600;}.navbar-nav>li>a.dropdown-avatar .badge {position: absolute;top: 5px;left: 7px;}.navbar-inverse {border-bottom: 1px solid rgba(10, 13, 14, 0.8);background: #222222;background-size: 100%;border-left: 0;border-right: 0;}.navbar-inverse .nav>li.cdrop {margin-top: 13px;}.navbar-inverse .nav>li.cdrop>a {background: rgba(0, 0, 0, 0.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);padding: 3px 10px;margin-right: 10px;line-height: 20px;height: 24px;}.navbar-inverse .nav>li.cdrop>a:hover {background: rgba(0, 0, 0, 0.8);}.navbar-inverse .nav>li.cdrop.active>a {-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);}.navbar-form {margin-top: 12px;}.navbar-form .form-group {position: relative;}.navbar-form .search-query {padding: 2px 10px;background: rgba(35, 43, 48, 0.83);-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);-webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;-o-border-radius: 15px;border-radius: 15px;border: 1px solid #111;height: 25px;line-height: 25px;}.navbar-form .search-query:focus, .navbar-form .search-query.focused {padding: 2px 10px;}.navbar-form .search-query.animated {width: 100px;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;-o-transition: width 0.3s;transition: width 0.3s;}.navbar-form .search-query.animated:focus, .navbar-form .search-query.animated .focused {width: 200px;}.navbar-form i {position: absolute;right: 10px;top: 5px;}.primary-sidebar .navbar-collapse {max-height: 9999px;}.primary-sidebar .nav {position: relative;padding: 0;}.navbar-nav>li>.dropdown-menu {border-radius: 4px;}.navbar-nav>li>.dropdown-menu>li>a {white-space: normal;}.sidebar-background {position: fixed;z-index: -1;width: 200px;background: #eaeaea;top: 0;left: 0;height: 100%;border-right: 1px solid #ccc;}.sidebar-background .primary-sidebar-background {width: 200px;background: #11161A;height: 100%;top: 0;left: 0;position: absolute;}.primary-sidebar {width: 200px;float: left;position: absolute;}.primary-sidebar .nav {margin-bottom: 20px;}.primary-sidebar .nav:after {content: "";position: absolute;bottom: -1px;height: 1px;width: 100%;left: 0;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);}.primary-sidebar .nav>li {position: relative;border-bottom: 1px solid transparent;}.primary-sidebar .nav>li a:after {content: "";position: absolute;bottom: -1px;height: 1px;width: 100%;left: 0;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGQwZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(30%, rgba(10, 13, 14, 0.8)), color-stop(50%, #0a0d0e), color-stop(70%, rgba(10, 13, 14, 0.8)), color-stop(100%, transparent));background: -webkit-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);background: -moz-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);background: -o-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);background: linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);}.primary-sidebar .nav>li a:before {content: "";position: absolute;top: 0px;height: 1px;width: 100%;left: 0;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);}.primary-sidebar .nav>li .glow {position: absolute;height: 40px;width: 5px;-webkit-transition: box-shadow 0.3s;-moz-transition: box-shadow 0.3s;-o-transition: box-shadow 0.3s;transition: box-shadow 0.3s;background: #1F2B42;-webkit-box-shadow: 0 0 2px 1px #434d59 inset;-moz-box-shadow: 0 0 2px 1px #434d59 inset;box-shadow: 0 0 2px 1px #434d59 inset;}.primary-sidebar .nav>li:hover .glow {background: #4291A6;-webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;-moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;box-shadow: 0 0 2px 1px #7bc8d7 inset;}.primary-sidebar .nav>li:hover>a {color: #939ea4;}.primary-sidebar .nav>li.active .glow {background: #4291A6;-webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;-moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;box-shadow: 0 0 2px 1px #7bc8d7 inset;}.primary-sidebar .nav>li.active>a {text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);color: #939ea4;}.primary-sidebar .nav>li>a {padding-top: 8px;padding-bottom: 8px;padding-left: 25px;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);color: #6B787F;}.primary-sidebar .nav>li>a:hover, .primary-sidebar .nav>li>a:focus {background: #11161A;position: static;}.primary-sidebar .nav>li>a span {font-size: 12px;vertical-align: middle;}.primary-sidebar .nav>li>a i {vertical-align: middle;}.primary-sidebar .nav>li>a i+span {padding-left: 10px;}.active .glow:after {content: "";border-radius: 50%;position: absolute;top: 20px;width: 0;height: 0;left: 8px;-webkit-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);-moz-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);background: rgba(124, 190, 215, 0.2);}.user-avatar {width: 100%;position: relative;}.user-avatar .dropdown-toggle span {font-weight: 600;}.user-avatar a {display: inline-block;}.user-avatar a>span {position: relative;}.user-avatar a img {-webkit-box-shadow: 0 1px 3px #1e1e1e;-moz-box-shadow: 0 1px 3px #1e1e1e;box-shadow: 0 1px 3px #1e1e1e;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}.user-avatar a .badge {z-index: 2;position: absolute;left: -6px;top: -10px;}.user-avatar .dropdown-menu {margin-top: 4px;}.status-error {color: #d13b3b;}.status-success {color: #629b3e;}.status-pending {color: #888;}.status-warning {color: #E36D2D;}.status-info {color: #4C9ECD;}hr.divider, li.divider {border: 0;height: 1px;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMDUsIDIwNSwgMjA1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2RjZGNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDIwNSwgMjA1LCAyMDUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(205, 205, 205, 0)), color-stop(50%, #cdcdcd), color-stop(100%, rgba(205, 205, 205, 0)));background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));background: -moz-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));background: -o-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));background: linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));position: relative;}hr.divider:after, li.divider:after {content: '';height: 1px;top: 1px;left: 0;width: 100%;position: absolute;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTAsIDI1MCwgMjUwLCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1MCwgMjUwLCAyNTAsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));background: -moz-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));background: -o-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));background: linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));}hr.divider+.padded, hr.divider+.vpadded, li.divider+.padded, li.divider+.vpadded {padding-top: 0;}.primary-sidebar .divider {margin-top: 10px;margin-bottom: 10px;border-top: 1px solid #0a0d0e;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(25%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(75%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);}.primary-sidebar .divider:after {content: none;}.area-top {background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fafafa, #ececec);background-image: -moz-linear-gradient(top, #fafafa, #ececec);background-image: -o-linear-gradient(top, #fafafa, #ececec);background-image: linear-gradient(top, #fafafa, #ececec);-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);-moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);border-bottom: 1px solid #ccc;position: relative;width: 100%;padding: 10px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 15px;}.area-top .header {font-size: 14px;}.area-top .header i {float: left;font-size: 24px;margin-top: 4px;margin-right: 10px;}.area-top .header h3, .area-top .header h5 {margin: 0;font-weight: 300;}.area-top .header h3, .area-top .header i {color: #888;}.area-top .header h3 {line-height: 35px;}.area-top .header h5 {color: #aaa;}.area-top .header>* {vertical-align: middle;text-shadow: 0 1px #fff;}#breadcrumbs {display: inline-block;padding-right: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;-moz-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fafafa, #ececec);background-image: -moz-linear-gradient(top, #fafafa, #ececec);background-image: -o-linear-gradient(top, #fafafa, #ececec);background-image: linear-gradient(top, #fafafa, #ececec);width: 100%;}#breadcrumbs .breadcrumb-button .breadcrumb-label {-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;}#breadcrumbs .breadcrumb-button {text-shadow: 0 1px 1px #fafafa, 0 -1px 1px #ececec;background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fafafa, #ececec);background-image: -moz-linear-gradient(top, #fafafa, #ececec);background-image: -o-linear-gradient(top, #fafafa, #ececec);background-image: linear-gradient(top, #fafafa, #ececec);display: inline-block;cursor: pointer;margin-right: -20px;}#breadcrumbs .breadcrumb-button.yellow {text-shadow: 0 1px 1px #ffd972, 0 -1px 1px #ffba49;background: #ffba49;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd972), color-stop(100%, #ffba49));background-image: -webkit-linear-gradient(top, #ffd972, #ffba49);background-image: -moz-linear-gradient(top, #ffd972, #ffba49);background-image: -o-linear-gradient(top, #ffd972, #ffba49);background-image: linear-gradient(top, #ffd972, #ffba49);}#breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {color: #5c481d;}#breadcrumbs .breadcrumb-button.yellow:hover {background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffba49), color-stop(100%, #ffd972));background: -webkit-linear-gradient(bottom, #ffba49, #ffd972);background: -moz-linear-gradient(bottom, #ffba49, #ffd972);background: -o-linear-gradient(bottom, #ffba49, #ffd972);background: linear-gradient(bottom, #ffba49, #ffd972);}#breadcrumbs .breadcrumb-button.yellow:hover .breadcrumb-arrow span {background-color: #ffba49;background: -moz-linear-gradient(135deg, #ffba49, #ffd972);background: -ms-linear-gradient(135deg, #ffd972, #ffba49);background: -o-linear-gradient(135deg, #ffd972, #ffba49);background: -webkit-gradient(linear, left top, right bottom, from(#ffd972), to(#ffba49));}#breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {background-color: #ffd972;background: -moz-linear-gradient(135deg, #ffba49, #ffd972);background: -ms-linear-gradient(135deg, #ffba49, #ffd972);background: -o-linear-gradient(135deg, #ffba49, #ffd972);background: -webkit-gradient(linear, right bottom, left top, from(#ffba49), to(#ffd972));}#breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;border-top-left-radius: 3px;border-bottom-left-radius: 3px;border-bottom: 1px solid #C99337;border-left: 1px solid #D79D3B;border-top: 1px solid #F5B244;}#breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {box-shadow: 1px -1px 0px #E29B1E, 1px -1px 1px #F09900;}#breadcrumbs .breadcrumb-button.blue {text-shadow: 0 1px 1px #92cff5, 0 -1px 1px #68a6ce;background: #68a6ce;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92cff5), color-stop(100%, #68a6ce));background-image: -webkit-linear-gradient(top, #92cff5, #68a6ce);background-image: -moz-linear-gradient(top, #92cff5, #68a6ce);background-image: -o-linear-gradient(top, #92cff5, #68a6ce);background-image: linear-gradient(top, #92cff5, #68a6ce);}#breadcrumbs .breadcrumb-button.blue .breadcrumb-label {color: white;}#breadcrumbs .breadcrumb-button.blue:hover {background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #68a6ce), color-stop(100%, #92cff5));background: -webkit-linear-gradient(bottom, #68a6ce, #92cff5);background: -moz-linear-gradient(bottom, #68a6ce, #92cff5);background: -o-linear-gradient(bottom, #68a6ce, #92cff5);background: linear-gradient(bottom, #68a6ce, #92cff5);}#breadcrumbs .breadcrumb-button.blue:hover .breadcrumb-arrow span {background-color: #68a6ce;background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);background: -ms-linear-gradient(135deg, #92cff5, #68a6ce);background: -o-linear-gradient(135deg, #92cff5, #68a6ce);background: -webkit-gradient(linear, left top, right bottom, from(#92cff5), to(#68a6ce));}#breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {background-color: #92cff5;background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);background: -ms-linear-gradient(135deg, #68a6ce, #92cff5);background: -o-linear-gradient(135deg, #68a6ce, #92cff5);background: -webkit-gradient(linear, right bottom, left top, from(#68a6ce), to(#92cff5));}#breadcrumbs .breadcrumb-button.blue .breadcrumb-label {font-weight: 600;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;border-top-left-radius: 3px;border-bottom-left-radius: 3px;border-bottom: 1px solid #3e89b9;border-left: 1px solid #60a1ca;border-top: 1px solid #73acd0;}#breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover {color: white;}#breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover .breadcrumb-label {color: white;}#breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {box-shadow: 1px -1px 0px #7599AF, 1px -1px 1px #45A8E7;}#breadcrumbs .breadcrumb-button .breadcrumb-label {box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {box-shadow: 1px -1px 0px #ccc, 1px -1px 1px #ccc;}#breadcrumbs .breadcrumb-button .breadcrumb-label {color: #888888;}#breadcrumbs .breadcrumb-button:hover {background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ececec), color-stop(100%, #fafafa));background: -webkit-linear-gradient(bottom, #ececec, #fafafa);background: -moz-linear-gradient(bottom, #ececec, #fafafa);background: -o-linear-gradient(bottom, #ececec, #fafafa);background: linear-gradient(bottom, #ececec, #fafafa);}#breadcrumbs .breadcrumb-button:hover .breadcrumb-arrow span {background-color: #ececec;background: -moz-linear-gradient(135deg, #ececec, #fafafa);background: -ms-linear-gradient(135deg, #fafafa, #ececec);background: -o-linear-gradient(135deg, #fafafa, #ececec);background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), to(#ececec));}#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {background-color: #fafafa;background: -moz-linear-gradient(135deg, #ececec, #fafafa);background: -ms-linear-gradient(135deg, #ececec, #fafafa);background: -o-linear-gradient(135deg, #ececec, #fafafa);background: -webkit-gradient(linear, right bottom, left top, from(#ececec), to(#fafafa));}#breadcrumbs .breadcrumb-button:first-child {-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}#breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}#breadcrumbs .breadcrumb-button:last-child {-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-ms-border-radius: 0 3px 3px 0;-o-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}#breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {padding-left: 15px;}#breadcrumbs .breadcrumb-button:last-child .breadcrumb-label {padding-right: 15px;}#breadcrumbs .breadcrumb-button:last-child .breadcrumb-arrow {display: none;}#breadcrumbs .breadcrumb-button .breadcrumb-label {padding: 8px;-moz-user-select: none;-webkit-user-select: none;display: inline-block;padding-left: 25px;}#breadcrumbs .breadcrumb-button .breadcrumb-arrow {width: 17px;height: 34px;display: inline-block;vertical-align: top;overflow: hidden;margin-left: -5px;}#breadcrumbs .breadcrumb-button .breadcrumb-arrow span {border-radius: 4px;width: 26px;height: 30px;display: inline-block;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);margin-left: -16px;margin-top: 3px;}.breadcrumb-line {color: #666;height: 28px;-webkit-box-shadow: 0 1px 0 white, 0 1px 0 white inset;-moz-box-shadow: 0 1px 0 white, 0 1px 0 white inset;box-shadow: 0 1px 0 white, 0 1px 0 white inset;background: #e3e3e3;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e3e3e3));background-image: -webkit-linear-gradient(top, #f4f4f4, #e3e3e3);background-image: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);background-image: -o-linear-gradient(top, #f4f4f4, #e3e3e3);background-image: linear-gradient(top, #f4f4f4, #e3e3e3);border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;font-size: 11px;}.breadcrumb-line .breadcrumbs {margin: 0;padding: 0;list-style: none;}.breadcrumb-line .breadcrumbs li {float: left;line-height: 28px;margin-left: 10px;}.breadcrumb-line .breadcrumbs li:after {content: ">";margin-left: 10px;}.breadcrumb-line .breadcrumbs li:last-child:after {content: "";}.breadcrumb-line .breadcrumbs li:first-child {margin-left: 20px;}.breadcrumb-line .breadcrumbs li.current {color: #888;}.breadcrumb-line .nav.pull-right {margin-right: 20px;border-right: 1px solid #ccc;}.breadcrumb-line .nav.pull-right .badge {margin-left: 4px;}.breadcrumb-line .nav .dropdown-toggle .caret {margin-top: 12px;}.breadcrumb-line .nav>li>a {text-shadow: none;line-height: 28px;height: 28px;margin: 0;padding: 0 15px;border-left: 1px solid #ccc;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;color: #666;}.breadcrumb-line .nav>li>a strong {color: #B35D5D;margin-left: 4px;}.triangle-button {position: absolute;text-align: center;font-size: 14px;font-weight: 600;line-height: 16px;top: 0;right: 0;color: #fff;overflow: hidden;height: 32px;width: 32px;text-shadow: none;}.triangle-button i, .triangle-button .inner {z-index: 1;position: absolute;right: 3px;top: 2px;}.triangle-button:before {content: '';display: inline-block;border-right: 32px solid;border-bottom: 32px solid transparent;position: absolute;top: 0;right: 0;}.triangle-button:hover, .triangle-button:active {color: #fff;}.triangle-button.red:before {border-right-color: #aa433a;}.triangle-button.red:hover:before {border-right-color: #b5473e;}.triangle-button.red:active:before {border-right-color: #9f3f36;}.triangle-button.green:before {border-right-color: #8fae53;}.triangle-button.green:hover:before {border-right-color: #96b35d;}.triangle-button.green:active:before {border-right-color: #87a44d;}.triangle-button.blue:before {border-right-color: #7fb3d4;}.triangle-button.blue:hover:before {border-right-color: #8abad8;}.triangle-button.blue:active:before {border-right-color: #74acd0;}.triangle-button.orange:before {border-right-color: #cf6e20;}.triangle-button.orange:hover:before {border-right-color: #dc7522;}.triangle-button.orange:active:before {border-right-color: #c2671e;}.jqstooltip {z-index: 10001;border: 1px solid #333333 !important;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: rgba(0, 0, 0, 0.7);background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuNykiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;display: inline-block;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.btn {color: #fff;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;font-size: 11px;font-weight: 600;text-shadow: 0 -1px #6f6f6f;}.btn:hover, .btn:active, .btn:focus {color: #fff;}.btn.btn-full {display: block;}.btn.btn-default {color: #686868;text-shadow: none;}.btn.btn-default:hover, .btn.btn-default:active {color: #505050;}.btn.btn-default .caret {border-top: 4px solid black;}.btn .caret {border-top: 4px solid white;}.btn.btn-lg {font-size: 12px;}.btn.btn-default {border: 1px solid #d4d4d4;-webkit-box-shadow: inset 0 1px 2px white;-moz-box-shadow: inset 0 1px 2px white;box-shadow: inset 0 1px 2px white;background: #e9e9e9;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));background-image: -webkit-linear-gradient(top, #fdfdfd, #e9e9e9);background-image: -moz-linear-gradient(top, #fdfdfd, #e9e9e9);background-image: -o-linear-gradient(top, #fdfdfd, #e9e9e9);background-image: linear-gradient(top, #fdfdfd, #e9e9e9);}.btn.btn-default:hover {background: #e6e6e6;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));background-image: -webkit-linear-gradient(top, #fdfdfd, #e6e6e6);background-image: -moz-linear-gradient(top, #fdfdfd, #e6e6e6);background-image: -o-linear-gradient(top, #fdfdfd, #e6e6e6);background-image: linear-gradient(top, #fdfdfd, #e6e6e6);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-default:active {background: #f3f3f3;border-color: #cfcfcf;-webkit-box-shadow: 0 0 5px #f3f3f3 inset;-moz-box-shadow: 0 0 5px #f3f3f3 inset;box-shadow: 0 0 5px #f3f3f3 inset;}.btn.btn-red {border: 1px solid #a54747;-webkit-box-shadow: inset 0 1px 2px #cd8b8b;-moz-box-shadow: inset 0 1px 2px #cd8b8b;box-shadow: inset 0 1px 2px #cd8b8b;background: #b95d5d;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b95d5d));background-image: -webkit-linear-gradient(top, #c57979, #b95d5d);background-image: -moz-linear-gradient(top, #c57979, #b95d5d);background-image: -o-linear-gradient(top, #c57979, #b95d5d);background-image: linear-gradient(top, #c57979, #b95d5d);}.btn.btn-red:hover {background: #b75959;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b75959));background-image: -webkit-linear-gradient(top, #c57979, #b75959);background-image: -moz-linear-gradient(top, #c57979, #b75959);background-image: -o-linear-gradient(top, #c57979, #b75959);background-image: linear-gradient(top, #c57979, #b75959);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-red:active {background: #bf6b6b;border-color: #9e4444;-webkit-box-shadow: 0 0 5px #bf6b6b inset;-moz-box-shadow: 0 0 5px #bf6b6b inset;box-shadow: 0 0 5px #bf6b6b inset;}.btn.btn-green {border: 1px solid #6d963b;-webkit-box-shadow: inset 0 1px 2px #a2c873;-moz-box-shadow: inset 0 1px 2px #a2c873;box-shadow: inset 0 1px 2px #a2c873;background: #82b346;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYjM0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));background-image: -webkit-linear-gradient(top, #96c161, #82b346);background-image: -moz-linear-gradient(top, #96c161, #82b346);background-image: -o-linear-gradient(top, #96c161, #82b346);background-image: linear-gradient(top, #96c161, #82b346);}.btn.btn-green:hover {background: #80af45;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYWY0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #80af45));background-image: -webkit-linear-gradient(top, #96c161, #80af45);background-image: -moz-linear-gradient(top, #96c161, #80af45);background-image: -o-linear-gradient(top, #96c161, #80af45);background-image: linear-gradient(top, #96c161, #80af45);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-green:active {background: #8cbb52;border-color: #688e38;-webkit-box-shadow: 0 0 5px #8cbb52 inset;-moz-box-shadow: 0 0 5px #8cbb52 inset;box-shadow: 0 0 5px #8cbb52 inset;}.btn.btn-blue {border: 1px solid #337ca1;-webkit-box-shadow: inset 0 1px 2px #6eb0d1;-moz-box-shadow: inset 0 1px 2px #6eb0d1;box-shadow: inset 0 1px 2px #6eb0d1;background: #3d94c0;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOTRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3d94c0));background-image: -webkit-linear-gradient(top, #5ba5cb, #3d94c0);background-image: -moz-linear-gradient(top, #5ba5cb, #3d94c0);background-image: -o-linear-gradient(top, #5ba5cb, #3d94c0);background-image: linear-gradient(top, #5ba5cb, #3d94c0);}.btn.btn-blue:hover {background: #3c91bc;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjOTFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3c91bc));background-image: -webkit-linear-gradient(top, #5ba5cb, #3c91bc);background-image: -moz-linear-gradient(top, #5ba5cb, #3c91bc);background-image: -o-linear-gradient(top, #5ba5cb, #3c91bc);background-image: linear-gradient(top, #5ba5cb, #3c91bc);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-blue:active {background: #4c9dc6;border-color: #31769a;-webkit-box-shadow: 0 0 5px #4c9dc6 inset;-moz-box-shadow: 0 0 5px #4c9dc6 inset;box-shadow: 0 0 5px #4c9dc6 inset;}.btn.btn-gray {border: 1px solid #626e7f;-webkit-box-shadow: inset 0 1px 2px #9aa4b1;-moz-box-shadow: inset 0 1px 2px #9aa4b1;box-shadow: inset 0 1px 2px #9aa4b1;background: #758294;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1ODI5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #758294));background-image: -webkit-linear-gradient(top, #8c97a6, #758294);background-image: -moz-linear-gradient(top, #8c97a6, #758294);background-image: -o-linear-gradient(top, #8c97a6, #758294);background-image: linear-gradient(top, #8c97a6, #758294);}.btn.btn-gray:hover {background: #728092;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyODA5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #728092));background-image: -webkit-linear-gradient(top, #8c97a6, #728092);background-image: -moz-linear-gradient(top, #8c97a6, #728092);background-image: -o-linear-gradient(top, #8c97a6, #728092);background-image: linear-gradient(top, #8c97a6, #728092);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-gray:active {background: #818d9d;border-color: #5d6979;-webkit-box-shadow: 0 0 5px #818d9d inset;-moz-box-shadow: 0 0 5px #818d9d inset;box-shadow: 0 0 5px #818d9d inset;}.btn.btn-black {border: 1px solid #5a5a5a;-webkit-box-shadow: inset 0 1px 2px #909090;-moz-box-shadow: inset 0 1px 2px #909090;box-shadow: inset 0 1px 2px #909090;background: #6f6f6f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmNmY2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6f6f6f));background-image: -webkit-linear-gradient(top, #838383, #6f6f6f);background-image: -moz-linear-gradient(top, #838383, #6f6f6f);background-image: -o-linear-gradient(top, #838383, #6f6f6f);background-image: linear-gradient(top, #838383, #6f6f6f);}.btn.btn-black:hover {background: #6c6c6c;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6c6c6c));background-image: -webkit-linear-gradient(top, #838383, #6c6c6c);background-image: -moz-linear-gradient(top, #838383, #6c6c6c);background-image: -o-linear-gradient(top, #838383, #6c6c6c);background-image: linear-gradient(top, #838383, #6c6c6c);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-black:active {background: #797979;border-color: #555555;-webkit-box-shadow: 0 0 5px #797979 inset;-moz-box-shadow: 0 0 5px #797979 inset;box-shadow: 0 0 5px #797979 inset;}.btn.btn-lightblue {border: 1px solid #3692bb;-webkit-box-shadow: inset 0 1px 2px #81bfdb;-moz-box-shadow: inset 0 1px 2px #81bfdb;box-shadow: inset 0 1px 2px #81bfdb;background: #4da5cc;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTVjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #4da5cc));background-image: -webkit-linear-gradient(top, #6db5d5, #4da5cc);background-image: -moz-linear-gradient(top, #6db5d5, #4da5cc);background-image: -o-linear-gradient(top, #6db5d5, #4da5cc);background-image: linear-gradient(top, #6db5d5, #4da5cc);}.btn.btn-lightblue:hover {background: #49a3cb;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YTNjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #49a3cb));background-image: -webkit-linear-gradient(top, #6db5d5, #49a3cb);background-image: -moz-linear-gradient(top, #6db5d5, #49a3cb);background-image: -o-linear-gradient(top, #6db5d5, #49a3cb);background-image: linear-gradient(top, #6db5d5, #49a3cb);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-lightblue:active {background: #5dadd0;border-color: #338cb3;-webkit-box-shadow: 0 0 5px #5dadd0 inset;-moz-box-shadow: 0 0 5px #5dadd0 inset;box-shadow: 0 0 5px #5dadd0 inset;}.btn.btn-gold {border: 1px solid #a87a27;-webkit-box-shadow: inset 0 1px 2px #daaf61;-moz-box-shadow: inset 0 1px 2px #daaf61;box-shadow: inset 0 1px 2px #daaf61;background: #c9922f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5OTIyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c9922f));background-image: -webkit-linear-gradient(top, #d5a44c, #c9922f);background-image: -moz-linear-gradient(top, #d5a44c, #c9922f);background-image: -o-linear-gradient(top, #d5a44c, #c9922f);background-image: linear-gradient(top, #d5a44c, #c9922f);}.btn.btn-gold:hover {background: #c58f2e;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1OGYyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c58f2e));background-image: -webkit-linear-gradient(top, #d5a44c, #c58f2e);background-image: -moz-linear-gradient(top, #d5a44c, #c58f2e);background-image: -o-linear-gradient(top, #d5a44c, #c58f2e);background-image: linear-gradient(top, #d5a44c, #c58f2e);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-gold:active {background: #d19c3b;border-color: #a07425;-webkit-box-shadow: 0 0 5px #d19c3b inset;-moz-box-shadow: 0 0 5px #d19c3b inset;box-shadow: 0 0 5px #d19c3b inset;}.btn.btn-sea {border: 1px solid #39534f;-webkit-box-shadow: inset 0 1px 2px #64928d;-moz-box-shadow: inset 0 1px 2px #64928d;box-shadow: inset 0 1px 2px #64928d;background: #496b67;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NmI2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #496b67));background-image: -webkit-linear-gradient(top, #5a837e, #496b67);background-image: -moz-linear-gradient(top, #5a837e, #496b67);background-image: -o-linear-gradient(top, #5a837e, #496b67);background-image: linear-gradient(top, #5a837e, #496b67);}.btn.btn-sea:hover {background: #476864;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njg2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #476864));background-image: -webkit-linear-gradient(top, #5a837e, #476864);background-image: -moz-linear-gradient(top, #5a837e, #476864);background-image: -o-linear-gradient(top, #5a837e, #476864);background-image: linear-gradient(top, #5a837e, #476864);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-sea:active {background: #527772;border-color: #354d4a;-webkit-box-shadow: 0 0 5px #527772 inset;-moz-box-shadow: 0 0 5px #527772 inset;box-shadow: 0 0 5px #527772 inset;}.btn.btn-brown {border: 1px solid #856733;-webkit-box-shadow: inset 0 1px 2px #c29e61;-moz-box-shadow: inset 0 1px 2px #c29e61;box-shadow: inset 0 1px 2px #c29e61;background: #a27e3f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2UzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #a27e3f));background-image: -webkit-linear-gradient(top, #bb934f, #a27e3f);background-image: -moz-linear-gradient(top, #bb934f, #a27e3f);background-image: -o-linear-gradient(top, #bb934f, #a27e3f);background-image: linear-gradient(top, #bb934f, #a27e3f);}.btn.btn-brown:hover {background: #9f7b3d;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmN2IzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #9f7b3d));background-image: -webkit-linear-gradient(top, #bb934f, #9f7b3d);background-image: -moz-linear-gradient(top, #bb934f, #9f7b3d);background-image: -o-linear-gradient(top, #bb934f, #9f7b3d);background-image: linear-gradient(top, #bb934f, #9f7b3d);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-brown:active {background: #b18944;border-color: #7e6131;-webkit-box-shadow: 0 0 5px #b18944 inset;-moz-box-shadow: 0 0 5px #b18944 inset;box-shadow: 0 0 5px #b18944 inset;}.btn.btn-twitter {border: 1px solid #2189ff;-webkit-box-shadow: inset 0 1px 2px #8dc2ff;-moz-box-shadow: inset 0 1px 2px #8dc2ff;box-shadow: inset 0 1px 2px #8dc2ff;background: #4a9eff;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #4a9eff));background-image: -webkit-linear-gradient(top, #73b4ff, #4a9eff);background-image: -moz-linear-gradient(top, #73b4ff, #4a9eff);background-image: -o-linear-gradient(top, #73b4ff, #4a9eff);background-image: linear-gradient(top, #73b4ff, #4a9eff);}.btn.btn-twitter:hover {background: #459cff;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1OWNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #459cff));background-image: -webkit-linear-gradient(top, #73b4ff, #459cff);background-image: -moz-linear-gradient(top, #73b4ff, #459cff);background-image: -o-linear-gradient(top, #73b4ff, #459cff);background-image: linear-gradient(top, #73b4ff, #459cff);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-twitter:active {background: #5fa9ff;border-color: #1783ff;-webkit-box-shadow: 0 0 5px #5fa9ff inset;-moz-box-shadow: 0 0 5px #5fa9ff inset;box-shadow: 0 0 5px #5fa9ff inset;}.btn.btn-facebook {border: 1px solid #2d4479;-webkit-box-shadow: inset 0 1px 2px #5272bf;-moz-box-shadow: inset 0 1px 2px #5272bf;box-shadow: inset 0 1px 2px #5272bf;background: #385496;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4NTQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #385496));background-image: -webkit-linear-gradient(top, #4365b4, #385496);background-image: -moz-linear-gradient(top, #4365b4, #385496);background-image: -o-linear-gradient(top, #4365b4, #385496);background-image: linear-gradient(top, #4365b4, #385496);}.btn.btn-facebook:hover {background: #365293;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTI5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #365293));background-image: -webkit-linear-gradient(top, #4365b4, #365293);background-image: -moz-linear-gradient(top, #4365b4, #365293);background-image: -o-linear-gradient(top, #4365b4, #365293);background-image: linear-gradient(top, #4365b4, #365293);-webkit-transition: box-shadow 0.05s ease-in-out;-moz-transition: box-shadow 0.05s ease-in-out;-o-transition: box-shadow 0.05s ease-in-out;transition: box-shadow 0.05s ease-in-out;}.btn.btn-facebook:active {background: #3d5ca5;border-color: #2a3f71;-webkit-box-shadow: 0 0 5px #3d5ca5 inset;-moz-box-shadow: 0 0 5px #3d5ca5 inset;box-shadow: 0 0 5px #3d5ca5 inset;}.btn-group.open .btn.btn-default.dropdown-toggle {background-color: #fdfdfd;}.btn-group.open .btn.btn-red.dropdown-toggle {background-color: #c57979;}.btn-group.open .btn.btn-green.dropdown-toggle {background-color: #96c161;}.btn-group.open .btn.btn-blue.dropdown-toggle {background-color: #5ba5cb;}.btn-group.open .btn.btn-gray.dropdown-toggle {background-color: #8c97a6;}.btn-group.open .btn.btn-black.dropdown-toggle {background-color: #838383;}.btn-group.open .btn.btn-lightblue.dropdown-toggle {background-color: #6db5d5;}.btn-group.open .btn.btn-gold.dropdown-toggle {background-color: #d5a44c;}.btn-group.open .btn.btn-sea.dropdown-toggle {background-color: #5a837e;}.btn-group.open .btn.btn-brown.dropdown-toggle {background-color: #bb934f;}.btn-group.open .btn.btn-twitter.dropdown-toggle {background-color: #73b4ff;}.btn-group.open .btn.btn-facebook.dropdown-toggle {background-color: #4365b4;}.btn-group.btn.btn-lg {padding: 8px 10px;}button.btn {font-weight: 600;}.btn-group>.btn, .btn-group>.dropdown-menu {font-size: 12px;}.caret {opacity: 0.6;}.btn-xs .caret, .btn-sm .caret, .btn-lg .caret {margin-top: 8px;margin-left: 4px;}.dropdown-menu .divider {border-top: none !important;}.btn i {vertical-align: middle;}.btn-group>.btn:first-child {margin-left: 0;-moz-border-radius-topleft: 2px;-webkit-border-top-left-radius: 2px;border-top-left-radius: 2px;-moz-border-radius-bottomleft: 2px;-webkit-border-bottom-left-radius: 2px;border-bottom-left-radius: 2px;}.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {-moz-border-radius-topright: 2px;-webkit-border-top-right-radius: 2px;border-top-right-radius: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-right-radius: 2px;border-bottom-right-radius: 2px;}.btn-group>.btn.large:first-child {-moz-border-radius-topleft: 2px;-webkit-border-top-left-radius: 2px;border-top-left-radius: 2px;-moz-border-radius-bottomleft: 2px;-webkit-border-bottom-left-radius: 2px;border-bottom-left-radius: 2px;}.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {-moz-border-radius-topright: 2px;-webkit-border-top-right-radius: 2px;border-top-right-radius: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-right-radius: 2px;border-bottom-right-radius: 2px;}.action-nav-normal .action-nav-button.btn-default a, .action-nav-normal .action-nav-button.btn-red a, .action-nav-normal .action-nav-button.btn-green a, .action-nav-normal .action-nav-button.btn-blue a, .action-nav-normal .action-nav-button.btn-gray a, .action-nav-normal .action-nav-button.btn-black a, .action-nav-normal .action-nav-button.btn-lightblue a, .action-nav-normal .action-nav-button.btn-gold a, .action-nav-normal .action-nav-button.btn-sea a, .action-nav-normal .action-nav-button.btn-brown a, .action-nav-normal .action-nav-button.btn-twitter a, .action-nav-normal .action-nav-button.btn-facebook a {color: #fff;text-shadow: 0 1px rgba(51, 51, 51, 0.5);}.action-nav-normal .action-nav-button.btn-default a i, .action-nav-normal .action-nav-button.btn-red a i, .action-nav-normal .action-nav-button.btn-green a i, .action-nav-normal .action-nav-button.btn-blue a i, .action-nav-normal .action-nav-button.btn-gray a i, .action-nav-normal .action-nav-button.btn-black a i, .action-nav-normal .action-nav-button.btn-lightblue a i, .action-nav-normal .action-nav-button.btn-gold a i, .action-nav-normal .action-nav-button.btn-sea a i, .action-nav-normal .action-nav-button.btn-brown a i, .action-nav-normal .action-nav-button.btn-twitter a i, .action-nav-normal .action-nav-button.btn-facebook a i {color: #fff;text-shadow: 0 1px rgba(51, 51, 51, 0.5);}.action-nav-normal .action-nav-button.btn-default a:active, .action-nav-normal .action-nav-button.btn-red a:active, .action-nav-normal .action-nav-button.btn-green a:active, .action-nav-normal .action-nav-button.btn-blue a:active, .action-nav-normal .action-nav-button.btn-gray a:active, .action-nav-normal .action-nav-button.btn-black a:active, .action-nav-normal .action-nav-button.btn-lightblue a:active, .action-nav-normal .action-nav-button.btn-gold a:active, .action-nav-normal .action-nav-button.btn-sea a:active, .action-nav-normal .action-nav-button.btn-brown a:active, .action-nav-normal .action-nav-button.btn-twitter a:active, .action-nav-normal .action-nav-button.btn-facebook a:active {-webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;-moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;}.action-nav-normal {text-align: center;}.action-nav-normal.rounded .action-nav-button {margin-left: 10px;margin-right: 10px;}.action-nav-normal.rounded .action-nav-button a {-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;padding: 16px;min-width: auto;}.action-nav-normal.rounded .action-nav-button a i {height: 40px;line-height: 40px;}.action-nav-normal .action-nav-button {margin-bottom: 15px;padding-left: 0px;position: relative;display: inline-block;text-align: center;padding-right: 0;}.action-nav-normal .action-nav-button a {-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fafafa, #ececec);background-image: -moz-linear-gradient(top, #fafafa, #ececec);background-image: -o-linear-gradient(top, #fafafa, #ececec);background-image: linear-gradient(top, #fafafa, #ececec);border: 1px solid #d5d5d5;-webkit-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;-moz-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;padding: 10px 0;display: block;font-weight: 600;white-space: nowrap;color: #626262;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.action-nav-normal .action-nav-button a:hover {background: #f2f2f2;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);background-image: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);background-image: -o-linear-gradient(top, #f7f7f7, #f2f2f2);background-image: linear-gradient(top, #f7f7f7, #f2f2f2);}.action-nav-normal .action-nav-button a:active {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: #f7f7f7;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f7f7f7));background-image: -webkit-linear-gradient(top, #f4f4f4, #f7f7f7);background-image: -moz-linear-gradient(top, #f4f4f4, #f7f7f7);background-image: -o-linear-gradient(top, #f4f4f4, #f7f7f7);background-image: linear-gradient(top, #f4f4f4, #f7f7f7);}.action-nav-normal .action-nav-button a>span {display: block;padding-top: 4px;font-weight: 600;}.action-nav-normal .action-nav-button a>i {font-size: 32px;color: #808080;}.action-nav-normal .action-nav-button.btn-default a {border: 1px solid #d9d9d9;-webkit-box-shadow: 0 1px 2px 0 #f8f8f8 inset;-moz-box-shadow: 0 1px 2px 0 #f8f8f8 inset;box-shadow: 0 1px 2px 0 #f8f8f8 inset;background: #d4d4d4;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));background-image: -webkit-linear-gradient(top, #f8f8f8, #d4d4d4);background-image: -moz-linear-gradient(top, #f8f8f8, #d4d4d4);background-image: -o-linear-gradient(top, #f8f8f8, #d4d4d4);background-image: linear-gradient(top, #f8f8f8, #d4d4d4);}.action-nav-normal .action-nav-button.btn-default a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-default a:active {background: #e4e4e4;}.action-nav-normal .action-nav-button.btn-red a {border: 1px solid #ac4a4a;-webkit-box-shadow: 0 1px 2px 0 #c27272 inset;-moz-box-shadow: 0 1px 2px 0 #c27272 inset;box-shadow: 0 1px 2px 0 #c27272 inset;background: #a54747;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyNzI3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c27272), color-stop(100%, #a54747));background-image: -webkit-linear-gradient(top, #c27272, #a54747);background-image: -moz-linear-gradient(top, #c27272, #a54747);background-image: -o-linear-gradient(top, #c27272, #a54747);background-image: linear-gradient(top, #c27272, #a54747);}.action-nav-normal .action-nav-button.btn-red a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-red a:active {background: #b65555;}.action-nav-normal .action-nav-button.btn-green a {border: 1px solid #729d3e;-webkit-box-shadow: 0 1px 2px 0 #91be5a inset;-moz-box-shadow: 0 1px 2px 0 #91be5a inset;box-shadow: 0 1px 2px 0 #91be5a inset;background: #6d963b;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYmU1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkOTYzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91be5a), color-stop(100%, #6d963b));background-image: -webkit-linear-gradient(top, #91be5a, #6d963b);background-image: -moz-linear-gradient(top, #91be5a, #6d963b);background-image: -o-linear-gradient(top, #91be5a, #6d963b);background-image: linear-gradient(top, #91be5a, #6d963b);}.action-nav-normal .action-nav-button.btn-green a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-green a:active {background: #7dac43;}.action-nav-normal .action-nav-button.btn-blue a {border: 1px solid #3682a9;-webkit-box-shadow: 0 1px 2px 0 #53a1c9 inset;-moz-box-shadow: 0 1px 2px 0 #53a1c9 inset;box-shadow: 0 1px 2px 0 #53a1c9 inset;background: #337ca1;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYTFjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzN2NhMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53a1c9), color-stop(100%, #337ca1));background-image: -webkit-linear-gradient(top, #53a1c9, #337ca1);background-image: -moz-linear-gradient(top, #53a1c9, #337ca1);background-image: -o-linear-gradient(top, #53a1c9, #337ca1);background-image: linear-gradient(top, #53a1c9, #337ca1);}.action-nav-normal .action-nav-button.btn-blue a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-blue a:active {background: #3b8eb8;}.action-nav-normal .action-nav-button.btn-gray a {border: 1px solid #667384;-webkit-box-shadow: 0 1px 2px 0 #8692a2 inset;-moz-box-shadow: 0 1px 2px 0 #8692a2 inset;box-shadow: 0 1px 2px 0 #8692a2 inset;background: #626e7f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2OTJhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyNmU3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8692a2), color-stop(100%, #626e7f));background-image: -webkit-linear-gradient(top, #8692a2, #626e7f);background-image: -moz-linear-gradient(top, #8692a2, #626e7f);background-image: -o-linear-gradient(top, #8692a2, #626e7f);background-image: linear-gradient(top, #8692a2, #626e7f);}.action-nav-normal .action-nav-button.btn-gray a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-gray a:active {background: #6f7d90;}.action-nav-normal .action-nav-button.btn-black a {border: 1px solid #5f5f5f;-webkit-box-shadow: 0 1px 2px 0 #7e7e7e inset;-moz-box-shadow: 0 1px 2px 0 #7e7e7e inset;box-shadow: 0 1px 2px 0 #7e7e7e inset;background: #5a5a5a;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNWE1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7e7e), color-stop(100%, #5a5a5a));background-image: -webkit-linear-gradient(top, #7e7e7e, #5a5a5a);background-image: -moz-linear-gradient(top, #7e7e7e, #5a5a5a);background-image: -o-linear-gradient(top, #7e7e7e, #5a5a5a);background-image: linear-gradient(top, #7e7e7e, #5a5a5a);}.action-nav-normal .action-nav-button.btn-black a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-black a:active {background: #6a6a6a;}.action-nav-normal .action-nav-button.btn-lightblue a {border: 1px solid #3898c3;-webkit-box-shadow: 0 1px 2px 0 #65b1d3 inset;-moz-box-shadow: 0 1px 2px 0 #65b1d3 inset;box-shadow: 0 1px 2px 0 #65b1d3 inset;background: #3692bb;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjFkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OTJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65b1d3), color-stop(100%, #3692bb));background-image: -webkit-linear-gradient(top, #65b1d3, #3692bb);background-image: -moz-linear-gradient(top, #65b1d3, #3692bb);background-image: -o-linear-gradient(top, #65b1d3, #3692bb);background-image: linear-gradient(top, #65b1d3, #3692bb);}.action-nav-normal .action-nav-button.btn-lightblue a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-lightblue a:active {background: #45a1ca;}.action-nav-normal .action-nav-button.btn-gold a {border: 1px solid #b08029;-webkit-box-shadow: 0 1px 2px 0 #d3a044 inset;-moz-box-shadow: 0 1px 2px 0 #d3a044 inset;box-shadow: 0 1px 2px 0 #d3a044 inset;background: #a87a27;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzYTA0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4N2EyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3a044), color-stop(100%, #a87a27));background-image: -webkit-linear-gradient(top, #d3a044, #a87a27);background-image: -moz-linear-gradient(top, #d3a044, #a87a27);background-image: -o-linear-gradient(top, #d3a044, #a87a27);background-image: linear-gradient(top, #d3a044, #a87a27);}.action-nav-normal .action-nav-button.btn-gold a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-gold a:active {background: #c18c2d;}.action-nav-normal .action-nav-button.btn-sea a {border: 1px solid #3d5955;-webkit-box-shadow: 0 1px 2px 0 #567d78 inset;-moz-box-shadow: 0 1px 2px 0 #567d78 inset;box-shadow: 0 1px 2px 0 #567d78 inset;background: #39534f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2N2Q3OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5NTM0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #567d78), color-stop(100%, #39534f));background-image: -webkit-linear-gradient(top, #567d78, #39534f);background-image: -moz-linear-gradient(top, #567d78, #39534f);background-image: -o-linear-gradient(top, #567d78, #39534f);background-image: linear-gradient(top, #567d78, #39534f);}.action-nav-normal .action-nav-button.btn-sea a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-sea a:active {background: #456561;}.action-nav-normal .action-nav-button.btn-brown a {border: 1px solid #8c6c36;-webkit-box-shadow: 0 1px 2px 0 #b88e48 inset;-moz-box-shadow: 0 1px 2px 0 #b88e48 inset;box-shadow: 0 1px 2px 0 #b88e48 inset;background: #856733;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGU0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1NjczMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b88e48), color-stop(100%, #856733));background-image: -webkit-linear-gradient(top, #b88e48, #856733);background-image: -moz-linear-gradient(top, #b88e48, #856733);background-image: -o-linear-gradient(top, #b88e48, #856733);background-image: linear-gradient(top, #b88e48, #856733);}.action-nav-normal .action-nav-button.btn-brown a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-brown a:active {background: #9b783c;}.action-nav-normal .action-nav-button.btn-twitter a {border: 1px solid #2c8eff;-webkit-box-shadow: 0 1px 2px 0 #69afff inset;-moz-box-shadow: 0 1px 2px 0 #69afff inset;box-shadow: 0 1px 2px 0 #69afff inset;background: #2189ff;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxODlmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69afff), color-stop(100%, #2189ff));background-image: -webkit-linear-gradient(top, #69afff, #2189ff);background-image: -moz-linear-gradient(top, #69afff, #2189ff);background-image: -o-linear-gradient(top, #69afff, #2189ff);background-image: linear-gradient(top, #69afff, #2189ff);}.action-nav-normal .action-nav-button.btn-twitter a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-twitter a:active {background: #4099ff;}.action-nav-normal .action-nav-button.btn-facebook a {border: 1px solid #2f4880;-webkit-box-shadow: 0 1px 2px 0 #4061ad inset;-moz-box-shadow: 0 1px 2px 0 #4061ad inset;box-shadow: 0 1px 2px 0 #4061ad inset;background: #2d4479;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNjFhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDQ3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4061ad), color-stop(100%, #2d4479));background-image: -webkit-linear-gradient(top, #4061ad, #2d4479);background-image: -moz-linear-gradient(top, #4061ad, #2d4479);background-image: -o-linear-gradient(top, #4061ad, #2d4479);background-image: linear-gradient(top, #4061ad, #2d4479);}.action-nav-normal .action-nav-button.btn-facebook a:hover {opacity: 0.95;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}.action-nav-normal .action-nav-button.btn-facebook a:active {background: #35508f;}.action-nav-normal .badge, .action-nav-normal .label {position: absolute;top: 3px;right: 3px;padding: 3px 5px;display: block;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.action-nav-normal.action-nav-line .action-nav-row {margin-right: 0;}.action-nav-normal .triangle-button {border-top-right-radius: 3px;pointer-events: none;}.action-nav-normal .triangle-button i {right: 4px;top: 3px;}.dashboard-stats .glyph {padding: 0;background: #86B6DA;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;border: 1px solid #5F9FCE;height: 32px;width: 32px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.dashboard-stats .glyph i {color: white;line-height: 29px;}.dashboard-stats .count {font-size: 32px;line-height: 32px;height: 32px;}.dashboard-stats ul.inline li {vertical-align: middle;}.dashboard-stats .stats-label {color: #999999;font-weight: 600;text-transform: uppercase;margin-top: 5px;}.dashboard-stats.small .glyph {height: 24px;width: 24px;}.dashboard-stats.small .glyph i {line-height: 23px;}.dashboard-stats.small .count {font-size: 16px;line-height: 16px;height: 16px;}.dashboard-stats .progress {margin-bottom: 0;height: 5px;}.ibutton-container {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;height: 24px;cursor: pointer;overflow: hidden;max-width: 400px;-khtml-user-select: none;-o-user-select: none;-moz-user-select: none;-moz-user-focus: ignore;-moz-user-input: disabled;width: 80px;}.ibutton-container * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.ibutton-container input {position: absolute;top: 0;left: 0;filter: alpha(opacity=0);-moz-opacity: 0.0;opacity: 0.0;-moz-user-input: enabled !important;}.ibutton-container i {position: relative;top: -2px;}.ibutton-handle {display: block;height: 24px;cursor: inherit;position: absolute;top: 0;left: 0;width: 0;background: red;z-index: 3;width: 30px;}.ibutton-handle-right {display: none;height: 100%;width: 100%;padding-right: 3px;background: blue;z-index: 3;}.ibutton-handle-middle {height: 100%;width: 100%;background: green;z-index: 3;}.ibutton-label-on, .ibutton-label-off {white-space: nowrap;font-size: 17px;line-height: 17px;font-weight: 600;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;text-transform: uppercase;cursor: inherit;display: block;height: 22px;position: absolute;width: auto;top: 0;overflow: hidden;height: 24px;}.ibutton-label-on span, .ibutton-label-off span {display: inline-block;text-align: center;position: absolute;}.ibutton-label-on label, .ibutton-label-off label {padding: 0;margin: 0;height: 24px;line-height: 26px;}.ibutton-label-on {background: blue;color: #fff;text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);left: 0;z-index: 1;}.ibutton-label-on span {left: 0px;right: 4px;}.ibutton-label-off {background: yellow;color: #7c7c7c;background-position: 100% 0;text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);text-align: right;width: 100%;}.ibutton-label-off span {right: 0;padding-right: 6px;}.ibutton-container label {cursor: inherit;padding: 0px 3px;font-size: 1em !important;}.ibutton-focus label {border: 1px dotted #666 !important;padding: 0 2px;}.ibutton-focus div.ibutton-label-on span label {border-color: #fff !important;}.ibutton-padding-left, .ibutton-padding-right {display: none;position: absolute;top: 4px;z-index: 2;width: 3px;height: 20px;}.ibutton-padding-left {left: 0;}.ibutton-padding-right {right: 0;background-position: 100% -4px;}.ibutton-disabled {cursor: not-allowed !important;}.ibutton-disabled .ibutton-handle {background-position: 0 -81px;}.ibutton-disabled .ibutton-handle-right {background-position: 100% -81px;}.ibutton-disabled .ibutton-handle-middle {background-position: 50% -81px;}.ibutton-disabled div.ibutton-label-on {background-position: 0 -27px;}.ibutton-disabled div.ibutton-label-off {background-position: 100% -27px;}.ibutton-disabled .ibutton-padding-left {background-position: 0 -27px;}.ibutton-disabled .ibutton-padding-right {background-position: 100% -27px;}.ibutton-disabled div.ibutton-label-on {color: #fff;}.ibutton-disabled div.ibutton-label-off {color: #cbcbcb;}.ibutton-label-off, .ibutton-label-on {-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;}.ibutton-label-off label, .ibutton-label-on label {color: white;text-shadow: 0 1px rgba(0, 0, 0, 0.5);}.ibutton-label-on {background: #7fb3d4;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);background-image: linear-gradient(top, #a5cae1, #7fb3d4);-moz-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-bottom-left-radius: 3px;border-bottom-left-radius: 3px;}.ibutton-label-off {-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;-moz-border-radius-bottomright: 3px;-webkit-border-bottom-right-radius: 3px;border-bottom-right-radius: 3px;background: #e49181;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjN2U2ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0OTE4MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dc7e6f), color-stop(100%, #e49181));background-image: -webkit-linear-gradient(top, #dc7e6f, #e49181);background-image: -moz-linear-gradient(top, #dc7e6f, #e49181);background-image: -o-linear-gradient(top, #dc7e6f, #e49181);background-image: linear-gradient(top, #dc7e6f, #e49181);}.ibutton-handle {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;border: 1px solid #8F8F8F;background: #ebebeb;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ebebeb));background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);background-image: -moz-linear-gradient(top, #fdfdfd, #ebebeb);background-image: -o-linear-gradient(top, #fdfdfd, #ebebeb);background-image: linear-gradient(top, #fdfdfd, #ebebeb);}.ibutton-container {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}.progress {height: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px;border-radius: 8px;background: #eee;-webkit-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;}.progress .progress-bar {-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: none;box-shadow: none;height: 100%;}.progress-green {background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b2cb49), to(#97af32));background-image: -webkit-linear-gradient(top, #b2cb49, 0%, #97af32, 100%);background-image: -moz-linear-gradient(top, #b2cb49 0%, #97af32 100%);background-image: linear-gradient(to bottom, #b2cb49 0%, #97af32 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB2CB49', endColorstr='#FF97AF32', GradientType=0);border: 1px solid #869b2c;}.progress-striped .progress-green {background-color: #b2cb49;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-blue {background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));background-image: -webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);background-image: -moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9BCFF5', endColorstr='#FF6DB9F0', GradientType=0);border: 1px solid #55aeee;}.progress-striped .progress-blue {background-color: #9bcff5;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-orange {background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dc9e6f), to(#d28346));background-image: -webkit-linear-gradient(top, #dc9e6f, 0%, #d28346, 100%);background-image: -moz-linear-gradient(top, #dc9e6f 0%, #d28346 100%);background-image: linear-gradient(to bottom, #dc9e6f 0%, #d28346 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC9E6F', endColorstr='#FFD28346', GradientType=0);border: 1px solid #cd7532;}.progress-striped .progress-orange {background-color: #dc9e6f;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-black {background-image: -webkit-gradient(linear, left 0%, left 100%, from(#666666), to(#4c4c4c));background-image: -webkit-linear-gradient(top, #666666, 0%, #4c4c4c, 100%);background-image: -moz-linear-gradient(top, #666666 0%, #4c4c4c 100%);background-image: linear-gradient(to bottom, #666666 0%, #4c4c4c 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF666666', endColorstr='#FF4C4C4C', GradientType=0);border: 1px solid #3f3f3f;}.progress-striped .progress-black {background-color: #666666;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-red {background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d47775), to(#c8514e));background-image: -webkit-linear-gradient(top, #d47775, 0%, #c8514e, 100%);background-image: -moz-linear-gradient(top, #d47775 0%, #c8514e 100%);background-image: linear-gradient(to bottom, #d47775 0%, #c8514e 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD47775', endColorstr='#FFC8514E', GradientType=0);border: 1px solid #c13f3c;}.progress-striped .progress-red {background-color: #d47775;background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.sine-chart {height: 186px;}.select2-container {margin: 0;position: relative;display: inline-block;zoom: 1;display: inline;vertical-align: middle;-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.select2-drop {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.select2-search {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.select2-search input {-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.select2-container .select2-choice {display: block;height: 26px;padding: 0 0 0 8px;overflow: hidden;position: relative;border: 1px solid #aaa;white-space: nowrap;line-height: 26px;color: #444;text-decoration: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #fff;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 50%);background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);}.select2-container.select2-drop-above .select2-choice {border-bottom-color: #aaa;-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);background-image: -ms-linear-gradient(top, #eeeeee 0%, white 90%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);}.select2-container.select2-allowclear .select2-choice span {margin-right: 42px;}.select2-container .select2-choice span {margin-right: 26px;display: block;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;text-overflow: ellipsis;}.select2-container .select2-choice abbr {display: none;width: 12px;height: 12px;position: absolute;right: 24px;top: 8px;font-size: 1px;text-decoration: none;border: 0;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") right top no-repeat;cursor: pointer;outline: 0;}.select2-container.select2-allowclear .select2-choice abbr {display: inline-block;}.select2-container .select2-choice abbr:hover {background-position: right -11px;cursor: pointer;}.select2-drop-mask {position: absolute;left: 0;top: 0;z-index: 9998;}.select2-drop {width: 100%;margin-top: -1px;position: absolute;z-index: 9999;top: 100%;background: #fff;color: #000;border: 1px solid #aaa;border-top: 0;-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);}.select2-drop-auto-width {border-top: 1px solid #aaa;width: auto;}.select2-drop-auto-width .select2-search {padding-top: 4px;}.select2-drop.select2-drop-above {margin-top: 1px;border-top: 1px solid #aaa;border-bottom: 0;-webkit-border-radius: 4px 4px 0 0;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);}.select2-container .select2-choice div {display: inline-block;width: 18px;height: 100%;position: absolute;right: 0;top: 0;border-left: 1px solid #aaa;-webkit-border-radius: 0 4px 4px 0;-moz-border-radius: 0 4px 4px 0;border-radius: 0 4px 4px 0;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;background: #ccc;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);}.select2-container .select2-choice div b {display: block;width: 100%;height: 100%;background: url("/asset/img/select2.png") no-repeat 0 1px;}.select2-search {display: inline-block;width: 100%;min-height: 26px;margin: 0;padding-left: 4px;padding-right: 4px;position: relative;z-index: 10000;white-space: nowrap;}.select2-search input {width: 100%;height: auto !important;min-height: 26px;padding: 4px 20px 4px 5px;margin: 0;outline: 0;font-family: sans-serif;font-size: 1em;border: 1px solid #aaa;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);}.select2-drop.select2-drop-above .select2-search input {margin-top: 4px;}.select2-search input.select2-active {background: white;background:, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));background:, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);background:, -ms-linear-gradient(top, white 85%, #eeeeee 99%);background:, linear-gradient(top, #ffffff 85%, #eeeeee 99%);}.select2-container-active .select2-choice, .select2-container-active .select2-choices {border: 1px solid #5897fb;outline: none;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}.select2-dropdown-open .select2-choice {border-bottom-color: transparent;-webkit-box-shadow: 0 1px 0 #fff inset;-moz-box-shadow: 0 1px 0 #fff inset;box-shadow: 0 1px 0 #fff inset;-webkit-border-bottom-left-radius: 0;-moz-border-radius-bottomleft: 0;border-bottom-left-radius: 0;-webkit-border-bottom-right-radius: 0;-moz-border-radius-bottomright: 0;border-bottom-right-radius: 0;background-color: #eee;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);}.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {border: 1px solid #5897fb;border-top-color: transparent;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);background-image: -ms-linear-gradient(bottom, white 0%, #eeeeee 50%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);}.select2-dropdown-open .select2-choice div {background: transparent;border-left: none;filter: none;}.select2-dropdown-open .select2-choice div b {background-position: -18px 1px;}.select2-results {max-height: 200px;padding: 0 0 0 4px;margin: 4px 4px 4px 0;position: relative;overflow-x: hidden;overflow-y: auto;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}.select2-results ul.select2-result-sub {margin: 0;padding-left: 0;}.select2-results ul.select2-result-sub>li .select2-result-label {padding-left: 20px;}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 40px;}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 60px;}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 80px;}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 100px;}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 110px;}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {padding-left: 120px;}.select2-results li {list-style: none;display: list-item;background-image: none;}.select2-results li.select2-result-with-children>.select2-result-label {font-weight: bold;}.select2-results .select2-result-label {padding: 3px 7px 4px;margin: 0;cursor: pointer;min-height: 1em;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.select2-results .select2-highlighted {background: #3875d7;color: #fff;}.select2-results li em {background: #feffde;font-style: normal;}.select2-results .select2-highlighted em {background: transparent;}.select2-results .select2-highlighted ul {background: white;color: #000;}.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {background: #f4f4f4;display: list-item;}.select2-results .select2-disabled {background: #f4f4f4;display: list-item;cursor: default;}.select2-results .select2-disabled.select2-highlighted {color: #666;background: #f4f4f4;display: list-item;cursor: default;}.select2-results .select2-selected {display: none;}.select2-more-results {background: #f4f4f4;display: list-item;}.select2-more-results.select2-active {background: #f4f4f4;}.select2-container.select2-container-disabled .select2-choice {background-color: #f4f4f4;background-image: none;border: 1px solid #ddd;cursor: default;}.select2-container.select2-container-disabled .select2-choice div {background-color: #f4f4f4;background-image: none;border-left: 0;}.select2-container.select2-container-disabled .select2-choice abbr {display: none;}.select2-container-multi .select2-choices {height: auto !important;height: 1%;margin: 0;padding: 0;position: relative;border: 1px solid #aaa;cursor: text;overflow: hidden;background-color: #fff;background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);}.select2-locked {padding: 3px 5px 3px 5px !important;}.select2-container-multi .select2-choices {min-height: 26px;}.select2-container-multi.select2-container-active .select2-choices {border: 1px solid #5897fb;outline: none;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}.select2-container-multi .select2-choices li {float: left;list-style: none;}.select2-container-multi .select2-choices .select2-search-field {margin: 0;padding: 0;white-space: nowrap;}.select2-container-multi .select2-choices .select2-search-field input {padding: 5px;margin: 1px 0;font-family: sans-serif;font-size: 100%;color: #666;outline: 0;border: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: transparent !important;}.select2-container-multi .select2-choices .select2-search-field input.select2-active {background: white !important;}.select2-default {color: #999 !important;}.select2-container-multi .select2-choices .select2-search-choice {padding: 3px 5px 3px 18px;margin: 3px 0 3px 5px;position: relative;line-height: 13px;color: #333;cursor: default;border: 1px solid #aaaaaa;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);-moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #e4e4e4;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);}.select2-container-multi .select2-choices .select2-search-choice span {cursor: default;}.select2-container-multi .select2-choices .select2-search-choice-focus {background: #d4d4d4;}.select2-search-choice-close {display: block;width: 12px;height: 13px;position: absolute;right: 3px;top: 4px;font-size: 1px;outline: none;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==") right top no-repeat;}.select2-container-multi .select2-search-choice-close {left: 3px;}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {background-position: right -11px;}.select2-container-multi.select2-container-disabled .select2-choices {background-color: #f4f4f4;background-image: none;border: 1px solid #ddd;cursor: default;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {padding: 3px 5px 3px 5px;border: 1px solid #ddd;background-image: none;background-color: #f4f4f4;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {display: none;background: none;}.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {text-decoration: underline;}.select2-offscreen {clip: rect(0 0 0 0);width: 1px;height: 1px;border: 0;margin: 0;padding: 0;overflow: hidden;position: absolute;outline: 0;left: 0px;}.select2-offscreen:focus {clip: rect(0 0 0 0);width: 1px;height: 1px;border: 0;margin: 0;padding: 0;overflow: hidden;position: absolute;outline: 0;left: 0px;}.select2-display-none {display: none;}.select2-measure-scrollbar {position: absolute;top: -10000px;left: -10000px;width: 100px;height: 100px;overflow: scroll;}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {.select2-search input, .select2-search-choice-close {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=") !important;background-repeat: no-repeat !important;background-size: 60px 40px !important;}.select2-container .select2-choice abbr, .select2-container .select2-choice div b {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=") !important;background-repeat: no-repeat !important;background-size: 60px 40px !important;}.select2-search input {background-position: 100% -21px !important;}}.select2-container {width: 100% !important;}.select2-container .select2-choice {border: 1px solid #ccc;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;background: whitesmoke;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);background-image: linear-gradient(top, #ffffff, #f5f5f5);}.select2-container.select2-drop-above .select2-choice {border-bottom-color: #d2d2d2;-webkit-border-radius: 0 0 0px 0px;-moz-border-radius: 0 0 0px 0px;-ms-border-radius: 0 0 0px 0px;-o-border-radius: 0 0 0px 0px;border-radius: 0 0 0px 0px;background: whitesmoke;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);background-image: linear-gradient(top, #ffffff, #f5f5f5);}.select2-default {color: #666 !important;}.select2-results .select2-highlighted {background: #519FC7;}.select2-drop {border: 1px solid #d2d2d2;border-top: 0;-webkit-border-radius: 0 0 0px 0px;-moz-border-radius: 0 0 0px 0px;-ms-border-radius: 0 0 0px 0px;-o-border-radius: 0 0 0px 0px;border-radius: 0 0 0px 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.select2-drop.select2-drop-above {border-top: 1px solid #d2d2d2;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 0px 0px 0 0;-moz-border-radius: 0px 0px 0 0;-ms-border-radius: 0px 0px 0 0;-o-border-radius: 0px 0px 0 0;border-radius: 0px 0px 0 0;}.select2-container .select2-choice {color: #666666;height: 28px;}.select2-container .select2-choice div {border-left: 1px solid transparent;-webkit-border-radius: 0 0px 0px 0;-moz-border-radius: 0 0px 0px 0;-ms-border-radius: 0 0px 0px 0;-o-border-radius: 0 0px 0px 0;border-radius: 0 0px 0px 0;background: transparent;width: 20px;}.select2-search input {border: 1px solid #ccc;background: #fff;}.select2-search input.select2-active {background: white url("/assets/img/loading.gif") no-repeat 100%;}.select2-container-active .select2-choice, .select2-container-active .select2-choices {border: 1px solid #bbb;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.select2-dropdown-open .select2-choice {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: #fff;}.select2-container-multi .select2-choices {background: #fff;border: 1px solid #d2d2d2;}.select2-container-multi.select2-container-active .select2-choices {border: 1px solid #d2d2d2;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.select2-container-multi .select2-choices .select2-search-choice {-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background: #f2f2f2;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);background-image: linear-gradient(top, #fcfcfc, #f2f2f2);border: 1px solid #d2d2d2;}.ui-slider {position: relative;text-align: left;}.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 16px;height: 16px;cursor: default;border: none;cursor: pointer;}.ui-slider .ui-slider-range {position: absolute;z-index: 1;height: 6px;font-size: .7em;display: block;border: 1px solid #c13f3c;box-shadow: 0 1px 0 #c13f3c inset;-moz-border-radius: 6px;-webkit-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;background: #c13f3c;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c13f3c), to(#c13f3c));background-image: -webkit-linear-gradient(top, #c13f3c, 0%, #c13f3c, 100%);background-image: -moz-linear-gradient(top, #c13f3c 0%, #c13f3c 100%);background-image: linear-gradient(to bottom, #c13f3c 0%, #c13f3c 100%);-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.ui-slider-horizontal {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;height: 4px;background: #d7d7d7;border: 1px solid #bababa;box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset;clear: both;margin: 8px 0;-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;-o-border-radius: 6px;border-radius: 6px;}.ui-slider-horizontal .ui-slider-handle {top: -6px;margin-left: -0.6em;}.ui-slider-horizontal .ui-slider-range {top: -1px;height: 100%;}.ui-slider-horizontal .ui-slider-range-min {left: 0;}.ui-slider-horizontal .ui-slider-range-max {right: 0;}.ui-slider-vertical .ui-slider-handle {left: -6px;margin-left: 0;margin-bottom: -0.6em;}.ui-slider-vertical .ui-slider-range {left: 0;width: 4px;background: #81b8f3;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d4f5), color-stop(100%, #81b8f3));background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);background-image: linear-gradient(top, #a0d4f5, #81b8f3);}.ui-slider-vertical .ui-slider-range-min {bottom: 0;}.ui-slider-vertical .ui-slider-range-max {top: 0;}.ui-slider-vertical {height: 100px;width: 6px;background: #d7d7d7;box-shadow: 0 1px 0 white, 0 1px 0 #cfcfcf inset;-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;-o-border-radius: 6px;border-radius: 6px;}.ui-slider .ui-slider-handle {border-radius: 50%;background: #f9fbfa;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3Y2VkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7ced6), color-stop(100%, #f9fbfa));background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);background-image: linear-gradient(top, #c7ced6, #f9fbfa);width: 22px;height: 22px;-webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;-moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;-webkit-transition: box-shadow 0.3s;-moz-transition: box-shadow 0.3s;-o-transition: box-shadow 0.3s;transition: box-shadow 0.3s;}.ui-slider .ui-slider-handle:active {-webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;-moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;}.ui-slider .ui-slider-handle:after {content: "";position: absolute;width: 8px;height: 8px;border-radius: 50%;top: 50%;margin-top: -4px;left: 50%;margin-left: -4px;background: #30a2d2;-webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white;-moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white;box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white;}.ui-slider-horizontal .ui-slider-handle {top: -10px;}.ui-slider-vertical .ui-slider-handle {left: -8px;}.ranged-slider-ui label {color: #858585;}.ranged-slider-ui input {background: none;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;margin: 0;}.ranged-slider-ui input:focus {background: none;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.ranged-slider-ui.vertical-bars span {height: 120px;float: left;margin-right: 30px;display: block;}.icheckbox_flat-aero, .iradio_flat-aero {display: inline-block;margin: 0;padding: 0;width: 20px;height: 20px;background: url("/assets/blue-f86777ff.png") no-repeat;border: none;cursor: pointer;}.icheckbox_flat-aero+label, .iradio_flat-aero+label {display: inline-block;position: relative;top: -5px;left: 5px;}.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 only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {.icheckbox_flat-aero, .iradio_flat-aero {background-image: url("/assets/blue@2x-014cf9ae.png");-webkit-background-size: 176px 22px;background-size: 176px 22px;}}.xchart .line {stroke-width: 3px;fill: none;}.xchart .fill {stroke-width: 0;}.xchart circle {stroke: #FFF;stroke-width: 3px;}.xchart .axis .domain {fill: none;}.xchart .axis .tick {stroke: #EEE;stroke-width: 1px;}.xchart .axis text {font-family: Helvetica, Arial, Verdana, sans-serif;fill: #666;font-size: 12px;}.xchart .color0 .line {stroke: #3880aa;}.xchart .color0 rect, .xchart .color0 circle {fill: #3880aa;}.xchart .color0 .fill {fill: rgba(56, 128, 170, 0.1);}.xchart .color0.comp .line {stroke: #89bbd8;}.xchart .color0.comp rect {fill: #89bbd8;}.xchart .color0.comp .fill {display: none;}.xchart .color0.comp circle, .xchart .color0.comp .pointer {fill: #89bbd8;}.xchart .color1 .line {stroke: #4da944;}.xchart .color1 rect, .xchart .color1 circle {fill: #4da944;}.xchart .color1 .fill {fill: rgba(77, 169, 68, 0.1);}.xchart .color1.comp .line {stroke: #9dd597;}.xchart .color1.comp rect {fill: #9dd597;}.xchart .color1.comp .fill {display: none;}.xchart .color1.comp circle, .xchart .color1.comp .pointer {fill: #9dd597;}.xchart .color2 .line {stroke: #f26522;}.xchart .color2 rect, .xchart .color2 circle {fill: #f26522;}.xchart .color2 .fill {fill: rgba(242, 101, 34, 0.1);}.xchart .color2.comp .line {stroke: #f9b99a;}.xchart .color2.comp rect {fill: #f9b99a;}.xchart .color2.comp .fill {display: none;}.xchart .color2.comp circle, .xchart .color2.comp .pointer {fill: #f9b99a;}.xchart .color3 .line {stroke: #c6080d;}.xchart .color3 rect, .xchart .color3 circle {fill: #c6080d;}.xchart .color3 .fill {fill: rgba(198, 8, 13, 0.1);}.xchart .color3.comp .line {stroke: #f8555a;}.xchart .color3.comp rect {fill: #f8555a;}.xchart .color3.comp .fill {display: none;}.xchart .color3.comp circle, .xchart .color3.comp .pointer {fill: #f8555a;}.xchart .color4 .line {stroke: #672d8b;}.xchart .color4 rect, .xchart .color4 circle {fill: #672d8b;}.xchart .color4 .fill {fill: rgba(103, 45, 139, 0.1);}.xchart .color4.comp .line {stroke: #a869ce;}.xchart .color4.comp rect {fill: #a869ce;}.xchart .color4.comp .fill {display: none;}.xchart .color4.comp circle, .xchart .color4.comp .pointer {fill: #a869ce;}.xchart .color5 .line {stroke: #ce1797;}.xchart .color5 rect, .xchart .color5 circle {fill: #ce1797;}.xchart .color5 .fill {fill: rgba(206, 23, 151, 0.1);}.xchart .color5.comp .line {stroke: #f075cb;}.xchart .color5.comp rect {fill: #f075cb;}.xchart .color5.comp .fill {display: none;}.xchart .color5.comp circle, .xchart .color5.comp .pointer {fill: #f075cb;}.xchart .color6 .line {stroke: #d9ce00;}.xchart .color6 rect, .xchart .color6 circle {fill: #d9ce00;}.xchart .color6 .fill {fill: rgba(217, 206, 0, 0.1);}.xchart .color6.comp .line {stroke: #fff75a;}.xchart .color6.comp rect {fill: #fff75a;}.xchart .color6.comp .fill {display: none;}.xchart .color6.comp circle, .xchart .color6.comp .pointer {fill: #fff75a;}.xchart .color7 .line {stroke: #754c24;}.xchart .color7 rect, .xchart .color7 circle {fill: #754c24;}.xchart .color7 .fill {fill: rgba(117, 76, 36, 0.1);}.xchart .color7.comp .line {stroke: #c98c50;}.xchart .color7.comp rect {fill: #c98c50;}.xchart .color7.comp .fill {display: none;}.xchart .color7.comp circle, .xchart .color7.comp .pointer {fill: #c98c50;}.xchart .color8 .line {stroke: #2eb9b4;}.xchart .color8 rect, .xchart .color8 circle {fill: #2eb9b4;}.xchart .color8 .fill {fill: rgba(46, 185, 180, 0.1);}.xchart .color8.comp .line {stroke: #86e1de;}.xchart .color8.comp rect {fill: #86e1de;}.xchart .color8.comp .fill {display: none;}.xchart .color8.comp circle, .xchart .color8.comp .pointer {fill: #86e1de;}.xchart .color9 .line {stroke: #0e2e42;}.xchart .color9 rect, .xchart .color9 circle {fill: #0e2e42;}.xchart .color9 .fill {fill: rgba(14, 46, 66, 0.1);}.xchart .color9.comp .line {stroke: #2477ab;}.xchart .color9.comp rect {fill: #2477ab;}.xchart .color9.comp .fill {display: none;}.xchart .color9.comp circle, .xchart .color9.comp .pointer {fill: #2477ab;}.ex-tooltip {position: absolute;background: #EEE;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;padding: 5px;-webkit-box-shadow: 0 1px 3px #000;-moz-box-shadow: 0 1px 3px #000;-ms-box-shadow: 0 1px 3px #000;-o-box-shadow: 0 1px 3px #000;box-shadow: 0 1px 3px #000;border-collapse: separate;display: none;}.justgage {width: 200px;height: 160px;display: inline-block;}.justgage.small {width: 90px;height: 70px;}.easyPieChart {position: relative;text-align: center;font-size: 16px;font-weight: 600;}.easyPieChart.easy-pie-chart-small {font-size: 10px;}.easyPieChart canvas {position: absolute;top: 0;left: 0;}.sparkline-box {margin: 0;padding: 0;margin-top: 10px;}.sparkline-box.side .sparkline {margin-top: 5px;}.sparkline-box.side .sparkline-row {padding: 0;float: none;border: none;}.sparkline-box.side h4 {margin-right: 20px;min-width: 70px;text-shadow: none;}.sparkline-box.side h4 span {color: inherit;}.sparkline-box .sparkline {margin-top: 8px;display: inline-block;vertical-align: top;height: 30px;}.sparkline-box .big {width: 83px;height: 30px;}.sparkline-box .sparkline-row {zoom: 1;text-align: center;padding: 0;padding-right: 15px;float: left;border-right: 1px dotted #aaa;border-left: 1px dotted #fff;}.sparkline-box .sparkline-row:before, .sparkline-box .sparkline-row:after {display: table;content: "";line-height: 0;}.sparkline-box .sparkline-row:after {clear: both;}.sparkline-box .sparkline-row:last-child {border-right: none;}.sparkline-box .sparkline-row:first-child {border-left: none;}.sparkline-box h4 {display: inline-block;text-align: center;margin: 0;text-shadow: 0 1px rgba(255, 255, 255, 0.5);min-width: 70px;}.sparkline-box h4.red {color: #c75d5d;}.sparkline-box h4.orange {color: #ff9f01;}.sparkline-box h4.blue {color: #6e97aa;}.sparkline-box h4.gray {color: #6b787f;}.sparkline-box h4.green {color: #8fae53;}.sparkline-box h4.dark-green {color: #779148;}.sparkline-box h4 span {color: #717e88;font-size: 12px;display: block;text-align: center;font-weight: normal;}.arrow-box-left {position: relative;background: #fafeff;border: 1px solid #b5cdd7;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.arrow-box-left:after, .arrow-box-left:before {right: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}.arrow-box-left:after {border-right-color: #fafeff;border-width: 6px;top: 7px;}.arrow-box-left:before {border-right-color: #b5cdd7;border-width: 7px;top: 6px;}.arrow-box-left.gray {background: nil;border-color: #d8d8d8;}.arrow-box-left.gray:before {border-right-color: #d8d8d8;}.arrow-box-left {-webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);}.arrow-box-right {position: relative;background: #fafeff;border: 1px solid #b5cdd7;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.arrow-box-right:after, .arrow-box-right:before {left: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}.arrow-box-right:after {border-left-color: #fafeff;border-width: 6px;top: 7px;}.arrow-box-right:before {border-left-color: #b5cdd7;border-width: 7px;top: 6px;}.arrow-box-right.gray {background: nil;border-color: #d8d8d8;}.arrow-box-right.gray:before {border-left-color: #d8d8d8;}.arrow-box-right {-webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);}.chat-box.timeline .arrow-box-left {padding: 0;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;min-height: auto;margin-right: 0;}.chat-box.timeline .info, .chat-box.timeline .content {background: #fafafa;padding: 5px 10px;}.chat-box.timeline .content {zoom: 1;border-top: 1px solid #ccc;background: #f8f8f8;-moz-border-radius-bottomleft: 2px;-webkit-border-bottom-left-radius: 2px;border-bottom-left-radius: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-right-radius: 2px;border-bottom-right-radius: 2px;}.chat-box.timeline .content:before, .chat-box.timeline .content:after {display: table;content: "";line-height: 0;}.chat-box.timeline .content:after {clear: both;}.chat-box.timeline blockquote {margin: 10px 0px;}.chat-box.timeline .chat-message-box {display: inline-block;min-width: 100px;margin-left: 64px;padding: 3px 10px;border-radius: 10px;}.chat-box.timeline+.closable-chat-box {margin-left: 65px;}.chat-box {list-style: none;margin: 0;font-size: 11px;line-height: 20px;color: #5f5f5f;}.chat-box .avatar {position: absolute;top: 0;}.chat-box .arrow-box-left, .chat-box .arrow-box-right {min-height: 30px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;margin-top: 0px;margin-bottom: 15px;padding: 5px 10px;}.chat-box .arrow-box-left {margin-left: 65px;margin-right: 15px;}.chat-box .arrow-box-left .avatar {left: -50px;}.chat-box .arrow-box-left.gray .info .name strong {color: #393939;}.chat-box .arrow-box-right {margin-right: 65px;margin-left: 0px;}.chat-box .arrow-box-right .avatar {right: -50px;}.chat-box .arrow-box-right.gray .info .name strong {color: #393939;}.chat-box .info {zoom: 1;color: #949494;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}.chat-box .info:before, .chat-box .info:after {display: table;content: "";line-height: 0;}.chat-box .info:after {clear: both;}.chat-box .info .name {float: left;}.chat-box .info .name strong {color: #2c596d;margin-right: 10px;}.chat-box .info .time {float: right;}.accordion {-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;margin-bottom: 20px;}.accordion-group {margin-bottom: 0;border: 1px solid #cdcdcd;border-bottom: none;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;margin-top: -1px;border-top: none;}.accordion-group .accordion-heading {background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);text-shadow: 0 1px white;border-bottom: 1px solid #CDCDCD;color: #636363;font-weight: 600;border-top: 1px solid #cdcdcd;}.accordion-group:first-child {-moz-border-radius-topleft: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;margin-top: 0px;border-top: none;}.accordion-group:first-child .accordion-heading {-moz-border-radius-topleft: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;}.accordion-group:last-child {-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom: 1px solid #cdcdcd;}.accordion-group .accordion-inner {background: #fbfbfb;margin-bottom: 1px;}.accordion-heading .accordion-toggle {padding: 10px;color: #636363;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;display: block;}.accordion-inner .nav {margin-bottom: 0;}.accordion-inner .nav li {line-height: 40px;height: 40px;border-bottom: 1px solid #ddd;}.accordion-inner .nav li a {padding-left: 10px;}.accordion-inner .nav li:last-child {border-bottom: none;}.sidebar-tabs .accordion {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.sidebar-tabs .accordion .active {border-left: 6px solid #505050;margin-left: -3px;}.sidebar-tabs .accordion .active a {padding-left: 7px;color: #505050;}.sidebar-tabs .accordion-group {border-left: none;border-right: none;}.sidebar-tabs .accordion-group:first-child, .sidebar-tabs .accordion-group:first-child .accordion-heading, .sidebar-tabs .accordion-group:last-child {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.sidebar-tabs .accordion-group:last-child {border-bottom: none;}.sidebar-tabs .accordion-heading .accordion-toggle {padding: 15px;}.thumbnails {list-style: none;zoom: 1;}.thumbnails:before, .thumbnails:after {display: table;content: "";line-height: 0;}.thumbnails:after {clear: both;}.alert {border: 1px solid #f1d276;color: #a37f11;background: #f6e1a4;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZTliYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZTFhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e9bb), color-stop(100%, #f6e1a4));background-image: -webkit-linear-gradient(top, #f8e9bb, #f6e1a4);background-image: -moz-linear-gradient(top, #f8e9bb, #f6e1a4);background-image: -o-linear-gradient(top, #f8e9bb, #f6e1a4);background-image: linear-gradient(top, #f8e9bb, #f6e1a4);-webkit-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;-moz-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;}.alert-info {border: 1px solid #a8c3dc;color: #3c6a95;background: #ccdcea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZThmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjZGNlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee8f2), color-stop(100%, #ccdcea));background-image: -webkit-linear-gradient(top, #dee8f2, #ccdcea);background-image: -moz-linear-gradient(top, #dee8f2, #ccdcea);background-image: -o-linear-gradient(top, #dee8f2, #ccdcea);background-image: linear-gradient(top, #dee8f2, #ccdcea);-webkit-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;-moz-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;}.alert-danger, .alert-error {border: 1px solid #de7e6d;color: #7d2a1c;background: #e8a397;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjVhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4YTM5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb5ac), color-stop(100%, #e8a397));background-image: -webkit-linear-gradient(top, #ecb5ac, #e8a397);background-image: -moz-linear-gradient(top, #ecb5ac, #e8a397);background-image: -o-linear-gradient(top, #ecb5ac, #e8a397);background-image: linear-gradient(top, #ecb5ac, #e8a397);-webkit-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;-moz-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;}.alert-success {border: 1px solid #97cc2e;color: #2b3a0d;background: #acd954;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZGQ2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FjZDk1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6dd69), color-stop(100%, #acd954));background-image: -webkit-linear-gradient(top, #b6dd69, #acd954);background-image: -moz-linear-gradient(top, #b6dd69, #acd954);background-image: -o-linear-gradient(top, #b6dd69, #acd954);background-image: linear-gradient(top, #b6dd69, #acd954);-webkit-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;-moz-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;}.pagination>ul {-webkit-box-shadow: none;box-shadow: none;}.pagination-lg>li>a, .pagination-lg>li>span {padding: 9px 16px;}.pagination>li>a {background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);border-top: 1px solid #E2E2E2;border-left: 1px solid #C9C9C9;border-right: 1px solid #C9C9C9;border-bottom: 1px solid #AEAEAE;font-weight: 600;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;margin: 0 1px;cursor: pointer;color: #666;-webkit-box-shadow: 0 1px 0 white inset;box-shadow: 0 1px 0 white inset;}.pagination>li>a:hover {background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);background-image: linear-gradient(top, #f1f1f1, #eaeaea);}.pagination>li.active a, .pagination>li>a:active, .pagination>li.active:hover a {color: #666;border: 1px solid #AEAEAE;-webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;text-shadow: none;}.pagination-xs>li>a, .pagination-xs>li>span {padding: 4px 6px;font-size: 10px;}.pagination-xs>li:first-child>a, .pagination-xs>li:first-child>span {border-bottom-left-radius: 3px;border-top-left-radius: 3px;}.pagination-xs>li:last-child>a, .pagination-xs>li:last-child>span {border-bottom-right-radius: 3px;border-top-right-radius: 3px;}.modal-body {background: #f5f5f5;}.modal-content {border: 3px solid #808080;}.modal-header, .modal-footer {background: #eaeaea;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);background-image: linear-gradient(top, #fdfdfd, #eaeaea);}.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6, .modal-footer h1, .modal-footer h2, .modal-footer h3, .modal-footer h4, .modal-footer h5, .modal-footer h6 {margin: 0;}.modal-footer {margin-top: 0;}.modal-header {-moz-border-radius-topleft: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-topright: 4px;-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;}.modal-header {border-bottom: 1px solid #CDCDCD;}#galleryOverlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;opacity: 0;z-index: 100000;background-color: #222;background-color: rgba(0, 0, 0, 0.8);overflow: hidden;display: none;-moz-transition: opacity 1s ease;-webkit-transition: opacity 1s ease;transition: opacity 1s ease;}#galleryOverlay.visible {opacity: 1;}#gallerySlider {height: 100%;left: 0;top: 0;width: 100%;white-space: nowrap;position: absolute;-moz-transition: left 0.4s ease;-webkit-transition: left 0.4s ease;transition: left 0.4s ease;}#gallerySlider .placeholder {background: url("/assets/img/loading.gif") no-repeat center center;height: 100%;line-height: 1px;text-align: center;width: 100%;display: inline-block;}* image halfway from the top */#gallerySlider .placeholder:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}#gallerySlider .placeholder img {display: inline-block;max-height: 100%;max-width: 100%;vertical-align: middle;}#gallerySlider.rightSpring {-moz-animation: rightSpring 0.3s;-webkit-animation: rightSpring 0.3s;}#gallerySlider.leftSpring {-moz-animation: leftSpring 0.3s;-webkit-animation: leftSpring 0.3s;}@-moz-keyframes rightSpring {0% {margin-left: 0px;}50% {margin-left: -30px;}100% {margin-left: 0px;}}@-moz-keyframes leftSpring {0% {margin-left: 0px;}50% {margin-left: 30px;}100% {margin-left: 0px;}}@-webkit-keyframes rightSpring {0% {margin-left: 0px;}50% {margin-left: -30px;}100% {margin-left: 0px;}}@-webkit-keyframes leftSpring {0% {margin-left: 0px;}50% {margin-left: 30px;}100% {margin-left: 0px;}}#prevArrow, #nextArrow {border: none;text-decoration: none;background: rgba(0, 0, 0, 0.7);-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;opacity: 0.5;cursor: pointer;position: absolute;width: 43px;height: 58px;top: 50%;margin-top: -29px;-moz-transition: opacity 0.2s ease;-webkit-transition: opacity 0.2s ease;transition: opacity 0.2s ease;}#prevArrow i, #nextArrow i {height: 55px;line-height: 55px;width: 100%;text-align: center;}#prevArrow:hover, #nextArrow:hover {opacity: 1;}#prevArrow {left: 40px;}#nextArrow {right: 40px;}#thumbs {margin: 60px auto 35px;text-align: center;}#thumbs a {width: 120px;height: 120px;display: inline-block;border: 7px solid #303030;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);border-radius: 4px;margin: 6px 6px 40px;position: relative;text-decoration: none;background-position: center center;background-repeat: no-repeat;background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;}#thumbs a:after {background-color: #303030;border-radius: 7px;bottom: -136px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);color: #FFFFFF;content: attr(title);display: inline-block;font-size: 10px;max-width: 90px;overflow: hidden;padding: 2px 10px;position: relative;text-align: center;white-space: nowrap;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}#credit {background-color: rgba(255, 255, 255, 0.2);border-radius: 8px;font-size: 11px;margin: 0 auto 70px;opacity: 0.5;padding: 12px 16px;text-align: center;width: 400px;}.scrollable::-webkit-scrollbar {height: 16px;width: 10px;}.scrollable::-webkit-scrollbar-button:start:decrement, .scrollable::-webkit-scrollbar-button:end:increment {background-color: transparent;display: block;height: 0;}.scrollable::-webkit-scrollbar-track {background-clip: padding-box;border: solid transparent;border-width: 0 0 0 4px;}.scrollable::-webkit-scrollbar-track-piece {background-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.scrollable::-webkit-scrollbar:hover {background-color: #f3f3f3;border: 1px solid #dbdbdb;}.scrollable::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);border: solid transparent;border-width: 0;-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);background-clip: padding-box;}.scrollable::-webkit-scrollbar-thumb:vertical, .scrollable::-webkit-scrollbar-thumb:horizontal {background-color: #c6c6c6;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.scrollable::-webkit-scrollbar-thumb:hover {background-color: #949494;}.scrollable::-webkit-scrollbar-thumb:active {background-color: rgba(0, 0, 0, 0.5);-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);}.news {min-height: 85px;}.news .avatar {float: left;height: 36px;width: 36px;line-height: 36px;text-align: center;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}.news .avatar.blue {background: #7fb3d4;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);background-image: linear-gradient(top, #a5cae1, #7fb3d4);border: 1px solid #60a1ca;}.news .avatar.green {background: #8cc079;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDA5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad09c), color-stop(100%, #8cc079));background-image: -webkit-linear-gradient(top, #aad09c, #8cc079);background-image: -moz-linear-gradient(top, #aad09c, #8cc079);background-image: -o-linear-gradient(top, #aad09c, #8cc079);background-image: linear-gradient(top, #aad09c, #8cc079);border: 1px solid #74b35d;}.news .avatar.cyan {background: #81babd;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyY2NjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2cccf), color-stop(100%, #81babd));background-image: -webkit-linear-gradient(top, #a2cccf, #81babd);background-image: -moz-linear-gradient(top, #a2cccf, #81babd);background-image: -o-linear-gradient(top, #a2cccf, #81babd);background-image: linear-gradient(top, #a2cccf, #81babd);border: 1px solid #66abaf;}.news .avatar.purple {background: #aea7cf;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYzhlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc8e1), color-stop(100%, #aea7cf));background-image: -webkit-linear-gradient(top, #ccc8e1, #aea7cf);background-image: -moz-linear-gradient(top, #ccc8e1, #aea7cf);background-image: -o-linear-gradient(top, #ccc8e1, #aea7cf);background-image: linear-gradient(top, #ccc8e1, #aea7cf);border: 1px solid #968dc1;}.news .avatar i {color: white;line-height: 36px;}.news.with-icons .news-content {margin-left: 55px;}.news-content {margin-left: 50px;margin-right: 50px;}.news-title {color: #636364;font-weight: 600;text-shadow: 0 1px rgba(255, 255, 255, 0.5);font-size: 16px;}.news-time {float: right;color: #bbb;text-shadow: 0 1px rgba(255, 255, 255, 0.5);font-size: 14px;text-align: center;}.news-time span {display: block;font-size: 24px;font-weight: 600;}.badge-blue, .badge-gray, .badge-green, .badge-red, .badge-dark-red, .badge-black, .badge-cyan, .badge-purple {display: inline-block;padding: 0 4px;border-radius: 10px;height: 14px;min-width: 14px;line-height: 14px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;font-weight: 600;font-size: 10px;-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);color: #fff;}.label, .badge {font-weight: 600;}.label-blue {background: #599cc7;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5OWNjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #599cc7));background-image: -webkit-linear-gradient(top, #7fb3d4, #599cc7);background-image: -moz-linear-gradient(top, #7fb3d4, #599cc7);background-image: -o-linear-gradient(top, #7fb3d4, #599cc7);background-image: linear-gradient(top, #7fb3d4, #599cc7);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;}.label-gray {background: #5d5d5d;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #5d5d5d));background-image: -webkit-linear-gradient(top, #767676, #5d5d5d);background-image: -moz-linear-gradient(top, #767676, #5d5d5d);background-image: -o-linear-gradient(top, #767676, #5d5d5d);background-image: linear-gradient(top, #767676, #5d5d5d);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;}.label-green {background: #6eb056;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlYjA1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #6eb056));background-image: -webkit-linear-gradient(top, #8cc079, #6eb056);background-image: -moz-linear-gradient(top, #8cc079, #6eb056);background-image: -o-linear-gradient(top, #8cc079, #6eb056);background-image: linear-gradient(top, #8cc079, #6eb056);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;}.label-red {background: #964747;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #964747));background-image: -webkit-linear-gradient(top, #b35d5d, #964747);background-image: -moz-linear-gradient(top, #b35d5d, #964747);background-image: -o-linear-gradient(top, #b35d5d, #964747);background-image: linear-gradient(top, #b35d5d, #964747);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;}.label-dark-red {background: #8f3831;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmMzgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #8f3831));background-image: -webkit-linear-gradient(top, #b5473e, #8f3831);background-image: -moz-linear-gradient(top, #b5473e, #8f3831);background-image: -o-linear-gradient(top, #b5473e, #8f3831);background-image: linear-gradient(top, #b5473e, #8f3831);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;}.label-black {background: #4d4d4d;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);background-image: -moz-linear-gradient(top, #666666, #4d4d4d);background-image: -o-linear-gradient(top, #666666, #4d4d4d);background-image: linear-gradient(top, #666666, #4d4d4d);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;}.label-cyan {background: #60a8ab;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYThhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #60a8ab));background-image: -webkit-linear-gradient(top, #81babd, #60a8ab);background-image: -moz-linear-gradient(top, #81babd, #60a8ab);background-image: -o-linear-gradient(top, #81babd, #60a8ab);background-image: linear-gradient(top, #81babd, #60a8ab);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;}.label-purple {background: #9086bd;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwODZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9086bd));background-image: -webkit-linear-gradient(top, #aea7cf, #9086bd);background-image: -moz-linear-gradient(top, #aea7cf, #9086bd);background-image: -o-linear-gradient(top, #aea7cf, #9086bd);background-image: linear-gradient(top, #aea7cf, #9086bd);-webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;-moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;}.badge-blue {background: #6ca8ce;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #6ca8ce));background-image: -webkit-linear-gradient(top, #7fb3d4, #6ca8ce);background-image: -moz-linear-gradient(top, #7fb3d4, #6ca8ce);background-image: -o-linear-gradient(top, #7fb3d4, #6ca8ce);background-image: linear-gradient(top, #7fb3d4, #6ca8ce);-webkit-box-shadow: 0 0 0 1px #3c84b1;-moz-box-shadow: 0 0 0 1px #3c84b1;box-shadow: 0 0 0 1px #3c84b1;}.badge-gray {background: dimgrey;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #696969));background-image: -webkit-linear-gradient(top, #767676, #696969);background-image: -moz-linear-gradient(top, #767676, #696969);background-image: -o-linear-gradient(top, #767676, #696969);background-image: linear-gradient(top, #767676, #696969);-webkit-box-shadow: 0 0 0 1px #434343;-moz-box-shadow: 0 0 0 1px #434343;box-shadow: 0 0 0 1px #434343;}.badge-green {background: #7db868;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #7db868));background-image: -webkit-linear-gradient(top, #8cc079, #7db868);background-image: -moz-linear-gradient(top, #8cc079, #7db868);background-image: -o-linear-gradient(top, #8cc079, #7db868);background-image: linear-gradient(top, #8cc079, #7db868);-webkit-box-shadow: 0 0 0 1px #589043;-moz-box-shadow: 0 0 0 1px #589043;box-shadow: 0 0 0 1px #589043;}.badge-red {background: #a84f4f;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4NGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #a84f4f));background-image: -webkit-linear-gradient(top, #b35d5d, #a84f4f);background-image: -moz-linear-gradient(top, #b35d5d, #a84f4f);background-image: -o-linear-gradient(top, #b35d5d, #a84f4f);background-image: linear-gradient(top, #b35d5d, #a84f4f);-webkit-box-shadow: 0 0 0 1px #743636;-moz-box-shadow: 0 0 0 1px #743636;box-shadow: 0 0 0 1px #743636;}.badge-dark-red {background: #a24037;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyNDAzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #a24037));background-image: -webkit-linear-gradient(top, #b5473e, #a24037);background-image: -moz-linear-gradient(top, #b5473e, #a24037);background-image: -o-linear-gradient(top, #b5473e, #a24037);background-image: linear-gradient(top, #b5473e, #a24037);-webkit-box-shadow: 0 0 0 1px #692924;-moz-box-shadow: 0 0 0 1px #692924;box-shadow: 0 0 0 1px #692924;}.badge-black {background: #595959;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #595959));background-image: -webkit-linear-gradient(top, #666666, #595959);background-image: -moz-linear-gradient(top, #666666, #595959);background-image: -o-linear-gradient(top, #666666, #595959);background-image: linear-gradient(top, #666666, #595959);-webkit-box-shadow: 0 0 0 1px #333333;-moz-box-shadow: 0 0 0 1px #333333;box-shadow: 0 0 0 1px #333333;}.badge-cyan {background: #70b1b4;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwYjFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #70b1b4));background-image: -webkit-linear-gradient(top, #81babd, #70b1b4);background-image: -moz-linear-gradient(top, #81babd, #70b1b4);background-image: -o-linear-gradient(top, #81babd, #70b1b4);background-image: linear-gradient(top, #81babd, #70b1b4);-webkit-box-shadow: 0 0 0 1px #4a8a8e;-moz-box-shadow: 0 0 0 1px #4a8a8e;box-shadow: 0 0 0 1px #4a8a8e;}.badge-purple {background: #9f97c6;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOTdjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9f97c6));background-image: -webkit-linear-gradient(top, #aea7cf, #9f97c6);background-image: -moz-linear-gradient(top, #aea7cf, #9f97c6);background-image: -o-linear-gradient(top, #aea7cf, #9f97c6);background-image: linear-gradient(top, #aea7cf, #9f97c6);-webkit-box-shadow: 0 0 0 1px #7165ab;-moz-box-shadow: 0 0 0 1px #7165ab;box-shadow: 0 0 0 1px #7165ab;}.badge-flat {text-shadow: none;}.wizard {display: none;}.wizard-modal form {margin: 0;padding: 0;}.wizard-modal.modal {width: 750px;margin-left: -375px;top: 50%;}.wizard-modal-footer {padding: 0px;text-align: right;}.wizard-modal-header.modal-header h3 {line-height: 35px;display: inline;}.wizard-modal-header.modal-header {border-bottom: 0;}.wizard-subtitle {font-weight: 600;color: #AFAFAF;padding-left: 20px;}.wizard-error, .wizard-failure, .wizard-success, .wizard-loading, .wizard-card {position: relative;padding: 35px;padding-top: 20px;overflow-y: auto;height: 300px;display: none;border-top: 1px solid #EEE;margin-right: 5px;}.wizard-nav-link .icon-chevron-right {float: right;margin-top: 12px;margin-right: -6px;opacity: .25;}li.wizard-nav-item.active .icon-chevron-right {opacity: 1;}li.wizard-nav-item {line-height: 40px;}.wizard-modal.modal .nav-list>li>a {background-color: #f5f5f5;padding: 3px 15px 3px 20px;cursor: default;color: #B4B4B4;}.wizard-modal.modal .nav-list li.active>a {background-color: #08C;}.wizard-modal.modal .nav-list>li.already-visited>a.wizard-nav-link {color: #08C;cursor: pointer;}.wizard-modal.modal .nav-list>li.active>a.wizard-nav-link {color: white;}.already-visited>a.wizard-nav-link:hover {background-color: #E4E4E4;}.wizard-card>h3 {margin-top: 0;margin-bottom: 20px;font-size: 21px;line-height: 40px;font-weight: normal;}.wizard-progress {padding: 15px;bottom: 0;}.wizard-progress-container {padding: 20px;}.wizard-steps {width: 28%;height: 425px;background-color: #f5f5f5;}.wizard-nav-container {height: 360px;}.nav>li>a.wizard-step-error {background-color: #F2DEDE;color: #B94A48;font-weight: 600;}.wizard-step-error .icon-chevron-right {opacity: 0;}.wizard-input-section {margin-bottom: 20px;}.wizard-buttons-container {padding: 20px;}.wizard-modal .popover.error-popover {background-color: #F2DEDE;color: #B94A48;border-color: #953B39;}.wizard-modal .popover.error-popover .arrow::after {border-right-color: #F2DEDE;}.wizard-modal .popover.error-popover .popover-title {display: none;}.wizard-modal .popover.error-popover .arrow {border-right-color: #953B39;}.error-box {margin-top: 100px;color: rgba(0, 0, 0, 0.2);text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);text-align: center;font-weight: 600;}.error-box .message-small {font-size: 25px;}.error-box .message-big {font-size: 160px;}.textarea-html5 {margin: 0;padding: 10px;padding-top: 0;width: 100%;height: 190px;border-radius: 4px;}.wysihtml5-sandbox {width: 100% !important;-webkit-box-sizing: border-box !important;-moz-box-sizing: border-box !important;box-sizing: border-box !important;border: none !important;box-shadow: none !important;border-bottom-left-radius: 3px !important;border-bottom-right-radius: 3px !important;background: #f7f7f7;}.closable-chat-box .wysihtml5-sandbox {width: 97% !important;}ul.wysihtml5-toolbar {margin: 0;padding: 10px;display: block;}ul.wysihtml5-toolbar::after {clear: both;display: table;content: "";}ul.wysihtml5-toolbar>li {float: left;display: list-item;list-style: none;margin: 0 5px 10px 0;}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {font-weight: 600;}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {font-style: italic;}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {text-decoration: underline;}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {background-image: none;-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);background-color: #eaeaea;background-color: #D9D9D9;outline: 0;}ul.wysihtml5-commands-disabled .dropdown-menu {display: none !important;}ul.wysihtml5-toolbar div.wysihtml5-colors {display: block;width: 50px;height: 20px;margin-top: 2px;margin-left: 5px;position: absolute;pointer-events: none;}ul.wysihtml5-toolbar a.wysihtml5-colors-title {padding-left: 70px;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {background: black !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {background: silver !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {background: gray !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {background: maroon !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {background: red !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {background: purple !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {background: green !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {background: olive !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {background: navy !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {background: blue !important;}ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {background: orange !important;}.wysiwyg-color-black {color: black;}.wysiwyg-color-silver {color: silver;}.wysiwyg-color-gray {color: gray;}.wysiwyg-color-white {color: white;}.wysiwyg-color-maroon {color: maroon;}.wysiwyg-color-red {color: red;}.wysiwyg-color-purple {color: purple;}.wysiwyg-color-fuchsia {color: fuchsia;}.wysiwyg-color-green {color: green;}.wysiwyg-color-lime {color: lime;}.wysiwyg-color-olive {color: olive;}.wysiwyg-color-yellow {color: yellow;}.wysiwyg-color-navy {color: navy;}.wysiwyg-color-blue {color: blue;}.wysiwyg-color-teal {color: teal;}.wysiwyg-color-aqua {color: aqua;}.wysiwyg-color-orange {color: orange;}.formError {position: relative;background: #202020;border: 1px solid #cccccc;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.formError:after, .formError:before {top: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}.formError:after {border-top-color: #202020;border-width: 7px;left: 7px;}.formError:before {border-top-color: #cccccc;border-width: 8px;left: 6px;}.formError {z-index: 990;background: transparent;border: none;}.formError .formErrorContent {z-index: 991;}.formError .formErrorArrow {z-index: 996;display: none;}.ui-dialog .formError {z-index: 5000;}.ui-dialog .formError .formErrorContent {z-index: 5001;}.ui-dialog .formError .formErrorArrow {z-index: 5006;}.inputContainer {position: relative;float: left;}.formError {position: absolute;top: 300px;left: 300px;display: block;cursor: pointer;text-align: left;}.formError.inline {position: relative;top: 0;left: 0;display: inline-block;}.ajaxSubmit {padding: 20px;background: #55ea55;border: 1px solid #999;display: none;}.formError .formErrorContent {width: 100%;background: #202020;position: relative;color: #fff;min-width: 120px;font-size: 11px;padding: 4px 10px 4px 10px;-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;-o-border-radius: 6px;border-radius: 6px;}.formError.inline .formErrorContent {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.greenPopup .formErrorContent {background: #33be40;}.blackPopup .formErrorContent {background: #393939;color: #FFF;}.formError .formErrorArrow {width: 15px;margin: -2px 0 0 13px;position: relative;}body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {margin: -2px 13px 0 0;}.formError .formErrorArrowBottom {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;margin: 0px 0 0 12px;top: 2px;}.formError .formErrorArrow div {border-left: 2px solid #ddd;border-right: 2px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;-o-box-shadow: 0 2px 3px #444;font-size: 0px;height: 1px;background: #ee0101;margin: 0 auto;line-height: 0;font-size: 0;display: block;}.formError .formErrorArrowBottom div {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;}.greenPopup .formErrorArrow div {background: #33be40;}.blackPopup .formErrorArrow div {background: #393939;color: #FFF;}.formError .formErrorArrow .line10 {width: 15px;border: none;}.formError .formErrorArrow .line9 {width: 13px;border: none;}.formError .formErrorArrow .line8 {width: 11px;}.formError .formErrorArrow .line7 {width: 9px;}.formError .formErrorArrow .line6 {width: 7px;}.formError .formErrorArrow .line5 {width: 5px;}.formError .formErrorArrow .line4 {width: 3px;}.formError .formErrorArrow .line3 {width: 1px;border-left: 2px solid #ddd;border-right: 2px solid #ddd;border-bottom: 0 solid #ddd;}.formError .formErrorArrow .line2 {width: 3px;border: none;background: #ddd;}.formError .formErrorArrow .line1 {width: 1px;border: none;background: #ddd;}.editableform {margin-bottom: 0;}.editableform .control-group {margin-bottom: 0;white-space: nowrap;line-height: 20px;}.editable-buttons {display: inline-block;vertical-align: top;margin-left: 7px;zoom: 1;display: inline;}.editable-buttons.editable-buttons-bottom {display: block;margin-top: 7px;margin-left: 0;}.editable-input {vertical-align: top;display: inline-block;width: auto;white-space: normal;zoom: 1;display: inline;}.editable-buttons .editable-cancel {margin-left: 7px;}.editable-buttons button.ui-button-icon-only {height: 24px;width: 30px;}.editableform-loading {background: url("/assets/img/loading.gif") center center no-repeat;height: 25px;width: auto;min-width: 25px;}.editable-inline .editableform-loading {background-position: left 5px;}.editable-error-block {max-width: 300px;margin: 5px 0 0 0;width: auto;white-space: normal;}.editable-error-block.ui-state-error {padding: 3px;}.editable-error {color: red;}.editableform .editable-date {padding: 0;margin: 0;float: left;}.editable-inline .add-on .icon-th {margin-top: 3px;margin-left: 1px;}.editable-checklist label {white-space: nowrap;}.editable-checklist label input[type="checkbox"], .editable-checklist label span {vertical-align: middle;margin: 0;}.editable-wysihtml5 {width: 566px;height: 250px;}.editable-clear {clear: both;font-size: 0.9em;text-decoration: none;text-align: right;}.editable-clear-x {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAAA0AAAANABzi0JoAAAEFSURBVBjTNdC/alNhAIbx3/edpGeQlJqElIihpqKYpfYPyRXoUEe33pdXUOjolqXQG2glUnDQkkKVgIRoIDQIpsnJ6ZD2Wd/lfZ5gxYZXqgrmxq7cQkDijabgkaW+vjzBri0hlYFUFlQVjaJNzzmu/D5oBFrJqPNpA03laItS+Pi6XL/cf1c8b6/Xjl6m8CI4VKCVfOk8qViKk+FOb5Djf1SA79lRz1JcLj5cDnKwFi2glZzsi8RC921j9fUuGlMK5+1SdTJ8f/pvXK5/3UthHP1imnevJ8Od3tm8fTH9+/lmBj8DDjwjNXvwWg2+JRhJPM0eUmTkrv2QP+ap2FYTZf7om8A9PrJPoYpSXtIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTEtMDItMTRUMTE6MTI6MTUrMDI6MDD7C2qGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDExLTAyLTE0VDExOjEyOjE1KzAyOjAwilbSOgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=") center center no-repeat;display: block;width: 13px;height: 13px;position: absolute;opacity: 0.6;z-index: 100;top: 50%;right: 6px;margin-top: -6px;}.editable-clear-x:hover {opacity: 1;}.editable-pre-wrapped {white-space: pre-wrap;}.editable-container.editable-popup {max-width: none !important;}.editable-container.popover {width: auto;}.editable-container.editable-inline {display: inline-block;vertical-align: middle;width: auto;zoom: 1;display: inline;}.editable-container.ui-widget {font-size: inherit;z-index: 9990;}.editable-click {text-decoration: none;}a.editable-click {text-decoration: none;}a.editable-click:hover {text-decoration: none;}.editable-click.editable-disabled {cursor: default;border-bottom: none;}a.editable-click.editable-disabled {cursor: default;border-bottom: none;}a.editable-click.editable-disabled:hover {cursor: default;border-bottom: none;}.editable-empty {text-decoration: none;}.editable-empty:hover, .editable-empty:focus {text-decoration: none;}.editable-unsaved {font-weight: bold;}.editable-bg-transition {-webkit-transition: background-color 1400ms ease-out;-moz-transition: background-color 1400ms ease-out;-o-transition: background-color 1400ms ease-out;-ms-transition: background-color 1400ms ease-out;transition: background-color 1400ms ease-out;}.form-horizontal .editable {padding-top: 5px;display: inline-block;}.datepicker {padding: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;direction: ltr;}.datepicker-inline {width: 220px;}.datepicker.datepicker-rtl {direction: rtl;}.datepicker.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 #ccc;border-bottom-color: rgba(0, 0, 0, 0.2);position: absolute;top: -7px;left: 6px;}.datepicker-dropdown:after {content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #ffffff;position: absolute;top: -6px;left: 7px;}.datepicker>div {display: none;}.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {display: block;}.datepicker table {margin: 0;}.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 {background: #eeeeee;cursor: pointer;}.datepicker table tr td.old, .datepicker table tr td.new {color: #999999;}.datepicker table tr td.disabled {background: none;color: #999999;cursor: default;}.datepicker table tr td.disabled:hover {background: none;color: #999999;cursor: default;}.datepicker table tr td.today {background-color: #fde19a;background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);background-image: linear-gradient(top, #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 {background-color: #fde19a;background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);background-image: linear-gradient(top, #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.disabled {background-color: #fde19a;background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);background-image: linear-gradient(top, #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.disabled:hover {background-color: #fde19a;background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);background-image: linear-gradient(top, #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.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {background-color: #fdf59a;}.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {background-color: #fdf59a;}.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {background-color: #fdf59a;}.datepicker table tr td.today.disabled {background-color: #fdf59a;}.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {background-color: #fdf59a;}.datepicker table tr td.today:hover.disabled {background-color: #fdf59a;}.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {background-color: #fdf59a;}.datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {background-color: #fdf59a;}.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 {background-color: #fbf069 \9;}.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {background-color: #fbf069 \9;}.datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {background-color: #fbf069 \9;}.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 {background: #eeeeee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range:hover {background: #eeeeee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range.disabled {background: #eeeeee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range.disabled:hover {background: #eeeeee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range.today {background-color: #f3d17a;background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);background-image: linear-gradient(top, #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 {background-color: #f3d17a;background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);background-image: linear-gradient(top, #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.disabled {background-color: #f3d17a;background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);background-image: linear-gradient(top, #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.disabled:hover {background-color: #f3d17a;background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);background-image: linear-gradient(top, #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.disabled:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active {background-color: #f3e97a;}.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {background-color: #f3e97a;}.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active {background-color: #f3e97a;}.datepicker table tr td.range.today.disabled {background-color: #f3e97a;}.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {background-color: #f3e97a;}.datepicker table tr td.range.today:hover.disabled {background-color: #f3e97a;}.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[disabled], .datepicker table tr td.range.today:hover[disabled] {background-color: #f3e97a;}.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 {background-color: #efe24b \9;}.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.range.today.active, .datepicker table tr td.range.today:hover.active {background-color: #efe24b \9;}.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 {background-color: #9e9e9e;background-image: -moz-linear-gradient(top, #b3b3b3, gray);background-image: -ms-linear-gradient(top, #b3b3b3, gray);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image: -webkit-linear-gradient(top, #b3b3b3, gray);background-image: -o-linear-gradient(top, #b3b3b3, gray);background-image: linear-gradient(top, #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 {background-color: #9e9e9e;background-image: -moz-linear-gradient(top, #b3b3b3, gray);background-image: -ms-linear-gradient(top, #b3b3b3, gray);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image: -webkit-linear-gradient(top, #b3b3b3, gray);background-image: -o-linear-gradient(top, #b3b3b3, gray);background-image: linear-gradient(top, #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.disabled {background-color: #9e9e9e;background-image: -moz-linear-gradient(top, #b3b3b3, gray);background-image: -ms-linear-gradient(top, #b3b3b3, gray);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image: -webkit-linear-gradient(top, #b3b3b3, gray);background-image: -o-linear-gradient(top, #b3b3b3, gray);background-image: linear-gradient(top, #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.disabled:hover {background-color: #9e9e9e;background-image: -moz-linear-gradient(top, #b3b3b3, gray);background-image: -ms-linear-gradient(top, #b3b3b3, gray);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));background-image: -webkit-linear-gradient(top, #b3b3b3, gray);background-image: -o-linear-gradient(top, #b3b3b3, gray);background-image: linear-gradient(top, #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.disabled:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active {background-color: #808080;}.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {background-color: #808080;}.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {background-color: #808080;}.datepicker table tr td.selected.disabled {background-color: #808080;}.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {background-color: #808080;}.datepicker table tr td.selected:hover.disabled {background-color: #808080;}.datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled {background-color: #808080;}.datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled] {background-color: #808080;}.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 {background-color: #666666 \9;}.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {background-color: #666666 \9;}.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {background-color: #666666 \9;}.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {background-color: #666666 \9;}.datepicker table tr td.active {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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 {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled:hover {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {background-color: #0044cc;}.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {background-color: #0044cc;}.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {background-color: #0044cc;}.datepicker table tr td.active.disabled {background-color: #0044cc;}.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {background-color: #0044cc;}.datepicker table tr td.active:hover.disabled {background-color: #0044cc;}.datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled {background-color: #0044cc;}.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled] {background-color: #0044cc;}.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 {background-color: #003399 \9;}.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {background-color: #003399 \9;}.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {background-color: #003399 \9;}.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 {background: #eeeeee;}.datepicker table tr td span.disabled {background: none;color: #999999;cursor: default;}.datepicker table tr td span.disabled:hover {background: none;color: #999999;cursor: default;}.datepicker table tr td span.active {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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 {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled:hover {background-color: #006dcc;background-image: -moz-linear-gradient(top, #0088cc, #0044cc);background-image: -ms-linear-gradient(top, #0088cc, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);background-image: -o-linear-gradient(top, #0088cc, #0044cc);background-image: linear-gradient(top, #0088cc, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', 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.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {background-color: #0044cc;}.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {background-color: #0044cc;}.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {background-color: #0044cc;}.datepicker table tr td span.active.disabled {background-color: #0044cc;}.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {background-color: #0044cc;}.datepicker table tr td span.active:hover.disabled {background-color: #0044cc;}.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[disabled], .datepicker table tr td span.active:hover[disabled] {background-color: #0044cc;}.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 {background-color: #003399 \9;}.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.active.active, .datepicker table tr td span.active:hover.active {background-color: #003399 \9;}.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: #999999;}.datepicker th.datepicker-switch {width: 145px;}.datepicker thead tr:first-child th, .datepicker tfoot tr th {cursor: pointer;}.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {background: #eeeeee;}.datepicker .cw {font-size: 10px;width: 12px;padding: 0 2px 0 5px;vertical-align: middle;}.datepicker thead tr:first-child th.cw {cursor: default;background-color: transparent;}.input-append.date .add-on i, .input-prepend.date .add-on i {display: block;cursor: pointer;width: 16px;height: 16px;}.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 #ffffff;vertical-align: middle;background-color: #eeeeee;border: 1px solid #ccc;margin-left: -5px;margin-right: -5px;}.datepicker table {width: 100%;border: 1px solid #CDCDCD;background: #fafafa;-webkit-box-shadow: 0 2px 2px -2px #cccccc;-moz-box-shadow: 0 2px 2px -2px #cccccc;box-shadow: 0 2px 2px -2px #cccccc;}.datepicker table thead tr:first-child {background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);background-image: -o-linear-gradient(top, #fdfdfd, #ececec);background-image: linear-gradient(top, #fdfdfd, #ececec);border-bottom: 1px solid #CDCDCD;}.datepicker table thead tr:first-child th {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.datepicker table thead tr:first-child th:hover {background: #ececec;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);background-image: -o-linear-gradient(top, #fdfdfd, #ececec);background-image: linear-gradient(top, #fdfdfd, #ececec);color: #404040;}.datepicker table tr td.day:hover, .datepicker table tr td span:hover {background: #32779a;color: #fff;}.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.active {background: #519FC7;color: #fff;}.datepicker-inline {width: auto;}@media (max-width: 991px) {.sidebar-background {display: none;}.primary-sidebar {zoom: 1;position: static;width: auto;float: none;background: #11161A;}.primary-sidebar:before, .primary-sidebar:after {display: table;content: "";line-height: 0;}.primary-sidebar:after {clear: both;}.main-content {margin: 0;}.user-avatar>.dropdown-toggle {display: none;}.dropdown-menu li.with-image span, .dropdown-menu li a {text-shadow: none;}.label, .badge, .navbar-inverse .nav>li>a, .navbar-inverse .nav>li.active>a {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.navbar-collapse .nav>li>a, .navbar-collapse .dropdown-menu a {font-weight: 600;}.primary-sidebar .nav {margin: 0;}.breadcrumb-line {height: auto;}.breadcrumb-line .breadcrumbs {zoom: 1;float: none;}.breadcrumb-line .breadcrumbs:before, .breadcrumb-line .breadcrumbs:after {display: table;content: "";line-height: 0;}.breadcrumb-line .breadcrumbs:after {clear: both;}.breadcrumb-line .nav.pull-right {float: none;margin-right: 0px;border-right: none;border-top: 1px solid #ccc;}.breadcrumb-line .nav.pull-right>li:first-child>a {border-left: none;}.user-avatar .dropdown-menu {display: block;}.navbar-collapse .dropdown-menu {background: transparent;}.navbar-collapse .dropdown-menu li a {background: rgba(0, 0, 0, 0.2);margin-bottom: 3px;}.navbar-collapse .dropdown-menu li+li a {margin-bottom: 3px;}.action-nav-normal .action-nav-button {display: block;}.action-nav-normal.action-nav-line .action-nav-row {margin-right: 0;}.action-nav-normal .action-nav-row {margin-right: 0px;}.action-nav-normal.rounded .action-nav-button {display: inline-block;}.navbar-form .form-group, .navbar-form .search-query.animated, .navbar-form .search-query.animated:focus, .navbar-form .search-query.animated .focused {width: 100%;}.navbar-inverse .nav>li.cdrop>a, .navbar-inverse .nav>li.cdrop.active>a {margin-right: 0;background: transparent;border: none;box-shadow: none;}.nav-tabs-right li>a>span, .nav-tabs-right .title, .nav-tabs-left li>a>span, .nav-tabs-left .title {display: none;}.dark-nav.to-right .dropdown-menu {margin: 0;position: relative;left: 0;background: #11161A;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;height: 100%;}.dark-nav.to-right .dropdown-menu:before {content: none;}.dark-nav.to-right .dropdown-menu li a {margin-bottom: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}.dark-nav.to-right .dropdown-menu li+li a {margin-bottom: 0;}.dark-nav.to-right .dropdown-menu a:hover {background: rgba(50, 50, 50, 0.1);background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));background-image: linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));color: white;}}@media (max-width: 767px) {body {padding: 0;}.btn-block {margin-bottom: 10px;}.user-avatar {padding-bottom: 0;}.dataTables_info {display: none;}.dataTables_filter input[type="text"] {width: 130px;}.dataTables_length {display: none;}.next.paginate_button, .previous.paginate_button {display: none;}.area-top {text-align: center;}.area-top .header {margin-top: 0;margin-bottom: 7px;text-align: center;float: none !important;}.area-top .header i {float: none;}.area-top .sparkline-box {float: none !important;display: inline-block;}}@media (max-width: 550px) {.area-top .sparkline-box .sparkline {display: none;}}@media (max-width: 480px) {.area-top .num-stats li {width: auto;}.navbar .nav.pull-right {float: none;zoom: 1;}.navbar .nav.pull-right:before, .navbar .nav.pull-right:after {display: table;content: "";line-height: 0;}.navbar .nav.pull-right:after {clear: both;}.navbar-inner {text-align: center;}.navbar-inner a {margin-right: 0;}.navbar-brand+.nav {display: inline-block;margin-bottom: 10px;}.navbar-inverse .nav>li>a {margin-right: 0;}.navbar-inverse .navbar-brand+.nav>li>a {margin-right: 10px;}.navbar-inverse .navbar-brand+.nav>li:last-child a {margin-right: 0;}.area-top {height: auto;text-align: center;}.area-top .num-stats {float: none;display: inline-block;}.area-top .num-stats li {padding: 5px;}.chat-box.timeline .arrow-box-left {margin-left: 0;}.chat-box.timeline .arrow-box-left:after, .chat-box.timeline .arrow-box-left:before {content: none;}.chat-box.timeline .arrow-box-left .avatar {left: 10px;top: 5px;}.chat-box.timeline .arrow-box-left .name {float: left;margin-left: 45px;}.chat-box.timeline+.closable-chat-box {margin-left: 0;}}
/*!
 * 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 {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* Assets */
.margin0 {
  margin: 0 !important;
}
.margin-left0 {
  margin-left: 0 !important;
}
.margin-left5 {
  margin-left: 5px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
.margin-left15 {
  margin-left: 15px !important;
}
.margin-left20 {
  margin-left: 20px !important;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left75 {
  margin-left: 75px;
}
.margin-left100 {
  margin-left: 100px;
}
.margin-right0 {
  margin-right: 0 !important;
}
.margin-right5 {
  margin-right: 5px !important;
}
.margin-right10 {
  margin-right: 10px !important;
}
.margin-right15 {
  margin-right: 15px !important;
}
.margin-right20 {
  margin-right: 20px !important;
}
.margin-top0 {
  margin-top: 0 !important;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top15 {
  margin-top: 15px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-bottom0 {
  margin-bottom: 0 !important;
}
.margin-bottom5 {
  margin-bottom: 5px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom15 {
  margin-bottom: 15px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom30 {
  margin-bottom: 30px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding-top15 {
  padding-top: 15px !important;
}
.padding-right0 {
  padding-right: 0 !important;
}
.padding-right5 {
  padding-right: 5px !important;
}
.padding-right15 {
  padding-right: 15px !important;
}
.padding-top0 {
  padding-top: 0 !important;
}
.padding-top10 {
  padding-top: 10px !important;
}
.padding-top15 {
  padding-top: 15px !important;
}
.padding-left0 {
  padding-left: 0 !important;
}
.padding-left10 {
  padding-left: 10px !important;
}
.padding-left15 {
  padding-left: 15px !important;
}
.padding-bottom0 {
  padding-bottom: 0 !important;
}
.padding-bottom5 {
  padding-bottom: 5px !important;
}
.padding-bottom10 {
  padding-bottom: 10px !important;
}
.padding-bottom15 {
  padding-bottom: 15px !important;
}
.flex-justify-left {
  justify-content: flex-start !important;
}
.flex-justify-right {
  justify-content: flex-end !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.moment-thumb {
  cursor: default;
  padding-bottom: 5px !important;
  padding-top: 0;
}
.moment-thumb .ratio-box-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fdfdfd;
  text-shadow: #000000 1px 1px 5px;
}
.moment-thumb .ratio-box-content > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.moment-thumb .ratio-box-content .label {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  font-size: 120%;
  position: absolute;
  right: 3px;
  top: 3px;
}
.moment-thumb .ratio-box-content .icon {
  margin: 20px;
}
.moment-thumb .ratio-box-content i {
  cursor: pointer;
}
.moment-thumb .editable-click,
.moment-thumb a.editable-click {
  border-bottom: inherit;
  color: #fdfdfd;
  text-decoration: inherit;
}
.moment-thumb .editable-click:hover,
.moment-thumb a.editable-click:hover {
  border-bottom-color: #2a6496;
  color: #fdfdfd;
  text-decoration: none;
}
.moment-thumb .editable-empty,
.moment-thumb .editable-empty:hover,
.moment-thumb .editable-empty:focus,
.moment-thumb a.editable-empty,
.moment-thumb a.editable-empty:hover,
.moment-thumb a.editable-empty:focus {
  color: #fdfdfd;
  font-style: italic;
  text-decoration: none;
}
.moment-thumb .moment-caption {
  font-weight: normal;
  text-align: left;
  padding: 7px 7px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moment-thumb .moment-caption span.label {
  display: block;
  font-size: 12px !important;
  line-height: 20px;
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moment-thumb .moment-caption i {
  vertical-align: bottom;
}
.moment-thumb .moment-menu {
  color: #7f8387;
  margin-right: 15px;
  margin-top: 10px;
  position: relative;
  text-align: right;
}
.moment-thumb .moment-menu i {
  cursor: pointer;
  font-size: 27px;
  margin-right: 10px;
}
.moment-thumb .moment-menu i:hover {
  color: #2094fa;
}
.moment-thumb .moment-menu i:last-child {
  margin-right: 0;
}
.scroller {
  -moz-text-size-adjust: none;
  -moz-transform: translateZ(0);
  -ms-text-size-adjust: none;
  -ms-transform: translateZ(0);
  -o-text-size-adjust: none;
  -o-transform: translateZ(0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-transform: translateZ(0);
  position: absolute;
  text-size-adjust: none;
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}
.display-inline {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
.force-arrow-cursor {
  cursor: default !important;
}
.force-arrow-cursor a:hover {
  cursor: default !important;
}
.force-arrow-cursor * {
  cursor: default !important;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline !important;
}
.text-red {
  color: #8b0000;
}
.text-grey-lightest {
  color: #e5e5e5;
}
.text-grey-lighter {
  color: #b4b4b4;
}
.text-grey-light {
  color: #7f8387;
}
.text-grey {
  color: #5a595b;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.bg-grey {
  background-color: rgba(211, 211, 211, 0.19);
}
.opacity-0 {
  opacity: 0 !important;
}
.nowrap {
  white-space: nowrap !important;
}
.clipped {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box .tab-content {
  background-color: inherit !important;
}
.blink {
  animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.cursor-pointer {
  cursor: pointer !important;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
input[type=color] {
  background: none;
  border: none;
  height: 20px;
  width: 17px;
}
select.select-default {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ebebeb url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23808080%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 0.7em top 50%;
  background-size: 7px 7px;
  border-radius: 5px;
  border: 0 !important;
  box-shadow: none;
  color: #444444;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin: 0 !important;
  outline: 0;
  overflow: hidden !important;
  padding: 0 10px;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 1;
}
select.select-default::-ms-expand {
  display: none;
}
select.select-default:hover:not(.disabled):not(.error) {
  background: #ebebeb url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237FB0D0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 0.7em top 50%;
  background-size: 7px 7px;
}
select.select-default.disabled {
  cursor: default;
}
select.select-default.error {
  background: #eaada4 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237D2A1C%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 0.7em top 50%;
  background-size: .65em auto;
  color: #7D2A1C;
}
/* Generic button styling (tag) */
.btn-color,
.tag-button {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 8px 10px;
  text-align: center;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-color-default,
.tag-button-default {
  background-image: linear-gradient(to bottom, #5a595b 0%, #484749 100%);
  background-size: 100%;
  border: 1px solid #4d4c4e;
  border-radius: 5px;
  color: #0d0d0e;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #4d4c4e;
  transition: all .2s;
  width: 100%;
  z-index: 10;
  color: #e5e5e5;
}
.btn-color-black,
.tag-button-black {
  background-image: linear-gradient(to bottom, #1b1b1b 0%, #090909 100%);
  background-size: 100%;
  border: 1px solid #0e0e0e;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #0e0e0e;
  transition: all .2s;
  width: 100%;
  z-index: 10;
  border-color: #646464;
  color: #979797;
}
.btn-color-white,
.tag-button-white {
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ebebeb 100%);
  background-size: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: #b1b1b1;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #f0f0f0;
  transition: all .2s;
  width: 100%;
  z-index: 10;
  background-color: #e5e5e5;
  color: #444444;
}
.btn-color-red-light,
.tag-button-red-light {
  background-image: linear-gradient(to bottom, #ff3b2f 0%, #ff190b 100%);
  background-size: 100%;
  border: 1px solid #ff2316;
  border-radius: 5px;
  color: #950900;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #ff2316;
  transition: all .2s;
  width: 100%;
  z-index: 10;
  color: #611912;
}
.btn-color-orange,
.tag-button-orange {
  background-image: linear-gradient(to bottom, #ff9500 0%, #db8000 100%);
  background-size: 100%;
  border: 1px solid #e68600;
  border-radius: 5px;
  color: #663c00;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #e68600;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.btn-color-yellow,
.tag-button-yellow {
  background-image: linear-gradient(to bottom, #ffd900 0%, #dbbb00 100%);
  background-size: 100%;
  border: 1px solid #e6c300;
  border-radius: 5px;
  color: #665700;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #e6c300;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.btn-color-green,
.tag-button-green {
  background-image: linear-gradient(to bottom, #04de71 0%, #03bb5f 100%);
  background-size: 100%;
  border: 1px solid #04c564;
  border-radius: 5px;
  color: #014825;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #04c564;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.btn-color-blue,
.tag-button-blue {
  background-image: linear-gradient(to bottom, #2094fa 0%, #0583f1 100%);
  background-size: 100%;
  border: 1px solid #0788f9;
  border-radius: 5px;
  color: #03447e;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #0788f9;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.btn-color-purple,
.tag-button-purple {
  background-image: linear-gradient(to bottom, #a416fa 0%, #9205e7 100%);
  background-size: 100%;
  border: 1px solid #9805f1;
  border-radius: 5px;
  color: #490275;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #9805f1;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.btn-color-gray-light,
.tag-button-gray-light {
  background-image: linear-gradient(to bottom, #7f8387 0%, #6e7175 100%);
  background-size: 100%;
  border: 1px solid #72767a;
  border-radius: 5px;
  color: #353638;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #72767a;
  transition: all .2s;
  width: 100%;
  z-index: 10;
  color: #fdfdfd;
}
.btn-color-claret,
.tag-button-claret {
  background-image: linear-gradient(to bottom, #7a263a 0%, #5f1e2d 100%);
  background-size: 100%;
  border: 1px solid #672031;
  border-radius: 5px;
  color: #050203;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 1px 1px #672031;
  transition: all .2s;
  width: 100%;
  z-index: 10;
}
.badge-status-ok {
  background: #dff0d8;
  border-radius: 5px;
  color: #3f7952;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.badge-status-neutral {
  background: #cccccc;
  border-radius: 5px;
  color: rgba(32, 41, 47, 0.8);
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.badge-status-warning {
  background: #f1d091;
  border-radius: 5px;
  color: #9b804d;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.badge-status-error {
  background: #EAADA4;
  border-radius: 5px;
  color: #7D2A1C;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.badge-joystick,
.badge-autofollow {
  align-items: center;
  background-color: #5a595b;
  border-radius: 4px;
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  width: 22px;
  height: 16px;
}
.badge-joystick .fa-gamepad,
.badge-autofollow .fa-gamepad {
  font-size: 12px;
}
.websocket-status {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.websocket-status-info {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 200px;
  min-height: 150px;
  min-width: 150px;
  padding: 15px;
}
.websocket-status-info i {
  font-size: 50px;
  opacity: 0.8;
}
.websocket-status-info span {
  text-align: center;
}
.websocket-status-info .btn-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.websocket-status-info .btn {
  background-color: #7f8387;
  border-radius: 5px;
  color: #fdfdfd;
}
.websocket-status-info .btn__warning {
  background-color: #ffd900;
  border-color: transparent;
  color: black;
  opacity: 0.8;
  text-shadow: none;
}
.websocket-status-info__conflict i {
  color: #ffd900;
}
.websocket-status-info__disconnected i {
  color: #ff3b2f;
}
/*
	LESS mixins based on the CCS3 Flexible Box Layout model
	By Philippe Rutten
	
	Purpose: determine the layout of multiple elements in a same container
	This includes:
	- the direction/orientation in which they are laid out
	- the way they are grouped/spaced
	- the way they align with the container and with each other
	
	The CSS standard is still in draft stage and has undergone several transformations already
	with varying property and parameter namings. The principles however remain the same.
	
	These mixins are based on the latest version to date (11-11-2014). 
	
	Covered are:
	
	CONTAINER PROPERTIES:
	 	orientation	-> flex-direction 	: row | row-reverse | column | column-reverse
		wrapping	-> flex-wrap 		: nowrap | wrap | wrap-reverse
		packing		-> justify-content	: flex-start | flex-end | center | space-between | space-around
		alignment	-> align-items		: flex-start | flex-end | center | stretch | baseline

	CHILD PROPERTIES:
		growing to use
		excess space	-> flex-grow 	: [number] --equals its share of 'benefit' from excess container space
		shrinking to fit
		limited space	-> flex-shrink	: [number] --equals its share of 'sacrifice' to short container space


	Not covered are the following child-properties:
	
		order			-- number	= order number among siblings
		flex-basis		-- size		= base-size of the child
		align-self		-- auto | flex-start | flex-end | center | stretch | baseline
		

	Source:		http://css-tricks.com/snippets/css/a-guide-to-flexbox/
	Compliance: Chrome 29+, Firefox 22+, Safari 6.1+, IE10-11
	Note:		To date, Safari requires the -webkit- prefix (see mixins)
	
	*/
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  bottom: auto;
  z-index: 1050;
  cursor: default;
}
.modal.container {
  max-width: none;
}
.modal-footer button:focus {
  outline: 0 !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  height: 100vh;
  z-index: 1050;
}
.modal.ptz-dialog .modal-dialog {
  width: auto;
}
.modal-body {
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdfdfd;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fdfdfd;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow,
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.modal-dialog {
  height: auto;
  margin: 0 auto;
}
.modal.fade .modal-dialog {
  transition: none;
}
.fade {
  transition: none;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=10);
  background: black;
}
.dialog-header-confirm ~ .modal-footer .btn-default {
  float: right !important;
  margin-left: 10px;
}
.modal-dialog .modal-header button.close {
  line-height: 19px;
}
.modal-dialog .modal-header .modal-title {
  color: inherit !important;
  font-size: 14px;
  font-weight: 600;
}
.modal-dialog .modal-header .modal-title .fa,
.modal-dialog .modal-header .modal-title .glyphicon {
  display: none;
}
.modal-dialog .modal-body .alert {
  margin-bottom: 0;
}
.hud-window {
  display: table-cell;
  text-align: center;
}
.hud-window .modal-dialog {
  display: inline-block;
  min-width: auto !important;
  width: auto !important;
}
.hud-window .modal-dialog .modal-content {
  text-align: left;
  border-radius: 50%;
  padding: 0;
}
.hud-window .modal-dialog .modal-content .modal-body {
  background: none;
}
.hud-window .modal-dialog .modal-content .modal-circle {
  background-color: #fdfdfd;
  border-radius: 50%;
  margin-right: 0;
  padding: 20px;
}
.table-default {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
}
.table-default .toolbar {
  display: flex;
  gap: 5px;
  max-height: 40px;
  min-height: 40px;
  padding: 0 10px 0 5px;
}
.table-default .toolbar .filter {
  -webkit-flex-grow: 1;
  grow: 1;
  position: relative;
}
.table-default .toolbar .filter i.fa {
  position: absolute;
  top: 8px;
}
.table-default .toolbar .filter i.fa.fa-times-circle {
  background-color: #fdfdfd;
  color: #ff3b2f;
  cursor: pointer;
  font-size: 17px;
  right: 10px;
  top: 7px;
  z-index: 11;
}
.table-default .toolbar .filter i.fa.fa-search {
  font-size: 14px;
  left: 11px;
  top: 8px;
  z-index: 10;
}
.table-default .toolbar .filter input {
  padding: 6px 10px 5px 30px;
}
.table-default-overview .column:first-of-type,
.table-default-item .column:first-of-type {
  margin-left: 5px;
}
.table-default-overview .column:last-of-type,
.table-default-item .column:last-of-type {
  margin-right: 5px;
}
.table-default-overview {
  background-color: #fdfdfd;
  flex-grow: 1;
  overflow: auto;
}
.table-default-overview div {
  overflow: hidden;
  display: grid;
}
.table-default-overview-header {
  border-bottom: 1px solid #b4b4b4;
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  font-weight: 600;
}
.table-default-overview-header .column {
  padding: 4px 10px;
}
.table-default-overview-header .column:not(:last-of-type) {
  border-right: 1px solid #b4b4b4;
}
.table-default-overview-item {
  border-bottom: 1px solid #e5e5e5;
}
.table-default-overview-item:nth-child(even) {
  background-color: #F6F6F6;
}
.table-default-overview-item:hover {
  background-color: #ebebeb;
}
.table-default-overview-item .column {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 8px 10px;
  word-break: break-word;
}
.table-default-overview-item .column:not(:last-of-type) {
  border-right: 1px dotted #b4b4b4;
}
.table-default-overview-item .column .label {
  background-image: none;
  padding: 4px 7px 5px;
  user-select: none;
  box-shadow: none;
  border-radius: 4px;
}
.table-default-overview-item .column .label-green {
  background-color: #dff0d8;
  color: #3f7952;
}
.table-default-overview-item .column .label-yellow {
  background-color: #fff3cd;
  color: #8a6530;
}
.table-default-overview-item .column .label-default {
  background-color: #ebebeb;
  color: #7f8387;
}
.table-default-overview-item .column .label-gray {
  opacity: 0.45;
}
.table-default-overview-item .column .label-red {
  background-color: #EAADA4;
  color: #7D2A1C;
}
.table-default-overview-item .column .label i {
  font-size: inherit;
  font-style: inherit;
}
.table-default-overview-item .column-actions a {
  display: flex;
  height: 12px;
  width: 12px;
}
.table-default-overview-item .column-actions a:not(:first-of-type) {
  margin-left: 8px;
}
.table-default-overview-item .column-actions a .fa {
  color: #5a595b;
}
.table-default-overview-item .column-actions a .fa-blue {
  color: #5a98c4;
}
.table-default-overview-item .column-actions a .fa-red {
  color: #ff3b2f;
}
.table-default-overview-item .column-actions a:hover .fa {
  color: #1b1b1b;
}
.table-default-overview-item .column-actions a:hover .fa-trash {
  color: #8b0000;
}
.table-default .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 40px;
}
.table-default .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.table-default .placeholder span {
  color: #d4d4d4;
  font-size: 20px;
}
@media (max-width: 767px) {
  .table-default .hidden-upto-md {
    display: none;
  }
}
/*
	Layer Mixins
	By Philippe Rutten
	
	--------
	Contains
	--------
		
		.layer				layer that takes the full width and hight of its parent
		.fixed-layer		layer that takes the full width and height of the screen
		.layer-left			layer stuck to the left side of the parent (full height)
		.layer-left-top		layer stuck to the left top corner
		.layer-left-bottom	layer stuck to the left bottom corner
		.layer-right		layer stuck to the right side of the parent (full height)
		.layer-right-top	layer stuck to the right top corner
		.layer-right-bottom	layer stuck to the right bottom corner
		
*/
.layer-left {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: auto;
}
.layer-left-top {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: auto;
}
.layer-left-bottom {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: auto;
}
.layer-right {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: auto;
}
.layer-right-top {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  z-index: auto;
}
.layer-right-bottom {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: auto;
}
/* Animation and transition properties */
/* Button colours (tags) */
/* Default text-ellipsis styling */
/* node_modules */
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/assets/glyphicons-halflings-regular-f495f34e.eot");
  src: url("/assets/glyphicons-halflings-regular-f495f34e.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/assets/glyphicons-halflings-regular-fc969dc1.woff") format("woff"), url("/assets/glyphicons-halflings-regular-bd18efd3.ttf") format("truetype"), url("/assets/glyphicons-halflings-regular-d168d50a.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-e219ece8.eot?v=4.7.0');
  src: url('/assets/fontawesome-webfont-e219ece8.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/fontawesome-webfont-ff82aeed.woff2?v=4.7.0') format('woff2'), url('/assets/fontawesome-webfont-c812ddc9.woff?v=4.7.0') format('woff'), url('/assets/fontawesome-webfont-7b5a4320.ttf?v=4.7.0') format('truetype'), url('/assets/fontawesome-webfont-d67041fe.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Partials */
#archive-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#archive-list > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .autofollow-list .table-default-overview-header,
  .autofollow-list .table-default-overview-item {
    grid-template-columns: 1fr 1fr 100px 65px;
  }
}
@media (min-width: 767px) {
  .autofollow-list .table-default-overview-header,
  .autofollow-list .table-default-overview-item {
    grid-template-columns: 3fr 3fr 2fr 100px 55px 150px 65px;
  }
}
.autofollow-list .table-default-overview-item .column-session:hover,
.autofollow-list .table-default-overview-item .column-tag:hover {
  cursor: pointer;
  text-decoration: underline;
}
#camera-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#camera-detail > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#camera-detail #breadcrumbs {
  align-items: center;
  display: inline-grid;
  grid-template-columns: 75px auto 100px;
  max-height: 38px;
  min-height: 38px;
  padding-right: 15px;
}
@media (max-width: 999px) {
  #camera-detail #breadcrumbs {
    display: none;
  }
}
#camera-detail #breadcrumbs .breadcrumb-parent {
  background-color: #b8bdc0;
  border-bottom: 1px solid #b8bdc0;
  color: #fdfdfd;
  display: inline-block;
  height: 38px;
  line-height: 37px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}
#camera-detail #breadcrumbs .breadcrumb-parent:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 19px solid;
  border-color: transparent transparent transparent #b8bdc0;
  right: -38px;
  top: 0;
}
#camera-detail #breadcrumbs .breadcrumb-child {
  color: #7b7b7b;
  font-weight: 600;
  padding-left: 30px;
}
#camera-detail #breadcrumbs .breadcrumb-child i {
  font-size: inherit;
  font-style: unset;
}
#camera-detail #breadcrumbs .options {
  text-align: right;
}
#camera-detail #breadcrumbs .options .dropdown-menu {
  font-size: inherit;
  left: auto;
  right: 0;
  text-align: left;
}
#camera-detail #breadcrumbs .options .dropdown-menu i {
  margin: 0 10px 0 -5px;
}
#camera-detail .options .dropdown-btn {
  align-items: center;
  display: inline-flex;
  height: 30px;
  padding: 0 12px;
}
#camera-detail .options .dropdown-btn i {
  font-size: 16px;
}
#camera-detail .options .dropdown-btn i.fa-times {
  padding-right: 1px;
}
#camera-detail .color-settings-dropdown {
  background-color: rgba(32, 41, 47, 0.8);
  border-radius: 0 0 5px 5px;
  height: 235px;
  padding: 10px 20px 20px;
  position: absolute;
  right: 0;
  text-align: start;
  top: 34px;
  width: 250px;
  z-index: 1;
}
#camera-detail .color-settings-dropdown-loading {
  align-items: center;
  color: #fdfdfd;
  display: flex;
  font-size: 30px;
  height: 115px;
  justify-content: center;
  position: relative;
}
#camera-detail .color-settings-dropdown .color-presets-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#camera-detail .color-settings-dropdown .color-presets-header i.fa-circle-o-notch {
  color: #fdfdfd;
}
#camera-detail .color-settings-dropdown .color-presets-header h5 {
  color: #d4d4d4;
}
#camera-detail .color-settings-dropdown .color-presets-header-options {
  align-items: center;
  display: inline-flex;
}
#camera-detail .color-settings-dropdown .color-presets-header-options .btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  height: 25px;
  justify-content: center;
  margin-left: 5px;
  width: 25px;
}
#camera-detail .color-settings-dropdown .color-presets-selector {
  padding-bottom: 15px;
}
#camera-detail .color-settings-dropdown .color-setting span {
  color: #d4d4d4;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: capitalize;
  width: 100%;
}
#camera-detail .color-settings-dropdown .color-setting input[type=range] {
  display: inline-block;
  width: 100%;
}
#camera-detail .camera-detail-view {
  align-items: center;
  background-color: #262626;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin: 15px;
  overflow: auto;
  position: relative;
}
#camera-detail .camera-detail-view-loading {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#camera-detail .camera-detail-view .ptz-controls .ptz-ctl-box {
  bottom: 30px;
  left: 30px;
}
#camera-detail .camera-detail-view .ptz-controls .ptz-zom-ctl-box {
  bottom: 30px;
  right: 30px;
}
#camera-detail .camera-detail-view #mjpeg-image {
  aspect-ratio: 1.7777777777777777;
  display: none;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 699px) {
  #camera-detail .camera-detail-view .ptz-controls {
    display: grid;
    justify-items: center;
  }
  #camera-detail .camera-detail-view .ptz-controls .ptz-ctl-box {
    bottom: -150px;
    left: unset;
    transform: scale(0.7);
  }
  #camera-detail .camera-detail-view .ptz-controls .ptz-zom-ctl-box {
    bottom: unset;
    right: unset;
    top: -60px;
  }
}
#camera-list .toolbar .btn-toggle {
  align-items: center;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin: 0;
  min-width: 30px;
  padding: 0 7px;
}
#camera-list .toolbar .btn-toggle i {
  font-size: 14px;
}
#camera-list .toolbar .btn-toggle i.fa-table {
  font-size: 13px;
}
#camera-list .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 40px;
}
#camera-list .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#camera-list .placeholder span {
  color: #d4d4d4;
  font-size: 20px;
}
#camera-list .court-list {
  flex-grow: 1;
  overflow: auto;
}
#camera-list .court-list .court {
  background-color: #fdfdfd;
}
#camera-list .court-list .court-header {
  align-items: center;
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  gap: 10px;
  height: 30px;
  justify-content: space-between;
  padding: 0 15px;
}
#camera-list .court-list .court-header .court-name {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 5px;
}
#camera-list .court-list .court-header .court-active-sessions {
  display: flex;
  flex-grow: 1;
  gap: 5px;
}
#camera-list .court-list .court-header .court-active-sessions .session {
  align-items: center;
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #888888;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  padding: 1px 5px;
  position: relative;
  text-shadow: none;
  top: 1px;
  width: fit-content;
}
#camera-list .court-list .court-header .court-options {
  display: flex;
  gap: 10px;
  position: relative;
}
#camera-list .court-list .court-header .court-options .court-has-exclusive-access-enabled {
  align-items: center;
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #888888;
  display: flex;
  font-size: 10px;
  padding: 1px 5px;
  position: relative;
  text-shadow: none;
  top: 1px;
}
#camera-list .court-list .court-header .court-options .court-has-exclusive-access-enabled i {
  color: #a90000;
  margin-right: 5px;
}
#camera-list .court-list .court-header .court-options .dropdown-menu {
  cursor: pointer;
  font-size: 12px;
  left: auto;
  right: 0;
  top: 18px;
}
#camera-list .court-list .court-header .court-options .dropdown-menu li > a {
  padding: 3px 10px;
}
#camera-list .court-list .court-header .court-options .dropdown-menu li > a i {
  color: #5a595b;
  margin: 0 10px 0 0;
}
#camera-list .court-list .court-header .court-options .icon-cog {
  color: #b4b4b4;
  cursor: pointer;
  position: relative;
  top: 1px;
}
#camera-list .court-list .court-header .court-options .icon-cog:hover {
  color: #444444;
}
#camera-list .court-list .court-camera-list {
  border-bottom: 1px solid #CCCCCC;
  display: grid;
  grid-gap: 15px;
  grid-template-rows: 250px;
  grid-auto-rows: minmax(250px, 250px);
  padding: 15px;
}
@media screen and (max-width: 699px) {
  #camera-list .court-list .court-camera-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  #camera-list .court-list .court-camera-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #camera-list .court-list .court-camera-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1401px) {
  #camera-list .court-list .court-camera-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#camera-list .court-list .court-camera-list .camera {
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  transition: opacity 0.15s ease-in-out;
}
#camera-list .court-list .court-camera-list .camera .badge {
  border-radius: 5px;
  font-size: 10px;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
}
#camera-list .court-list .court-camera-list .camera .badge-is-live {
  align-items: center;
  background-color: #d93832;
  color: #fdfdfd;
  display: inline-flex;
  font-size: 9px;
  font-weight: bold;
  gap: 5px;
  height: 20px;
  padding: 0 10px 0 5px;
  right: unset;
  left: 10px;
  top: 10px;
}
#camera-list .court-list .court-camera-list .camera .badge-is-live i {
  color: white;
}
#camera-list .court-list .court-camera-list .camera .badge-locked {
  background-color: #000000;
  bottom: 47px;
  left: 10px;
  top: unset;
}
#camera-list .court-list .court-camera-list .camera .badge-locked i {
  color: #ff3b2f;
  margin-right: 5px;
}
#camera-list .court-list .court-camera-list .camera .badge-connection {
  background-color: #3f7952;
  right: 10px;
  top: 10px;
}
#camera-list .court-list .court-camera-list .camera .badge-connection.unreachable {
  background-color: #d93832;
}
#camera-list .court-list .court-camera-list .camera-snap-container {
  align-items: center;
  background-color: #181e28;
  border-bottom: 1px solid #181e28;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-grow: 1;
  height: 190px !important;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#camera-list .court-list .court-camera-list .camera-snap-container-offline-source {
  background: url("../../../assets/img/no-signal-unreachable.jpg") no-repeat center;
  background-size: cover;
}
#camera-list .court-list .court-camera-list .camera-snap-container img {
  height: 100%;
  width: 100%;
}
#camera-list .court-list .court-camera-list .camera-snap-container .open-in-desktop-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
#camera-list .court-list .court-camera-list .camera-snap-container .open-in-desktop-btn i {
  font-size: 15px;
}
#camera-list .court-list .court-camera-list .camera-name {
  align-items: center;
  background: #e5e5e5;
  border-radius: 0 0 5px 5px;
  color: #7f8387;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 0 10px;
}
#camera-list .court-list .court-camera-list .camera-name .btn {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  padding: 0;
  width: 20px;
}
#camera-list .court-list .court-camera-list .camera:hover .snap {
  opacity: 1;
}
#camera-list .court-list .court-camera-list .camera:hover .camera-name {
  background: #2a6496;
  color: #fdfdfd;
}
#camera-list .court-list .court-blocked {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 15px 0 15px;
}
#dashboard {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#dashboard > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#dashboard .body {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-width: 1200px;
  padding: 15px;
}
#dashboard .alert-container .row .alert {
  margin-bottom: 10px;
  padding-right: 50px;
}
#dashboard .alert-container .row .alert .status-badge {
  position: absolute;
  top: 15px;
  right: 25px;
}
#dashboard .alert-container .row:last-of-type {
  margin-bottom: 20px;
}
#dashboard .alert-container .offline-camera .badge-status-error {
  background: #7d2a1c33;
}
#dashboard .reservations {
  margin-top: 15px;
}
#dashboard .reservations-header {
  align-items: center;
  background: #7f8387;
  border: 1px solid #7f8387;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  display: grid;
  grid-template-columns: auto 30px;
  height: 40px;
  padding: 0 10px;
}
#dashboard .reservations-header span {
  color: #fdfdfd;
  font-weight: bold;
  line-height: normal;
  text-shadow: none;
}
#dashboard .reservations-header span i {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
#dashboard .reservations-header span.label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #181F28;
  border-radius: 5px;
  box-shadow: none;
  display: block;
  padding: 5px 8px;
}
#dashboard .reservations-overview-header,
#dashboard .reservations-overview .reservation {
  align-content: center;
  display: grid;
  grid-template-columns: 150px 3fr 3fr 1fr 55px 130px 73px;
  justify-content: center;
}
#dashboard .reservations-overview-header > div,
#dashboard .reservations-overview .reservation > div {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #888888;
  padding: 5px 10px;
}
#dashboard .reservations-overview-header__options button:focus,
#dashboard .reservations-overview .reservation__options button:focus {
  outline: 0 !important;
}
@media screen and (max-width: 999px) {
  #dashboard .reservations-overview-header,
  #dashboard .reservations-overview .reservation {
    grid-template-columns: 3fr 3fr 3fr 1fr 73px;
  }
  #dashboard .reservations-overview-header__user,
  #dashboard .reservations-overview .reservation__user,
  #dashboard .reservations-overview-header__user_group,
  #dashboard .reservations-overview .reservation__user_group {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  #dashboard .reservations-overview-header {
    display: none;
  }
  #dashboard .reservations-overview .reservation {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  #dashboard .reservations-overview .reservation:nth-of-type(odd) {
    background-color: #f2f2f2;
  }
  #dashboard .reservations-overview .reservation__name {
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  #dashboard .reservations-overview .reservation__until,
  #dashboard .reservations-overview .reservation__options {
    display: none !important;
  }
}
#dashboard .reservations-overview-header {
  background: #EAEAEA;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  border-right: 1px solid #dddddd;
  color: #5a595b;
  font-size: 11px;
  font-weight: 600;
  height: 25px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
#dashboard .reservations-overview .reservation {
  background: #fdfdfd;
  border-right: 1px solid #dddddd;
}
#dashboard .reservations-overview .reservation__name {
  min-width: -webkit-fill-available;
}
#dashboard .reservations-overview .reservation__name span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dashboard .reservations-overview .reservation > div {
  align-items: center;
  display: flex;
  max-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dashboard .dashboard-item {
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 60px auto 60px;
  margin-bottom: 15px;
  place-items: center;
  padding: 10px 0;
}
#dashboard .dashboard-item p {
  margin: 0;
  padding: 0;
  height: 34px;
  display: grid;
  place-items: center;
  width: 100%;
}
#dashboard .dashboard-item .label {
  border-radius: 5px;
  background-color: #767B80;
  font-weight: 600;
  padding: 7px 10px;
}
#dashboard .dashboard-item .label.blue {
  background: #5a98c4;
}
#dashboard .dashboard-item-icon {
  color: #767b80;
  font-size: 24px;
  position: relative;
  top: 2px;
  transition: all .1s;
}
#dashboard .dashboard-item-title {
  display: block;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  transition: all .1s;
}
#dashboard .dashboard-item:hover {
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
  cursor: pointer;
}
#dashboard .dashboard-item:hover .dashboard-item-icon {
  color: #5c6a77;
}
#dashboard .dashboard-item:hover .dashboard-item-title {
  color: #5a595b;
}
#dashboard .dashboard-item.new-session {
  background-image: -webkit-linear-gradient(top, #53a1c9, #337ca1);
  border-color: #3a8cb5;
}
#dashboard .dashboard-item.new-session .dashboard-item-icon {
  color: #EBF4FF;
}
#dashboard .dashboard-item.new-session .dashboard-item-title {
  color: #fdfdfd;
}
#dashboard .dashboard-item.new-session:hover {
  background-image: -webkit-linear-gradient(top, #4096c3, #2d6d8e);
}
#dashboard .dashboard-item.new-session:hover .dashboard-item-icon {
  color: #fdfdfd;
}
#dashboard .blink {
  color: black;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  top: -1px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #dashboard .blink {
    display: block;
  }
}
@media (max-width: 767px) {
  .download-list .table-default-overview-header,
  .download-list .table-default-overview-item {
    grid-template-columns: 1fr 1fr 116px 112px;
  }
}
@media (min-width: 767px) {
  .download-list .table-default-overview-header,
  .download-list .table-default-overview-item {
    grid-template-columns: 3fr 3fr 2fr 116px 55px 150px 112px;
  }
}
.download-list .table-default-overview-item .column-session:hover,
.download-list .table-default-overview-item .column-tag:hover {
  cursor: pointer;
  text-decoration: underline;
}
.download-list .table-default-overview-item .column-output > div {
  display: block;
}
.download-list .table-default-overview-item .column-output > div .label {
  -webkit-box-decoration-break: clone;
  border-radius: 5px;
  display: inline;
  line-height: 18px;
  margin-right: 5px;
  overflow-wrap: break-word;
  padding: 5px;
  text-align: left;
  white-space: normal;
}
#livestream-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#livestream-detail > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#livestream-detail #breadcrumbs {
  align-items: center;
  display: inline-grid;
  grid-template-columns: 100px auto 200px;
  max-height: 38px;
  min-height: 38px;
  padding-right: 15px;
}
@media (max-width: 999px) {
  #livestream-detail #breadcrumbs {
    display: none;
  }
}
#livestream-detail #breadcrumbs .breadcrumb-parent {
  background-color: #b8bdc0;
  border-bottom: 1px solid #b8bdc0;
  color: #fdfdfd;
  display: inline-block;
  height: 38px;
  line-height: 37px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}
#livestream-detail #breadcrumbs .breadcrumb-parent:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 19px solid;
  border-color: transparent transparent transparent #b8bdc0;
  right: -38px;
  top: 0;
}
#livestream-detail #breadcrumbs .breadcrumb-child {
  color: #7b7b7b;
  font-weight: 600;
  padding-left: 30px;
}
#livestream-detail #breadcrumbs .options {
  text-align: right;
}
#livestream-detail #breadcrumbs .options .dropdown-menu {
  font-size: inherit;
  left: auto;
  right: 0;
  text-align: left;
}
#livestream-detail #breadcrumbs .options .dropdown-menu i {
  margin: 0 10px 0 -5px;
}
#livestream-detail .livestream-detail-view {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  padding: 15px;
  position: relative;
}
#livestream-detail .livestream-detail-view-loading {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#livestream-detail .livestream-detail-view-loading i {
  color: #fdfdfd;
  font-size: 30px;
}
#livestream-detail .livestream-detail-view #livestream-video {
  height: 100%;
  width: 100%;
}
#livestream-detail .livestream-detail-view #livestream-video,
#livestream-detail .livestream-detail-view .websocket-video {
  background-color: #262626;
}
#livestream-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#livestream-list > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#livestream-list .body {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
#livestream-list .body .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
}
#livestream-list .body .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#livestream-list .body .placeholder span {
  color: #d4d4d4;
  font-size: 20px;
}
#livestream-list .body .session-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  overflow: auto;
}
#livestream-list .body .session-list .session {
  background: #F6F6F6;
}
#livestream-list .body .session-list .session-header {
  align-content: center;
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  font-weight: 600;
  height: 24px;
  padding: 0 15px;
}
#livestream-list .body .session-list .session-header:hover {
  background-image: linear-gradient(#ebebeb, #e5e5e5);
  color: #5a595b;
}
#livestream-list .body .session-list .session-header .session-name:first-letter {
  text-transform: uppercase;
}
#livestream-list .body .session-list .session-livestream-list {
  border-bottom: 1px solid #CCCCCC;
  display: grid;
  grid-gap: 15px;
  grid-template-rows: 250px;
  padding: 15px;
}
@media screen and (max-width: 699px) {
  #livestream-list .body .session-list .session-livestream-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  #livestream-list .body .session-list .session-livestream-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #livestream-list .body .session-list .session-livestream-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1401px) {
  #livestream-list .body .session-list .session-livestream-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#livestream-list .body .session-list .session-livestream-list .livestream {
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  transition: opacity 0.15s ease-in-out;
}
#livestream-list .body .session-list .session-livestream-list .livestream-snap-container {
  align-items: center;
  background-color: #181e28;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#livestream-list .body .session-list .session-livestream-list .livestream-name {
  align-items: center;
  background: #e5e5e5;
  border-radius: 0 0 5px 5px;
  color: #7f8387;
  cursor: pointer;
  display: grid;
  height: 36px;
  padding-left: 10px;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status {
  bottom: 7px;
  position: absolute;
  right: 10px;
  z-index: 100;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span {
  align-items: center;
  border-radius: 5px;
  color: #fdfdfd;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 7px;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span .badge {
  margin-left: 3px;
  opacity: 1;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span .badge-autofollow {
  font-size: 9px;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span .fps {
  border-radius: 4px;
  font-size: 9px;
  font-style: inherit;
  margin-left: 7px;
  padding: 2px 4px;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-running {
  background-color: #6eb056;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-running .badge,
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-running i:not(.fa) {
  background-color: rgba(0, 0, 0, 0.19);
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-warning {
  background-color: #e3a349;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-warning .badge,
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-warning i:not(.fa) {
  background-color: rgba(0, 0, 0, 0.19);
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-critical {
  background-color: #7D2A1C;
}
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-critical .badge,
#livestream-list .body .session-list .session-livestream-list .livestream-status span.status-critical i:not(.fa) {
  background-color: rgba(255, 255, 255, 0.19);
}
#livestream-list .body .session-list .session-livestream-list .livestream:hover .snap {
  opacity: 1;
}
#livestream-list .body .session-list .session-livestream-list .livestream:hover .livestream-name {
  background: #2a6496;
  color: #fdfdfd;
}
#livestream-list .body .session-list .session-blocked {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 15px 0 15px;
}
#livestream-list .body .livestream-snap-container {
  position: relative;
}
#livestream-list .body .livestream-snap-container .open-in-desktop-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
#livestream-list .body .livestream-snap-container .open-in-desktop-btn i {
  font-size: 15px;
}
#login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#login > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#login .middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  justify-content: center;
  -webkit-justify-content: center;
}
#login .middle > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#login .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
  }
}
#login .shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  animation-name: shake;
}
#login .error .box-content .input-group span {
  color: #ff3b2f !important;
}
#login .error input[type=email],
#login .error input[type=password] {
  color: #ff3b2f !important;
}
#login .box-header {
  padding-left: 6px;
}
#login .logo {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
#login .logo img {
  width: 150px;
}
#login .login-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 11px;
}
#login .login-options label {
  border-radius: 5px;
  color: #5a595b;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  width: 137px;
}
#login .login-options label:before {
  border: 2px solid #e5e5e5;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#login .login-options label.label-checkbox:before {
  border-radius: 5px;
}
#login .login-options label.label-radio:before {
  border-radius: 100%;
}
#login .login-options label:hover {
  background: #cecece;
}
#login .login-options label input[type=checkbox],
#login .login-options label input[type=radio] {
  opacity: 0;
  position: absolute;
}
#login .login-options label span {
  left: 34px;
  position: absolute;
}
#login .login-options label.active {
  background: #e5e5e5;
  color: #2e2e30;
}
#login .login-options label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#login .login-options label.active span {
  font-weight: bold;
}
#login .login-options .forgot-password {
  line-height: 30px;
  text-align: right;
  text-decoration: underline;
}
#playlists {
  background-color: #1b1b1b;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
}
#replayer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  height: 100%;
  width: 100%;
}
#replayer > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#replayer #panel-main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: calc(-220%);
}
#replayer #panel-main.tagging-window-multi-view {
  width: calc(-543%);
}
#replayer #panel-main #panel-main-top {
  background-color: #1b1b1b;
  border-bottom: 1px solid #5a595b;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  max-height: 38px;
  min-height: 38px;
  position: relative;
}
#replayer #panel-main #panel-main-top .aidev-toggle {
  align-self: center;
  background-color: #5a595b;
  border-radius: 5px;
  color: #fdfdfd;
  padding: 5px 0;
  text-align: center;
  width: 100px;
}
#replayer #panel-main #panel-main-top .aidev-toggle:hover {
  background-color: #fdfdfd;
  color: #1b1b1b;
  cursor: pointer;
}
#replayer #panel-main #panel-main-top .controls-left {
  align-items: center;
  border-right: 1px solid #5a595b;
  display: flex;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  max-width: 40px;
  min-width: 40px;
}
#replayer #panel-main #panel-main-top .controls-left i {
  cursor: pointer;
  opacity: 0.5;
}
#replayer #panel-main #panel-main-top .controls-left i:hover {
  color: #fdfdfd;
  opacity: 1;
}
#replayer #panel-main #panel-main-top .controls-title {
  color: #fdfdfd;
  flex-grow: 1;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
  padding: 0 15px;
  text-shadow: #000000 -1px 2px 1px;
  white-space: nowrap;
}
#replayer #panel-main #panel-main-top .controls-top {
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-top: 8px;
}
#replayer #panel-main #panel-main-top .controls-middle {
  align-content: center;
  display: grid;
  grid-template-columns: repeat(6, auto);
  height: 40px;
  justify-content: center;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
#replayer #panel-main #panel-main-top .controls-middle .control {
  padding: 0 10px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-autofollow,
#replayer #panel-main #panel-main-top .controls-middle .control-color,
#replayer #panel-main #panel-main-top .controls-middle .control-track,
#replayer #panel-main #panel-main-top .controls-middle .control-zoom {
  border-left: 1px solid #5a595b;
}
#replayer #panel-main #panel-main-top .controls-middle .control-color i {
  font-size: 16px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-track i:hover {
  color: #fdfdfd !important;
}
#replayer #panel-main #panel-main-top .controls-middle .control-zoom {
  cursor: default;
  border-right: 1px solid #5a595b;
}
#replayer #panel-main #panel-main-top .controls-middle .control-zoom .zoom-icon,
#replayer #panel-main #panel-main-top .controls-middle .control-zoom .zoom-level {
  transition: color ease-in-out 0.2s;
}
#replayer #panel-main #panel-main-top .controls-middle .control-zoom.active .zoom-icon,
#replayer #panel-main #panel-main-top .controls-middle .control-zoom.active .zoom-level {
  color: #fdfdfd;
}
#replayer #panel-main #panel-main-top .controls-middle .control-zoom .pan-and-tilt,
#replayer #panel-main #panel-main-top .controls-middle .control-zoom .zoom-level {
  position: relative;
  top: -2px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position {
  border-right: 1px solid #5a595b;
  margin-left: 10px;
  cursor: pointer;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a {
  padding-right: 10px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span {
  border: 1px solid #5a595b;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  top: -1px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span i,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span i {
  color: #7f8387;
  font-size: 12px;
  margin-right: 10px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span.active,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span.active,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span:hover,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span:hover {
  background-color: #5a595b;
  color: #fdfdfd;
  cursor: pointer;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span.active i,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span.active i,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session a span:hover i,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position a span:hover i {
  color: #fdfdfd;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session ul.active-sessions-switcher,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position ul.active-sessions-switcher {
  background: none;
  background-color: #1b1b1b;
  border-radius: 0 0 5px 5px;
  opacity: 0.8;
  list-style: none;
  padding: 5px 0;
  position: absolute;
  top: 36px;
  min-width: max-content;
  z-index: 9999;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session ul.active-sessions-switcher li,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position ul.active-sessions-switcher li {
  border-radius: 5px;
  color: #fdfdfd;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
  min-width: 236px;
  padding: 0 5px 0 10px;
  text-align: left;
}
#replayer #panel-main #panel-main-top .controls-middle .control-switch-active-session ul.active-sessions-switcher li:hover,
#replayer #panel-main #panel-main-top .controls-middle .control-switch-ptz-position ul.active-sessions-switcher li:hover {
  background: #5a595b;
}
#replayer #panel-main #panel-main-top .controls-middle .control-ptz-position {
  border-left: 1px solid #5a595b;
  border-right: 1px solid #5a595b;
  left: -1px;
  padding: 0 5px;
  position: relative;
}
#replayer #panel-main #panel-main-top .controls-middle .control-ptz-position span {
  border-radius: 5px;
  border: 1px solid #5a595b;
  font-size: 12px;
  margin: 5px;
  padding: 5px 10px;
  position: relative;
  top: -1px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-ptz-position span i {
  color: #7f8387;
  font-size: 12px;
  margin-right: 10px;
}
#replayer #panel-main #panel-main-top .controls-middle .control-ptz-position span:hover {
  background-color: #5a595b;
  color: #fdfdfd;
  cursor: pointer;
}
#replayer #panel-main #panel-main-top .controls-middle .control-ptz-position span:hover i {
  color: #fdfdfd;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa {
  color: #5a595b;
  font-size: 22px;
  cursor: pointer;
  position: relative;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.color {
  font-size: 17px;
  top: 0;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa-random {
  font-size: 16px;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.autofollow {
  top: 1px;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.autofollow.disabled {
  opacity: 0.5;
  cursor: default;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.zoom-icon {
  font-size: 17px;
  margin-right: 5px;
  top: -1px;
  cursor: default;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.active.autofollow,
#replayer #panel-main #panel-main-top .controls-middle i.fa.active.color,
#replayer #panel-main #panel-main-top .controls-middle i.fa.active.gamepad {
  color: #fdfdfd;
}
#replayer #panel-main #panel-main-top .controls-middle i.fa.active.gamepad {
  animation: recording-animation 1s steps(1) infinite both;
  animation-timing-function: ease-in-out;
}
@keyframes recording-animation {
  50% {
    color: #ff3b2f;
    opacity: 1.0;
  }
}
#replayer #panel-main #panel-main-top .controls-right {
  align-items: center;
  border-left: 1px solid #5a595b;
  display: flex;
  height: 38px;
  justify-content: center;
  position: relative;
  max-width: 40px;
  min-width: 40px;
}
#replayer #panel-main #panel-main-top .controls-right .icon-question-sign {
  cursor: pointer;
  opacity: 0.5;
  font-size: 20px;
}
#replayer #panel-main #panel-main-top .controls-right .icon-question-sign.active,
#replayer #panel-main #panel-main-top .controls-right .icon-question-sign:hover {
  color: #fdfdfd;
  opacity: 1;
}
#replayer #panel-main #panel-main-top .controls-right .help-container {
  background-color: #1b1b1b;
  border-radius: 5px;
  padding: 5px 15px;
  opacity: 0.8;
  position: absolute;
  right: 5px;
  top: 43px;
  width: 195px;
  z-index: 9999;
}
#replayer #panel-main #panel-main-top .controls-right .help-container h6 {
  color: #fdfdfd;
  margin-top: 5px;
}
#replayer #panel-main #panel-main-top .controls-right .help-container ul,
#replayer #panel-main #panel-main-top .controls-right .help-container li {
  list-style: none;
}
#replayer #panel-main #panel-main-top .controls-right .help-container ul span,
#replayer #panel-main #panel-main-top .controls-right .help-container li span {
  color: #ff9500;
}
#replayer #panel-main .toggle-multi-view-tagging-window {
  align-items: center;
  border-left: 1px solid #5a595b;
  color: #444444;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  justify-content: center;
  padding: 1px 15px 0;
}
#replayer #panel-main .toggle-multi-view-tagging-window:hover {
  color: #fdfdfd;
}
#replayer #panel-main .wall-time {
  color: #fdfdfd;
  align-items: center;
  border-left: 1px solid #5a595b;
  display: flex;
  height: 38px;
  justify-content: center;
  position: relative;
  max-width: 100px;
  min-width: 100px;
}
#replayer #panel-main .wall-time i {
  font-size: 17px;
  margin-right: 5px;
  top: -1px;
  cursor: default;
}
#replayer #panel-main #panel-main-player {
  background: #000000;
  flex-grow: 2;
  position: relative;
  width: 100%;
}
#replayer #panel-main #panel-main-player.full-screen-video {
  flex-grow: 2 !important;
}
#replayer #panel-main #panel-main-player .player-hls canvas {
  justify-self: center;
}
#replayer #panel-main #panel-main-player #not-connected {
  bottom: 40px;
  padding: 10px;
  position: absolute;
  z-index: 90;
}
#replayer #panel-main #panel-main-player #not-connected span {
  background-color: #ff3b2f;
  border-radius: 5px;
  color: #fdfdfd;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 11px;
  text-transform: uppercase;
  width: 100%;
}
#replayer #panel-main #panel-main-player #not-connected span i {
  margin-right: 10px;
}
#replayer #panel-main #panel-main-player #close-full-screen-btn {
  background-color: #000000;
  border-radius: 10px;
  font-size: 18px;
  opacity: 0.5;
  padding: 7px 10px;
  position: absolute;
  user-select: none;
  z-index: 9999;
}
#replayer #panel-main #panel-main-player #close-full-screen-btn i {
  color: #bdbdbd;
}
#replayer #panel-main #panel-main-player #close-full-screen-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
#replayer #panel-main #panel-main-player #close-full-screen-btn:hover i {
  color: #fdfdfd;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container {
  align-items: center;
  display: flex;
  height: 100%;
  padding-bottom: 38px;
  position: absolute;
  right: 0;
  z-index: 1000;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls {
  align-items: center;
  background-color: rgba(27, 27, 27, 0.8);
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
  width: 40px;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .tagging-window-btn,
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .set-tag-btn {
  cursor: pointer;
  color: white;
  opacity: 0.5;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .tagging-window-btn i,
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .set-tag-btn i {
  font-size: 20px;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .tagging-window-btn img,
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .set-tag-btn img {
  height: 25px;
}
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .tagging-window-btn:hover,
#replayer #panel-main #panel-main-player #panel-right-controls-container #panel-right-controls .set-tag-btn:hover {
  opacity: 1;
}
#replayer #panel-main #resize-handle {
  background: #5a595b;
  border-bottom: 1px solid #000000;
  box-shadow: 0 0 1px #000000;
  cursor: row-resize;
  flex-shrink: 0;
  height: 12px;
  position: relative;
  text-align: center;
  top: 0 !important;
  z-index: 10;
}
#replayer #panel-main #resize-handle i {
  color: #fdfdfd;
  opacity: 0.8;
  position: relative;
  top: -1px;
}
#replayer #panel-main #panel-main-bottom {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
#replayer #panel-right {
  border-left: 1px solid #5a595b;
  display: flex;
  height: 100%;
  max-width: 320px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: 320px;
}
#replayer #panel-right.tagging-window-multi-view {
  max-width: 643px;
  min-width: 643px;
  width: 643px;
}
#replayer #panel-right .tagging-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
}
#replayer #panel-right .tagging-window .tab {
  overflow: auto;
  width: 100%;
  flex-grow: 1;
}
#replayer #panel-right .tagging-window .tab .tag-button {
  font-size: 11px !important;
}
#replayer #recording-view {
  width: 100%;
}
#session-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
}
#session-detail > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #session-detail .session-details-tags-container {
    display: block;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #session-detail .session-details-tags-container .tags-overview {
    overflow: hidden;
  }
}
#session-detail .body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#session-detail .body .session-details-tags-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
#session-detail .body .session-container .initialising-alert .loading-spinner {
  left: unset;
  right: 30px;
}
#session-detail .blink {
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
#session-detail .separator:after {
  content: '|';
  font-weight: normal;
  font-size: 100%;
}
#session-detail #breadcrumbs {
  align-items: center;
  display: inline-grid;
  grid-template-columns: 75px auto 100px;
  max-height: 38px;
  min-height: 38px;
  padding: 0 15px 0 0;
}
@media (max-width: 999px) {
  #session-detail #breadcrumbs {
    display: none;
  }
}
#session-detail #breadcrumbs .breadcrumb-parent {
  color: #fdfdfd;
  background-color: #b8bdc0;
  border-bottom: 1px solid #b8bdc0;
  display: inline-block;
  height: 38px;
  line-height: 37px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}
#session-detail #breadcrumbs .breadcrumb-parent:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 19px solid;
  border-color: transparent transparent transparent #b8bdc0;
  right: -38px;
  top: 0;
}
#session-detail #breadcrumbs .breadcrumb-child {
  color: #7b7b7b;
  font-weight: 600;
  padding-left: 30px;
}
#session-detail #breadcrumbs .options {
  text-align: right;
}
#session-detail #breadcrumbs .options .dropdown-menu {
  text-align: left;
  font-size: inherit;
  left: auto;
  right: 0;
}
#session-detail #breadcrumbs .options .dropdown-menu i {
  margin-right: 5px;
}
#session-detail #breadcrumbs .options .dropdown-menu li.warning a,
#session-detail #breadcrumbs .options .dropdown-menu li.warning a i {
  color: #a90000;
}
#session-detail .box {
  background-color: rgba(255, 255, 255, 0.6);
}
#session-detail .box-header ul li a {
  color: darkgrey;
}
#session-detail .box-header ul li a i {
  color: darkgrey;
  margin-right: 4px;
}
#session-detail .box-header ul li a span {
  display: inline;
}
@media screen and (min-width: 100px) and (max-width: 1100px) {
  #session-detail .box-header ul li a span {
    display: inline;
    font-size: 10px;
  }
}
#session-detail .box-header ul li.active a {
  color: #555555;
}
@media screen and (max-width: 500px) {
  #session-detail .box-header ul li.active i {
    color: #555555;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #session-detail .box-header ul li.active i {
    color: #555555;
    margin-right: 0;
  }
}
#session-detail .box .control-buttons-container {
  align-items: end;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding: 15px;
}
#session-detail .box .control-buttons-container .control-button {
  cursor: pointer;
  position: relative;
}
#session-detail .box .control-buttons-container .control-button .snap {
  aspect-ratio: 1.7777777777777777;
}
#session-detail .box .control-buttons-container .control-button .livestream-status {
  bottom: 40px;
  position: absolute;
  right: 10px;
  z-index: 100;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span {
  align-items: center;
  border-radius: 5px;
  color: #fdfdfd;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 7px;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span .badge {
  margin-left: 3px;
  opacity: 1;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span .badge-autofollow {
  font-size: 9px;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span .fps {
  border-radius: 4px;
  font-size: 9px;
  font-style: inherit;
  margin-left: 7px;
  padding: 2px 4px;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-running {
  background-color: #6eb056;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-running .badge,
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-running i:not(.fa) {
  background-color: rgba(0, 0, 0, 0.19);
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-warning {
  background-color: #e3a349;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-warning .badge,
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-warning i:not(.fa) {
  background-color: rgba(0, 0, 0, 0.19);
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-critical {
  background-color: #7D2A1C;
}
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-critical .badge,
#session-detail .box .control-buttons-container .control-button .livestream-status span.status-critical i:not(.fa) {
  background-color: rgba(255, 255, 255, 0.19);
}
#session-detail .box .control-buttons-container .control-button-livestream-stop {
  align-items: center;
  color: #AA2E1C;
  display: inline-flex;
  justify-content: center;
}
#session-detail .box .control-buttons-container .control-button-livestream-stop span {
  font-size: 7px;
  position: relative;
  top: -1px;
}
#session-detail .box .control-buttons-container .control-button-livestream-stop .fa-ban {
  position: absolute;
  right: 10px;
}
#session-detail .box .control-buttons-container .control-button-snapshot {
  border-radius: 0 0 2px 2px;
  position: relative;
  width: 100%;
}
#session-detail .box .control-buttons-container .control-button:hover .snap {
  opacity: 1;
}
#session-detail .box .control-buttons-container .control-button.disabled * {
  cursor: default !important;
}
#session-detail .box .tab-info .session-header {
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  color: #707070;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 1fr);
  margin: 10px 0 5px;
}
#session-detail .box .tab-info .session-header-name {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 10px 15px;
  top: -2px;
}
#session-detail .box .tab-info .session-header-info {
  align-items: center;
  display: grid;
  grid-template-columns: auto 90px;
  padding: 10px 15px;
}
#session-detail .box .tab-info .session-header-info .session-header-date .text-grey-lighter {
  font-size: 10px;
}
#session-detail .box .tab-info .session-header-info .session-status {
  text-align: right;
}
#session-detail .box .tab-info .info-container {
  display: grid;
  grid-template-columns: 1fr minmax(290px, 1fr);
  margin: -5px 0 0;
  padding: 0;
}
#session-detail .box .tab-info .info-container .info-block {
  padding: 10px 15px;
}
#session-detail .box .tab-info .info-container .info-block-additional-access > * {
  width: 100%;
}
#session-detail .box .tab-info .info-container .info-block h6 {
  margin-bottom: 10px;
}
#session-detail .box .tab-info .info-container .info-block .extend-recording-duration-btn {
  position: relative;
  top: -2px;
}
#session-detail .box .tab-info .info-container .info-block .small-cta-btn {
  font-size: 10px;
}
#session-detail .box .tab-info .info-container .info-block .small-cta-btn i {
  margin-right: 5px;
  margin-top: -2px;
}
#session-detail .box .tab-info .info-container .info-block .additional-access .btn,
#session-detail .box .tab-info .info-container .info-block .tracking-partners .btn {
  background-color: #ebebeb !important;
  border-radius: 5px;
  color: #444444 !important;
  text-align: left;
  width: 260px;
}
#session-detail .box .tab-info .info-container .info-block .additional-access .btn:hover:after,
#session-detail .box .tab-info .info-container .info-block .tracking-partners .btn:hover:after {
  color: #6DA7CA !important;
}
#session-detail .box .tab-info .info-container .info-block .additional-access .btn:active,
#session-detail .box .tab-info .info-container .info-block .tracking-partners .btn:active,
#session-detail .box .tab-info .info-container .info-block .additional-access .btn.active,
#session-detail .box .tab-info .info-container .info-block .tracking-partners .btn.active {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#session-detail .box .tab-info .info-container .info-block .additional-access .dropdown-menu,
#session-detail .box .tab-info .info-container .info-block .tracking-partners .dropdown-menu {
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  min-height: 32px;
  overflow-y: scroll;
  width: 260px;
}
#session-detail .box .tab-info .info-container .info-block:nth-child(1),
#session-detail .box .tab-info .info-container .info-block:nth-child(2) {
  padding-top: 10px;
}
#session-detail .box .tab-info .info-container .info-block:nth-child(3),
#session-detail .box .tab-info .info-container .info-block:nth-child(4),
#session-detail .box .tab-info .info-container .info-block:nth-child(7),
#session-detail .box .tab-info .info-container .info-block:nth-child(8) {
  background-color: #F5F5F5;
}
@media screen and (max-width: 1250px) {
  #session-detail .box .tab-info .session-header {
    grid-template-columns: 1fr;
  }
  #session-detail .box .tab-info .session-header .session-header-name {
    padding-bottom: 0;
  }
  #session-detail .box .tab-info .session-header .session-header-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #session-detail .box .tab-info .info-container {
    grid-template-columns: 1fr;
  }
  #session-detail .box .tab-info .info-container .info-block:nth-child(1),
  #session-detail .box .tab-info .info-container .info-block:nth-child(2) {
    margin-top: 0;
  }
  #session-detail .box .tab-info .info-container .info-block:nth-child(3),
  #session-detail .box .tab-info .info-container .info-block:nth-child(4),
  #session-detail .box .tab-info .info-container .info-block:nth-child(7),
  #session-detail .box .tab-info .info-container .info-block:nth-child(8) {
    background-color: #fdfdfd;
  }
  #session-detail .box .tab-info .info-container .info-block:nth-child(odd) {
    background-color: #F5F5F5;
  }
}
#session-detail .box .tab-autofollow h4,
#session-detail .box .tab-info h4 {
  border-bottom: 1px solid #DBDBDB;
  color: #707070;
  font-size: 16px;
  margin: 0 0 5px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #session-detail .box .tab-autofollow h4,
  #session-detail .box .tab-info h4 {
    display: none;
  }
}
#session-detail .box .tab-autofollow .container,
#session-detail .box .tab-info .container {
  margin: 0;
  padding: 0;
}
#session-detail .box .tab-autofollow .container .row,
#session-detail .box .tab-info .container .row {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #session-detail .box .tab-autofollow .container .row:nth-child(even),
  #session-detail .box .tab-info .container .row:nth-child(even) {
    background-color: #F5F5F5;
  }
}
#session-detail .box .tab-autofollow .container .row > div,
#session-detail .box .tab-info .container .row > div {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  #session-detail .box .tab-autofollow .container .row > div:nth-child(even),
  #session-detail .box .tab-info .container .row > div:nth-child(even) {
    background-color: #F5F5F5;
  }
}
#session-detail .box .tab-autofollow h6,
#session-detail .box .tab-info h6 {
  color: #8D8D8D;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  margin: 0 0 5px 0;
}
#session-detail .box .tab-autofollow span,
#session-detail .box .tab-info span {
  font-weight: bold;
}
#session-detail .box .tab-status {
  max-height: 50vh;
  overflow-x: auto;
  padding: 15px;
}
#session-detail .box .tab-status table {
  margin-bottom: 15px;
  width: 100%;
  font-size: 9px;
  border: 1px solid lightgrey;
}
#session-detail .box .tab-status table td {
  padding: 5px;
}
#session-detail .box .tab-status table thead {
  font-weight: bolder;
}
#session-detail .box .tab-status table thead td {
  background: #e5e5e5;
}
#session-detail .box .tab-status table thead td:last-child {
  width: 20px;
  white-space: nowrap;
  text-align: right;
}
#session-detail .box .tab-status table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
#session-detail .box .tab-status table tbody td:first-child {
  width: auto;
}
#session-detail .box .tab-status table tbody td:nth-child(2) {
  width: 100px;
}
#session-detail .box .tab-status table tbody td:nth-child(3) {
  width: 120px;
}
#session-detail .box .tab-status table tbody td:nth-child(4) {
  width: 120px;
}
#session-detail .box .tab-status table tbody td:last-child {
  width: 20px;
  white-space: nowrap;
  text-align: right;
}
#session-detail .box .tab-status table tbody .packet-loss-histogram a {
  font-size: 14px;
}
#session-detail .box .tab-status table tbody .packet-loss-histogram a span {
  all: unset;
  background-color: #ebebeb;
  color: #b4b4b4;
  font-family: monospace !important;
  margin-right: 1px;
}
#session-detail .box .tab-ptz-controls .snap,
#session-detail .box .tab-rtsp-streams .snap {
  border-radius: 2px 2px 0 0;
}
#session-detail .box .tab-ptz-controls .snap > img,
#session-detail .box .tab-rtsp-streams .snap > img {
  border-radius: 1px 1px 0 0;
  height: 100%;
  max-width: none;
  width: 100%;
}
#session-detail .box .tab-tracking {
  padding: 15px;
}
#session-detail .box .tab-tracking .row {
  border-top: 1px solid #dbdbdb;
  margin-top: 15px;
}
#session-detail .box .tab-tracking h6 {
  margin-bottom: 5px;
}
#session-detail .box .tab-tracking .select-tracks-container {
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
}
#session-detail .box .tab-tracking .select-tracks-container > span {
  margin-left: 10px;
  cursor: pointer;
}
#session-detail .box .tab-tracking .badge-status-warning .loading-spinner-relative {
  display: inline;
  top: 2px;
}
#session-detail .box .tab-share {
  padding: 15px;
}
#session-detail .box .tab-share .row {
  border-top: 1px solid #dbdbdb;
  margin-top: 15px;
}
#session-detail .box .tab-share h6 {
  margin-bottom: 5px;
}
#session-detail .box .tab-share .select-container {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
}
#session-detail .box .tab-share .select-container > span {
  margin-left: 10px;
  cursor: pointer;
}
#session-detail .box .tab-share .my-checkbox-scroll-list .badge {
  background: #ebebeb;
  border-radius: 5px;
  color: #888888;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0 2px;
  padding: 0 5px;
  user-select: none;
}
#session-detail .session-cta {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #session-detail .session-cta {
    padding-right: 0 !important;
  }
}
#session-detail .session-cta-thumbnail {
  cursor: pointer;
  position: relative;
}
#session-detail .session-cta-thumbnail:hover .play-button .icon-play-circle::before {
  opacity: 1;
  transition: 0.1s linear;
}
#session-detail .session-cta-thumbnail .snap {
  border-radius: 5px 5px 0 0;
  height: 100%;
  position: relative;
  z-index: 90;
}
#session-detail .session-cta-thumbnail .snap img {
  border-radius: 5px 5px 0 0;
}
#session-detail .session-cta-thumbnail .court-name-label {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #fdfdfd;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 8px;
  position: absolute;
  right: 15px;
  text-shadow: #000000 1px 1px 5px;
  top: 15px;
  z-index: 100;
}
#session-detail .session-cta-thumbnail .play-button {
  align-items: center;
  color: #fdfdfd;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#session-detail .session-cta-thumbnail .play-button .icon-play-circle {
  left: 1px;
  position: relative;
  top: 1px;
}
#session-detail .session-cta-thumbnail .play-button .icon-play-circle::before {
  opacity: 0.8;
  text-shadow: #000000 1px 1px 5px;
}
#session-detail .session-cta .btn-primary {
  border-radius: 0 0 2px 2px;
  width: 100%;
}
#session-detail .session-cta .btn-primary i {
  font-size: 16px;
  margin-right: 5px;
}
#session-detail .session-cta .cta-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #session-detail .session-cta .cta-buttons {
    margin-bottom: 10px;
  }
}
#session-detail .session-is-live {
  color: #FFF1EF;
  display: inline-block;
  background: #E8A397;
  border-radius: 5px;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  line-height: 21px;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  top: 20px;
}
#session-detail .session-is-live i {
  color: #7D2A1C;
  margin: 3px 3px 0 2px;
}
#session-detail .date-of-removal select {
  width: 260px;
}
#session-detail .session-type-selector {
  display: grid;
  grid-template-columns: 180px 80px;
}
#session-detail .session-type-selector .label-radio {
  display: grid;
  grid-template-columns: 95px 80px;
  grid-column-gap: 5px;
}
#session-detail .session-type-selector .label-radio-option {
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0 0 -4px 0;
  position: relative;
  overflow: hidden;
}
#session-detail .session-type-selector .label-radio-option:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#session-detail .session-type-selector .label-radio-option:last-child {
  border-radius: 5px 0 0 5px;
}
#session-detail .session-type-selector .label-radio-option:hover {
  color: #444444;
}
#session-detail .session-type-selector .label-radio-option:hover:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#session-detail .session-type-selector .label-radio-option input[type=radio] {
  opacity: 0;
  position: absolute;
}
#session-detail .session-type-selector .label-radio-option span {
  font-size: 12px;
  left: 34px;
  position: absolute;
}
#session-detail .session-type-selector .label-radio-option.active {
  background: #ebebeb;
  color: #444444;
}
#session-detail .session-type-selector .label-radio-option.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#session-detail .session-type-selector .label-radio-option.active span {
  font-weight: bold;
}
#session-detail .session-type-selector .match-type {
  background-color: #ebebeb;
  border-radius: 0 5px 5px 0;
  padding: 5px 5px 5px 0;
}
#session-detail .session-type-selector .match-type select {
  background-color: #fdfdfd;
  height: 20px;
  line-height: 10px;
}
#session-detail .scoreboard {
  align-items: center;
  display: flex;
  flex-direction: row;
}
#session-detail .scoreboard-container {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 5px;
  display: inline-grid;
  grid-template-columns: 45px 1fr 30px 1fr 45px;
  height: 30px;
  justify-items: center;
  width: 260px;
}
#session-detail .scoreboard-container input {
  background-color: #fdfdfd;
  border: none;
  border-radius: 5px;
  color: #444444;
  font-weight: bold !important;
  height: 20px;
  line-height: 10px;
  text-align: center;
  width: 100%;
}
#session-detail .scoreboard-container span {
  align-self: center;
}
#session-detail .scoreboard-save {
  cursor: pointer;
  margin-left: 10px;
}
#session-detail .scoreboard-colour {
  align-self: center;
  height: 20px;
  position: relative;
  width: 20px;
}
#session-detail .scoreboard-colour-label {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 2px #FFFFFF60 inset;
  display: inline-block;
  height: 20px;
  padding: 0 !important;
  position: relative;
  width: 20px;
}
#session-detail .scoreboard-colour-selector {
  align-items: center;
  background-color: #444444;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 20px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 200;
}
#session-detail .scoreboard-colour-selector span {
  border: 1px solid #fdfdfd;
  border-radius: 20px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  width: 10px;
}
#session-detail .no-user-icon {
  cursor: pointer;
}
#session-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#session-list > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#account {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#account > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#account .body {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 25px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
#account .box-toolbar {
  float: left !important;
}
#account .box-toolbar li:first-child {
  box-sizing: border-box;
}
#account .box-toolbar li:first-child span {
  margin-left: -4px;
}
#account .disabled {
  color: #b4b4b4;
}
#account input.ng-pristine + ul#strength {
  display: none;
}
#account ul#strength {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: 2px;
}
#account .point:last {
  margin: 0 !important;
}
#account .point {
  background: #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}
#account form {
  transition: 0.5s linear all;
}
#account form .error {
  color: #ff3b2f;
  position: relative;
  top: 5px;
  left: 5px;
}
#account form .radio_label {
  font-weight: normal;
}
#account .feedback {
  display: none;
  color: #117840;
}
#preferences {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#preferences > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#preferences .body {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 25px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
#preferences .box-header {
  color: #5a595b;
  padding: 10px 15px;
}
#preferences .box-content .row {
  padding-top: 15px;
}
#preferences .box-content .row:last-of-type {
  padding-bottom: 15px;
}
#preferences form {
  transition: 0.5s linear all;
}
#preferences form .disabled {
  color: #7f8387;
}
#preferences form .date-of-removal,
#preferences form .multipitch,
#preferences form .download-filename-format {
  width: 250px;
}
#preferences form input[type=text] {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  background: #ebebeb;
}
#preferences form input::placeholder {
  color: #b4b4b4;
}
#preferences form .label-radio {
  width: 100%;
}
#preferences form .label-radio-option {
  border-bottom: 0 solid !important;
  border-radius: 5px;
  color: #5a595b;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px 0;
  position: relative;
  overflow: hidden;
  width: 250px;
}
#preferences form .label-radio-option:before {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#preferences form .label-radio-option:hover {
  background: #e5e5e5;
}
#preferences form .label-radio-option input[type=radio] {
  opacity: 0;
  position: absolute;
}
#preferences form .label-radio-option span {
  font-size: 12px;
  left: 34px;
  position: absolute;
  width: 100%;
}
#preferences form .label-radio-option.active {
  background: #e5e5e5;
  color: #5a595b;
}
#preferences form .label-radio-option.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#preferences form .label-radio-option.active span {
  font-weight: bold;
}
#preferences form label.settings-label {
  font-size: 12px;
}
#preferences form p {
  color: #999999;
}
#settings {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#settings > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#settings .body {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-width: 1200px;
  padding: 15px;
  position: relative;
  text-align: right;
}
#settings .body .btn-logout:hover {
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #settings .body .btn-logout {
    position: absolute;
    right: 15px;
    top: -40px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1000px) {
  #settings .body .btn-logout {
    margin-bottom: 15px;
  }
}
#settings .body .settings {
  text-align: left;
}
#settings .body .settings-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  line-height: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 999px) {
  #settings .body .settings-title {
    display: none;
  }
}
#settings .body .settings-item {
  background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: grid;
  grid-template-columns: 60px auto;
  margin-bottom: 15px;
  padding: 15px 0;
  place-items: center;
}
#settings .body .settings-item p {
  margin: 0;
  padding: 0;
  width: 100%;
}
#settings .body .settings-item-icon {
  color: #6da7cb;
  font-size: 20px;
}
#settings .body .settings-item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  width: 100%;
}
#settings .body .settings-item-description {
  color: #b4b4b4;
}
#settings .body .settings-item:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e3e3e3);
  cursor: pointer;
}
#settings .body .settings-item:hover .settings-item-icon {
  color: #37759b;
}
#settings .body .settings-item:hover .settings-item-title {
  color: #5a595b;
}
#settings .body .settings-item:hover .settings-item-description {
  color: #818181;
}
#tagging {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#tagging > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#tagging .body {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  background: #DCDFE2;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#tagging #tree-view-panel {
  border-right: 1px solid #999999;
  background-color: #ECECEC;
  display: flex;
  flex-direction: column;
  max-width: 280px;
  min-width: 280px;
  position: relative;
}
#tagging #tree-view-panel .layouts-selector {
  background-color: #d3d3d3;
  border-bottom: 1px solid #999999;
  display: grid;
  grid-template-columns: repeat(2, auto);
  font-size: 11px;
  min-height: 50px;
  max-height: 50px;
  padding: 10px;
  width: 100%;
}
#tagging #tree-view-panel .layouts-selector select {
  background-color: #fdfdfd;
  border: none;
}
#tagging #tree-view-panel .layouts-selector .btn-container {
  text-align: right;
}
#tagging #tree-view-panel .tree-view {
  overflow: auto;
  flex-grow: 1;
  width: 100%;
}
#tagging #tree-view-panel .tree-view ul,
#tagging #tree-view-panel .tree-view li {
  list-style: none;
}
#tagging #tree-view-panel .tree-view i {
  font-size: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#tagging #tree-view-panel .tree-view-root > li {
  color: #000000;
  font-weight: 600;
  padding: 3px 0 3px 10px;
}
#tagging #tree-view-panel .tree-view-root > li:hover,
#tagging #tree-view-panel .tree-view-root > li.active {
  background-color: #fdfdfd;
  cursor: pointer;
  color: #1a1a1a;
}
#tagging #tree-view-panel .tree-view-root > li:hover i,
#tagging #tree-view-panel .tree-view-root > li.active i {
  color: #666666;
}
#tagging #tree-view-panel .tree-view-groups {
  margin: 0;
}
#tagging #tree-view-panel .tree-view-groups ul,
#tagging #tree-view-panel .tree-view-groups li {
  margin: 0;
}
#tagging #tree-view-panel .tree-view-groups > li {
  background-color: #e6e6e6;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #4d4d4d;
  font-weight: 600;
  padding: 2px 0 2px 20px;
  text-transform: uppercase;
}
#tagging #tree-view-panel .tree-view-groups > li:hover,
#tagging #tree-view-panel .tree-view-groups > li.active {
  background-color: #fdfdfd;
  cursor: pointer;
  color: #1a1a1a;
}
#tagging #tree-view-panel .tree-view-groups > li:hover i,
#tagging #tree-view-panel .tree-view-groups > li.active i {
  color: #666666;
}
#tagging #tree-view-panel .tree-view-groups-toggle i.fa-toggle-down,
#tagging #tree-view-panel .tree-view-groups-toggle i.fa-toggle-up {
  opacity: 0.8;
  margin-left: 10px;
}
#tagging #tree-view-panel .tree-view-tag-buttons ul,
#tagging #tree-view-panel .tree-view-tag-buttons li {
  padding: 3px 0 3px 30px;
  font-size: 11px;
}
#tagging #tree-view-panel .tree-view-tag-buttons li i {
  color: #C6C6C6;
}
#tagging #tree-view-panel .tree-view-tag-buttons li:hover,
#tagging #tree-view-panel .tree-view-tag-buttons li.active {
  background-color: #fdfdfd;
  cursor: pointer;
  color: #333333;
}
#tagging #tree-view-panel .tree-view-tag-buttons li:hover i,
#tagging #tree-view-panel .tree-view-tag-buttons li.active i {
  color: #808080;
}
#tagging #main-panel {
  align-content: flex-start;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  position: relative;
  min-width: 400px;
}
#tagging #main-panel .breadcumbs {
  background: #EAEAEA;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}
#tagging #main-panel .breadcumbs span {
  font-weight: 600;
}
#tagging #main-panel .breadcumbs a {
  color: #000000;
}
#tagging #main-panel > div {
  margin-bottom: 20px;
  max-width: 360px;
  min-width: 360px;
  position: absolute;
  right: 15px;
}
#tagging #main-panel .edit-tags .tags-container {
  max-height: 80vh;
}
#tagging #main-panel .edit-tags,
#tagging #main-panel .edit-groups {
  flex-grow: 1;
  margin-top: auto;
  position: relative;
}
#tagging #main-panel .edit-tags-options,
#tagging #main-panel .edit-groups-options {
  background-color: #F2F2F2;
  border: 1px solid #d4d4d4;
  padding: 5px;
  text-align: right;
}
#tagging #main-panel .edit-tags-options-bottom,
#tagging #main-panel .edit-groups-options-bottom {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #fdfdfd;
  min-height: 40px;
}
#tagging #main-panel .edit-tags-options-bottom .fa-chevron-down,
#tagging #main-panel .edit-groups-options-bottom .fa-chevron-down,
#tagging #main-panel .edit-tags-options-bottom .fa-chevron-up,
#tagging #main-panel .edit-groups-options-bottom .fa-chevron-up {
  position: relative;
  top: -2px;
}
#tagging #main-panel .edit-tags-options-top,
#tagging #main-panel .edit-groups-options-top {
  border-bottom: 1px solid #fdfdfd;
  border-radius: 5px 5px 0 0;
}
#tagging #main-panel .edit-tags-content,
#tagging #main-panel .edit-groups-content {
  background: #181e28;
  border: solid #d4d4d4;
  border-width: 0 1px;
  border-radius: 0;
  min-height: 200px;
  overflow: scroll;
}
#tagging #main-panel .edit-tags-content .tag-button,
#tagging #main-panel .edit-groups-content .tag-button {
  font-size: 11px !important;
}
#tagging #main-panel .edit-tags-content .tag-button.placeholder,
#tagging #main-panel .edit-groups-content .tag-button.placeholder {
  background-image: none !important;
}
#tagging #main-panel .edit-tags-content ul.group-selector,
#tagging #main-panel .edit-groups-content ul.group-selector {
  background: #2e2e30;
  margin: 0;
  padding: 0;
  overflow: scroll;
  width: 100%;
  min-height: 300px;
}
#tagging #main-panel .edit-tags-content ul.group-selector .tagbutton-group-name,
#tagging #main-panel .edit-groups-content ul.group-selector .tagbutton-group-name {
  border-top: none;
}
#tagging #main-panel .edit-tags-content ul.group-selector li,
#tagging #main-panel .edit-groups-content ul.group-selector li {
  border-top: 1px solid #5a595b;
  display: block;
  height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
}
#tagging #main-panel .edit-tags-content ul.group-selector li a,
#tagging #main-panel .edit-groups-content ul.group-selector li a {
  display: inline-block;
  color: #b4b4b4;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 8px;
  text-transform: uppercase;
}
#tagging #main-panel .edit-tags-content ul.group-selector li .edit-group-hue-picker,
#tagging #main-panel .edit-groups-content ul.group-selector li .edit-group-hue-picker {
  background-color: #000000;
  border: 1px solid #b4b4b4;
  position: absolute;
  height: 10px;
  top: 10px;
  right: 10px;
  width: 10px;
}
#tagging #main-panel .edit-tags-content ul.group-selector li.selected,
#tagging #main-panel .edit-groups-content ul.group-selector li.selected {
  background-color: #808080;
}
#tagging #main-panel .edit-tags-content ul.group-selector li.selected a,
#tagging #main-panel .edit-groups-content ul.group-selector li.selected a {
  color: #fdfdfd;
  font-weight: 600;
}
#tagging #main-panel .edit-tags-content ul.group-selector li:last-of-type,
#tagging #main-panel .edit-groups-content ul.group-selector li:last-of-type {
  box-shadow: none;
}
#tagging #main-panel .edit-tags .edit-groups-hue-picker,
#tagging #main-panel .edit-groups .edit-groups-hue-picker {
  position: absolute;
  left: 370px;
  top: 41px;
  z-index: 100;
}
#tagging #main-panel .timeline-preview {
  margin-top: 30px;
  min-width: 360px;
  position: absolute;
  z-index: 1000;
}
#tagging #main-panel .timeline-preview .edit-groups-options-top {
  border-bottom: none;
  padding: 10px;
  text-align: left;
}
#tagging #main-panel .timeline-preview .edit-groups-options-top span {
  position: relative;
  top: 1px;
}
#tagging #main-panel .timeline-preview .timeline-preview-body {
  border: 1px solid #d4d4d4;
  max-height: 300px;
  overflow: scroll;
}
#tagging #main-panel .timeline-preview .timeline-preview-body ul,
#tagging #main-panel .timeline-preview .timeline-preview-body li {
  cursor: pointer;
  font-size: 11px;
  list-style: none;
}
#tagging #main-panel .timeline-preview .timeline-preview-body ul {
  margin-bottom: 0;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li {
  background-color: #2e2e30;
  border-bottom: 1px solid #e5e5e5;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li span.code {
  color: #b4b4b4;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li:last-of-type {
  border-bottom: none;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li:hover,
#tagging #main-panel .timeline-preview .timeline-preview-body li.selected {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li:hover span.number,
#tagging #main-panel .timeline-preview .timeline-preview-body li.selected span.number {
  color: #7f8387;
  background-color: #e5e5e5;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li:hover span.code,
#tagging #main-panel .timeline-preview .timeline-preview-body li.selected span.code {
  color: #5a595b !important;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li span.number {
  background: #2e2e30;
  border-right: 1px solid #e5e5e5;
  color: #b4b4b4;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 25px;
}
#tagging #main-panel .timeline-preview .timeline-preview-body li span.code {
  color: #2e2e30;
  padding: 5px;
}
#tagging #main-panel .timeline-preview .timeline-preview-footer {
  text-align: left;
  border-top: none;
}
#tagging #inspector-container {
  flex-grow: 1;
  min-width: 290px;
  padding: 30px 0;
  position: relative;
}
#tagging #inspector-panel {
  background-color: #ECECEC;
  border: 1px solid #999999;
  border-radius: 5px;
  color: #222222;
  font-size: 11px;
  max-width: 250px;
  min-width: 250px;
  left: 15px;
  position: absolute;
}
#tagging #inspector-panel .inspector-panel-header {
  font-weight: 600;
  padding: 5px;
}
#tagging #inspector-panel .inspector-group {
  border-top: 1px solid #D5D5D5;
  padding: 10px;
}
#tagging #inspector-panel .inspector-group-title {
  font-weight: bold;
}
#tagging #inspector-panel .inspector-group-row {
  align-items: baseline;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
#tagging #inspector-panel .inspector-group-row input[type=checkbox] {
  position: relative;
  top: 2px;
}
#tagging #inspector-panel .inspector-group-row label {
  font-weight: normal !important;
  margin-right: 10px;
}
#tagging #inspector-panel .inspector-group-row > div {
  max-width: 140px;
  text-align: right;
}
#tagging #inspector-panel .inspector-group-row > div select,
#tagging #inspector-panel .inspector-group-row > div input[type=text] {
  background-color: #fdfdfd;
  border: none;
  padding: 2px;
  width: 130px;
}
#tagging #inspector-panel .inspector-group-row > div input[type=text] {
  border-radius: 3px;
  padding: 2px 7px;
}
#tagging #inspector-panel .inspector-group-row > div input[type=text].input-lead-time,
#tagging #inspector-panel .inspector-group-row > div input[type=text].input-lag-time {
  margin-right: 5px;
  max-width: 40px;
}
#tagging #inspector-panel .inspector-group-row > div .btn-color-border {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 1px;
  padding: 1px;
  position: relative;
  top: 2px;
  width: 15px;
}
#tagging #inspector-panel .inspector-group-row > div .btn-color-border.selected {
  border: 1px solid #000000;
}
#tagging #inspector-panel .inspector-group-row > div .btn-color {
  height: 9px;
  left: -1px;
  padding: 0;
  position: relative;
  top: 0;
  width: 9px;
}
#tagging #inspector-panel .inspector-group-row > div .timeline-color {
  border: 1px solid #b4b4b4;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  top: 4px;
  width: 12px;
}
#tagging #inspector-panel .inspector-group-row > div .secs {
  display: inline-block;
  min-width: 70px !important;
  text-align: left;
}
#tagging #inspector-panel .inspector-group-row.valign-top {
  align-items: flex-start;
}
#tagging #inspector-panel .inspector-group .hue-picker {
  position: absolute;
  right: -45px;
  top: 147px;
}
#tagging #inspector-panel .inspector-group hr {
  border-top: 1px solid #D5D5D5;
  margin: 5px;
}
#tagging #inspector-panel .inspector-group .disabled {
  opacity: 0.5;
}
#tagging #tagging-window-panel {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  background: #343436;
  min-height: 100%;
  max-width: 320px;
  min-width: 320px;
  overflow: auto;
}
#tagging #tagging-window-panel .tagging-window-overlay {
  background-color: #1b1b1b;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
#tagging-window {
  background-color: #1b1b1b;
  display: flex;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}
#tagging-window .tab {
  overflow: auto;
  width: 100%;
  flex-grow: 1;
}
#tagging-window .tag-button {
  font-size: 11px;
}
#tagging-window #not-connected {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 90;
}
#tagging-window #not-connected span {
  background-color: #ff3b2f;
  border-radius: 5px;
  color: #fdfdfd;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 11px;
  text-transform: uppercase;
  width: 100%;
}
#tagging-window #not-connected span i {
  margin-right: 10px;
}
.task-manager .table-default-overview-header,
.task-manager .table-default-overview-item {
  grid-template-columns: 50px 150px auto 150px 55px 150px 65px;
}
.task-manager .table-default-overview-item .column-session:hover {
  cursor: pointer;
  text-decoration: underline;
}
.task-manager .table-default-overview-item i {
  margin-left: 3px;
}
.task-manager .placeholder {
  top: 0;
}
.user-group-list.table-default .toolbar {
  padding: 0 10px;
}
.user-group-list .table-default-overview-header,
.user-group-list .table-default-overview-item {
  grid-template-columns: 65px repeat(5, 1fr) 65px;
}
.user-group-list .table-default-overview-header.no-priority,
.user-group-list .table-default-overview-item.no-priority {
  grid-template-columns: repeat(5, 1fr) 65px;
}
.user-group-list .table-default-overview-item .column-priority select {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  color: #444444;
  width: 100%;
}
.user-group-list .table-default-overview-item .column-members,
.user-group-list .table-default-overview-item .column-courts {
  white-space: break-spaces;
  word-break: unset;
}
.user-list.table-default .toolbar {
  padding: 0 10px;
}
.user-list .table-default-overview-header,
.user-list .table-default-overview-item {
  grid-template-columns: 2fr 3fr 2fr 2fr 65px;
}
.user-list .table-default-overview-item .column-name {
  position: relative;
}
.user-list .table-default-overview-item .column-name .label {
  position: absolute;
  right: 10px;
}
.user-list .table-default-overview-item .column-email-address {
  text-decoration: underline;
}
.user-list .table-default-overview-item .column-groups,
.user-list .table-default-overview-item .column-courts {
  white-space: break-spaces;
  word-break: unset;
}
#users {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#users > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#users .body {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-width: 1200px;
  padding: 15px;
}
#users .body .users {
  position: relative;
}
#users .body .users-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  line-height: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 999px) {
  #users .body .users-title {
    display: none;
  }
}
#users .body .users-item {
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 60px auto;
  margin-bottom: 15px;
  place-items: center;
  padding: 15px 0;
}
#users .body .users-item p {
  margin: 0;
  padding: 0;
  width: 100%;
}
#users .body .users-item-icon {
  color: #6da7cb;
  font-size: 20px;
  transition: all .1s;
}
#users .body .users-item-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
  width: 100%;
  transition: all .1s;
}
#users .body .users-item-description {
  color: #b4b4b4;
  transition: all .1s;
}
#users .body .users-item:hover {
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
  cursor: pointer;
}
#users .body .users-item:hover .users-item-icon {
  color: #37759b;
}
#users .body .users-item:hover .users-item-title {
  color: #5a595b;
}
#users .body .users-item:hover .users-item-description {
  color: #818181;
}
#video-tutorials {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#video-tutorials > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#video-tutorials .body {
  align-items: center;
  background-color: #262626;
  display: flex;
  flex: 1 1 auto;
  margin: 15px;
  position: relative;
}
#video-tutorials .body .video-container {
  flex: 1;
  margin-left: 10px;
}
#video-tutorials .body .playlist {
  width: 300px;
}
#video-tutorials .body .playlist .tutorial {
  background-color: #444444;
  border-radius: 5px;
  color: #d4d4d4;
  margin: 10px;
  padding: 10px;
}
#video-tutorials .body .playlist .tutorial.active {
  background-color: #f8bf0c;
  color: #2b2716;
}
#video-tutorials .body .playlist .tutorial:hover:not(.active) {
  background-color: #7e643f;
  color: #fdfdfd;
  cursor: pointer;
}
#video-tutorials .body video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* Dialogs */
#color-preset-dialog .modal-body {
  display: grid;
  grid-gap: 10px 0;
  grid-template-rows: auto;
  position: relative;
}
#color-preset-dialog .modal-body .operation-type {
  display: grid;
  grid-template-columns: 120px auto;
}
#color-preset-dialog .modal-body .operation-type label {
  margin: 0 !important;
  padding-top: 3px;
}
#color-preset-dialog .modal-body .operation-type .label-radio {
  border-width: 1px 0 1px 1px;
  border-color: #E6E6E6;
  border-style: solid;
  border-radius: 5px 0 0 5px;
  color: #83898C;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
#color-preset-dialog .modal-body .operation-type .label-radio:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 14px;
}
#color-preset-dialog .modal-body .operation-type .label-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
#color-preset-dialog .modal-body .operation-type .label-radio span {
  font-size: 13px;
  left: 34px;
  position: absolute;
  text-transform: capitalize;
}
#color-preset-dialog .modal-body .operation-type .label-radio.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#color-preset-dialog .modal-body .operation-type .label-radio.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#color-preset-dialog .modal-body .operation-type .label-radio.active span {
  font-weight: bold;
}
#color-preset-dialog .modal-body .operation-type > div {
  border-color: #E6E6E6;
  border-style: solid;
  border-radius: 0 5px 5px 0;
  border-width: 1px 1px 1px 0;
  padding: 5px 5px 5px 0;
  width: auto;
}
#color-preset-dialog .modal-body .operation-type > div.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#color-preset-dialog .modal-body .operation-type > div select {
  background-color: #fdfdfd;
  height: 25px;
  line-height: 10px;
}
#color-preset-dialog .modal-body .operation-type > div .text-input {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 14px;
  font-weight: bolder;
  height: 25px;
  line-height: 10px;
  text-indent: 10px;
  width: 100%;
}
#color-preset-dialog .modal-body .operation-type .preset-name-error {
  background-color: #f7e3e1;
  border-radius: 3px;
  color: #d93832;
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  right: 29px;
  top: 29px;
}
#color-preset-dialog .modal-body .operation-type .preset-name-error i {
  margin-right: 5px;
}
#copy-link-dialog .body .link-container {
  margin-bottom: 20px;
}
#copy-link-dialog .body .link-container:nth-child(2) {
  margin-bottom: 0 !important;
}
#copy-link-dialog .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  font-size: 11px;
  padding: 0 4px;
}
#copy-link-dialog .feedback {
  display: none;
}
#court-permissions-dialog label.exclusive-access {
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
#court-permissions-dialog label.exclusive-access:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#court-permissions-dialog label.exclusive-access.label-checkbox:before {
  border-radius: 5px;
}
#court-permissions-dialog label.exclusive-access:hover {
  background: #ffffff;
}
#court-permissions-dialog label.exclusive-access input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#court-permissions-dialog label.exclusive-access span {
  left: 34px;
  position: absolute;
}
#court-permissions-dialog label.exclusive-access.active {
  background: #ebebeb;
  color: #444444;
}
#court-permissions-dialog label.exclusive-access.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#court-permissions-dialog label.exclusive-access.active span {
  font-weight: bold;
}
#court-permissions-dialog .text-input {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
#court-permissions-dialog .text-input.disabled {
  color: #dddddd;
}
#court-permissions-dialog .password-label {
  margin-left: 11px;
  margin-top: 7px;
  position: relative;
  display: block;
}
#court-permissions-dialog .password-label.disabled {
  opacity: 0.1;
}
#download-dialog label {
  font-size: 11px;
  font-weight: normal;
  color: #555;
}
#download-playlist-dialog .body .download-options {
  background: url('/assets/no-snapshot-available-7073b39d.jpg') no-repeat center;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 300px;
}
#download-playlist-dialog .body .download-options > * {
  padding: 20px;
}
#download-playlist-dialog .body .download-options > * span {
  background-color: black;
}
#download-playlist-dialog .body .download-options > *:nth-child(2) {
  text-align: right;
}
#download-playlist-dialog .body .download-options > *:nth-child(3),
#download-playlist-dialog .body .download-options > *:nth-child(4) {
  align-items: flex-end;
  display: flex;
}
#download-playlist-dialog .body .download-options > *:nth-child(4) {
  justify-content: flex-end;
}
#download-playlist-dialog .btn-submit {
  min-width: 75px;
}
#download-raw-footage-dialog .stream-list {
  align-items: center;
  display: grid;
  grid-template-columns: auto 100px;
}
#download-raw-footage-dialog .stream-list:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#edit-download-user-dialog .ui-select-choices {
  -webkit-overflow-scrolling: touch;
}
#edit-download-user-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#edit-download-user-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#edit-download-user-dialog .modal-form label,
#edit-download-user-dialog .modal-form .label {
  margin-left: 0;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
#edit-download-user-dialog .modal-form label > *,
#edit-download-user-dialog .modal-form .label > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#edit-download-user-dialog .modal-form label.focus,
#edit-download-user-dialog .modal-form .label.focus {
  color: #489de0;
}
#edit-download-user-dialog .modal-form label .field-label,
#edit-download-user-dialog .modal-form .label .field-label,
#edit-download-user-dialog .modal-form label .list-item,
#edit-download-user-dialog .modal-form .label .list-item {
  padding: 10px 0;
}
#edit-download-user-dialog .modal-form label .list-item,
#edit-download-user-dialog .modal-form .label .list-item {
  margin-left: 10px;
  display: inline-block;
}
#edit-download-user-dialog .modal-form label .faded,
#edit-download-user-dialog .modal-form .label .faded {
  opacity: .75;
  color: #c0c0c0;
}
#edit-download-user-dialog .modal-form .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#edit-download-user-dialog .modal-form .ui-select-bootstrap .ui-select-choices-row > span {
  font-size: 13px;
}
#edit-download-user-dialog .modal-form .ui-select-toggle {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 13px;
}
#edit-download-user-dialog .modal-form .ui-select-choices-row-inner {
  padding: 5px 12px;
}
#edit-download-user-dialog label {
  margin-left: 0;
  font-size: 15px;
  font-weight: normal;
  color: #555;
}
#edit-download-user-dialog label.no-bottom-border {
  border-bottom: none;
}
@media (max-width: 480px) {
  #edit-download-user-dialog label {
    font-size: 12px;
  }
}
#edit-download-user-dialog .user,
#edit-download-user-dialog .user-group {
  width: 205px;
}
#edit-download-user-dialog .user span.single-pitch,
#edit-download-user-dialog .user-group span.single-pitch {
  margin-top: -7px;
  position: absolute;
  right: 35px;
}
#edit-session-dialog .ui-select-choices {
  -webkit-overflow-scrolling: touch;
}
#edit-session-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#edit-session-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#edit-session-dialog .modal-form label,
#edit-session-dialog .modal-form .label {
  margin-left: 0;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
#edit-session-dialog .modal-form label > *,
#edit-session-dialog .modal-form .label > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#edit-session-dialog .modal-form label.focus,
#edit-session-dialog .modal-form .label.focus {
  color: #489de0;
}
#edit-session-dialog .modal-form label .field-label,
#edit-session-dialog .modal-form .label .field-label,
#edit-session-dialog .modal-form label .list-item,
#edit-session-dialog .modal-form .label .list-item {
  padding: 10px 0;
}
#edit-session-dialog .modal-form label .list-item,
#edit-session-dialog .modal-form .label .list-item {
  margin-left: 10px;
  display: inline-block;
}
#edit-session-dialog .modal-form label .faded,
#edit-session-dialog .modal-form .label .faded {
  opacity: .75;
  color: #c0c0c0;
}
#edit-session-dialog .modal-form .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#edit-session-dialog .modal-form .ui-select-bootstrap .ui-select-choices-row > span {
  font-size: 13px;
}
#edit-session-dialog .modal-form .ui-select-toggle {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 13px;
}
#edit-session-dialog .modal-form .ui-select-choices-row-inner {
  padding: 5px 12px;
}
#edit-session-dialog label {
  margin-left: 0;
  font-size: 15px;
  font-weight: normal;
  color: #555;
}
#edit-session-dialog label.no-bottom-border {
  border-bottom: none;
}
@media (max-width: 480px) {
  #edit-session-dialog label {
    font-size: 12px;
  }
}
#edit-session-dialog .user,
#edit-session-dialog .user-group {
  width: 205px;
}
#edit-session-dialog .user span.single-pitch,
#edit-session-dialog .user-group span.single-pitch {
  margin-top: -7px;
  position: absolute;
  right: 35px;
}
.editTagDialog.fill-height .modal-content,
.editTagDialog.fill-height .modal-body {
  height: 100% !important;
}
.editTagDialog.fill-height .modal-dialog {
  max-width: 760px !important;
  width: 100%;
}
.editTagDialog #edit-tag-dialog.fill-height {
  height: 100%;
}
.editTagDialog #edit-tag-dialog.fill-height .body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  height: 100%;
}
.editTagDialog #edit-tag-dialog.fill-height .body > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.editTagDialog #edit-tag-dialog.fill-height .body .player-container {
  flex-grow: 1;
}
.editTagDialog #edit-tag-dialog.fill-height .body .box {
  flex-shrink: 0;
}
.editTagDialog #edit-tag-dialog .player-container {
  position: relative;
  width: 100%;
}
.editTagDialog #edit-tag-dialog .box {
  margin-bottom: 0;
}
.editTagDialog #edit-tag-dialog .box-footer {
  padding-bottom: 15px;
  padding-top: 15px;
}
.editTagDialog #edit-tag-dialog .text-grey {
  color: #C0C0C0;
}
.editTagDialog #edit-tag-dialog .my-well-header {
  background-color: #F4F4F4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 10px;
  position: relative;
  top: 2px;
}
.editTagDialog #edit-tag-dialog .my-well {
  background: #F6F6F6;
  border-radius: 0 5px 5px 5px;
}
.editTagDialog #edit-tag-dialog .my-well .start-label,
.editTagDialog #edit-tag-dialog .my-well .stop-label {
  color: lightgrey;
  display: inline-block;
  font-size: 15px;
}
.editTagDialog #edit-tag-dialog .my-well .duration-label {
  color: grey;
  display: inline-block;
  font-size: 15px;
  padding: 5px;
}
.editTagDialog #edit-tag-dialog .my-well .my-time-picker {
  display: inline-block;
  margin-left: 20px;
  margin-top: -3px;
  position: absolute;
}
.editTagDialog #edit-tag-dialog .my-well ul {
  list-style: none;
}
.editTagDialog #edit-tag-dialog .my-well ul li {
  margin-bottom: 4px;
}
.editTagDialog #edit-tag-dialog .radio_label {
  color: grey;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.editTagDialog #edit-tag-dialog .tab-autofollow {
  display: flex;
  padding: 15px;
}
.editTagDialog #edit-tag-dialog .row.container-roi {
  background: #fdfdfd !important;
  vertical-align: top;
}
.editTagDialog #edit-tag-dialog .tab-autofollow h4 {
  border-bottom: 1px solid #DBDBDB;
  color: #707070;
  font-size: 16px;
  margin: 0 0 5px;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .editTagDialog #edit-tag-dialog .tab-autofollow h4 {
    display: none;
  }
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container {
  margin: 0;
  padding: 0;
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container .row {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .editTagDialog #edit-tag-dialog .tab-autofollow .container .row:nth-child(even) {
    background-color: #F5F5F5;
  }
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-xs-12,
.editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-sm-6 {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-xs-12.session-status,
  .editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-sm-6.session-status {
    padding-top: 0;
  }
  .editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-xs-12:nth-child(even),
  .editTagDialog #edit-tag-dialog .tab-autofollow .container .row .col-sm-6:nth-child(even) {
    background-color: #F5F5F5;
  }
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container h6 {
  color: #8D8D8D;
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  margin: 0 0 5px 0;
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container span {
  font-weight: bold;
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container .session-is-live {
  color: #fdfdfd;
  display: inline-block;
  background: #e8a397;
  border-radius: 5px;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  line-height: 21px;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  top: 20px;
}
.editTagDialog #edit-tag-dialog .tab-autofollow .container .session-is-live i {
  color: #7d2a1c;
  margin: 3px 3px 0 2px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 6px 10px 10px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category h6,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit h6 {
  color: #787878;
  margin: 0 0 8px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .download-resolution,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .download-resolution,
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .download-audio,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .download-audio {
  padding-bottom: 5px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option {
  margin-left: 24px;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option-full-width,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option-full-width {
  width: 100%;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option.active .tracking-option-selector::after,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option.active .tracking-option-selector::after {
  color: #707070;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option.active .tracking-option-selector select,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option.active .tracking-option-selector select {
  color: #444444;
  font-weight: bold;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option:not(.active) select,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option:not(.active) select {
  background-color: #F4F4F4;
  color: #8D8D8D;
  font-weight: normal;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category .tracking-option:not(.active) select:hover,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit .tracking-option:not(.active) select:hover {
  background-color: #fdfdfd;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label {
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label .start-time-clock,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label .start-time-clock {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 10px;
  line-height: 8px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label:before,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.label-checkbox,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.label-checkbox {
  background: #F4F4F4;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.label-checkbox:before,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.label-checkbox:before {
  border-radius: 5px;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.label-radio:before,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.label-radio:before {
  border-radius: 100%;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label:hover,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label:hover {
  background: #ffffff;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label input[type=checkbox],
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label input[type=checkbox],
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label input[type=radio],
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label span,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label span {
  left: 34px;
  position: absolute;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.active,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.active {
  background: #ebebeb;
  color: #444444;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.active:before,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-category label.active span,
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label.active span {
  font-weight: bold;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit {
  border-top: 1px solid #D8D8D8;
  padding: 15px 0 0 0;
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: auto 250px;
  margin: 10px 0 0 0;
  background: none;
  border-radius: 0;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit label {
  width: 235px;
  margin-left: 0 !important;
}
.editTagDialog #edit-tag-dialog .tab-download .download-options-submit #downloadButton {
  justify-self: right;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options {
  margin-top: 15px;
  position: relative;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 30px;
  padding: 0 10px;
  position: relative;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector.open {
  border-radius: 5px 5px 0 0;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector:after {
  color: #5a595b;
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 8px;
  top: 10px;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector:hover:after {
  color: #80b5d2;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown {
  border: 1px solid #d4d4d4;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter {
  position: relative;
  z-index: 2;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter i.fa {
  position: absolute;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter i.fa.fa-times-circle {
  background-color: #fdfdfd;
  color: #ff3b2f;
  cursor: pointer;
  font-size: 13px;
  left: 11px;
  top: 5px;
  z-index: 11;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter i.fa.fa-search {
  color: #888888;
  font-size: 11px;
  left: 11px;
  top: 6px;
  z-index: 10;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter input {
  border: none;
  height: 25px;
  padding: 0 8px 0 33px;
  width: 100%;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown .filter input::placeholder {
  color: #b4b4b4;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul {
  background-color: #fdfdfd;
  border-radius: 0 0 5px 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 5px 15px -5px #444444;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 130px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li {
  align-items: center;
  background-color: #fdfdfd;
  color: #888888;
  cursor: pointer;
  display: flex;
  height: 23px;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li svg {
  height: 12px;
  opacity: 0;
  width: 33px;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li svg path {
  fill: #888888;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li.no-results {
  color: #888888;
  padding-left: 11px;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li.selected {
  background-color: #ebebeb;
  color: #444444;
  font-weight: bold;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li.selected svg {
  opacity: 1;
}
.editTagDialog #edit-tag-dialog .sensor-tracking-stream-options .selector-dropdown ul li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.editTagDialog #edit-tag-dialog .min-max-scale {
  margin-top: 10px;
}
.editTagDialog #edit-tag-dialog .min-max-scale .label-checkbox {
  float: left;
  width: 33px !important;
  margin-right: 5px;
}
.editTagDialog #edit-tag-dialog .min-max-scale .label-checkbox::before {
  cursor: pointer;
}
.editTagDialog #edit-tag-dialog .min-max-scale .disabled {
  opacity: 0.5;
}
.editTagDialog #edit-tag-dialog .min-max-scale .value {
  background: #ebebeb;
  border-radius: 5px;
  float: right !important;
  margin-top: 0 !important;
  margin-right: 10px;
  padding: 7px 15px !important;
}
.editTagDialog #edit-tag-dialog .min-max-scale > div > span {
  float: left;
  font-size: 11px !important;
  font-weight: 600;
  margin-top: 6px;
  margin-left: 5px;
}
.editTagDialog #edit-tag-dialog .min-max-scale .icon-zoom-out,
.editTagDialog #edit-tag-dialog .min-max-scale .icon-zoom-in {
  font-size: 13px;
}
.editTagDialog #edit-tag-dialog .min-max-scale .zoom-preset {
  padding-bottom: 5px;
}
.editTagDialog #edit-tag-dialog span.warning-longer {
  margin-right: 5px;
  opacity: 0.4;
}
.editTagDialog #edit-tag-dialog span.warning-longer.crop {
  margin-top: -50px;
}
.editTagDialog #edit-tag-dialog span.warning-longer.panorama {
  margin-top: -20px;
}
.editTagDialog #edit-tag-dialog span.warning-longer.yuv420p {
  margin-top: 4px;
}
.editTagDialog #edit-tag-dialog .alert-download-feedback,
.editTagDialog #edit-tag-dialog .alert-autofollow-feedback {
  display: none;
  padding: 10px;
}
.editTagDialog #edit-tag-dialog .notice-external-players {
  color: rgba(120, 120, 120, 0.41);
  font-size: 75%;
  margin-top: 2px;
}
#export-dialog .box {
  background-color: #fdfdfd;
  padding: 30px 15px 15px;
}
#export-dialog .box .export-option {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}
#export-dialog .box .export-option-sync .dropdown-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
#export-dialog .box .export-option-sync .dropdown-btn a {
  border-radius: 5px 0 0 5px;
  font-size: 11px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu {
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  padding: 0;
  position: absolute;
  min-width: 250px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li {
  padding: 8px 10px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li:not(:first-of-type),
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li:last-of-type {
  border-radius: 0 0 5px 5px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li.dropdown-menu-header,
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li.dropdown-menu-header:hover {
  background-color: #7f8387;
  color: #fdfdfd;
  cursor: default;
  font-weight: 400;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li:hover {
  background-color: #4788BE;
  color: #fdfdfd;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li:hover i {
  color: #fdfdfd;
  opacity: 1;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li .fa {
  font-size: 15px;
  margin-right: 9px;
  opacity: 0.7;
  position: relative;
  top: 1px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li .fa.fa-square-o {
  margin-right: 10px;
}
#export-dialog .box .export-option-sync .dropdown-btn .dropdown-menu li.disabled {
  opacity: 0.3;
  cursor: default;
}
#export-dialog .box .export-option-sync .export-option-sync-grid {
  display: grid;
  grid-template-columns: 37px auto;
}
#export-dialog .box .export-option-sync .export-option-selector > select {
  border-radius: 0 5px 5px 0;
}
#extend-recording-duration-dialog .modal-body {
  padding: 15px;
}
#extend-recording-duration-dialog .modal-body .setting {
  align-items: center;
  border-radius: 5px;
  background-color: #fdfdfd;
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr;
  padding: 10px 10px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option {
  height: 30px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-change-end-time label {
  background-color: #ebebeb;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-change-end-time label .field-label {
  display: none;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration {
  border-bottom: none;
  position: relative;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration .ng-binding:not(.field-label) {
  background-color: #ebebeb;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  margin: 0;
  line-height: 30px;
  height: 30px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label {
  grid-template-columns: 1fr;
  height: 30px;
  padding: 0;
  margin-bottom: 0;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label div {
  position: relative;
  top: -17px;
  line-height: 30px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label div span {
  margin-right: 5px !important;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label input {
  border: none;
  height: 15px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label .field-label {
  font-weight: normal;
  line-height: 30px;
  margin-left: 10px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label .list-item {
  background-color: #ebebeb;
  border-radius: 5px;
  bottom: -1px;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 4px 0 0;
  position: relative;
  text-align: center;
  width: 45px;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label .list-item.faded {
  background-color: #F7F7F7;
  color: #CCCCCC;
}
#extend-recording-duration-dialog .modal-body .setting .extend-mode-option.extend-mode-extra-duration label .list-item.faded:hover {
  background-color: #ebebeb;
  color: #444444;
}
#import-data-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#import-data-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#import-data-dialog .modal-form .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#import-data-dialog .modal-form .ui-select-bootstrap .ui-select-choices-row > span {
  font-size: 13px;
}
#import-data-dialog .modal-form .ui-select-toggle {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 13px;
}
#import-data-dialog .modal-form .ui-select-choices-row-inner {
  padding: 5px 12px;
}
#import-data-dialog .drop-box {
  margin-top: 15px;
  background-color: #fdfdfd;
  outline: 2px dashed #dbdbdb;
  outline-offset: -10px;
  height: 200px;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
#import-data-dialog .drop-box .icon {
  width: 100%;
  height: 40px;
  fill: #80b5d2;
  display: block;
  margin-bottom: 20px;
}
#import-data-dialog .drop-box #file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#import-data-dialog .drop-box label {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#import-data-dialog .drop-box label .strong {
  font-weight: 700;
}
#import-data-dialog .progress {
  height: auto !important;
}
#import-data-dialog .drop-box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: rgba(128, 181, 210, 0.26);
}
#insecure-context-dialog span {
  display: inline-block;
  padding-bottom: 10px;
}
#insecure-context-dialog textarea {
  display: block;
  font-family: monospace;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  width: 100%;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding: 1px 10px 5px 10px;
  margin-top: 20px;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes h6 {
  color: #787878;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label {
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.label-checkbox {
  background: #F4F4F4;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.label-checkbox:before {
  border-radius: 5px;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.label-radio:before {
  border-radius: 100%;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label:hover {
  background: #ffffff;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label input[type=checkbox],
#new-session-preset-dialog .modal-body .ptz-checkboxes label input[type=radio] {
  opacity: 0;
  position: absolute;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label span {
  left: 34px;
  position: absolute;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.active {
  background: #ebebeb;
  color: #444444;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#new-session-preset-dialog .modal-body .ptz-checkboxes label.active span {
  font-weight: bold;
}
#new-tag-dialog .modal-body {
  display: grid;
  grid-gap: 10px 0;
  grid-template-rows: auto;
  position: relative;
}
#new-tag-dialog .modal-body .tag-type {
  display: grid;
  grid-template-columns: 120px auto;
}
#new-tag-dialog .modal-body .tag-type label {
  margin: 0 !important;
  padding-top: 3px;
}
#new-tag-dialog .modal-body .tag-type img.go-whistle {
  opacity: 0.6;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  width: 10px;
}
#new-tag-dialog .modal-body .tag-type .label-radio {
  border-width: 1px 0 1px 1px;
  border-color: #E6E6E6;
  border-style: solid;
  border-radius: 5px 0 0 5px;
  color: #83898C;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
#new-tag-dialog .modal-body .tag-type .label-radio:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 14px;
}
#new-tag-dialog .modal-body .tag-type .label-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
#new-tag-dialog .modal-body .tag-type .label-radio span {
  font-size: 13px;
  left: 34px;
  position: absolute;
}
#new-tag-dialog .modal-body .tag-type .label-radio.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#new-tag-dialog .modal-body .tag-type .label-radio.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#new-tag-dialog .modal-body .tag-type .label-radio.active span {
  font-weight: bold;
}
#new-tag-dialog .modal-body .tag-type > div {
  border-color: #E6E6E6;
  border-style: solid;
  border-radius: 0 5px 5px 0;
  border-width: 1px 1px 1px 0;
  padding: 5px 5px 5px 0;
  width: auto;
}
#new-tag-dialog .modal-body .tag-type > div.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#new-tag-dialog .modal-body .tag-type > div select {
  background-color: #fdfdfd;
  height: 25px;
  line-height: 10px;
}
#new-tag-dialog .modal-body .tag-type > div .text-input {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 14px;
  font-weight: bolder;
  height: 25px;
  line-height: 10px;
  text-indent: 10px;
  width: 100%;
}
#new-tag-dialog .modal-body .tag-type > div.kickoff {
  width: 200px;
}
#new-tag-dialog .modal-body .tag-type .score {
  width: 200px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
#new-upload-dialog .modal-body hr {
  border-color: #CDCDCD;
  margin: 15px -20px;
}
#new-upload-dialog .modal-body .setting {
  align-content: center;
  display: grid;
  grid-gap: 15px;
  height: 45px;
  position: relative;
  width: 100%;
}
#new-upload-dialog .modal-body .setting-name .text-input {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
#new-upload-dialog .modal-body .setting-type {
  grid-template-columns: 1fr 1fr;
  position: relative;
}
#new-upload-dialog .modal-body .setting-type label {
  margin: 0 !important;
}
#new-upload-dialog .modal-body .setting-type .label-radio {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #83898C;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#new-upload-dialog .modal-body .setting-type .label-radio:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#new-upload-dialog .modal-body .setting-type .label-radio:hover {
  background: #ffffff;
}
#new-upload-dialog .modal-body .setting-type .label-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
#new-upload-dialog .modal-body .setting-type .label-radio span {
  font-size: 12px;
  left: 34px;
  position: absolute;
}
#new-upload-dialog .modal-body .setting-type .label-radio.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#new-upload-dialog .modal-body .setting-type .label-radio.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#new-upload-dialog .modal-body .setting-type .label-radio.active span {
  font-weight: bold;
}
#new-upload-dialog .modal-body .setting-type .match-type {
  background-color: #ebebeb;
  border-radius: 0 5px 5px 0;
  padding: 5px 5px 5px 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 150px;
}
#new-upload-dialog .modal-body .setting-type .match-type select {
  background-color: #fdfdfd;
  height: 20px;
  line-height: 10px;
}
#new-upload-dialog .modal-body .setting-auto-follow-options {
  grid-template-columns: repeat(2, 1fr);
  height: 25px;
  margin-bottom: 25px;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label {
  background: #ffffff;
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 28px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 10px;
  left: 13px;
  position: absolute;
  top: 9px;
  width: 10px;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label.label-checkbox:before {
  border-radius: 2px;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label span {
  left: 36px;
  position: absolute;
  top: 0;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label.active {
  color: #444444;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label.active:before {
  background: #6DA7CB;
  border-color: #6DA7CB;
}
#new-upload-dialog .modal-body .setting-auto-follow-options label.active span {
  font-weight: bold;
}
#new-upload-dialog .modal-body .setting-auto-follow-options .auto-follow-type {
  background-color: #fdfdfd;
  border-radius: 0 5px 5px 0;
  padding-right: 5px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 150px;
}
#new-upload-dialog .modal-body .setting-auto-follow-options .auto-follow-type select {
  background-color: #F5F5F5;
  height: 20px;
  line-height: 10px;
}
#new-upload-dialog .modal-body .setting-recording-length,
#new-upload-dialog .modal-body .setting-user-groups,
#new-upload-dialog .modal-body .setting-pitch {
  font-size: 12px;
  width: 100%;
}
#new-upload-dialog .modal-body .setting-recording-length .setting-recording-length-selector,
#new-upload-dialog .modal-body .setting-user-groups .setting-recording-length-selector,
#new-upload-dialog .modal-body .setting-pitch .setting-recording-length-selector,
#new-upload-dialog .modal-body .setting-recording-length .user-groups-overview-selector,
#new-upload-dialog .modal-body .setting-user-groups .user-groups-overview-selector,
#new-upload-dialog .modal-body .setting-pitch .user-groups-overview-selector,
#new-upload-dialog .modal-body .setting-recording-length .pitch-overview-selector,
#new-upload-dialog .modal-body .setting-user-groups .pitch-overview-selector,
#new-upload-dialog .modal-body .setting-pitch .pitch-overview-selector {
  width: 100%;
}
#new-upload-dialog .modal-body .setting-start-modus {
  grid-template-columns: 1fr 1fr 1fr;
}
#new-upload-dialog .modal-body .setting-start-modus span {
  border: 1px solid #E6E6E6;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #83898C;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding-left: 33px;
  position: relative;
}
#new-upload-dialog .modal-body .setting-start-modus span:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#new-upload-dialog .modal-body .setting-start-modus span.active {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#new-upload-dialog .modal-body .setting-start-modus span.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#new-upload-dialog .modal-body .setting-start-modus span:hover {
  border-color: #ebebeb;
}
#new-upload-dialog .modal-body .setting-start-modus span:not(.active):hover {
  background: #ffffff;
}
#new-upload-dialog .modal-body .multiselect-court a > span {
  font-weight: bold;
}
#new-upload-dialog .modal-body .multiselect-court .btn {
  background-color: #ebebeb !important;
  border-radius: 5px;
  color: #444444 !important;
  text-align: left;
  width: 100%;
}
#new-upload-dialog .modal-body .multiselect-court .btn:hover:after {
  color: #6DA7CA !important;
}
#new-upload-dialog .modal-body .multiselect-court .btn:active,
#new-upload-dialog .modal-body .multiselect-court .btn.active {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#new-upload-dialog .modal-body .multiselect-court .dropdown-menu {
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  min-height: 32px;
  overflow-y: scroll;
  width: 260px;
}
#new-upload-dialog .modal-body .setting-start-modus-config {
  background-color: #fdfdfd;
  border: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
  margin-top: -8px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .setting-recording-length {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 15px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .setting-recording-length .setting-recording-length-selector {
  position: relative;
  left: 10px;
  top: 8px;
  width: 147px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date .ng-binding:not(.field-label),
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time .ng-binding:not(.field-label),
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-end-time .ng-binding:not(.field-label) {
  background-color: #ebebeb;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  margin: 0;
  line-height: 25px;
  height: 25px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date .ng-binding:not(.field-label) {
  padding: 0 10px;
  position: relative;
  top: 3px;
  width: 58%;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time .ng-binding:not(.field-label) {
  padding: 0 10px;
  width: 50px;
  position: relative;
  top: 3px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-end-time .ng-binding:not(.field-label) {
  left: -3px;
  padding: 5px 10px;
  position: relative;
  top: 1px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time {
  border-bottom: 1px solid #ebebeb;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label {
  align-content: center;
  display: grid;
  grid-template-columns: 1fr 0 2fr;
  margin-bottom: 0;
  padding-left: 10px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label .field-label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .field-label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label .field-label,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .field-label {
  font-weight: normal;
  line-height: 30px;
  margin-left: 10px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label div,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label div,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label div,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label div {
  line-height: 30px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label input,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label input,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label input,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label input {
  height: 15px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item {
  background-color: #ebebeb;
  border-radius: 5px;
  bottom: -1px;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 4px 0 0;
  position: relative;
  text-align: center;
  width: 45px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item.faded,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item.faded,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item.faded,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item.faded {
  background-color: #F7F7F7;
  color: #CCCCCC;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item.faded:hover,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item.faded:hover,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item.faded:hover,
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item.faded:hover {
  background-color: #ebebeb;
  color: #444444;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-end-time {
  line-height: 30px;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-end-time label {
  margin-bottom: 0;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-end-time label .field-label {
  display: none;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration {
  border-bottom: none;
  left: -3px;
  position: relative;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label {
  grid-template-columns: 1fr;
  height: 30px;
  padding: 0;
}
#new-upload-dialog .modal-body .setting-start-modus-config .start-mode-duration label input {
  border: none;
  height: 0;
}
#new-upload-dialog .drop-box {
  margin-top: 15px;
  background-color: #fdfdfd;
  outline: 2px dashed #dbdbdb;
  outline-offset: -10px;
  height: 200px;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
#new-upload-dialog .drop-box .icon {
  width: 100%;
  height: 40px;
  fill: #80b5d2;
  display: block;
  margin-bottom: 20px;
}
#new-upload-dialog .drop-box #file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#new-upload-dialog .drop-box label {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new-upload-dialog .drop-box label .strong {
  font-weight: 700;
}
#new-upload-dialog .progress {
  height: auto !important;
}
#new-upload-dialog .drop-box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: rgba(128, 181, 210, 0.26);
}
#playlist-dialog .body-edit-modus {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
#playlist-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#playlist-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#playlist-dialog .modal-form .form-control {
  font-size: 12px;
}
#playlist-dialog .modal-form .playlist-color {
  display: grid;
  grid-template-columns: repeat(8, 20px);
}
#playlist-dialog .modal-form .playlist-color-button {
  border-radius: 50%;
  height: 10px;
  margin: 10px;
  margin-bottom: 0;
  opacity: 0.7;
  padding: 5px;
  transition: none;
  width: 10px;
}
#playlist-dialog .modal-form .playlist-color-button.selected {
  opacity: 1;
}
#playlist-dialog .modal-form .playlist-color-button.selected::after {
  border: 1px solid #888888;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  left: -9px;
  position: relative;
  top: -9px;
  width: 18px;
}
#playlist-dialog .modal-form label,
#playlist-dialog .modal-form .label {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  font-size: 12px;
  font-weight: normal;
  grid-template-columns: 30px 1fr 2fr;
  margin: 0;
  padding: 7px 10px;
  position: relative;
  user-select: none;
}
#playlist-dialog .modal-form label.focus,
#playlist-dialog .modal-form .label.focus {
  color: #489de0;
}
#playlist-dialog .modal-form label .field-label,
#playlist-dialog .modal-form .label .field-label,
#playlist-dialog .modal-form label .list-item,
#playlist-dialog .modal-form .label .list-item {
  padding: 10px 0;
}
#playlist-dialog .modal-form label .list-item,
#playlist-dialog .modal-form .label .list-item {
  margin-left: 10px;
  display: inline-block;
}
#playlist-dialog .modal-form label .faded,
#playlist-dialog .modal-form .label .faded {
  opacity: .75;
  color: #c0c0c0;
}
#playlist-dialog .modal-form label:before,
#playlist-dialog .modal-form .label:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 13px;
  position: absolute;
  top: 15px;
  width: 14px;
}
#playlist-dialog .modal-form label.active,
#playlist-dialog .modal-form .label.active {
  background: #ebebeb;
  color: #444444;
}
#playlist-dialog .modal-form label.active:before,
#playlist-dialog .modal-form .label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#playlist-dialog .modal-form label.active .text-input,
#playlist-dialog .modal-form .label.active .text-input,
#playlist-dialog .modal-form label.active select,
#playlist-dialog .modal-form .label.active select {
  background-color: #fdfdfd;
}
#playlist-dialog .modal-form input[type=radio] {
  opacity: 0;
  margin: 0;
}
#playlist-dialog .modal-form .text-input {
  background: #ebebeb;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  cursor: text;
  height: 30px;
  padding: 0 10px;
  width: auto;
}
#playlist-dialog .modal-form .selector {
  width: auto;
}
#playlist-dialog label.disabled {
  opacity: 0.3;
  cursor: default;
}
#playlist-dialog .badge-status-error {
  color: #7D2A1C;
  display: inline-block;
  background: #EAADA4;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
#playlist-dialog .btn-submit {
  min-width: 75px;
}
#ptz-dialog {
  aspect-ratio: 1.7777777777777777;
  margin: 15px;
  max-width: 90vw;
  height: 50vh;
}
#ptz-dialog.dialog-expanded {
  height: 75vh;
}
#ptz-dialog .close-dialog,
#ptz-dialog .toggle-dialog-width {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
@media (min-width: 980px) {
  #ptz-dialog .close-dialog {
    display: none;
  }
}
@media (max-width: 979px) {
  #ptz-dialog .toggle-dialog-width {
    display: none;
  }
}
#ptz-wiper-dialog .modal-body {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
#ptz-wiper-dialog .modal-body label {
  margin: 0 !important;
}
#ptz-wiper-dialog .modal-body .label-radio {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #83898C;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#ptz-wiper-dialog .modal-body .label-radio:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#ptz-wiper-dialog .modal-body .label-radio:hover {
  background: #ffffff;
}
#ptz-wiper-dialog .modal-body .label-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
#ptz-wiper-dialog .modal-body .label-radio span {
  font-size: 12px;
  left: 34px;
  position: absolute;
}
#ptz-wiper-dialog .modal-body .label-radio.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#ptz-wiper-dialog .modal-body .label-radio.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#ptz-wiper-dialog .modal-body .label-radio.active span {
  font-weight: bold;
}
#remove-raw-footage-dialog .stream-list {
  align-items: center;
  display: grid;
  grid-template-columns: auto 100px;
}
#remove-raw-footage-dialog .stream-list:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#reservation-dialog .modal-body {
  padding: 15px !important;
}
#reservation-dialog .modal-body hr {
  border-color: #CDCDCD;
  margin: 10px -15px;
}
#reservation-dialog .modal-body .setting {
  align-content: center;
  display: grid;
  grid-gap: 15px;
  min-height: 45px;
  position: relative;
  width: 100%;
}
#reservation-dialog .modal-body .setting-name .text-input {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
#reservation-dialog .modal-body .setting-type {
  grid-template-columns: 1fr 1fr;
  position: relative;
}
#reservation-dialog .modal-body .setting-type label {
  margin: 0 !important;
}
#reservation-dialog .modal-body .setting-type .label-radio {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #83898C;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#reservation-dialog .modal-body .setting-type .label-radio:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#reservation-dialog .modal-body .setting-type .label-radio:hover {
  background: #ffffff;
}
#reservation-dialog .modal-body .setting-type .label-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
#reservation-dialog .modal-body .setting-type .label-radio span {
  font-size: 12px;
  left: 34px;
  position: absolute;
}
#reservation-dialog .modal-body .setting-type .label-radio.active {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#reservation-dialog .modal-body .setting-type .label-radio.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#reservation-dialog .modal-body .setting-type .label-radio.active span {
  font-weight: bold;
}
#reservation-dialog .modal-body .setting-type .match-type {
  background-color: #ebebeb;
  border-radius: 0 5px 5px 0;
  padding: 5px 5px 5px 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 150px;
}
#reservation-dialog .modal-body .setting-type .match-type select {
  background-color: #fdfdfd;
  height: 20px;
  line-height: 10px;
}
#reservation-dialog .modal-body .setting-recording-length,
#reservation-dialog .modal-body .setting-session-presets,
#reservation-dialog .modal-body .setting-user-groups,
#reservation-dialog .modal-body .setting-pitch {
  font-size: 12px;
  width: 100%;
}
#reservation-dialog .modal-body .setting-recording-length .setting-recording-length-selector,
#reservation-dialog .modal-body .setting-session-presets .setting-recording-length-selector,
#reservation-dialog .modal-body .setting-user-groups .setting-recording-length-selector,
#reservation-dialog .modal-body .setting-pitch .setting-recording-length-selector,
#reservation-dialog .modal-body .setting-recording-length .user-groups-overview-selector,
#reservation-dialog .modal-body .setting-session-presets .user-groups-overview-selector,
#reservation-dialog .modal-body .setting-user-groups .user-groups-overview-selector,
#reservation-dialog .modal-body .setting-pitch .user-groups-overview-selector,
#reservation-dialog .modal-body .setting-recording-length .pitch-overview-selector,
#reservation-dialog .modal-body .setting-session-presets .pitch-overview-selector,
#reservation-dialog .modal-body .setting-user-groups .pitch-overview-selector,
#reservation-dialog .modal-body .setting-pitch .pitch-overview-selector {
  width: 100%;
}
#reservation-dialog .modal-body .setting-start-modus {
  grid-template-columns: 1fr 1fr 1fr;
}
#reservation-dialog .modal-body .setting-start-modus span {
  border: 1px solid #E6E6E6;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #83898C;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding-left: 33px;
  position: relative;
}
#reservation-dialog .modal-body .setting-start-modus span:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#reservation-dialog .modal-body .setting-start-modus span.active {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #444444;
}
#reservation-dialog .modal-body .setting-start-modus span.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#reservation-dialog .modal-body .setting-start-modus span:hover {
  border-color: #ebebeb;
}
#reservation-dialog .modal-body .setting-start-modus span:not(.active):hover {
  background: #ffffff;
}
#reservation-dialog .modal-body .setting-session-presets label {
  border-radius: 5px;
  color: #5a595b;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  width: 106px;
}
#reservation-dialog .modal-body .setting-session-presets label:before {
  border: 2px solid #e5e5e5;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 14px;
}
#reservation-dialog .modal-body .setting-session-presets label.label-checkbox:before {
  border-radius: 5px;
}
#reservation-dialog .modal-body .setting-session-presets label.label-radio:before {
  border-radius: 100%;
}
#reservation-dialog .modal-body .setting-session-presets label input[type=checkbox],
#reservation-dialog .modal-body .setting-session-presets label input[type=radio] {
  opacity: 0;
  position: absolute;
}
#reservation-dialog .modal-body .setting-session-presets label span {
  left: 34px;
  position: absolute;
  top: -1px;
}
#reservation-dialog .modal-body .setting-session-presets label.disabled {
  opacity: 0.5;
}
#reservation-dialog .modal-body .setting-session-presets label.active:not(.disabled) {
  background: #e5e5e5;
  color: #2e2e30;
}
#reservation-dialog .modal-body .setting-session-presets label.active:not(.disabled):before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#reservation-dialog .modal-body .setting-session-presets label.active:not(.disabled) span {
  font-weight: bold;
}
#reservation-dialog .modal-body .multiselect-court a > span {
  font-weight: bold;
}
#reservation-dialog .modal-body .multiselect-court .btn {
  background-color: #ebebeb !important;
  border-radius: 5px;
  color: #444444 !important;
  text-align: left;
  width: 100%;
}
#reservation-dialog .modal-body .multiselect-court .btn:hover:after {
  color: #6DA7CA !important;
}
#reservation-dialog .modal-body .multiselect-court .btn:active,
#reservation-dialog .modal-body .multiselect-court .btn.active {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#reservation-dialog .modal-body .multiselect-court .dropdown-menu {
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  min-height: 32px;
  overflow-y: scroll;
  width: 260px;
}
#reservation-dialog .modal-body .setting-start-modus-config {
  background-color: #fdfdfd;
  border: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
  margin-top: -8px;
}
#reservation-dialog .modal-body .setting-start-modus-config .setting-recording-length {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 15px;
}
#reservation-dialog .modal-body .setting-start-modus-config .setting-recording-length .setting-recording-length-selector {
  position: relative;
  left: 10px;
  top: 8px;
  width: 147px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date .ng-binding:not(.field-label),
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time .ng-binding:not(.field-label),
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-end-time .ng-binding:not(.field-label) {
  background-color: #ebebeb;
  border-radius: 5px;
  color: #444444;
  cursor: pointer;
  margin: 0;
  line-height: 25px;
  height: 25px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date .ng-binding:not(.field-label) {
  padding: 0 10px;
  position: relative;
  top: 3px;
  width: 58%;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time .ng-binding:not(.field-label) {
  padding: 0 10px;
  width: 50px;
  position: relative;
  top: 3px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-end-time .ng-binding:not(.field-label) {
  left: -3px;
  padding: 5px 10px;
  position: relative;
  top: 1px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time {
  border-bottom: 1px solid #ebebeb;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label {
  align-content: center;
  display: grid;
  grid-template-columns: 1fr 0 2fr;
  margin-bottom: 0;
  padding-left: 10px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label .field-label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .field-label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label .field-label,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .field-label {
  font-weight: normal;
  line-height: 30px;
  margin-left: 10px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label div,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label div,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label div,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label div {
  line-height: 30px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label input,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label input,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label input,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label input {
  height: 15px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item {
  background-color: #ebebeb;
  border-radius: 5px;
  bottom: -1px;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 4px 0 0;
  position: relative;
  text-align: center;
  width: 45px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item.faded,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item.faded,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item.faded,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item.faded {
  background-color: #F7F7F7;
  color: #CCCCCC;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label .list-item.faded:hover,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-weekly label .list-item.faded:hover,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-date label .list-item.faded:hover,
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-start-time label .list-item.faded:hover {
  background-color: #ebebeb;
  color: #444444;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-end-time {
  line-height: 30px;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-end-time label {
  margin-bottom: 0;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-end-time label .field-label {
  display: none;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration {
  border-bottom: none;
  left: -3px;
  position: relative;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label {
  grid-template-columns: 1fr;
  height: 30px;
  padding: 0;
}
#reservation-dialog .modal-body .setting-start-modus-config .start-mode-duration label input {
  border: none;
  height: 0;
}
#rtsp-stream-dialog.fill-height {
  height: 100%;
}
#rtsp-stream-dialog .modal-header {
  align-items: center;
  display: inline-flex;
  width: 100%;
}
#rtsp-stream-dialog .modal-header .track-title {
  display: flex;
  flex-grow: 1;
  gap: 3px;
  justify-content: flex-end;
}
#rtsp-stream-dialog .modal-header .track-title .badge {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 11px;
  padding: 5px 7px;
}
#rtsp-stream-dialog .modal-header .track-title .badge label {
  font-size: 9px;
  font-weight: normal;
  margin: 0 5px 0 0;
}
#rtsp-stream-dialog .modal-body {
  background: #F5F5F5;
  padding: 15px;
}
#rtsp-stream-dialog .modal-footer {
  padding: 15px;
}
#rtsp-stream-dialog .player-controls {
  background-color: #000000;
  border-bottom: 1px solid #666666;
  font-size: 16px;
  height: 45px;
  opacity: 0.6;
  padding: 12px 15px 0 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 1;
}
#rtsp-stream-dialog .player-controls:hover {
  opacity: 0.8;
}
#rtsp-stream-dialog .player-controls .fa:hover,
#rtsp-stream-dialog .player-controls .fa.active {
  color: #fdfdfd;
  cursor: pointer;
}
#rtsp-stream-dialog .player-controls .fa-gamepad {
  border-right: 1px solid #666666;
  margin-right: 8px;
  padding-right: 15px;
}
#rtsp-stream-dialog .player-container {
  background-color: #262626;
  flex-grow: 1;
  min-height: 300px;
  position: relative;
  z-index: 1;
}
#rtsp-stream-dialog .player-container-overlay {
  align-content: space-between;
  color: #fdfdfd;
  display: grid;
  height: 100%;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#rtsp-stream-dialog .player-container-overlay.disable-pointer-events {
  pointer-events: all;
}
#rtsp-stream-dialog .player-container-overlay .stream-overlay {
  z-index: 2;
}
#rtsp-stream-dialog .player-container-overlay .stream-overlay i {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  font-size: 10px;
  font-style: inherit;
  font-weight: 600;
  margin-right: 3px;
  opacity: 0.8;
  padding: 6px;
}
#rtsp-stream-dialog .player-container-overlay .stream-overlay i.fa {
  font-size: 12px;
}
#rtsp-stream-dialog .player-container-overlay .stream-output {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
  font-size: 10px;
  opacity: 0.8;
  padding: 6px;
  width: fit-content;
  z-index: 2;
}
#rtsp-stream-dialog .player-container-overlay .locked-by-autofollow {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#rtsp-stream-dialog .player-container-overlay .locked-by-autofollow-info {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  color: #fdfdfd;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 175px;
  justify-content: center;
  padding: 25px;
  width: 175px;
}
#rtsp-stream-dialog .player-container-overlay .locked-by-autofollow-info i {
  color: #ffd900;
  font-size: 67.5px;
  opacity: 0.8;
}
#rtsp-stream-dialog .player-container-overlay .locked-by-autofollow-info span {
  text-align: center;
}
#rtsp-stream-dialog .player-container .view-poster {
  width: 100%;
}
#rtsp-stream-dialog .player-container .floorplan-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
#rtsp-stream-dialog .player-container .floorplan-court {
  border: 10px solid #fdfdfd;
  height: auto;
  width: 50%;
}
#rtsp-stream-dialog .blink {
  color: #707070;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
#rtsp-stream-dialog .player-hls .websocket-status-info strong {
  margin-top: 0 !important;
}
#rtsp-stream-dialog .rtsp-stream-buttons {
  align-items: center;
  display: flex;
  gap: 5px;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container {
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 3px;
  border: 1px solid #dddddd;
  display: inline-grid;
  grid-template-columns: 40px auto 20px;
  padding: 0 10px;
  width: 100%;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container button {
  align-items: center;
  border: none;
  border-left: 1px solid #d4d4d4;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container #local_link_label {
  color: #d4d4d4;
  font-weight: 600;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container #local_link,
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container .copy_link {
  -webkit-appearance: none;
  outline: none !important;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container #local_link:focus,
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container .copy_link:focus {
  -webkit-appearance: none;
  outline: none !important;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container input#local_link {
  background: none;
  border: 0;
  color: #7f8387;
  font-weight: 600;
  height: 100%;
  width: 100%;
}
#rtsp-stream-dialog .rtsp-stream-buttons .copy-stream-link-container input#local_link:focus {
  color: #7f8387;
}
#rtsp-stream-dialog .box {
  padding: 15px;
}
#rtsp-stream-dialog .rtsp-stream-tracks {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  padding: 10px;
  position: relative;
  user-select: none;
}
#rtsp-stream-dialog .rtsp-stream-tracks h6 {
  color: #787878;
  margin-top: -3px;
}
#rtsp-stream-dialog .rtsp-stream-tracks .option-title {
  color: #7f8387;
  font-weight: 600;
  margin-top: 8px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: 120px 137px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label {
  font-weight: 600;
  height: 35px;
  line-height: 35px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label .fa-gamepad {
  font-size: 15px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label.active {
  background-color: #ebebeb;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label.active .badge-autofollow {
  background-color: #444444;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label:not(.active) {
  background-color: #F4F4F4;
  color: #636363;
  opacity: 0.8;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label:not(.active) span {
  font-weight: normal;
}
#rtsp-stream-dialog .rtsp-stream-tracks-tabs label:not(.active):before {
  background-color: #fdfdfd;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body {
  margin-top: 5px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body .label-radio {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label {
  align-content: center;
  background-color: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #F5F5F5;
  color: #636363;
  display: grid;
  grid-template-columns: 90px 1fr;
  height: 35px;
  line-height: 35px;
  padding: 0 5px 0 33px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label div,
#rtsp-stream-dialog .rtsp-stream-tracks-body label input,
#rtsp-stream-dialog .rtsp-stream-tracks-body label span {
  left: auto;
  position: relative;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label.active {
  background-color: #ebebeb;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label.active select {
  background-color: #fdfdfd;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label:not(.active) {
  background-color: #F4F4F4;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label:not(.active) input {
  background-color: #ebebeb;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label .new-track input {
  background-color: #fdfdfd;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label .existing-track {
  height: 25px;
  line-height: 25px;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label .existing-track select {
  height: 25px;
  background-color: #fdfdfd;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label.disabled {
  cursor: default;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label.disabled select {
  background-image: none;
  cursor: default;
}
#rtsp-stream-dialog .rtsp-stream-tracks-body label:before {
  background-color: #fdfdfd;
}
#rtsp-stream-dialog .rtsp-stream-options {
  border-bottom: 1px solid #D8D8D8;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 15px 0;
  padding-bottom: 15px;
}
#rtsp-stream-dialog .rtsp-stream-options.three-column-view {
  grid-template-columns: repeat(3, 1fr);
}
#rtsp-stream-dialog .rtsp-stream-options-container {
  background-color: #F4F4F4;
  border-radius: 5px;
  color: #444444;
  font-size: 12px;
  font-weight: 100;
  padding: 10px 10px 5px;
}
#rtsp-stream-dialog .rtsp-stream-options-container__autofollow .selector,
#rtsp-stream-dialog .rtsp-stream-options-container__output .selector {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
#rtsp-stream-dialog .rtsp-stream-options-container__autofollow .selector select[disabled],
#rtsp-stream-dialog .rtsp-stream-options-container__output .selector select[disabled] {
  background-color: #F1F1F1;
  background-image: none;
  color: #ACACAC;
  cursor: default;
  font-weight: 100;
  opacity: 1;
}
#rtsp-stream-dialog .rtsp-stream-options-container__overlay .label-checkbox {
  background: #F1F1F1;
}
#rtsp-stream-dialog .rtsp-stream-options-container__overlay .label-checkbox:not(:last-of-type) {
  margin-bottom: 5px;
}
#rtsp-stream-dialog .rtsp-stream-options-container__overlay .label-checkbox.active {
  background: #EBEBEB;
  color: #444444;
}
#rtsp-stream-dialog .rtsp-stream-options-container__overlay .label-checkbox.active:before {
  background: #6DA7CB;
  border-color: #FDFDFD;
}
#rtsp-stream-dialog .rtsp-stream-options-container .option-header {
  color: #787878;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
#rtsp-stream-dialog .label-radio-option,
#rtsp-stream-dialog .label-checkbox {
  align-items: center;
  border-radius: 5px;
  color: #8D8D8D;
  cursor: pointer;
  display: flex;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#rtsp-stream-dialog .label-radio-option:before,
#rtsp-stream-dialog .label-checkbox:before {
  background: #ebebeb;
  border-radius: 100%;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  width: 14px;
}
#rtsp-stream-dialog .label-radio-option.label-checkbox:before,
#rtsp-stream-dialog .label-checkbox.label-checkbox:before {
  border-radius: 5px;
}
#rtsp-stream-dialog .label-radio-option.label-radio:before,
#rtsp-stream-dialog .label-checkbox.label-radio:before {
  border-radius: 100%;
}
#rtsp-stream-dialog .label-radio-option input[type=checkbox],
#rtsp-stream-dialog .label-checkbox input[type=checkbox],
#rtsp-stream-dialog .label-radio-option input[type=radio],
#rtsp-stream-dialog .label-checkbox input[type=radio] {
  opacity: 0;
  position: absolute;
}
#rtsp-stream-dialog .label-radio-option span,
#rtsp-stream-dialog .label-checkbox span {
  left: 34px;
  position: absolute;
  top: 0;
}
#rtsp-stream-dialog .label-radio-option.active,
#rtsp-stream-dialog .label-checkbox.active {
  background: #dddddd;
  color: #444444;
}
#rtsp-stream-dialog .label-radio-option.active:before,
#rtsp-stream-dialog .label-checkbox.active:before {
  background: #6DA7CB;
  border-color: #fdfdfd;
}
#rtsp-stream-dialog .label-radio-option.active span,
#rtsp-stream-dialog .label-checkbox.active span {
  font-weight: 600;
}
#rtsp-stream-dialog .label-radio-option.disabled,
#rtsp-stream-dialog .label-checkbox.disabled {
  opacity: 0.8 !important;
}
#rtsp-stream-dialog .label-radio-option .selector label,
#rtsp-stream-dialog .label-checkbox .selector label {
  background-color: #fdfdfd;
}
#rtsp-stream-dialog canvas {
  border-radius: 2px;
}
.seek-to-dialog .modal-dialog {
  width: 250px;
}
.seek-to-dialog .modal-dialog .body {
  align-items: center;
  display: flex;
}
.seek-to-dialog .modal-dialog .body .form-group {
  margin: 0;
}
.seek-to-dialog .modal-dialog .body .form-group div {
  padding: 0;
  width: 100%;
}
.seek-to-dialog .modal-dialog .body .form-group div input {
  text-align: center;
}
.seek-to-dialog .modal-dialog .modal-body,
.seek-to-dialog .modal-dialog .modal-footer {
  padding: 15px;
}
#speedtest-dialog .progress-bar {
  background-color: #e5e5e5;
  border-radius: 5px;
  grid-area: bar;
  height: 5px;
  margin-top: 5px;
  width: 100%;
  box-shadow: none;
}
#speedtest-dialog .progress-bar span {
  background-color: #5a98c4;
  border-radius: 5px;
  display: block;
  height: 5px;
}
#speedtest-dialog .progress-data {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#speedtest-dialog .progress-data span:first-child {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}
#speedtest-dialog .progress-data span:nth-child(2) {
  text-align: right;
}
#speedtest-dialog .progress-title {
  color: #7f8387;
  font-weight: 600;
}
#text-input-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#text-input-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#text-input-dialog .modal-form label,
#text-input-dialog .modal-form .label {
  margin-left: 0;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
#text-input-dialog .modal-form label > *,
#text-input-dialog .modal-form .label > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#text-input-dialog .modal-form label.focus,
#text-input-dialog .modal-form .label.focus {
  color: #489de0;
}
#text-input-dialog .modal-form label .field-label,
#text-input-dialog .modal-form .label .field-label,
#text-input-dialog .modal-form label .list-item,
#text-input-dialog .modal-form .label .list-item {
  padding: 10px 0;
}
#text-input-dialog .modal-form label .list-item,
#text-input-dialog .modal-form .label .list-item {
  margin-left: 10px;
  display: inline-block;
}
#text-input-dialog .modal-form label .faded,
#text-input-dialog .modal-form .label .faded {
  opacity: .75;
  color: #c0c0c0;
}
#text-input-dialog .modal-form .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#text-input-dialog label {
  margin-left: 0;
  font-size: 15px;
  font-weight: normal;
  color: #555;
}
#text-input-dialog label.no-bottom-border {
  border-bottom: none;
}
@media (max-width: 480px) {
  #text-input-dialog label {
    font-size: 12px;
  }
}
#track-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#track-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#track-dialog .modal-form .form-control {
  font-size: 12px;
}
#track-dialog .modal-form .btn-submit {
  min-width: 75px;
}
#track-dialog .modal-form hr {
  border-color: #ebebeb;
  margin: 15px -10px;
}
#track-dialog .modal-form .body label {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  font-size: 12px;
  font-weight: normal;
  grid-template-columns: 30px 1fr 2fr;
  margin: 0;
  padding: 7px 10px;
  position: relative;
  user-select: none;
}
#track-dialog .modal-form .body label.focus {
  color: #489de0;
}
#track-dialog .modal-form .body label .field-label {
  padding: 10px 0;
}
#track-dialog .modal-form .body label .list-item {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 0;
}
#track-dialog .modal-form .body label .faded {
  color: #C0C0C0;
  opacity: 0.75;
}
#track-dialog .modal-form .body label:before {
  background: #ebebeb;
  border-radius: 100%;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  left: 13px;
  position: absolute;
  top: 15px;
  width: 14px;
}
#track-dialog .modal-form .body label.active {
  background: #ebebeb;
  color: #444444;
}
#track-dialog .modal-form .body label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#track-dialog .modal-form .body label.active .text-input,
#track-dialog .modal-form .body label.active select {
  background-color: #fdfdfd;
}
#track-dialog .modal-form .body input[type=radio] {
  opacity: 0;
  margin: 0;
}
#track-dialog .modal-form .body .badge-status-error {
  background: #EAADA4;
  border-radius: 5px;
  color: #7D2A1C;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
#track-dialog .modal-form .body .text-input {
  background: #ebebeb;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: #444444;
  cursor: text;
  height: 30px;
  padding: 0 10px;
  width: auto;
}
#track-dialog .modal-form .body .text-input::placeholder {
  color: #7f8387;
}
#track-dialog .modal-form .body .selector {
  width: auto;
}
#track-dialog .modal-form .body label.disabled {
  cursor: default;
  opacity: 0.3;
}
#track-dialog .modal-form .body-joystick-tracking .track-name-exists-error {
  position: absolute;
  right: 20px;
  top: 12px;
}
#upload-match-report-dialog .modal-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
}
#upload-match-report-dialog .modal-form > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#upload-match-report-dialog .modal-form .text-input {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
#upload-match-report-dialog .modal-form .ui-select-bootstrap .ui-select-choices-row > span {
  font-size: 13px;
}
#upload-match-report-dialog .modal-form .ui-select-toggle {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 13px;
}
#upload-match-report-dialog .modal-form .ui-select-choices-row-inner {
  padding: 5px 12px;
}
#upload-match-report-dialog .drop-box {
  margin-top: 15px;
  background-color: #fdfdfd;
  outline: 2px dashed #dbdbdb;
  outline-offset: -10px;
  height: 200px;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}
#upload-match-report-dialog .drop-box .icon {
  width: 100%;
  height: 40px;
  fill: #80b5d2;
  display: block;
  margin-bottom: 20px;
}
#upload-match-report-dialog .drop-box #file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#upload-match-report-dialog .drop-box label {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#upload-match-report-dialog .drop-box label .strong {
  font-weight: 700;
}
#upload-match-report-dialog .progress {
  height: auto !important;
}
#upload-match-report-dialog .drop-box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: rgba(128, 181, 210, 0.26);
}
#user-dialog .user-levels label {
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #888888;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 35px;
  line-height: 30px;
  margin-left: 16px;
  overflow: hidden;
}
#user-dialog .user-levels label:before {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  content: '';
  display: inline-block;
  height: 14px;
  right: 5px;
  position: relative;
  width: 14px;
}
#user-dialog .user-levels label.label-checkbox:before {
  border-radius: 5px;
}
#user-dialog .user-levels label:hover {
  background: #ffffff;
}
#user-dialog .user-levels label input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#user-dialog .user-levels label span {
  left: 10px;
  position: relative;
}
#user-dialog .user-levels label.active {
  background: #ebebeb;
  color: #444444;
}
#user-dialog .user-levels label.active:before {
  background: #6da7cb;
  border-color: #fdfdfd;
}
#user-dialog .user-levels label.active span {
  font-weight: bold;
}
#user-dialog hr {
  border-color: #d4d4d4;
}
#user-group-dialog hr {
  border-color: #d4d4d4;
}
/* Directives */
.autofollow-widget {
  flex-grow: 1.0;
  position: relative;
}
.autofollow-widget img {
  opacity: 0.8;
}
.autofollow-widget .camera img {
  cursor: pointer;
}
.autofollow-widget .roi-container {
  left: 0;
  position: absolute;
  top: 0;
}
.autofollow-widget .roi-container .roi {
  background: repeating-linear-gradient(45deg, #822929, #ff0000 5px, transparent 5px, transparent 10px);
  background-color: transparent;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
.autofollow-widget .autofollow-container {
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 6px 10px 10px;
}
.autofollow-widget .dropdowns-container {
  display: grid;
  grid-template-columns: 183px 100px;
  grid-column-gap: 15px;
}
.autofollow-widget .floorplan-court {
  max-width: 300px;
}
.autofollow-widget .region-of-interest {
  font-size: 12px;
  margin: 0 !important;
  width: 185px;
}
#exported-clips-widget {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
#exported-clips-widget .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  top: 40px;
}
#exported-clips-widget .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#exported-clips-widget .placeholder span {
  color: #d4d4d4;
  font-size: 20px;
}
#exported-clips-widget .exported-clips-items {
  display: grid;
  grid-gap: 15px;
  padding: 15px;
}
@media screen and (max-width: 699px) {
  #exported-clips-widget .exported-clips-items {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 700px) and (max-width: 1200px) {
  #exported-clips-widget .exported-clips-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #exported-clips-widget .exported-clips-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1401px) {
  #exported-clips-widget .exported-clips-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
#exported-clips-widget .exported-clips-items .item {
  align-items: flex-end;
  background-color: #7f8387;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  color: #e5e5e5;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 180px;
  max-height: 180px;
  padding: 10px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#exported-clips-widget .exported-clips-items .item:after {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  border-radius: 8px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#exported-clips-widget .exported-clips-items .item span {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #fdfdfd;
  opacity: 0.8;
  padding: 5px 7px;
  z-index: 101;
}
#exported-clips-widget .exported-clips-items .item span.item-info-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#exported-clips-widget .exported-clips-items .item span.item-info-download {
  text-shadow: none;
}
#exported-clips-widget .exported-clips-items .item span.item-info-download:hover {
  background-color: #fdfdfd;
  color: #1b1b1b;
}
#exported-clips-widget .exported-clips-items .item:hover {
  border-color: #b4b4b4;
}
#exported-clips-widget .exported-clips-items .item:hover span {
  opacity: 1;
}
.floorplan-court {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
  background: #e5e5e5;
}
.floorplan-court.with-border {
  border: 10px solid #fdfdfd;
}
.floorplan-court .camera {
  width: 0;
  height: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  position: absolute;
}
.floorplan-court .camera > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.floorplan-court .camera img {
  cursor: pointer;
}
.floorplan-court .camera img.disabled {
  cursor: default;
  opacity: 0.75;
}
.floorplan-court .camera img.active {
  will-change: filter;
  -webkit-filter: drop-shadow(2px 2px 0 #ff0000) drop-shadow(-2px 2px 0 #ff0000) drop-shadow(2px -2px 0 #ff0000) drop-shadow(-2px -2px 0 #ff0000);
  filter: drop-shadow(2px 2px 0 #ff0000) drop-shadow(-2px 2px 0 #ff0000) drop-shadow(2px -2px 0 #ff0000) drop-shadow(-2px -2px 0 #ff0000);
}
.bootstrap-timepicker .timepicker-container {
  background: #fdfdfd;
  border-radius: 3px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -82px;
  margin-top: -52px;
  padding: 20px;
  position: absolute;
}
.bootstrap-timepicker .btn {
  color: #000000;
}
.bootstrap-timepicker input {
  font-size: 14px;
  height: 34px;
}
.bootstrap-timepicker .form-control[disabled],
.bootstrap-timepicker .form-control[readonly],
.bootstrap-timepicker fieldset[disabled] .form-control {
  background-color: #fdfdfd !important;
}
.bootstrap-timepicker span.glyphicon {
  user-select: none;
}
.my-btn-chevron {
  padding: 10px 30px 10px 10px;
  background-color: red;
  border-radius: 2px;
  position: relative;
  display: block;
  text-decoration: none;
}
.my-btn-chevron .my-btn-chevron-label {
  display: block;
  color: #2094fa;
  font-weight: bold;
}
.my-btn-chevron .my-btn-chevron-description {
  display: block;
  line-height: 1.2em;
  margin-top: 3px;
}
.my-btn-chevron .icon-chevron-right {
  font-size: 12px;
  line-height: 20px;
  vertical-align: baseline;
  color: red;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
}
.my-btn-chevron:hover {
  background-color: green;
  text-decoration: none;
}
.my-btn-chevron[disabled] {
  cursor: default;
  opacity: 0.2;
}
.my-checkbox-scroll-list {
  padding: 0;
  font-size: 0.9em;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 3px;
  position: relative;
}
.my-checkbox-scroll-list .my-checkbox-scroll-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfdfd;
  opacity: 0.7;
  z-index: 1000;
}
.my-checkbox-scroll-list .header {
  padding: 8px 10px;
  line-height: 16px;
  background: #e5e5e5;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.my-checkbox-scroll-list .header .title {
  font-weight: 600;
  text-shadow: 0 1px 0 #fdfdfd;
}
.my-checkbox-scroll-list ul,
.my-checkbox-scroll-list .scrollable-menu {
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}
.my-checkbox-scroll-list ul > li.has-octicoon,
.my-checkbox-scroll-list .scrollable-menu > li.has-octicoon {
  padding: 8px 8px 8px 30px;
}
.my-checkbox-scroll-list ul > li,
.my-checkbox-scroll-list .scrollable-menu > li {
  background-color: #fdfdfd;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 8px 8px 8px;
}
.my-checkbox-scroll-list ul > li .octicon-check,
.my-checkbox-scroll-list .scrollable-menu > li .octicon-check {
  float: left;
  margin-left: -20px;
  visibility: hidden;
  opacity: 0.5;
}
.my-checkbox-scroll-list ul > li.selected .octicon-check,
.my-checkbox-scroll-list .scrollable-menu > li.selected .octicon-check {
  visibility: visible;
}
.my-checkbox-scroll-list ul label,
.my-checkbox-scroll-list .scrollable-menu label {
  margin-bottom: 0;
}
.open .my-checkbox-scroll-list {
  margin-top: 3px;
  border-top-left-radius: 0;
}
.my-dropdown-btn {
  padding-right: 30px;
  border: none !important;
  background: inherit !important;
  box-shadow: none !important;
  color: grey !important;
  font-weight: 400 !important;
}
.my-dropdown-btn-selected-filters-indicator {
  align-items: center;
  display: inline-flex;
}
.my-dropdown-btn-selected-filters-indicator i {
  color: #b4b4b4;
  font-size: 11px;
  font-style: normal;
  position: relative;
  left: 4px;
  top: 1px;
  width: 10px;
  display: none;
}
.my-dropdown-btn-selected-filters-indicator.active span {
  font-weight: bold;
}
.my-dropdown-btn-selected-filters-indicator.active i {
  display: inline;
}
.my-dropdown-btn:after {
  font-family: FontAwesome;
  content: '\f0d7';
  display: block;
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: grey;
}
.my-dropdown.open .my-dropdown-btn,
.my-dropdown.open .my-dropdown-btn:hover {
  background: #fdfdfd;
  border-color: #e5e5e5;
  box-shadow: none;
}
.my-dropdown.open .my-dropdown-btn:not([disabled]) {
  z-index: 1001;
  border-bottom-color: #fdfdfd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.open.inline .my-dropdown-btn {
  min-height: 42px;
}
.inline .my-dropdown-btn {
  min-width: 100px;
}
.my-dropdown-menu {
  min-width: 250px;
  padding: 0;
  background-color: #fdfdfd;
  background-clip: padding-box;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.my-dropdown-menu .menu-header {
  padding: 8px 10px;
  line-height: 16px;
  background: #e5e5e5;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.my-dropdown-menu .menu-header .octicon {
  display: block;
  float: right;
  cursor: pointer;
  opacity: 0.5;
}
.my-dropdown-menu .menu-header .octicon:hover {
  opacity: 1.0;
}
.my-dropdown-menu .menu-header .menu-title {
  font-weight: 600;
  text-shadow: 0 1px 0 #fdfdfd;
}
.my-dropdown-menu ul,
.my-dropdown-menu .scrollable-menu {
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}
.my-dropdown-menu ul > li,
.my-dropdown-menu .scrollable-menu > li {
  cursor: pointer;
  background-color: #fdfdfd;
  padding: 8px 8px 8px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.my-dropdown-menu ul > li a,
.my-dropdown-menu .scrollable-menu > li a,
.my-dropdown-menu ul > li a:hover,
.my-dropdown-menu .scrollable-menu > li a:hover {
  color: #888888;
  font-weight: normal;
  background: none;
  text-shadow: none;
}
.my-dropdown-menu ul > li .octicon-check,
.my-dropdown-menu .scrollable-menu > li .octicon-check {
  float: left;
  margin-left: -20px;
  visibility: hidden;
  opacity: 0.5;
}
.my-dropdown-menu ul > li.selected a,
.my-dropdown-menu .scrollable-menu > li.selected a {
  font-weight: 600;
  color: #7f8387;
}
.my-dropdown-menu ul > li.selected .octicon-check,
.my-dropdown-menu .scrollable-menu > li.selected .octicon-check {
  visibility: visible;
}
.my-dropdown-menu ul > li:hover,
.my-dropdown-menu .scrollable-menu > li:hover {
  background: #5a98c4;
}
.my-dropdown-menu ul > li:hover a,
.my-dropdown-menu .scrollable-menu > li:hover a {
  color: #fdfdfd;
}
.open .my-dropdown-menu {
  margin-top: 3px;
  border-top-left-radius: 0;
}
.my-dropdown .inline {
  margin-bottom: 9px;
}
.my-dropdown .inline.open {
  margin-bottom: 0;
}
.my-dropdown li.toggle-filter-all {
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-left: -20px;
}
.my-dropdown li.toggle-filter-all i {
  font-size: 14px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.my-dropdown li.toggle-filter-all:hover {
  background-color: #4788BE;
  color: #fdfdfd;
}
form .form-group:last-child {
  margin-bottom: 0;
}
form .input-group.addon-left .input-group-addon {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
form .has-error .help-block,
form .has-error .control-label {
  color: #b94a48;
}
form .has-error .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form .has-error .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
form .has-error .input-group-addon {
  background-color: #f2dede;
  border-color: #b94a48;
  color: #b94a48;
}
form .required:after {
  color: #2094fa;
  content: "*";
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 3px;
}
.my-hue-picker {
  background-color: #000000;
  border: 1px solid #000000;
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
}
.my-hue-picker-btn-default,
.my-hue-picker-btn {
  border: 1px solid;
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
}
.my-hue-picker-btn-default.selected,
.my-hue-picker-btn.selected,
.my-hue-picker-btn-default:hover,
.my-hue-picker-btn:hover {
  border-color: #fdfdfd !important;
}
.my-hue-picker-btn-default:after {
  border-top: 1px solid #ff3b2f;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 0 0;
  width: 18px;
}
.my-input-tags tags-input {
  display: block;
}
.my-input-tags tags-input *,
.my-input-tags tags-input *:before,
.my-input-tags tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-input-tags tags-input .host {
  height: 36px;
  padding: 4px 2px;
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
  background-color: #fdfdfd;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.my-input-tags tags-input .tags {
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  margin-left: 40px;
  margin-top: -6px;
}
.my-input-tags tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.my-input-tags tags-input .tags .tag-item {
  display: block;
  float: left;
  padding: 0 4px;
  margin: 6px 2px;
  line-height: 23px;
  font-size: 11px;
  border: 1px solid #d2d2d2;
  background: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
  background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.my-input-tags tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
.my-input-tags tags-input .tags .input {
  margin-top: 2px;
  border: 0;
  outline: none;
  color: #555;
  padding-left: 5px;
  float: left;
  height: 32px;
  line-height: 20px;
}
.my-input-tags tags-input .tags .input.invalid-tag {
  color: red;
}
.my-input-tags tags-input .tags .input::-ms-clear {
  display: none;
}
.my-input-tags tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
.my-input-tags tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fdfdfd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
}
.my-input-tags tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.my-input-tags tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #fdfdfd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-input-tags tags-input .autocomplete .suggestion-item.selected {
  color: #fdfdfd;
  background-color: #0097cf;
}
.my-input-tags tags-input .autocomplete .suggestion-item.selected em {
  color: #fdfdfd;
  background-color: #0097cf;
}
.my-input-tags tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: #fdfdfd;
}
.my-input-tags .input-group-addon {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.my-multiselect-dropdown {
  position: relative;
}
.my-multiselect-dropdown-select:hover {
  cursor: pointer;
}
.my-multiselect-dropdown-select.selected,
.my-multiselect-dropdown-select.selected:hover {
  background-color: #2e2e30 !important;
  cursor: pointer;
  color: #fdfdfd !important;
}
.my-multiselect-dropdown-select option {
  display: none;
}
.my-multiselect-dropdown-select.placeholder {
  color: #5a595b;
}
.my-multiselect-dropdown-dropdown-container {
  min-width: 228px;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 80;
}
.my-multiselect-dropdown-dropdown-container .input-wrapper {
  background-color: #2e2e30 !important;
  border: 1px solid #4e4e4e;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  height: 30px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 100%;
  z-index: 82;
}
.my-multiselect-dropdown-dropdown-container .input-wrapper input[type=text] {
  background-color: #2e2e30 !important;
  color: #fdfdfd;
  height: 28px;
  min-width: 100%;
  left: 0;
  padding-left: 10px !important;
  position: absolute;
  top: 0;
}
.my-multiselect-dropdown-dropdown-container .input-wrapper input[type=text]::placeholder {
  color: #b4b4b4;
}
.my-multiselect-dropdown-dropdown {
  background-color: #fdfdfd;
  border: 1px solid #b4b4b4;
  border-radius: 0 0 5px 5px;
  border-top: none;
  right: 0;
  top: 31px;
  max-height: 350px;
  min-height: 65px;
  min-width: 228px;
  overflow: auto;
  position: relative;
  text-align: left;
  z-index: 82;
}
.my-multiselect-dropdown-dropdown ul {
  list-style: none;
  margin-bottom: 0;
}
.my-multiselect-dropdown-dropdown ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px 5px 0;
  white-space: nowrap;
}
.my-multiselect-dropdown-dropdown ul li i {
  color: #7f8387;
  margin: 0 10px;
}
.my-multiselect-dropdown-dropdown ul li.no-results-in-search {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #ff3b2f;
}
.my-multiselect-dropdown-dropdown ul li.no-results-in-search i {
  color: #ff3b2f;
}
.my-multiselect-dropdown-dropdown ul li.no-results-in-search:hover {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #ff3b2f;
  cursor: default;
}
.my-multiselect-dropdown-dropdown ul li.no-results-in-search:hover i {
  color: #ff3b2f;
}
.my-multiselect-dropdown-dropdown ul li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.my-multiselect-dropdown-dropdown ul li:hover i {
  color: #000000;
}
.my-multiselect-dropdown-dropdown ul li.all-items,
.my-multiselect-dropdown-dropdown ul li.no-items {
  border-color: #1b1b1b;
  color: #212121;
  font-weight: 600;
}
.my-multiselect-dropdown-dropdown ul li.all-items.checked,
.my-multiselect-dropdown-dropdown ul li.no-items.checked {
  background-color: #e5e5e5;
  color: #5a595b;
}
.my-multiselect-dropdown-dropdown ul li.all-items.checked i,
.my-multiselect-dropdown-dropdown ul li.no-items.checked i {
  color: #b4b4b4;
}
.my-multiselect-dropdown-dropdown ul li.checked {
  background-color: #f2f2f2;
  color: #5a595b;
}
.my-multiselect-dropdown-dropdown ul li.checked i {
  color: #1b1b1b;
}
.my-multiselect-dropdown-dropdown ul li span.child {
  font-weight: 700;
}
.my-multiselect-dropdown-dropdown ul li span.parent {
  font-weight: 400;
  text-transform: uppercase;
}
.my-multiselect-dropdown-dropdown ul li span.grey {
  color: #5a595b;
}
.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.loading-spinner > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.loading-spinner-relative {
  position: relative !important;
}
.loading-spinner-svg {
  animation: loading-spinner-animation 0.75s step-end infinite;
  transform-origin: center;
}
@keyframes loading-spinner-animation {
  8.3% {
    transform: rotate(30deg);
  }
  16.6% {
    transform: rotate(60deg);
  }
  25% {
    transform: rotate(90deg);
  }
  33.3% {
    transform: rotate(120deg);
  }
  41.6% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(180deg);
  }
  58.3% {
    transform: rotate(210deg);
  }
  66.6% {
    transform: rotate(240deg);
  }
  75% {
    transform: rotate(270deg);
  }
  83.3% {
    transform: rotate(300deg);
  }
  91.6% {
    transform: rotate(330deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#nav {
  align-items: center;
  display: inline-grid;
  grid-template-columns: 100px auto 100px;
  width: 100%;
}
#nav .btn:active,
#nav .btn:focus,
#nav .btn:hover {
  background-color: #80afd1;
  border-color: #80afd1;
}
@media (min-width: 1000px) {
  #nav {
    display: none;
  }
}
#nav .navbar-menu {
  margin-left: 7px;
}
#nav .navbar-title {
  color: #fdfdfd;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#nav .navbar-options {
  margin-right: 7px;
  text-align: right;
}
#nav .navbar-options .dropdown-menu {
  text-align: left;
  font-size: inherit;
  left: auto;
  right: 0;
}
#nav .navbar-options .dropdown-menu li.warning a,
#nav .navbar-options .dropdown-menu li.warning a i {
  color: #a90000;
}
.navbar .logo {
  border-bottom: 1px solid #272d36;
  height: 50px;
  line-height: 50px;
  margin: 0 10px 0 10px;
}
.navbar .logo:hover {
  cursor: pointer;
}
.navbar .logo img {
  margin-left: 7px;
  height: 20px;
}
.player-hls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  background-color: #000000;
  bottom: 38px !important;
}
.player-hls > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.player-hls video::-webkit-media-controls-start-playback-button {
  display: none;
}
.player-hls.full-screen-video {
  height: 100%;
}
.player-hls .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #dddddd;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.player-hls .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.player-hls .placeholder i {
  font-size: 100px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), 0px -2px 0 rgba(0, 0, 0, 0.2);
}
.player-hls .placeholder span {
  color: #d0d0d0;
  font-size: 20px;
}
.player-hls .videoplayer {
  flex-grow: 1;
}
.player-hls .videoplayer div[data-no-op] {
  display: none;
}
.player-hls .videoplayer .panzoom {
  position: relative;
}
.player-hls .videoplayer .drawing-area {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 20;
}
.player-hls .videoplayer .drawing-area canvas {
  -ms-touch-action: none;
  touch-action: none;
}
.player-hls .videoplayer .drawing-area.active {
  cursor: crosshair;
}
.player-hls .videoplayer video {
  height: 100%;
  width: 100%;
}
.player-hls .videoplayer video > div {
  width: 100% !important;
}
.player-hls .controls.bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  background: #000000;
  border-top: 1px solid #444444;
  bottom: -38px;
  height: 38px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  right: 0;
  z-index: 1010;
}
.player-hls .controls.bottom > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.player-hls .controls.bottom > div {
  background-image: none;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.player-hls .controls.bottom .button.disabled {
  opacity: 0.5;
}
.player-hls .controls.bottom .button img {
  height: 23px;
  margin: 0 5px;
  width: 23px;
}
.player-hls .controls.bottom .button:not(.disabled) {
  cursor: pointer;
}
.player-hls .controls.bottom .button-icon i {
  color: #fdfdfd;
  cursor: pointer;
  display: block;
  font-size: 21px;
  margin: 0 10px;
}
.player-hls .controls.bottom .button.audio-stream {
  color: #fdfdfd;
  cursor: pointer;
  font-size: 20px;
  line-height: 35px;
  margin-left: 5px;
  width: 25px;
}
.player-hls .controls.bottom .camera-button img {
  height: 20px;
}
.player-hls .controls.bottom .fullscreen-button {
  font-size: 20px !important;
  padding-top: 2px;
}
.player-hls .controls.bottom #live-button,
.player-hls .controls.bottom #video-quality-button {
  align-items: center;
  border-radius: 5px;
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 25px !important;
  margin: 0 5px;
  opacity: 0.5;
  padding: 0 10px;
}
.player-hls .controls.bottom #live-button.active,
.player-hls .controls.bottom #video-quality-button.active {
  opacity: 1.0;
}
.player-hls .controls.bottom #live-button {
  border: 1px solid #fdfdfd;
}
.player-hls .controls.bottom #live-button.active {
  border: 2px solid #ff3b2f;
  color: #ff3b2f;
  padding: 0 9px;
}
.player-hls .controls.bottom #audio-stream-selector-btn.muted {
  position: relative;
}
.player-hls .controls.bottom #audio-stream-selector-btn.muted:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #fdfdfd;
  border: 1px solid #000000;
  content: "";
  height: 30px;
  left: 10px;
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  width: 3px;
}
.player-hls .controls.bottom #audio-stream-selector-btn.muted:not(:hover) {
  opacity: 0.5;
}
.player-hls .controls.bottom #audio-stream-selector {
  background-color: rgba(18, 18, 18, 0.85);
  border-radius: 10px;
  bottom: 50px;
  height: 80px;
  padding: 10px;
  position: absolute;
  right: 70px;
  width: 270px;
}
.player-hls .controls.bottom #audio-stream-selector span {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 10px;
}
.player-hls .controls.bottom #audio-stream-selector .audio-stream-overview {
  font-size: 12px;
  margin: 10px 0 !important;
  width: 100%;
}
.player-hls .controls.bottom #playback-rate {
  background-color: rgba(18, 18, 18, 0.85);
  bottom: 50px;
  border-radius: 10px;
  height: 97px;
  padding: 10px;
  position: absolute;
  width: 270px;
}
.player-hls .controls.bottom #playback-rate span {
  color: #fdfdfd;
  padding-bottom: 5px;
  padding-top: 5px;
}
.player-hls .controls.bottom #playback-rate input {
  margin-right: 5px;
}
.player-hls .controls.bottom #playback-rate label {
  margin-right: 15px;
}
.player-hls .controls.bottom #playback-rate label:last-child {
  margin-right: 0;
}
.player-hls .controls.bottom .tapped {
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.9));
}
.player-hls .controls.bottom .toggable {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.player-hls .controls.bottom .button.active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.player-hls .controls.bottom .time {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fdfdfd;
  padding: 0 15px;
  width: auto;
}
.player-hls .controls.bottom .seekbar-container {
  -webkit-flex-grow: 1;
  grow: 1;
  margin-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.player-hls .seekbar-slider {
  position: relative;
  width: 100%;
}
.player-hls .ui-slider-horizontal {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 4px;
}
.player-hls .ui-slider-horizontal .ui-slider-range {
  background: #ff3b2f !important;
}
.player-hls .ui-slider-horizontal .ui-slider-handle {
  -webkit-box-shadow: none;
  background: #fdfdfd;
  border: 1px solid black;
  border-radius: 14px;
  box-shadow: none;
  cursor: pointer;
  height: 20px;
  outline-width: 0;
  top: -9px;
  width: 20px;
  z-index: 3;
}
.player-hls .ui-slider-horizontal .ui-slider-handle:after {
  display: none;
}
.player-hls .ui-slider-range-min {
  left: -1px;
}
.player-hls .player-wrapper {
  position: relative;
}
.player-hls .player-wrapper .websocket-live-recording {
  background-color: #A44848;
  border-radius: 5px;
  color: #fdfdfd;
  display: none;
  font-size: 10px;
  font-weight: 600;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1001;
}
.player-hls .player-wrapper .websocket-live-recording i {
  color: #fdfdfd !important;
  font-size: 8px !important;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.player-hls .player-wrapper .match-time-clock,
.player-hls .player-wrapper .rendered-output-video-overlay {
  color: #e5e5e5;
  display: none;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #000000;
}
.player-hls .player-wrapper .match-time-clock {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-flex;
  height: 36px;
  padding: 0 8px;
  z-index: 100;
}
.player-hls .player-wrapper .match-time-clock span {
  align-items: center;
  background: rgba(256, 256, 256, 0.7);
  border-radius: 5px;
  color: #000000;
  display: flex;
  font-size: 16px;
  margin-left: 8px;
  padding: 0 5px 0 2px;
  text-shadow: none;
}
.player-hls .player-wrapper .match-time-clock span i {
  font-style: normal;
}
.player-hls .player-wrapper .rendered-output-video-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: flex !important;
  z-index: 1001;
}
.player-hls .player-wrapper .rendered-output-video-overlay span {
  margin: 0 15px 0 10px;
}
.player-hls .player-wrapper .rendered-output-video-overlay i {
  font-size: 17px;
  opacity: 0.7;
}
.player-hls .player-wrapper .rendered-output-video-overlay i.fa-tag {
  font-size: 15px;
  margin: 0 0 0 10px;
  padding-top: 3px;
}
.player-hls .player-wrapper .rendered-output-video-overlay i.fa-close {
  background-color: #000000;
  border-radius: 0 5px 5px 0;
  color: #fdfdfd;
  cursor: pointer;
  padding: 10px;
}
.player-hls .player-wrapper .rendered-output-video-overlay i.fa-close:not(:hover) {
  color: #b4b4b4;
  opacity: 0.5;
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.player-hls .camera-dialog-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
}
.player-hls .camera-dialog-backdrop.invisible {
  visibility: hidden;
}
.player-hls .camera-dialog {
  left: 50%;
  position: absolute;
  top: 50%;
}
.player-hls #audio {
  display: none;
}
.ptz-controls-onvif {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.ptz-controls-onvif .ptz-ctl-box {
  bottom: 0;
  height: 160px;
  left: 0;
  position: absolute;
  width: 160px;
  opacity: 0.5;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box {
  background-color: #fdfdfd;
  border: 1px solid #5a595b;
  border-radius: 80px;
  color: #000000;
  height: 160px;
  position: absolute;
  width: 160px;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .left,
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .right,
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .up,
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .down {
  position: absolute;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .left {
  left: 10px;
  top: 74px;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .right {
  right: 10px;
  top: 74px;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .up {
  left: 74px;
  top: 10px;
}
.ptz-controls-onvif .ptz-ctl-box .ptz-pad-box .down {
  left: 74px;
  top: 140px;
}
.ptz-controls-onvif .ptz-zom-ctl-box {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(7, auto);
  position: absolute;
  right: 0;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn {
  align-items: center;
  border-radius: 0;
  border-right: 0;
  display: flex;
  font-size: 18px;
  height: 45px;
  justify-content: center;
  opacity: 0.6;
  width: 45px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn:hover {
  opacity: 0.8;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.active {
  background-color: #fdfdfd;
  color: #444444;
  opacity: 0.8;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-zom-in,
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-zom-ot {
  font-size: 17px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-zom-in .glyphicon,
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-zom-ot .glyphicon {
  top: 1px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-lock .fa,
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-wiper .fa {
  position: relative;
  top: 2px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-gamepad {
  border-radius: 5px 0 0 5px;
  font-size: 20px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-lock {
  border-radius: 0 5px 5px 0;
  border-right: 1px;
  min-width: 45px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .btn.ptz-locked {
  color: #ff3b2f;
  opacity: 100 !important;
  width: auto;
}
.ptz-controls-onvif .ptz-zom-ctl-box .ptz-locked-by {
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  font-weight: unset;
  opacity: 100 !important;
  width: auto;
}
.ptz-controls-onvif .ptz-zom-ctl-box .ptz-locked-by span {
  color: #ff3b2f;
  font-weight: bold;
}
.ptz-controls-onvif .ptz-zom-ctl-box.sensitivity-controls-open .ptz-gamepad {
  border-radius: 0 0 0 5px;
}
.ptz-controls-onvif .ptz-zom-ctl-box.sensitivity-controls-open .ptz-lock {
  border-radius: 0 0 5px 0;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls {
  background-color: rgba(32, 41, 47, 0.8);
  border-radius: 5px 5px 0 0;
  height: 250px;
  padding: 10px;
  position: absolute;
  top: -250px;
  width: 100%;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls h5 {
  color: #d4d4d4;
  margin: 5px 10px 15px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-types {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr 1fr;
  height: 30px;
  margin: 10px 10px 15px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-types .sensitivity-controls-type {
  align-items: center;
  background-color: #7f8387;
  color: #fdfdfd;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  opacity: 0.8;
  width: 100%;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-types .sensitivity-controls-type:nth-child(odd) {
  border-radius: 5px 0 0 5px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-types .sensitivity-controls-type:nth-child(even) {
  border-radius: 0 5px 5px 0;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-types .sensitivity-controls-type.active {
  background-color: #fdfdfd;
  color: #444444;
  opacity: 1;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-options .sensitivity-controls-option {
  margin: 0 10px 10px;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-options .sensitivity-controls-option span {
  color: #d4d4d4;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.ptz-controls-onvif .ptz-zom-ctl-box .sensitivity-controls .sensitivity-controls-options .sensitivity-controls-option input[type=range] {
  display: inline-block;
  width: 100%;
}
.ptz-controls-onvif .ptz-rtsp-url-box {
  background: #E9E9E9;
  border-radius: 5px;
  padding: 8px 10px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.ptz-controls-onvif .ptz-rtsp-url-box span {
  font-size: 10px;
  font-weight: 600;
  user-select: all !important;
}
.ptz-controls-onvif .ptz-rtsp-url-box span i {
  cursor: pointer;
  margin-left: 5px;
  opacity: 0.6;
}
.ptz-controls-onvif .ptz-rtsp-url-box span:hover i {
  opacity: 1;
}
.ptz-view {
  align-items: center;
  background-color: #262626;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.ptz-view #mjpeg-image {
  aspect-ratio: 1.7777777777777777;
  display: none;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.ptz-view .ptz-controls .ptz-ctl-box {
  bottom: 15px;
  left: 15px;
}
.ptz-view .ptz-controls .ptz-zom-ctl-box {
  bottom: 15px;
  right: 15px;
}
@media (max-width: 450px) {
  .ptz-zom-ctl-box {
    display: none;
  }
}
@media (max-width: 560px) {
  max-width: 90vw !important;
  height: 90vh !important;
  
  .ptz-ctl-box {
    width: 80px;
    height: 80px;
    transform: scale(0.5);
    left: 0 !important;
    bottom: 30px !important;
  }
}
#sessions {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  position: relative;
}
#sessions > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sessions .body {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
#sessions .body .loading-spinner {
  z-index: 101;
}
#sessions #view-toggle {
  margin-left: 10px;
}
#sessions .filter {
  -webkit-flex-grow: 1;
  grow: 1;
  margin: 0 5px 0 0;
  position: relative;
}
#sessions .filter i.fa {
  position: absolute;
}
#sessions .filter i.fa.fa-times-circle {
  background-color: #fdfdfd;
  color: #ff3b2f;
  cursor: pointer;
  font-size: 17px;
  left: 10px;
  top: 7px;
  z-index: 11;
}
#sessions .filter i.fa.fa-search {
  font-size: 14px;
  left: 11px;
  top: 8px;
  z-index: 10;
}
#sessions .filter input {
  padding: 6px 10px 5px 30px;
}
#sessions li.selected a {
  font-weight: normal;
}
#sessions .list-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  overflow: auto;
  z-index: 100;
  background: #F3F3F3;
}
#sessions .list-view .session-group .session-group-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  color: #888888;
  padding: 8px 10px;
}
#sessions .list-view .session-group .session-group-header > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sessions .list-view .session-group .session-group-items {
  background: #fdfdfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#sessions .list-view .session-group .session-group-items .session-group-item {
  border-top: 1px solid #ccc;
  cursor: pointer;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  min-height: 80px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-date,
#sessions .list-view .session-group .session-group-items .session-group-item .session-details {
  border-bottom: 5px solid #fdfdfd;
  border-top: 5px solid #fdfdfd;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-date {
  border-right: 1px solid #EEEEEE;
  text-align: center;
  width: 90px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-details {
  padding: 0 10px 0 15px;
  position: relative;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-title {
  font-size: 15px;
  font-weight: 400;
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-owner {
  color: rgba(128, 181, 210, 0.67);
  font-size: 12px;
  margin: 10px 0;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-owner-court {
  font-weight: 600;
  text-transform: uppercase;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-owner .tracking-stream-badge {
  border-radius: 5px;
  font-size: 11px;
  opacity: 0.3;
}
#sessions .list-view .session-group .session-group-items .session-group-item .blink {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-time {
  border-bottom: 1px solid #F5F5F5;
  color: #AAAAAA;
  display: grid;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-time .local-time {
  color: #dddddd;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-date-weekday {
  border-bottom: 1px solid #f5f5f5;
  color: #AAAAAA;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-date-day {
  color: #80b5d2;
  font-size: 150%;
  line-height: 150%;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-date-month {
  color: #80b5d2;
  text-transform: uppercase;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-time-from-now {
  text-align: right;
  text-transform: lowercase;
  font-weight: normal;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-tags {
  color: rgba(153, 153, 153, 0.7);
  font-size: 11px;
  margin-bottom: 5px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-options {
  position: absolute;
  right: 10px;
  top: 25px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-options:hover .session-stop-dropdown {
  display: block;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-options:hover .session-is-live {
  background-color: #df7e6d;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-options-select {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  top: 0;
  width: 40px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-options-select i {
  color: #1b1b1b;
  padding-top: 11px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-stop-dropdown {
  background-color: #fdfdfd;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #a90000;
  display: none;
  padding: 10px 15px 10px 10px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 130px;
  z-index: 1;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-stop-dropdown i {
  margin-right: 10px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-stop-dropdown:hover {
  background-color: #F5F5F5;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-is-live {
  color: #fdfdfd;
  background: #E8A397;
  border-radius: 5px;
  display: block;
  font-size: 9px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  top: 20px;
}
#sessions .list-view .session-group .session-group-items .session-group-item .session-is-live i {
  color: #7D2A1C;
  margin: 3px 8px 0 2px;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected {
  border-color: #deb0ad;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-date,
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-details {
  border-color: #f7e3e1;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected * {
  background-color: #f7e3e1;
  border-color: #f1d0cd;
  color: #cf8d89;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-title {
  color: #611912;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-owner-court,
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-owner-owner {
  color: #ae6a65;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .tracking-stream-badge {
  background-color: #deb0ad !important;
  color: #f7e3e1 !important;
  opacity: 1 !important;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-options {
  background: none;
}
#sessions .list-view .session-group .session-group-items .session-group-item.selected .session-options i {
  color: #8b0000;
}
#sessions .list-view .session-group .session-group-item.background-odd {
  background: #f3f8fc;
}
#sessions .toolbar {
  padding: 0 0 0 5px;
}
#sessions .toolbar-headertools {
  margin: 0 7px;
}
@media (max-width: 999px) {
  #sessions .toolbar-headertools {
    display: none;
  }
}
#sessions .selection-options .btn {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  margin: 0;
  padding: 0 7px;
  min-width: 30px;
}
#sessions .selection-options .btn .remove-recordings-text {
  font-size: 11px;
  margin: 1px 7px 0 0;
}
#sessions .selection-options .btn .fa-square-o {
  font-size: 12px;
  margin-top: 2px;
}
#sessions .selection-options .btn.disabled {
  opacity: 0.4;
}
#sessions .badge-status-error {
  color: #7D2A1C;
  display: inline-block;
  background: #EAADA4;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
#sessions .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  align-items: center;
  color: #dddddd;
  display: flex;
  justify-content: center;
}
#sessions .placeholder > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sessions .placeholder i {
  font-size: 180px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), 0px -2px 0 rgba(0, 0, 0, 0.2);
}
#sessions .placeholder span {
  color: #D0D0D0;
  font-size: 20px;
}
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  background-color: #181e28;
  max-width: 200px;
  width: 85%;
}
#sidebar > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sidebar .nav-list {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  list-style: none;
}
#sidebar .nav-list li {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  font-size: 14px;
  grid-gap: 10px;
  grid-template-columns: 20px 1fr auto;
  margin: 7px 10px;
  padding: 10px 10px 10px 7px;
}
#sidebar .nav-list li i {
  align-items: center;
  color: #7f8387;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
#sidebar .nav-list li i.fa-tasks,
#sidebar .nav-list li i.fa-warning {
  position: relative;
  top: 1px;
}
#sidebar .nav-list li i.fa:not(.fa-info-circle),
#sidebar .nav-list li i.fa:not(.fa-warning) {
  font-size: 13px;
}
#sidebar .nav-list li i.icon-play-circle {
  font-size: 17px;
}
#sidebar .nav-list li span {
  color: #888888;
  font-weight: 600;
}
#sidebar .nav-list li span.badge {
  align-items: center;
  background-color: #2a6496;
  border-radius: 5px;
  color: #fdfdfd;
  display: flex;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  opacity: 0.8;
  padding: 0;
  width: 20px;
}
#sidebar .nav-list li.camera-list .badge-error {
  background-color: #272d36;
  padding-left: 7px;
  width: fit-content;
}
#sidebar .nav-list li.camera-list .badge-error i {
  color: #d93832;
}
#sidebar .nav-list li.camera-list.active .badge-error {
  background-color: #ff3b2f;
}
#sidebar .nav-list li.camera-list.active .badge-error i {
  color: #181e28;
}
#sidebar .nav-list li.video-tutorials i {
  font-size: 16px !important;
}
#sidebar .nav-list li.video-tutorials.active {
  background-color: #f8bf0c;
}
#sidebar .nav-list li.video-tutorials.active i,
#sidebar .nav-list li.video-tutorials.active span {
  color: #2b2716 !important;
}
#sidebar .nav-list li.active {
  background-color: #262d35;
}
#sidebar .nav-list li.active i {
  color: #ff3b2f;
}
#sidebar .nav-list li.active span {
  color: #fdfdfd;
}
#sidebar .nav-list li.active span.badge {
  opacity: 1;
}
#sidebar .nav-list li.active,
#sidebar .nav-list li:hover {
  color: #fdfdfd !important;
}
#sidebar .disk-usage {
  background-color: #272d36;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "title data" "bar bar";
  margin: 0 10px 10px;
  padding: 10px;
  position: relative;
}
#sidebar .disk-usage-bar {
  background-color: #181e28;
  border-radius: 5px;
  grid-area: bar;
  height: 5px;
  margin-top: 5px;
  width: 100%;
}
#sidebar .disk-usage-bar span {
  background-color: #2a6496;
  border-radius: 5px;
  display: block;
  height: 5px;
}
#sidebar .disk-usage-data {
  align-self: end;
  font-size: 10px;
  text-align: right;
}
#sidebar .disk-usage-data i {
  bottom: 1px;
  font-size: 7px;
  font-style: normal;
  position: relative;
}
#sidebar .disk-usage-title {
  color: #7f8387;
  font-weight: 600;
}
#sidebar .disk-usage.critical {
  background-color: #ff3b2f;
}
#sidebar .disk-usage.critical * {
  color: #fdfdfd;
}
#sidebar .disk-usage.critical .disk-usage-title {
  align-items: end;
  display: flex;
}
#sidebar .disk-usage.critical .disk-usage-title i {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#sidebar .disk-usage.critical .disk-usage-bar span {
  background-color: #e5e5e5;
}
#sidebar .disk-usage.critical:hover .disk-usage-bar span {
  background-color: #fdfdfd;
}
#sidebar .disk-usage:hover .disk-usage-data,
#sidebar .disk-usage:hover .disk-usage-title {
  color: #fdfdfd;
}
#sidebar .disk-usage:hover .disk-usage-bar span {
  background-color: #2094fa;
}
#sidebar #insecure-context,
#sidebar #not-connected {
  margin: 0 10px 10px;
}
#sidebar #insecure-context div,
#sidebar #not-connected div {
  background-color: #ff3b2f;
  border-radius: 5px;
  color: #fdfdfd;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 11px;
  text-transform: uppercase;
  width: 100%;
}
#sidebar #insecure-context div i,
#sidebar #not-connected div i {
  margin-right: 10px;
}
#sidebar #insecure-context div span,
#sidebar #not-connected div span {
  display: block;
  font-weight: 100;
  margin-top: 5px;
  text-transform: initial;
}
#sidebar #insecure-context {
  cursor: pointer;
}
#sidebar #insecure-context div:hover {
  background-color: #d93832;
}
#sidebar #settings-link {
  background-color: #272d36;
  border-radius: 5px 5px 0 0;
  bottom: -2px;
  color: #7f8387;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
}
#sidebar #settings-link .settings-link-initials {
  background-color: #7f8387;
  border-radius: 50%;
  color: #272d36;
  float: left;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  text-align: center;
  width: 30px;
}
#sidebar #settings-link .settings-link-label {
  font-size: 14px;
  line-height: 50px;
}
#sidebar #settings-link.active,
#sidebar #settings-link:hover {
  color: #fdfdfd;
  cursor: pointer;
}
#sidebar #settings-link.active .settings-link-initials,
#sidebar #settings-link:hover .settings-link-initials {
  background-color: #b4b4b4;
  color: #181e28;
}
.snap {
  align-items: center;
  border-bottom: none;
  display: flex;
  justify-content: center;
}
.snap img {
  display: block !important;
  height: auto;
  max-width: 100%;
}
.snap img.error,
.snap img.error[alt]:after {
  background: #fdfdfd url("../../../assets/img/no-signal.jpg") no-repeat center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.add-tag-widget {
  display: flex;
  flex-direction: column;
  position: relative;
}
.add-tag-widget .tab__header {
  align-items: self-start;
  display: flex;
  position: relative;
}
.add-tag-widget .tab__header .options {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.add-tag-widget .tab__header .dropdown {
  cursor: pointer;
  position: relative;
  z-index: 80;
}
.add-tag-widget .tab__header .dropdown i {
  position: relative;
  top: 1px;
}
.add-tag-widget .tab__header .dropdown.active {
  z-index: 110;
}
.add-tag-widget .tab__header .dropdown.active .dropdown-toggle-button {
  background-color: #2e2e30;
  border-radius: 5px 5px 0 0;
}
.add-tag-widget .tab__header .dropdown.active .dropdown-toggle-button i,
.add-tag-widget .tab__header .dropdown.active .dropdown-toggle-button span {
  color: #d4d4d4;
}
.add-tag-widget .tab__header .dropdown.active .dropdown-options {
  border-radius: 0 0 5px 5px;
  display: block;
}
.add-tag-widget .tab__header .dropdown-toggle-button {
  background-color: #2e2e30;
  border: 1px solid #5a595b;
  border-radius: 5px;
  color: #7f8387;
  padding: 5px 10px;
  text-align: left;
}
.add-tag-widget .tab__header .dropdown-toggle-button i:first-of-type {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: 0px;
}
.add-tag-widget .tab__header .dropdown-toggle-button:hover {
  color: #d4d4d4;
}
.add-tag-widget .tab__header .dropdown-options {
  background-color: #444444;
  border: 1px solid #5e5e5e;
  border-top: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  width: 100%;
}
.add-tag-widget .tab__header .dropdown-options span {
  display: block;
  padding: 10px;
  margin: 0;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.add-tag-widget .tab__header .dropdown-options span:hover,
.add-tag-widget .tab__header .dropdown-options span:active {
  background-color: #fdfdfd;
  color: #2e2e30;
}
.add-tag-widget .tab__header .dropdown-options span.active {
  background-color: #7f8387;
  color: #fdfdfd;
}
.add-tag-widget .tab__header .dropdown-options span.active:hover,
.add-tag-widget .tab__header .dropdown-options span.active:active {
  background-color: #fdfdfd;
  color: #2e2e30;
}
.add-tag-widget .tab__header .dropdown-options span:not(:first-of-type) {
  border-top: 1px solid #5e5e5e;
}
.add-tag-widget .tab__header .dropdown-options span:last-of-type {
  border-radius: 0 0 5px 5px;
}
.add-tag-widget .tab__header .dropdown-view-selector {
  margin-top: 5px;
}
.add-tag-widget .tab__header .live-button {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: 1px solid #808080;
  color: #B3B3B3;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 10px;
  padding: 4px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 85px;
}
.add-tag-widget .tab__header .live-button i {
  margin-right: 5px;
}
.add-tag-widget .tab__header .live-button.active {
  border-color: #B94A48;
  display: flex;
  justify-content: space-around;
}
.add-tag-widget .tab__container {
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
}
.add-tag-widget .tab__container.locked {
  cursor: default;
  overflow-y: hidden;
}
.add-tag-widget .tab__container .disabled {
  opacity: 0.2;
}
.add-tag-widget .tab__container .disabled * {
  cursor: default;
}
.add-tag-widget .tab__container > .tagbutton-group {
  position: relative;
}
.add-tag-widget .tab__container > .tagbutton-group .match-tags-container {
  background-color: #000000;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  bottom: -43px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto 75px;
  margin: 0 10px;
  padding: 7px;
  position: absolute;
  width: 299px;
  z-index: 80;
}
.add-tag-widget .tab__container > .tagbutton-group .match-tags-container.full-width {
  border-radius: 5px 0 5px 5px;
}
.add-tag-widget .tab__container > .tagbutton-group .match-tags-container .tag-button-default {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
}
.add-tag-widget .tab__container > .tagbutton-group .match-tags-score-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}
.add-tag-widget .tag-button.placeholder {
  background-image: none !important;
  border: none;
  cursor: default;
}
#playlist-widget {
  background-color: #1b1b1b;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
#playlist-widget .playlist {
  border-bottom: 1px solid #444444;
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 150px auto;
  max-height: 130px;
  min-height: 130px;
  padding: 15px;
}
#playlist-widget .playlist-info {
  padding-right: 15px;
  border-right: 1px solid #444444;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#playlist-widget .playlist-info-data {
  margin-bottom: 10px;
}
#playlist-widget .playlist-info-data span {
  display: block;
}
#playlist-widget .playlist-info-data-title {
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#playlist-widget .playlist-info-data-user,
#playlist-widget .playlist-info-data-duration {
  margin: 7px 0 0 10px;
}
#playlist-widget .playlist-info-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 35px;
  margin-left: 10px;
}
#playlist-widget .playlist-info-controls .icon {
  align-items: center;
  border: 1px solid #444444;
  border-radius: 5px;
  color: #888888;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  height: 25px;
  justify-content: center;
  width: 25px;
}
#playlist-widget .playlist-info-controls .icon:hover {
  background-color: #444444;
  color: #fdfdfd;
}
#playlist-widget .playlist-items {
  -ms-overflow-style: none;
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: scroll;
  scrollbar-width: none;
  width: 100%;
}
#playlist-widget .playlist-items::-webkit-scrollbar {
  height: 0;
  width: 0;
}
#playlist-widget .playlist-items .item {
  background-color: #7f8387;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  border: 2px solid #b4b4b4;
  border-radius: 10px;
  color: #e5e5e5;
  cursor: pointer;
  display: grid;
  filter: grayscale(100%);
  grid-template-areas: "controls controls controls" "info info editor";
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2fr 1fr;
  height: 100%;
  margin-right: 5px;
  min-width: 160px;
  opacity: 0.6;
  padding: 10px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 160px;
}
#playlist-widget .playlist-items .item.no-snapshot-available {
  background: url('/assets/no-snapshot-available-7073b39d.jpg') no-repeat center;
  background-size: cover;
}
#playlist-widget .playlist-items .item:after {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  border-radius: 8px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#playlist-widget .playlist-items .item-controls {
  align-items: center;
  display: flex;
  flex-grow: 1;
  grid-area: controls;
  justify-content: space-between;
  z-index: 200;
}
#playlist-widget .playlist-items .item-controls-index {
  color: #e5e5e5 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
#playlist-widget .playlist-items .item-controls-reorder {
  height: 30px;
  width: 30px;
}
#playlist-widget .playlist-items .item-controls-button {
  align-items: center;
  border-radius: 50%;
  color: #181e28;
  display: flex;
  height: inherit;
  width: inherit;
}
#playlist-widget .playlist-items .item-controls-button.disabled,
#playlist-widget .playlist-items .item-controls-button.disabled:hover {
  opacity: 0;
}
#playlist-widget .playlist-items .item-controls-button.icon-chevron-left {
  justify-content: left;
}
#playlist-widget .playlist-items .item-controls-button.icon-chevron-right {
  justify-content: right;
}
#playlist-widget .playlist-items .item-controls-button:hover {
  color: #fdfdfd;
  font-size: 20px;
}
#playlist-widget .playlist-items .item-info {
  display: flex;
  flex-direction: column;
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 2;
  justify-content: flex-end;
}
#playlist-widget .playlist-items .item-info span {
  display: block;
  width: 100%;
}
#playlist-widget .playlist-items .item-info-title {
  color: #fdfdfd;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#playlist-widget .playlist-items .item-editor {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  grid-area: editor;
  justify-content: flex-end;
  z-index: 200;
}
#playlist-widget .playlist-items .item-editor i {
  background-color: #181e28;
  border-radius: 5px;
  color: #fdfdfd;
  margin-left: 5px;
  padding: 6px 7px;
}
#playlist-widget .playlist-items .item-editor i:hover {
  background-color: #272d36;
}
#playlist-widget .playlist-items .item.selected {
  border-color: #2094fa;
  filter: none;
  opacity: 1;
}
#playlist-widget .playlist-items .item.selected:after {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
}
#playlist-widget .playlist-items .item.selected .item-info {
  grid-area: info;
}
#playlist-widget .playlist-items .no-items {
  align-items: center;
  color: #fdfdfd;
  display: flex;
  flex-grow: 1;
  margin-left: 15px;
  opacity: 0.25;
}
#playlist-widget .playlist:nth-child(even) {
  background-color: #29292b;
}
#playlist-widget .playlist.selected {
  background-color: #181e28;
}
#playlist-widget .playlist.selected span:not(.playlist-info-data-title) {
  color: #fdfdfd;
}
#playlist-widget .playlist.selected .item {
  filter: grayscale(15%);
}
#playlist-widget .playlist.selected .icon {
  color: #b4b4b4;
}
#playlist-widget .playlist.selected .icon:hover {
  color: #fdfdfd;
}
#playlist-widget .no-playlists {
  align-items: center;
  color: #444444;
  display: flex;
  flex-grow: 1;
  font-size: 16px;
  justify-content: center;
  text-transform: uppercase;
}
#playlist-widget .loading {
  align-items: center;
  color: #444444;
  display: flex;
  flex-grow: 1;
  font-size: 30px;
  justify-content: center;
  text-transform: uppercase;
}
.tag-list-widget {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tag-list-widget .tag-list-header {
  align-items: center;
  background-color: #444444;
  display: grid;
  grid-template-columns: 45px 1fr auto auto;
  justify-items: center;
  max-height: 45px;
  min-height: 45px;
  padding-right: 15px;
  position: relative;
  z-index: 100;
}
.tag-list-widget .tag-list-header .select-all-button {
  color: #b4b4b4;
  cursor: pointer;
}
.tag-list-widget .tag-list-header .select-all-button:hover {
  color: #fdfdfd;
}
.tag-list-widget .tag-list-header input {
  background-color: #2e2e30;
  border-radius: 5px;
  border: 1px solid #5a595b;
  color: #e5e5e5;
  padding: 7px 14px;
  width: 100%;
}
.tag-list-widget .tag-list-header .filter-action {
  color: #626262;
  right: 102px;
  position: absolute;
}
.tag-list-widget .tag-list-header .filter-action.fa-close {
  color: #b4b4b4;
  cursor: pointer;
  font-size: 14px;
}
.tag-list-widget .tag-list-header .filter-action.fa-close:hover {
  color: #fdfdfd;
}
.tag-list-widget .tag-list-header span {
  align-items: center;
  background-image: linear-gradient(to bottom, #5a595b 0%, #484749 100%);
  border-radius: 5px;
  border: 1px solid #5a595b;
  color: #b4b4b4;
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  margin-left: 8px;
  width: 30px;
}
.tag-list-widget .tag-list-header span.disabled {
  opacity: 0.3;
}
.tag-list-widget .tag-list-header span.active,
.tag-list-widget .tag-list-header span:not(.disabled):hover {
  background-image: linear-gradient(to bottom, #7f8387 0%, #6e7175 100%);
  border-color: #7f8387;
  color: #fdfdfd;
  cursor: pointer;
}
.tag-list-widget .tag-list-dropdown {
  background: #444444;
  border-radius: 0 0 5px 5px;
  border: 1px solid #5a595b;
  box-sizing: border-box;
  display: block;
  padding: 8px;
  position: absolute;
  top: 46px;
  width: 200px;
  z-index: 200;
}
.tag-list-widget .tag-list-dropdown__filters {
  right: 49px;
}
.tag-list-widget .tag-list-dropdown__options {
  right: 15px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option {
  position: relative;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option-label {
  color: #888888;
  display: block;
  margin-bottom: 6px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option-input {
  background-color: #2e2e30;
  border-radius: 5px;
  border: 1px solid #5a595b;
  color: #e5e5e5;
  padding: 5px 14px;
  width: 100%;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option-clear .fa {
  bottom: 7px;
  color: #626262;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option-clear .fa-close {
  bottom: 6px;
  color: #b4b4b4;
  font-size: 14px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .filter-option-clear .fa-close:hover {
  color: #fdfdfd;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options-buttons {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options-buttons span {
  color: #fdfdfd;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .option-button {
  background-color: #5a595b;
  border: none;
  border-radius: 5px;
  color: #d4d4d4;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .option-button i {
  margin-right: 15px;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .option-button:hover {
  background-color: #7f8387;
  color: #fdfdfd;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .option-button-red {
  background-color: #d93832;
  border-color: #cc2c26;
  color: #f7e3e1;
}
.tag-list-widget .tag-list-dropdown .tag-list-dropdown-options .option-button-red:hover {
  background-color: #ff3b2f !important;
  border-color: #ff2316;
}
.tag-list-widget .tag-list-container {
  display: grid;
  flex-grow: 1;
  grid-auto-rows: min-content;
  overflow-y: auto;
  z-index: 90;
}
.tag-list-widget .tag-list-container .tag {
  border-bottom: 1px solid #444444;
  display: grid;
  grid-template-columns: 45px auto;
  min-height: 45px;
  position: relative;
  width: 100%;
}
.tag-list-widget .tag-list-container .tag-default {
  background: none;
}
.tag-list-widget .tag-list-container .tag-default .tag-start-time,
.tag-list-widget .tag-list-container .tag-default .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-default .tag-edit {
  background-image: linear-gradient(to bottom, #5a595b 0%, #484749 100%);
  color: #000000;
}
.tag-list-widget .tag-list-container .tag-default .tag-edit:hover {
  background-image: linear-gradient(to bottom, #6c6b6d 0%, #5a595b 100%);
}
.tag-list-widget .tag-list-container .tag-default .tag-edit {
  background-color: #2e2e30;
}
.tag-list-widget .tag-list-container .tag-default .tag-edit:hover {
  background-image: #444444;
}
.tag-list-widget .tag-list-container .tag-black .tag-start-time,
.tag-list-widget .tag-list-container .tag-black .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-black .tag-edit {
  background-image: linear-gradient(to bottom, #1b1b1b 0%, #090909 100%);
  color: #000000;
}
.tag-list-widget .tag-list-container .tag-black .tag-edit:hover {
  background-image: linear-gradient(to bottom, #2d2d2d 0%, #1b1b1b 100%);
}
.tag-list-widget .tag-list-container .tag-white .tag-start-time,
.tag-list-widget .tag-list-container .tag-white .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-white .tag-edit {
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ebebeb 100%);
  color: #9f9f9f;
}
.tag-list-widget .tag-list-container .tag-white .tag-edit:hover {
  background-image: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 100%);
}
.tag-list-widget .tag-list-container .tag-red-light .tag-start-time,
.tag-list-widget .tag-list-container .tag-red-light .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-red-light .tag-edit {
  background-image: linear-gradient(to bottom, #ff3b2f 0%, #ff190b 100%);
  color: #710700;
}
.tag-list-widget .tag-list-container .tag-red-light .tag-edit:hover {
  background-image: linear-gradient(to bottom, #ff5d53 0%, #ff3b2f 100%);
}
.tag-list-widget .tag-list-container .tag-orange .tag-start-time,
.tag-list-widget .tag-list-container .tag-orange .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-orange .tag-edit {
  background-image: linear-gradient(to bottom, #ff9500 0%, #db8000 100%);
  color: #422700;
}
.tag-list-widget .tag-list-container .tag-orange .tag-edit:hover {
  background-image: linear-gradient(to bottom, #ffa424 0%, #ff9500 100%);
}
.tag-list-widget .tag-list-container .tag-yellow .tag-start-time,
.tag-list-widget .tag-list-container .tag-yellow .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-yellow .tag-edit {
  background-image: linear-gradient(to bottom, #ffd900 0%, #dbbb00 100%);
  color: #423800;
}
.tag-list-widget .tag-list-container .tag-yellow .tag-edit:hover {
  background-image: linear-gradient(to bottom, #ffde24 0%, #ffd900 100%);
}
.tag-list-widget .tag-list-container .tag-green .tag-start-time,
.tag-list-widget .tag-list-container .tag-green .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-green .tag-edit {
  background-image: linear-gradient(to bottom, #04de71 0%, #03bb5f 100%);
  color: #012513;
}
.tag-list-widget .tag-list-container .tag-green .tag-edit:hover {
  background-image: linear-gradient(to bottom, #0bfb83 0%, #04de71 100%);
}
.tag-list-widget .tag-list-container .tag-blue .tag-start-time,
.tag-list-widget .tag-list-container .tag-blue .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-blue .tag-edit {
  background-image: linear-gradient(to bottom, #2094fa 0%, #0583f1 100%);
  color: #02325b;
}
.tag-list-widget .tag-list-container .tag-blue .tag-edit:hover {
  background-image: linear-gradient(to bottom, #43a5fb 0%, #2094fa 100%);
}
.tag-list-widget .tag-list-container .tag-purple .tag-start-time,
.tag-list-widget .tag-list-container .tag-purple .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-purple .tag-edit {
  background-image: linear-gradient(to bottom, #a416fa 0%, #9205e7 100%);
  color: #330252;
}
.tag-list-widget .tag-list-container .tag-purple .tag-edit:hover {
  background-image: linear-gradient(to bottom, #b239fb 0%, #a416fa 100%);
}
.tag-list-widget .tag-list-container .tag-claret .tag-start-time,
.tag-list-widget .tag-list-container .tag-claret .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-claret .tag-edit {
  background-image: linear-gradient(to bottom, #7a263a 0%, #5f1e2d 100%);
  color: #000000;
}
.tag-list-widget .tag-list-container .tag-claret .tag-edit:hover {
  background-image: linear-gradient(to bottom, #952e47 0%, #7a263a 100%);
}
.tag-list-widget .tag-list-container .tag-gray-light .tag-start-time,
.tag-list-widget .tag-list-container .tag-gray-light .tag-duration {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-gray-light .tag-edit {
  background-image: linear-gradient(to bottom, #7f8387 0%, #6e7175 100%);
  color: #232526;
}
.tag-list-widget .tag-list-container .tag-gray-light .tag-edit:hover {
  background-image: linear-gradient(to bottom, #919598 0%, #7f8387 100%);
}
.tag-list-widget .tag-list-container .tag-selector {
  align-items: center;
  border-right: 1px solid #2e2e30;
  display: flex;
  justify-content: center;
}
.tag-list-widget .tag-list-container .tag-selector i {
  color: #7f8387;
}
.tag-list-widget .tag-list-container .tag-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0 5px 15px;
  position: relative;
}
.tag-list-widget .tag-list-container .tag-info .tag-text {
  align-items: center;
  color: #e5e5e5;
  display: inline-flex;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
  width: 220px;
}
.tag-list-widget .tag-list-container .tag-info .tag-label {
  background-color: #444444;
  border-radius: 3px;
  color: #b4b4b4;
  font-size: 8px;
  margin-left: 5px;
  max-width: 50px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-list-widget .tag-list-container .tag-info .tag-label-plus {
  opacity: 0.6;
}
.tag-list-widget .tag-list-container .tag-edit {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
}
.tag-list-widget .tag-list-container .tag-edit i:not(.fa-close) {
  position: relative;
  top: 1px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit {
  border-top: 1px solid #444444;
  height: 137px;
  position: relative;
  top: -1px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .tag-info .tag-text-input {
  background-color: #2e2e30;
  border-radius: 5px;
  border: 1px solid #5a595b;
  color: #e5e5e5;
  margin: 0 50px 10px 0;
  padding: 7px 15px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-options {
  display: grid;
  grid-row-gap: 10px;
  padding-right: 15px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-option {
  align-items: center;
  background-color: #222223;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr;
  padding-left: 15px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-option span.text-bold {
  color: #888888;
  font-size: 11px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-option span.time {
  color: #fdfdfd;
  font-size: 12px;
  font-style: normal;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-option button {
  background-image: linear-gradient(to bottom, #5a595b 0%, #484749 100%);
  border-radius: 5px;
  border: none;
  color: #e5e5e5;
  font-size: 9px;
  height: 30px;
}
.tag-list-widget .tag-list-container .tag.selected-for-edit .edit-tag-option button:hover {
  background-image: linear-gradient(to bottom, #7f8387 0%, #6e7175 100%);
  color: #fdfdfd;
}
.tag-list-widget .tag-list-container .tag.disabled {
  opacity: 0.4;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) {
  background-color: #181e28;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) .tag-label {
  background-color: #2a6496;
  color: #fdfdfd;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) .tag-selector i {
  color: #2094fa;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) .tag-info .tag-time-info > * {
  color: #b4b4b4;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) .tag-edit {
  background: none;
  background-color: #2a6496;
  color: #fdfdfd;
}
.tag-list-widget .tag-list-container .tag.selected:not(.selected-for-edit) .tag-edit:hover {
  background-color: #2094fa;
}
.tag-list-widget .tag-list-container.disabled {
  overflow: hidden;
}
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag {
  cursor: pointer;
}
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag-info:active {
  background-color: #888888;
  border-right: 3px solid #fdfdfd;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag-info:active .tag-text {
  color: #fdfdfd;
}
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag-info:active .tag-label {
  background-color: #5a595b;
  color: #fdfdfd;
}
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag-info:active .tag-time-info .tag-start-time,
.tag-list-widget .tag-list-container:not(.edit-mode):not(.disabled) .tag-info:active .tag-time-info .tag-duration {
  color: #2e2e30;
}
.tag-list-widget .tag-list-no-results {
  color: #b4b4b4;
  padding: 60px 15px 0;
  text-align: center;
}
.tag-list-widget .tag-list-no-results .tag-button-default {
  cursor: pointer;
  margin-top: 60px;
}
.tagbutton-group {
  /* Overrides */
}
.tagbutton-group i {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.tagbutton-group.collapsed .tagbutton-group-name {
  border-bottom-color: #2e2e30;
  height: 29px;
}
.tagbutton-group.collapsed .grid-stack-container {
  height: 0;
  opacity: 0;
  padding: 0 0 0 10px !important;
  visibility: hidden;
}
.tagbutton-group.collapsed .grid-stack-container > * {
  display: none;
}
.tagbutton-group.expanded .grid-stack-container {
  height: 100%;
  opacity: 1;
  padding: 10px 0 10px 10px !important;
  visibility: visible;
}
@keyframes selectedItemContentAnimation {
  50% {
    -moz-box-shadow: 0 0 7px #b1b1b1;
    -webkit-box-shadow: 0 0 7px #b1b1b1;
    background-color: #b1b1b1;
    box-shadow: 0 0 7px #b1b1b1;
  }
}
@keyframes selectedTagButtonAnimation {
  50% {
    background: #e5e5e5;
    border: 1px solid #d8d8d8;
    color: #444444;
  }
}
.tagbutton-group-name {
  background-color: #2e2e30;
  border-top: 1px solid #5a595b;
  border-bottom: 1px solid #5a595b;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 100%;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.tagbutton-group-name .drag-handle {
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  z-index: 80;
}
.tagbutton-group-name .drag-handle span {
  color: #7f8387;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.tagbutton-group-name .drag-handle .fa-ellipsis-v {
  color: #5a595b;
  margin-right: 7px;
  position: relative;
}
.tagbutton-group-name .toggle-button-group {
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.tagbutton-group-name .toggle-button-group div.highlight {
  border-radius: 50%;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 9px;
  width: 10px;
  z-index: 70;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tagbutton-group-name .toggle-button-group i.icon-toggle {
  color: #5a595b;
  position: absolute;
  right: 2px;
  top: 7px;
  z-index: 80;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tagbutton-group-name .toggle-button-group:active div.highlight,
.tagbutton-group-name .toggle-button-group.clicked div.highlight {
  -moz-box-shadow: 0 0 7px #fdfdfd;
  -webkit-box-shadow: 0 0 7px #fdfdfd;
  box-shadow: 0 0 7px #fdfdfd;
  color: #fdfdfd;
}
.tagbutton-group-name .toggle-button-group:active i.icon-toggle,
.tagbutton-group-name .toggle-button-group.clicked i.icon-toggle {
  color: #fdfdfd !important;
}
.tagbutton-group.sortable-chosen .tagbutton-group-name {
  background-color: #e5e5e5 !important;
}
.tagbutton-group.sortable-chosen .tagbutton-group-name span {
  color: #1b1b1b;
}
.tagbutton-group .tags-container {
  margin-left: 0;
}
.tagbutton-group .tags-container-defaults {
  border-radius: 5px;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: repeat(8, 1fr);
  margin: 10px;
}
.tagbutton-group .tags-container-defaults .tag-button-untitled-container {
  border-radius: 5px;
  grid-column-end: 7;
  grid-column-start: 1;
}
.tagbutton-group .tags-container-defaults .tag-button-untitled-container.full-width {
  grid-column-end: 9;
}
.tagbutton-group .tags-container-defaults .tag-button-score,
.tagbutton-group .tags-container-defaults .tag-button-kick-off {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  transition: none;
}
.tagbutton-group .tags-container-defaults .tag-button-score i,
.tagbutton-group .tags-container-defaults .tag-button-kick-off i {
  font-size: 13px;
  margin: 0;
  top: 0;
}
.tagbutton-group .tags-container-defaults .tag-button-score img,
.tagbutton-group .tags-container-defaults .tag-button-kick-off img {
  margin: 0;
  opacity: 0.7;
}
.tagbutton-group .tags-container-defaults .tag-button-score img.go-whistle,
.tagbutton-group .tags-container-defaults .tag-button-kick-off img.go-whistle {
  height: 14px;
  position: relative;
  top: -1px;
  width: 14px;
}
.tagbutton-group .tags-container-defaults .tag-button-score.active,
.tagbutton-group .tags-container-defaults .tag-button-kick-off.active {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 80;
}
.tagbutton-group .tags-container-defaults .tag-button-score.disabled,
.tagbutton-group .tags-container-defaults .tag-button-kick-off.disabled {
  cursor: default;
}
.tagbutton-group .tags-container .grid-stack-container {
  height: 100%;
  opacity: 1;
  -moz-transition: height 0.15s ease-out, opacity 0.15s ease-out, padding 0.25s ease-out, visibility 0.05s ease-out;
  -ms-transition: height 0.15s ease-out, opacity 0.15s ease-out, padding 0.25s ease-out, visibility 0.05s ease-out;
  -o-transition: height 0.15s ease-out, opacity 0.15s ease-out, padding 0.25s ease-out, visibility 0.05s ease-out;
  -webkit-transition: height 0.15s ease-out, opacity 0.15s ease-out, padding 0.25s ease-out, visibility 0.05s ease-out;
  transition: height 0.15s ease-out, opacity 0.15s ease-out, padding 0.25s ease-out, visibility 0.05s ease-out;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack {
  position: relative;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-container {
  background-color: #2e2e30;
  color: #e5e5e5;
  padding: 10px 10px 10px 0;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content {
  border-radius: 5px;
  margin-left: -10px;
  position: absolute;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  padding: 2px;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button .tag-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button .tag-duration-progress {
  background-color: #fdfdfd;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 0;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button .tag-duration-repeat {
  display: none;
  opacity: 0.5;
  height: 20px;
  position: absolute;
  right: -2px;
  top: 2px;
  width: 40px;
  font-size: 9px;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button .tag-duration-repeat i {
  margin-right: 0;
  position: relative;
  top: 0;
}
.tagbutton-group .tags-container .grid-stack-container .grid-stack-item-content .tag-button.active {
  border: 2px solid #fdfdfd;
  color: #fdfdfd;
}
.tagbutton-group .tag-button-untitled-container.selected,
.tagbutton-group .grid-stack-item-content.selected {
  animation: selectedItemContentAnimation 1.0s infinite;
}
.tagbutton-group .tag-button-untitled-container.selected .tag-button,
.tagbutton-group .grid-stack-item-content.selected .tag-button {
  animation: selectedTagButtonAnimation 1.0s infinite;
  text-shadow: none;
}
.tagging-window {
  background-color: #1b1b1b;
  color: #e5e5e5;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tagging-window.tagging-window-multi-view {
  flex-direction: row;
}
.tagging-window.tagging-window-multi-view .tag-list-widget {
  border-right: 3px solid #000000;
}
.tagging-window .overlay.active {
  background-color: #1b1b1b;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.tagging-window__header {
  min-height: 38px;
  max-height: 38px;
  width: 100%;
  z-index: 90;
}
.tagging-window__header .navigation {
  background-color: #1b1b1b;
  border-bottom: 1px solid #5a595b;
  display: flex;
}
.tagging-window__header .navigation__tab {
  align-items: center;
  color: #7f8387;
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 0;
  font-weight: bold;
  height: 37px;
  padding-left: 10px;
}
.tagging-window__header .navigation__tab i {
  margin-right: 10px;
}
.tagging-window__header .navigation__tab i.icon-list {
  position: relative;
  top: 1px;
}
.tagging-window__header .navigation__tab.active {
  background-color: #444444;
  color: #fdfdfd;
}
.tagging-window__header.is-app {
  min-height: 42px !important;
  max-height: 42px !important;
}
.tagging-window__header.is-app .navigation__tab {
  height: 40px !important;
}
.tagging-window .tab__header {
  align-items: center;
  background-color: #444444;
  display: flex;
  min-height: 45px;
  padding: 10px;
}
.tagging-window .loading {
  align-items: center;
  color: #444444;
  display: flex;
  flex-grow: 1;
  font-size: 30px;
  justify-content: center;
  text-transform: uppercase;
}
#tags-filter {
  display: flex;
  position: relative;
}
#tags-filter.active .tag-filter-input {
  border-radius: 2px 0 0 0 !important;
}
#tags-filter .tag-filter {
  position: relative;
  -webkit-flex-grow: 1;
  grow: 1;
}
#tags-filter .tag-filter i.fa {
  position: absolute;
  top: 8px;
}
#tags-filter .tag-filter i.fa.clear-filter {
  background-color: #fdfdfd;
  color: #ff3b2f;
  cursor: pointer;
  font-size: 16px;
  right: 10px;
  z-index: 11;
}
#tags-filter .tag-filter i.fa.tag-filter-input-clear-filter {
  height: 19px;
  right: 5px;
  top: 8px;
  width: 20px;
}
#tags-filter .tag-filter i.fa.fa-search {
  font-size: 14px;
  right: 11px;
  z-index: 10;
}
#tags-filter .tag-filter .tag-filter-input {
  -webkit-box-shadow: none;
  -webkit-transition: none;
  background-color: #fdfdfd;
  border-color: #d4d4d4;
  border-radius: 2px 0 0 2px;
  box-shadow: none;
  height: 31px;
  margin: 0;
  padding: 0 0 0 10px;
  transition: none;
}
#tags-filter .tag-filter .tag-filter-input input {
  font-size: 12px;
  margin-bottom: 0;
  padding: 15px 10px 14px 0;
}
#tags-filter .tag-filter .tag-filter-input input::placeholder {
  color: #b4b4b4;
}
#tags-filter .tag-filter .query-dropdown-menu {
  background-color: #fdfdfd;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 5px 5px;
  border-top: none;
  margin-top: 4px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#tags-filter .tag-filter .query-dropdown-menu-body {
  display: flex;
  height: 300px;
}
#tags-filter .tag-filter .query-dropdown-menu-bottom {
  background-color: #fdfdfd;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #d4d4d4;
  height: 40px;
  padding: 5px;
  text-align: right;
  width: 100%;
}
#tags-filter .tag-filter .query-dropdown-menu-bottom .fa {
  position: relative;
  top: 0 !important;
}
#tags-filter .tag-filter .query-dropdown-menu-bottom .btn-apply-filter,
#tags-filter .tag-filter .query-dropdown-menu-bottom .btn-apply-filter:active {
  background-image: -webkit-linear-gradient(top, rgba(97, 147, 110, 0.6), rgba(62, 121, 81, 0.7)) !important;
  text-shadow: 0 -1px #7aa084;
}
#tags-filter .tag-filter .query-dropdown-menu-bottom .btn-apply-filter i,
#tags-filter .tag-filter .query-dropdown-menu-bottom .btn-apply-filter:active i {
  font-weight: normal;
  margin-right: 5px;
}
#tags-filter .tag-filter .query-dropdown-option {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  height: 100%;
}
#tags-filter .tag-filter .query-dropdown-option:not(:first-of-type) .query-dropdown-option-header {
  border-left: 1px solid #b4b4b4;
}
#tags-filter .tag-filter .query-dropdown-option:not(:first-of-type) .query-dropdown-option-search {
  border-left: 1px solid #e5e5e5;
}
#tags-filter .tag-filter .query-dropdown-option:not(:first-of-type) .query-dropdown-option-body {
  border-left: 1px solid #e5e5e5;
}
#tags-filter .tag-filter .query-dropdown-option:last-of-type .query-dropdown-option-body {
  border-radius: 0 0 5px 0;
}
#tags-filter .tag-filter .query-dropdown-option-header {
  border-bottom: 1px solid #b4b4b4;
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  font-weight: 600;
  max-height: 24px;
  min-height: 24px;
  padding: 4px 10px;
}
#tags-filter .tag-filter .query-dropdown-option-search {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  display: flex;
  max-height: 23px;
  min-height: 23px;
  padding: 4px 10px;
  position: relative;
}
#tags-filter .tag-filter .query-dropdown-option-search i {
  left: auto !important;
}
#tags-filter .tag-filter .query-dropdown-option-search i.fa-search {
  color: #b4b4b4;
  font-size: 12px !important;
  right: 10px !important;
  top: 5px !important;
}
#tags-filter .tag-filter .query-dropdown-option-search i.clear-filter {
  background-color: #f7f7f7 !important;
  font-size: 14px !important;
  right: 9px !important;
  top: 4px !important;
}
#tags-filter .tag-filter .query-dropdown-option-search input {
  background: none;
  border: none;
  width: 100%;
}
#tags-filter .tag-filter .query-dropdown-option-search input::placeholder {
  color: #b4b4b4;
}
#tags-filter .tag-filter .query-dropdown-option-body {
  flex-grow: 1;
  margin: 0;
  overflow: auto;
  padding: 0;
}
#tags-filter .tag-filter .query-dropdown-option-body li {
  padding: 6px 10px;
  position: relative;
}
#tags-filter .tag-filter .query-dropdown-option-body li:nth-child(even) {
  background-color: #F6F6F6;
}
#tags-filter .tag-filter .query-dropdown-option-body li.disabled div:not(.finish-active-boolean-operator) {
  opacity: 0.4;
}
#tags-filter .tag-filter .query-dropdown-option-body li.not-found {
  color: #7f8387;
}
#tags-filter .tag-filter .query-dropdown-option-body li:not(.disabled):hover {
  color: #1b1b1b;
  cursor: pointer;
  background-color: #ebebeb;
}
#tags-filter .tag-filter .query-dropdown-option-body li:not(.disabled):hover i.boolean-operator-icon {
  color: #7f8387;
}
#tags-filter .tag-filter .query-dropdown-option-body li.boolean-operator .activate-boolean-operator {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6px 10px;
}
#tags-filter .tag-filter .query-dropdown-option-body li.boolean-operator .activate-boolean-operator i {
  color: #b4b4b4;
  font-size: 11px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
#tags-filter .tag-filter .query-dropdown-option-body li.boolean-operator .finish-active-boolean-operator {
  background-color: #dff0d8;
  border-radius: 3px;
  color: #3f7952;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 200;
}
#tags-filter .tag-filter .query-dropdown-option-body li.boolean-operator .finish-active-boolean-operator i {
  position: relative;
  top: 0;
  padding-left: 5px;
}
#tags-filter .tag-filter .query-dropdown-option-body li.boolean-operator .finish-active-boolean-operator:hover {
  background-color: #d0e9c6;
  color: #366847;
  cursor: pointer;
}
#tags-filter .dropdown {
  margin-right: 0 !important;
}
#tags-filter .dropdown .btn {
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
#tags-filter .dropdown .btn-filter.active {
  background-color: #dff0d8;
  -webkit-box-shadow: inset 0 3px 5px rgba(223, 240, 216, 0.12) !important;
}
#tags-filter .dropdown .btn-filter.active i {
  color: #3f7952;
}
#tags-filter .dropdown .btn i.fa-filter {
  position: relative;
  top: -1px;
}
#tags {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#tags .toolbar {
  justify-content: space-between;
  max-height: 39px;
  min-height: 39px;
}
#tags .toolbar-tabs {
  display: flex;
  padding-left: 15px;
  margin-top: 3px;
}
#tags .toolbar-tabs .tab {
  align-items: center;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #888888;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 34px;
  margin-right: 3px;
  padding: 0 10px;
}
#tags .toolbar-tabs .tab.selected {
  background-color: #fdfdfd;
  color: #5a595b;
}
#tags .toolbar-tabs .tab:not(:first-of-type) {
  margin-left: 5px;
}
#tags .toolbar-tabs .tab:not(.selected) {
  opacity: 0.7;
}
#tags .toolbar-tabs .tab:hover {
  opacity: 0.9;
}
#tags .toolbar-options {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  max-width: 461px;
  flex: 1;
}
#tags .tags-overview {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}
#tags .tags-overview .tags-overview-header-container {
  display: flex;
  max-height: 24px;
  min-height: 24px;
}
#tags .tags-overview .tags-overview-tags-container {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  overflow: auto;
}
#tags .toolbar .dropdown-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
#tags .toolbar .dropdown-btn a {
  font-size: 12px;
}
#tags .toolbar .dropdown-btn a i.icon-cog {
  left: -1px;
  position: relative;
}
#tags .toolbar .dropdown-btn a.btn-zoom {
  font-size: 10;
  text-shadow: none;
}
#tags .toolbar .dropdown-btn a.btn-zoom i {
  position: relative;
  top: -1px;
}
#tags .toolbar .dropdown-btn:first-of-type {
  margin-left: 5px;
}
#tags .toolbar .dropdown-btn .dropdown-menu {
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f7f7f7);
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  padding: 0;
  position: absolute;
  min-width: 250px;
}
#tags .toolbar .dropdown-btn .dropdown-menu.dropdown-menu-align-left {
  left: -211px;
}
#tags .toolbar .dropdown-btn .dropdown-menu li {
  padding: 8px 10px;
}
#tags .toolbar .dropdown-btn .dropdown-menu li:not(:first-of-type),
#tags .toolbar .dropdown-btn .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
#tags .toolbar .dropdown-btn .dropdown-menu li:last-of-type {
  border-radius: 0 0 5px 5px;
}
#tags .toolbar .dropdown-btn .dropdown-menu li.dropdown-menu-header,
#tags .toolbar .dropdown-btn .dropdown-menu li.dropdown-menu-header:hover {
  background-color: #7f8387;
  color: #fdfdfd;
  cursor: default;
  font-weight: 400;
}
#tags .toolbar .dropdown-btn .dropdown-menu li:hover {
  background-color: #4788BE;
  color: #fdfdfd;
}
#tags .toolbar .dropdown-btn .dropdown-menu li:hover i {
  color: #fdfdfd;
  opacity: 1;
}
#tags .toolbar .dropdown-btn .dropdown-menu li .fa {
  font-size: 15px;
  margin-right: 9px;
  opacity: 0.7;
  position: relative;
  top: 1px;
}
#tags .toolbar .dropdown-btn .dropdown-menu li .fa.fa-square-o {
  margin-right: 10px;
}
#tags .toolbar .dropdown-btn .dropdown-menu li.disabled {
  opacity: 0.3;
  cursor: default;
}
#tags .toolbar #tags-filter {
  -webkit-flex-grow: 1;
  grow: 1;
  margin: 5px 5px 5px 0;
  position: relative;
}
#tags .tags-overview .tags-overview-header,
#tags .tags-overview .tags-overview-tag {
  display: grid;
  grid-template-columns: 30px auto repeat(3, 100px) 55px 75px 105px;
}
#tags .tags-overview.autofollow-hidden .tags-overview-header,
#tags .tags-overview.autofollow-hidden .tags-overview-tag {
  display: grid;
  grid-template-columns: 30px auto repeat(3, 100px) 55px 105px;
}
#tags .tags-overview.readonly .tags-overview-header,
#tags .tags-overview.readonly .tags-overview-tag {
  display: grid;
  grid-template-columns: 30px auto repeat(3, 100px) 50px;
}
#tags .tags-overview .tags-overview-header {
  background-image: linear-gradient(#fdfdfd, #e5e5e5);
  border-bottom: 1px solid #b4b4b4;
  font-weight: 600;
  width: 100%;
}
#tags .tags-overview .tags-overview-header .column {
  padding: 4px 10px;
  cursor: pointer;
}
#tags .tags-overview .tags-overview-header .column:not(:last-of-type) {
  border-right: 1px solid #b4b4b4;
}
#tags .tags-overview .tags-overview-header .column .fa-sort-asc,
#tags .tags-overview .tags-overview-header .column .fa-sort-desc {
  color: #7f8387;
  position: relative;
}
#tags .tags-overview .tags-overview-header .column .fa-sort-asc {
  top: 5px;
}
#tags .tags-overview .tags-overview-header .column .fa-sort-desc {
  top: 0;
}
#tags .tags-overview .tags-overview-header .column-select .fa {
  position: relative;
  left: -1px;
}
#tags .tags-overview .tags-overview-tag {
  border-bottom: 1px solid #e5e5e5;
}
#tags .tags-overview .tags-overview-tag:nth-child(odd) {
  background-color: #F6F6F6;
}
#tags .tags-overview .tags-overview-tag.selected {
  background-color: #ebebeb;
}
#tags .tags-overview .tags-overview-tag.selected .column {
  border-right-color: #6da7cb !important;
  color: #444444;
}
#tags .tags-overview .tags-overview-tag.selected .column-text span.tag-instance,
#tags .tags-overview .tags-overview-tag.selected .column-text span.label {
  background-color: #181e28;
  color: #fdfdfd;
}
#tags .tags-overview .tags-overview-tag.selected .column-text span.tag-instance-more,
#tags .tags-overview .tags-overview-tag.selected .column-text span.label-more {
  background-color: #181e28;
}
#tags .tags-overview .tags-overview-tag.selected .fa {
  color: #181e28;
}
#tags .tags-overview .tags-overview-tag:hover {
  cursor: pointer;
  background-color: #ebebeb;
}
#tags .tags-overview .tags-overview-tag .column {
  padding: 4px 10px;
}
#tags .tags-overview .tags-overview-tag .column:not(:last-of-type) {
  border-right: 1px dotted #b4b4b4;
}
#tags .tags-overview .tags-overview-tag .column-select .fa {
  left: -1px;
  position: relative;
  top: 1px;
}
#tags .tags-overview .tags-overview-tag .column-text {
  align-content: center;
  align-items: center;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr auto;
}
#tags .tags-overview .tags-overview-tag .column-text-hierarchically {
  grid-template-columns: 1fr auto 13px;
}
#tags .tags-overview .tags-overview-tag .column-text span.tag-text-formatted {
  align-items: center;
  display: flex;
}
#tags .tags-overview .tags-overview-tag .column-text span.tag-instance {
  background: #6F6F6F;
  border-radius: 10px;
  color: #fdfdfd;
  font-size: 8px;
  margin: 0 4px 0 5px;
  padding: 1px 4px;
  position: relative;
  top: -1px;
}
#tags .tags-overview .tags-overview-tag .column-text span.label,
#tags .tags-overview .tags-overview-tag .column-text span.number-part {
  border-radius: 5px;
}
#tags .tags-overview .tags-overview-tag .column-text span.label {
  align-self: end;
  background-color: #d4d4d4;
  color: #7f8387;
  font-size: 9px;
  margin-left: 4px;
}
#tags .tags-overview .tags-overview-tag .column-text span.label-more {
  background-color: #b4b4b4;
  color: #fdfdfd;
}
#tags .tags-overview .tags-overview-tag .column-text span.number-part {
  background-color: #e5e5e5;
  display: inline-block;
  font-size: 10px;
  margin-right: 7px;
  padding: 1px 8px;
  position: relative;
  text-align: center;
}
#tags .tags-overview .tags-overview-tag .column-text span.number-part-child::before {
  content: '-';
  display: block;
  color: #838383;
  position: absolute;
  left: -15px;
}
#tags .tags-overview .tags-overview-tag .column-text .hierarchy-toggle {
  position: relative;
  top: 1px;
}
#tags .tags-overview .tags-overview-tag .column-text i.fa.fa-tag,
#tags .tags-overview .tags-overview-tag .column-text i.fa.fa-soccer-ball-o {
  align-items: center;
  border-radius: 3px;
  color: #fdfdfd;
  display: inline-flex;
  font-size: 9px;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  padding-top: 1px;
  width: 16px;
}
#tags .tags-overview .tags-overview-tag .column-text i.fa.fa-tag {
  background-color: #ebebeb;
  color: #444444;
}
#tags .tags-overview .tags-overview-tag .column-text i.fa.fa-soccer-ball-o {
  background-color: #C1D6E2;
  color: #272d36;
}
#tags .tags-overview .tags-overview-tag .column-text img.icon-whistle {
  align-items: center;
  border-radius: 3px;
  background-color: #d4d4d4;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  opacity: 0.7;
  padding: 3px;
  width: 16px;
}
#tags .tags-overview .tags-overview-tag .column-stop .invalid-stop-time {
  color: #7D2A1C;
  font-weight: bold;
}
#tags .tags-overview .tags-overview-tag .column-duration .badge-status-error {
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  padding: 0 6px;
  text-transform: uppercase;
}
#tags .tags-overview .tags-overview-tag .column-options {
  align-items: center;
  color: #707070 !important;
  display: flex;
  justify-content: space-evenly;
}
#tags .tags-overview .tags-overview-tag .column-options a.export {
  position: relative;
  top: 1px;
}
#tags .tags-overview .tags-overview-tag .column-options a:not(.badge):hover {
  color: #444444;
}
#tags .tags-overview .tags-overview-tag .column-options a.badge-autofollow {
  align-items: center;
  background-color: #5a595b;
  border-radius: 4px;
  display: inline-flex;
  font-size: 8px;
  height: 12px;
  justify-content: center;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  width: 20px;
}
#tags .tags-overview .tags-overview-tag .column-options a.badge-autofollow:not(.disabled):hover {
  opacity: 1;
}
#tags .tags-overview .tags-overview-tag .column-options a.disabled {
  opacity: 0.2;
  cursor: default;
}
@media (max-width: 700px) {
  #tags .tags-overview .tags-overview-header,
  #tags .tags-overview .tags-overview-tag {
    grid-template-columns: auto 105px !important;
  }
  #tags .tags-overview .tags-overview-header .column:not(.column-text):not(.column-options),
  #tags .tags-overview .tags-overview-tag .column:not(.column-text):not(.column-options) {
    display: none;
  }
}
#tags .eye-icon {
  color: rgba(0, 0, 0, 0.3);
}
#tags .blink-eye {
  animation: blinker-eye 0.8s infinite alternate;
}
@keyframes blinker-eye {
  from {
    color: #000000;
  }
  to {
    color: rgba(0, 0, 0, 0.1);
  }
}
.websocket-video {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.websocket-view {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.websocket-view .hd-switch {
  background-color: #000000;
  border-radius: 5px;
  bottom: 20px;
  color: #fdfdfd;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.5;
  padding: 7px;
  position: absolute;
  right: 20px;
}
.websocket-view .hd-switch.active {
  background-color: #fdfdfd;
  color: #000000;
  opacity: 1;
}
.websocket-view .hd-switch:hover:not(.active) {
  opacity: 0.8;
}
/*
  App 'scaffold' based on the CSS3 Box Model & Layer Mixins
  Bootstrap fixes and customizations
  */
.alert-info a {
  color: #2a6496;
}
pre {
  background-color: #fff776;
  border-color: #ffd900;
  font-size: 11px;
}
.text-bold {
  font-weight: bold !important;
}
.text-semi-bold {
  font-weight: 600 !important;
}
.text-normal-weight {
  font-weight: normal !important;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #181e28;
  height: 100%;
  min-height: 100% !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-touch-action: none !important;
  overflow: hidden;
  touch-action: none !important;
}
html.force-scroll {
  overflow-y: scroll !important;
}
body.menu-active .menu-backdrop {
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
}
.menu-backdrop {
  display: none;
}
body #content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
}
.allow-user-select {
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
#main-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  background: #e5e5e5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
#main-layer > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#main-layer .main-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  box-orient: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  background: #e5e5e5 url("/assets/bg-b75b6ce9.png");
  position: relative;
}
#main-layer .main-content > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#main-layer.headless {
  transition: left 0s;
  left: 0 !important;
}
#main-layer.headless .navbar {
  display: none;
}
#main-layer.headless .main-content {
  background: #e5e5e5 url("/assets/bg-b75b6ce9.png");
  height: 100%;
  width: 100%;
}
.btn.btn-default.activated_by_keyboard_shortcut {
  -moz-box-shadow: 0 0 5px #F3F3F3 inset;
  -webkit-box-shadow: 0 0 5px #F3F3F3 inset;
  background: #F3F3F3;
  border-color: #CFCFCF;
  box-shadow: 0 0 5px #F3F3F3 inset;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  color: #505050;
  outline: 0 !important;
}
.navbar {
  background-color: #181e28;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.navbar:before,
.navbar:after {
  content: none !important;
  display: none !important;
}
.navbar .btn-dropdown {
  background-color: #262d35;
  border-radius: 4px;
  color: #fdfdfd;
  margin-left: 8px;
  margin-right: 8px;
}
.navbar .btn-dropdown:hover {
  background: #2e2e30;
  border-color: #2e2e30;
  color: #fdfdfd;
}
.nav-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  color: #e5e5e5;
  font-size: 120%;
  padding: 0 10px;
}
.nav-title > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav-left {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  padding-left: 3px;
}
.nav-left > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media all and (min-width: 1000px) {
  #sidebar {
    width: 200px;
  }
  #main-layer {
    left: 200px;
    width: auto;
  }
  #main-layer .nav-left {
    display: none;
  }
  #main-layer .navbar {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    box-pack: end;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    box-pack: flex-end;
  }
  #main-layer .nav-title {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    box-pack: start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    box-pack: flex-start;
  }
}
.ratio-box {
  position: relative;
}
.ratio-box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-box-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ratio-box-content .label {
  position: absolute;
  right: 5px;
  top: 5px;
}
.ratio-box-content .icon {
  margin: auto;
}
.toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: row;
  -moz-box-orient: row;
  box-orient: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  box-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  box-pack: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-align: center;
  background-image: -moz-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: -o-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e5e5e5);
  background-image: linear-gradient(top, #fdfdfd, #e5e5e5);
  border-bottom: 1px solid #b4b4b4;
  min-height: 40px;
}
.toolbar > * {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.action-nav-button a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 5px;
  }
}
.no-cursor-pointer {
  cursor: default !important;
}
.form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}
.form-control:-moz-placeholder {
  color: #e5e5e5;
}
.form-control::-moz-placeholder {
  color: #e5e5e5;
}
.form-control:-ms-input-placeholder {
  color: #e5e5e5;
}
.form-control::-ms-input-placeholder {
  color: #e5e5e5;
}
.timepicker-container {
  z-index: 1000;
}
.tooltip {
  z-index: 1060;
}
.dropdown-menu li a {
  font-size: 12px;
  padding-right: 20px !important;
}
