/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, ../../../html/sass/plugins/_datepicker.scss */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 14, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 17, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 20, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 23, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 49, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 64, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 67, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, ../../../html/sass/plugins/_datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 77, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, ../../../html/sass/plugins/_datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 96, ../../../html/sass/plugins/_datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 105, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 109, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 115, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 119, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 137, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

/* line 159, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

/* line 169, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 172, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 175, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 184, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 204, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

/* line 226, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

/* line 236, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 255, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

/* line 277, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

/* line 287, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 306, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 328, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 338, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 350, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 354, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 360, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 379, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 401, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 411, ../../../html/sass/plugins/_datepicker.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 415, ../../../html/sass/plugins/_datepicker.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 418, ../../../html/sass/plugins/_datepicker.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 424, ../../../html/sass/plugins/_datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 430, ../../../html/sass/plugins/_datepicker.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 434, ../../../html/sass/plugins/_datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 440, ../../../html/sass/plugins/_datepicker.scss */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 444, ../../../html/sass/plugins/_datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 448, ../../../html/sass/plugins/_datepicker.scss */
.input-daterange input {
  text-align: center;
}

/* line 451, ../../../html/sass/plugins/_datepicker.scss */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 456, ../../../html/sass/plugins/_datepicker.scss */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 461, ../../../html/sass/plugins/_datepicker.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
/**
 * jQuery Timepicker - v1.3.5 - 2016-07-10
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
/* line 10, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 16, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

/* line 26, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}

/* line 36, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-standard {
  /* overwrites .ui-widget */
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #595959;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px;
}

/* line 46, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}

/* line 53, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #19559c;
  font-weight: normal;
  color: #fff;
}

/* line 60, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
  float: left;*/
  margin: 0;
  padding: 0;
}

/* line 68, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 75, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

/* line 80, ../../../html/sass/plugins/_timepicker.scss */
.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes placeHolderShimmer {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}
/* line 25, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-item {
  pointer-events: none;
  padding: 12px 0;
  position: relative;
  height: 128px;
  width: 100%;
}

/* line 32, ../../../html/sass/plugins/_placeholder-loader.scss */
.animated-placeholder {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 80px;
  position: relative;
}

/* line 53, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask {
  background: #fff;
  position: absolute;
}

/* line 57, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.header-top,
.placeholder-mask.header-bottom,
.placeholder-mask.subheader-bottom {
  top: 0;
  left: 80px;
  right: 0;
  height: 20px;
}

/* line 66, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.header-left,
.placeholder-mask.subheader-left,
.placeholder-mask.header-right,
.placeholder-mask.subheader-right {
  top: 20px;
  left: 80px;
  height: 16px;
  width: 20px;
}

/* line 76, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.header-bottom {
  top: 36px;
  height: 12px;
}

/* line 81, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.subheader-left,
.placeholder-mask.subheader-right {
  top: 48px;
  height: 12px;
}

/* line 88, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.header-right,
.placeholder-mask.subheader-right {
  width: auto;
  left: 600px;
  right: 0;
}

/* line 95, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.subheader-right {
  left: 460px;
}

/* line 99, ../../../html/sass/plugins/_placeholder-loader.scss */
.placeholder-mask.subheader-bottom {
  top: 60px;
  height: 20px;
}

/* line 1, ../../../html/sass/plugins/_rating.scss */
.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

/* line 9, ../../../html/sass/plugins/_rating.scss */
.symbol-empty {
  background-color: #ccc;
}

/* line 13, ../../../html/sass/plugins/_rating.scss */
.symbol-filled {
  background-color: black;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
/* line 11, ../../../html/sass/plugins/_animate.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 16, ../../../html/sass/plugins/_animate.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 20, ../../../html/sass/plugins/_animate.scss */
.animated.hinge {
  animation-duration: 2s;
}

/* line 24, ../../../html/sass/plugins/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/* line 52, ../../../html/sass/plugins/_animate.scss */
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 67, ../../../html/sass/plugins/_animate.scss */
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 87, ../../../html/sass/plugins/_animate.scss */
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 121, ../../../html/sass/plugins/_animate.scss */
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
/* line 139, ../../../html/sass/plugins/_animate.scss */
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
/* line 169, ../../../html/sass/plugins/_animate.scss */
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 196, ../../../html/sass/plugins/_animate.scss */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 223, ../../../html/sass/plugins/_animate.scss */
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
/* line 259, ../../../html/sass/plugins/_animate.scss */
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 297, ../../../html/sass/plugins/_animate.scss */
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* line 335, ../../../html/sass/plugins/_animate.scss */
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
/* line 367, ../../../html/sass/plugins/_animate.scss */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
/* line 399, ../../../html/sass/plugins/_animate.scss */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
/* line 431, ../../../html/sass/plugins/_animate.scss */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 463, ../../../html/sass/plugins/_animate.scss */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 483, ../../../html/sass/plugins/_animate.scss */
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 503, ../../../html/sass/plugins/_animate.scss */
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 519, ../../../html/sass/plugins/_animate.scss */
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 535, ../../../html/sass/plugins/_animate.scss */
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 555, ../../../html/sass/plugins/_animate.scss */
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 569, ../../../html/sass/plugins/_animate.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 585, ../../../html/sass/plugins/_animate.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 601, ../../../html/sass/plugins/_animate.scss */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 617, ../../../html/sass/plugins/_animate.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 633, ../../../html/sass/plugins/_animate.scss */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 649, ../../../html/sass/plugins/_animate.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 665, ../../../html/sass/plugins/_animate.scss */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 681, ../../../html/sass/plugins/_animate.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 697, ../../../html/sass/plugins/_animate.scss */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 711, ../../../html/sass/plugins/_animate.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/* line 726, ../../../html/sass/plugins/_animate.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 741, ../../../html/sass/plugins/_animate.scss */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 756, ../../../html/sass/plugins/_animate.scss */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 771, ../../../html/sass/plugins/_animate.scss */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
/* line 786, ../../../html/sass/plugins/_animate.scss */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 801, ../../../html/sass/plugins/_animate.scss */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
/* line 816, ../../../html/sass/plugins/_animate.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 831, ../../../html/sass/plugins/_animate.scss */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
/* line 862, ../../../html/sass/plugins/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* line 894, ../../../html/sass/plugins/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/* line 926, ../../../html/sass/plugins/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 948, ../../../html/sass/plugins/_animate.scss */
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 970, ../../../html/sass/plugins/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
/* line 998, ../../../html/sass/plugins/_animate.scss */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1014, ../../../html/sass/plugins/_animate.scss */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
/* line 1033, ../../../html/sass/plugins/_animate.scss */
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 1051, ../../../html/sass/plugins/_animate.scss */
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 1069, ../../../html/sass/plugins/_animate.scss */
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 1087, ../../../html/sass/plugins/_animate.scss */
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
/* line 1105, ../../../html/sass/plugins/_animate.scss */
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 1122, ../../../html/sass/plugins/_animate.scss */
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 1139, ../../../html/sass/plugins/_animate.scss */
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1156, ../../../html/sass/plugins/_animate.scss */
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1173, ../../../html/sass/plugins/_animate.scss */
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 1190, ../../../html/sass/plugins/_animate.scss */
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 1219, ../../../html/sass/plugins/_animate.scss */
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 1244, ../../../html/sass/plugins/_animate.scss */
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 1262, ../../../html/sass/plugins/_animate.scss */
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 1279, ../../../html/sass/plugins/_animate.scss */
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 1294, ../../../html/sass/plugins/_animate.scss */
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1312, ../../../html/sass/plugins/_animate.scss */
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1330, ../../../html/sass/plugins/_animate.scss */
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1348, ../../../html/sass/plugins/_animate.scss */
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1366, ../../../html/sass/plugins/_animate.scss */
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 1385, ../../../html/sass/plugins/_animate.scss */
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1404, ../../../html/sass/plugins/_animate.scss */
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
/* line 1421, ../../../html/sass/plugins/_animate.scss */
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
/* line 1438, ../../../html/sass/plugins/_animate.scss */
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1457, ../../../html/sass/plugins/_animate.scss */
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1472, ../../../html/sass/plugins/_animate.scss */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1487, ../../../html/sass/plugins/_animate.scss */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1502, ../../../html/sass/plugins/_animate.scss */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/* line 1517, ../../../html/sass/plugins/_animate.scss */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1532, ../../../html/sass/plugins/_animate.scss */
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1547, ../../../html/sass/plugins/_animate.scss */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1562, ../../../html/sass/plugins/_animate.scss */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1577, ../../../html/sass/plugins/_animate.scss */
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * FullCalendar v3.5.1 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
/* line 8, ../../../html/sass/plugins/_fullcalendar.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 13, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl {
  text-align: right;
}

/* line 17, ../../../html/sass/plugins/_fullcalendar.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 26, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

/* line 31, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

/* line 36, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 45, ../../../html/sass/plugins/_fullcalendar.scss */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 63, ../../../html/sass/plugins/_fullcalendar.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 65, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 69, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 74, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 81, ../../../html/sass/plugins/_fullcalendar.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 93, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 108, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 116, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 126, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 133, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 144, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 153, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 158, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 166, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 171, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 175, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 179, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 183, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 188, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 197, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 202, ../../../html/sass/plugins/_fullcalendar.scss */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 209, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-clear {
  clear: both;
}

/* line 213, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 224, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 228, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 236, ../../../html/sass/plugins/_fullcalendar.scss */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 245, ../../../html/sass/plugins/_fullcalendar.scss */
.fc th {
  text-align: center;
}

/* line 249, ../../../html/sass/plugins/_fullcalendar.scss */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 257, ../../../html/sass/plugins/_fullcalendar.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 265, ../../../html/sass/plugins/_fullcalendar.scss */
a[data-goto] {
  cursor: pointer;
}

/* line 269, ../../../html/sass/plugins/_fullcalendar.scss */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 277, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 283, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 293, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 301, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row {
  position: relative;
}

/* line 305, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 311, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 316, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 321, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 326, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 331, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 340, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 346, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 350, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 359, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 365, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 375, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
/* line 380, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 390, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

/* line 399, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* line 404, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 410, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 415, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 420, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 426, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 433, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 440, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event .fc-resizer {
  display: none;
}

/* line 444, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 452, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 469, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 474, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 483, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 495, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 504, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 516, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 523, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 531, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 539, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 554, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 560, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 572, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 577, ../../../html/sass/plugins/_fullcalendar.scss */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 581, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* line 595, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 600, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 607, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 613, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 624, ../../../html/sass/plugins/_fullcalendar.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 631, ../../../html/sass/plugins/_fullcalendar.scss */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 635, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 641, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 645, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 650, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 658, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 667, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 686, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 699, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 703, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 709, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 713, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 717, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 726, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 752, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon:after {
  position: relative;
}

/* line 756, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 763, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 770, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 776, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 782, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 788, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 794, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 800, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 810, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 815, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 824, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 833, ../../../html/sass/plugins/_fullcalendar.scss */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 841, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 849, ../../../html/sass/plugins/_fullcalendar.scss */
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 862, ../../../html/sass/plugins/_fullcalendar.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 870, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* line 876, ../../../html/sass/plugins/_fullcalendar.scss */
.fc.fc-bootstrap3 a {
  text-decoration: none;
}

/* line 880, ../../../html/sass/plugins/_fullcalendar.scss */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 884, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

/* line 888, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 896, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
  /* undo built-in padding */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 904, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 914, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar {
  text-align: center;
}

/* line 918, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 922, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 926, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-left {
  float: left;
}

/* line 930, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-right {
  float: right;
}

/* line 934, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 939, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 945, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 951, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 957, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar button {
  position: relative;
}

/* line 961, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 966, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 970, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 975, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 985, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 993, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 1006, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 1012, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 1018, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 1022, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 1031, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 1035, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

/* line 1040, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 1045, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 1046, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 1048, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 1049, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 1051, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 1060, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

/* line 1064, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 1074, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 1079, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 1083, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 1091, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 1097, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 1101, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 1109, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 1115, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 1119, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 1123, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 1127, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 1133, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 1137, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 1147, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 1152, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 1157, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 1162, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 1167, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 1171, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1180, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 1185, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1193, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 1197, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1208, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 1212, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1216, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1222, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1232, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1242, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1259, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1263, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

/* line 1269, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* line 1273, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

/* line 1277, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1282, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1289, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1294, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1301, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1305, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1309, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1313, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 1320, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1333, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 1339, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1359, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1367, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1371, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1379, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1394, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
/* line 1403, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

/* line 1407, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
/* line 1414, ../../../html/sass/plugins/_fullcalendar.scss */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

/* line 1418, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1423, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
/* line 1429, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1433, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-heading td {
  font-weight: bold;
}

/* line 1437, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1438, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-list-heading-alt {
  float: right;
}

/* line 1440, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1441, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
/* line 1445, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

/* line 1449, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
/* line 1456, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1457, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1459, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

/* line 1465, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
/* line 1472, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1480, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1486, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1492, ../../../html/sass/plugins/_fullcalendar.scss */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * Fuel UX v3.16.1 
 * Copyright 2012-2017 ExactTarget
 * Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
 */
/* line 8, ../../../html/sass/plugins/_fuelux.scss */
.clearfix {
  *zoom: 1;
}

/* line 11, ../../../html/sass/plugins/_fuelux.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 17, ../../../html/sass/plugins/_fuelux.scss */
.clearfix:after {
  clear: both;
}

@font-face {
  font-family: "fuelux";
  src: url("../fonts/fuelux.eot");
  src: url("../fonts/fuelux.eot?#iefix") format("embedded-opentype"), url(data:font-woff;base64,d09GRk9UVE8AAAUUAAsAAAAABuAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAegAAAIisWS2RkZGVE0AAALwAAAAGQAAABxvEtzhR0RFRgAAAwwAAAAdAAAAIAA4AARPUy8yAAADLAAAAEoAAABgL7lMbGNtYXAAAAN4AAAAPAAAAUrAGiK3aGVhZAAAA7QAAAAvAAAANgDSVuNoaGVhAAAD5AAAABwAAAAkBCkCA2htdHgAAAQAAAAAGgAAABoHmgL4bWF4cAAABBwAAAAGAAAABgALUABuYW1lAAAEJAAAAN0AAAF3kxoWmXBvc3QAAAUEAAAAEAAAACAAAwABeJw90M9rE0EUB/D30uzusLtuNTqiGIs/+gt6ifVHtgfRHqQHLTYumEsrpSSWRVNozNJc2t6S2K2bBATbS0tLe9jDUlJ6aS85hFT8H6SCFPwTZiCIbpnq6fMe8+Y7j0GIRgERlbdO9r1TBIwAwijvi/D+Ln4tuqqjq3e5erRHhetW7I/r/i90xfN4ndelOHztjgNcjMP3S3HQ41iIgX4WQ6AbrsJN6IUhGIYReApjMA6WM2c/SyQSgnuCYcF9wQPBQ8EjQVJgCkbEvudbA2AZK/gRV9DFVfyEHlaxBhpiJPlk7GX6TebdhxWDDfEb9JbaGezI9Laa74zTOyqTn9O7KosFtFdlg0ymfeE5e0X7VTZaogOqwXz+OOwM/pqbZz2vs+VwyGC/2YXwjsGWf4YBxrdfYZjhMT9M/veQwU7ZHD3MNianstmpyUb28KjROOox+OcrLnV1Nfysy0AQ6YD5Yjpf+jJxLB0Eza2WR0zFruSW5otEq7W2m3v7pJ2SFvKLubJNNPvAaVZa5ET27LXcxjzRkopVS29n9ki7Le0s+ItBmWjHE9KMnXasCjlRAs9f290gWskqpGczJNWWNnfW/WpAtB9Kq9Qs7M+SVErKb+bW7SrRgpmttGcRU64ES35xl2h/Ac9Ys4h4nGNgYGBkAILzccd+gelbXJ9hNABYswg7AAAAeJxjYGRgYOADYgkGEGBiYARCLiBmAfMYAAS4AD0AAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawuDwgOEBJ+OD/w8Y9Bj//v8LFGaEK1AAQkYALokNlwAAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBgecP7/D1LwgAFEKzBC1QMBIxsDgjNCAQBlrAaweJxjYGRgYADiH2cX2sfz23xl4GZiAIHzt7g+w2lmBmbGv4x/gVwOBrA0AFSyC6wAeJxjYGRgYPzLwMCgx8QAAkA2IwMqYAIANwYCMQIAAAACAAADARUBhwGDAQ8AWAADAAMAXACnAAAAAFAAAAsAAHicbY49asNAEIU/2bJMsEmX1JsipYS0BAwuU/gAKdy7WAuDkPDagtzDkD5djpED5AQ5TZ7kKVJ4l9n59vHmB1jyQcJwEjLujSfMeTae8sTROJXn03jGgm/jTPdXziS9k7IcqwaeqOOD8ZRXcuNUnovxjEe+jDPpP+zpCTR632Hfh6ZXfpNUS2rYEfUNdd/sBBs6Ws5jjnIEHJ6CUnmt+N/sqnitsVJ4eSpe1KJrz5su1sH5onRrdx0p8Pkq92Uly82VtpIiJw7jCk7NhrFsQzwdutZVRXm78A9U7zY2AAAAeJxjYGZABowMaAAAAI4ABQ==) format("woff"), url("../fonts/fuelux.ttf") format("truetype"), url("../fonts/fuelux.svg#fuelux") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 27, ../../../html/sass/plugins/_fuelux.scss */
.fuelux [class^="fueluxicon-"]:before,
.fuelux [class*=" fueluxicon-"]:before {
  font-family: "fuelux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 39, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-full:before {
  content: "\e000";
}

/* line 42, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-1:before {
  content: "\e001";
}

/* line 45, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-2:before {
  content: "\e002";
}

/* line 48, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-3:before {
  content: "\e003";
}

/* line 51, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-4:before {
  content: "\e004";
}

/* line 54, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-5:before {
  content: "\e005";
}

/* line 57, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-6:before {
  content: "\e006";
}

/* line 60, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-7:before {
  content: "\e007";
}

/* line 63, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-loader-8:before {
  content: "\e008";
}

/* line 66, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .fueluxicon-bullet:before {
  content: "\e009";
}

/*
.fuelux .radio-inline,
.fuelux .checkbox-inline {
  padding-left: 0;
}
.fuelux .radio-inline.highlight,
.fuelux .checkbox-inline.highlight {
  left: -8px;
}
.fuelux .radio-inline label,
.fuelux .checkbox-inline label {
  margin-bottom: 0;
}
label.fuelux .radio:hover:before,
label.fuelux .checkbox:hover:before,
label.fuelux .radio-inline:hover:before,
label.fuelux .checkbox-inline:hover:before,
.input-label.fuelux .radio:hover:before,
.input-label.fuelux .checkbox:hover:before,
.input-label.fuelux .radio-inline:hover:before,
.input-label.fuelux .checkbox-inline:hover:before,
.fuelux .radio label:hover:before,
.fuelux .checkbox label:hover:before,
.fuelux .radio-inline label:hover:before,
.fuelux .checkbox-inline label:hover:before,
.fuelux .radio .input-label:hover:before,
.fuelux .checkbox .input-label:hover:before,
.fuelux .radio-inline .input-label:hover:before,
.fuelux .checkbox-inline .input-label:hover:before {
  box-shadow: inset 0px 0px 2px 1px rgba(91, 157, 217, 0.7), 0px 0px 5px 0px rgba(91, 157, 217, 0.7);
}
.fuelux .radio label,
.fuelux .checkbox label,
.fuelux .radio-inline label,
.fuelux .checkbox-inline label,
.fuelux .radio .input-label,
.fuelux .checkbox .input-label,
.fuelux .radio-inline .input-label,
.fuelux .checkbox-inline .input-label,
label.fuelux .radio,
label.fuelux .checkbox,
label.fuelux .radio-inline,
label.fuelux .checkbox-inline {
  cursor: pointer;
  font-weight: normal;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only) ~ label {
  padding: 4px;
  border-radius: 4px;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label,
.fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label {
  background-color: #e6e6e6;
  opacity: 1;
  z-index: 0;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only),
.fuelux .checkbox input[type="checkbox"]:not(.sr-only),
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only),
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only),
.fuelux .radio input[type="radio"]:not(.sr-only),
.fuelux .checkbox input[type="radio"]:not(.sr-only),
.fuelux .radio-inline input[type="radio"]:not(.sr-only),
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label {
  padding-left: 0;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  border: 1px solid #aaaaaa;
  color: #FFF;
  font-size: 9px;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-top: 0;
  margin-bottom: -2px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  z-index: 2;
  content: "";
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label {
  color: #333333;
  color: #39b3d7;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
  box-shadow: inset 0px 0px 2px 1px #5b9dd9, 0px 0px 5px 0px #5b9dd9;
  outline: none;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:hover {
  color: #333333;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
  color: #333333;
  cursor: pointer;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before,
.fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label:before {
  color: #333333;
  opacity: .65;
  cursor: not-allowed !important;
  outline: none;
  box-shadow: none;
}
.fuelux .radio input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
  background: #39b3d7;
  border-color: #39b3d7;
}
.fuelux .radio.highlight:before,
.fuelux .checkbox.highlight:before,
.fuelux .radio-inline.highlight:before,
.fuelux .checkbox-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label,
.fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label,
.fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label {
  left: -8px;
  position: relative;
}
.fuelux .radio-inline,
.fuelux .checkbox-inline {
  padding-left: 0;
}
.fuelux .radio-inline:before,
.fuelux .checkbox-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .checkbox.multiline,
.fuelux .radio.multiline {
  float: left;
  margin-left: 15px;
}
.fuelux .checkbox.multiline ~ .control-label,
.fuelux .radio.multiline ~ .control-label {
  float: left;
  width: 80%;
  margin-left: 10px;
  text-align: left;
}
.fuelux .checkbox.multiline ~ .control-label > label,
.fuelux .radio.multiline ~ .control-label > label {
  font-weight: normal;
  cursor: pointer;
}
.fuelux .form-group.required .control-label:before {
  content: '*';
  color: #a94442;
  margin-right: 5px;
}
.fuelux .checkbox {
}
.fuelux .checkbox.highlight + .checkbox.highlight {
  margin-top: -5px;
}
.fuelux .checkbox.highlight label.checkbox-custom {
  padding: 4px 4px 4px 24px;
}
.fuelux .checkbox.highlight.checked label.checkbox-custom,
.fuelux .checkbox.highlight label.checked.checkbox-custom {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .checkbox input[type="checkbox"]:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:hover + .checkbox-label,
.fuelux .checkbox .checkbox-label:hover {
  color: #999999;
}
.fuelux .checkbox input[type="checkbox"]:disabled:focus + .checkbox-label,
.fuelux .checkbox input[type="checkbox"]:disabled:hover + .checkbox-label,
.fuelux .checkbox.disabled label:hover {
  color: inherit;
}
.fuelux .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.checkbox-custom {
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 24px;
}
.fuelux .input-group-addon.checkbox-custom input[type=checkbox] {
  position: absolute;
  margin-left: -24px;
}
.fuelux .input-group-addon.checkbox-custom:before {
  left: 11px;
  top: 9px;
}
.fuelux .checkbox-custom {
  position: relative;
}
.fuelux .checkbox-custom:before {
  font-family: "Glyphicons Halflings" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  color: #FFF;
  content: " ";
  font-size: 9px;
  height: 14px;
  left: 0px;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .checkbox-custom:active:before,
.fuelux .checkbox-custom:focus:before {
  color: #5B9DD9;
  cursor: pointer;
  box-shadow: inset 0px 0px 2px 1px #5B9DD9, 0px 0px 5px 0px #5B9DD9;
}
.fuelux .checkbox-custom.highlight:before {
  left: 4px;
  top: 6px;
}
.fuelux .checkbox-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
  content: "\e013";
}
.fuelux .checkbox-custom.disabled {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .checkbox-custom.disabled:before {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .checkbox-custom.checkbox-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight {
  padding: 4px 4px 4px 24px;
  left: -4px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .checkbox-custom.checkbox-inline.highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .checkbox-custom input[type="checkbox"]:focus + .checkbox-label {
  color: #999999;
}
.fuelux .checkbox-custom input[type="checkbox"] + .checkbox-label.truncate {
  display: inherit;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.fuelux label.checkbox-custom.checkbox-inline {
  padding-left: 20px;
}
.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before {
  border-radius: 4px;
  z-index: 1;
}
.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before {
  color: white;
  content: "\e013";
  line-height: 1em;
  padding-left: 1px;
  font-size: 8px;
  padding-top: 2px;
}
.fuelux .checkbox.hightlight + .checkbox-inline.highlight,
.fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight {
  margin-left: -14px;
}
.fuelux .checkbox.hightlight + .checkbox-inline.highlight.checkbox-custom,
.fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight.checkbox-custom {
  margin-left: 0px;
}
.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label {
  left: -4px;
}
.fuelux .radio {
  
}
.fuelux .radio.highlight {
  padding: 4px;
  margin: 0 0 5px 0;
}
.fuelux .radio.highlight + .radio.highlight {
  margin-top: -9px;
}
.fuelux .radio.highlight label.radio-custom {
  left: -8px;
  padding: 4px 4px 4px 24px;
  border-radius: 4px;
}
.fuelux .radio.highlight label.radio-custom:before {
  left: 5px;
  top: 7px;
}
.fuelux .radio.highlight label.radio-custom:after {
  left: 9px;
  top: 11px;
}
.fuelux .radio.highlight.checked label.radio-custom,
.fuelux .radio.highlight label.radio-custom.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio input[type="radio"]:focus + .radio-label,
.fuelux .radio input[type="radio"]:hover + .radio-label,
.fuelux .radio .radio-label:hover {
  color: #999999;
}
.fuelux .form-horizontal .radio-inline {
  padding-top: 0;
}
.fuelux .input-group-addon.radio-custom.radio-inline:before {
  left: 11px;
  top: 9px;
}
.fuelux .input-group-addon.radio-custom.radio-inline:after {
  left: 15px;
  top: 13px;
}
.fuelux .radio-custom {
  position: relative;

}
.fuelux .radio-custom .highlight {
  padding: 4px;
  margin: 0 0 5px 0;
}
.fuelux .radio-custom .highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio-custom:after {
  background: transparent;
  border-radius: 6px;
  content: " ";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 6px;
}
.fuelux .radio-custom:before {
  border: 1px solid #aaaaaa;
  border-radius: 14px;
  content: " ";
  height: 14px;
  left: 0px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.fuelux .radio-custom.checked:after {
  background: #FFF;
}
.fuelux .radio-custom.checked:before {
  background: #39b3d7;
  border-color: #39b3d7;
}
.fuelux .radio-custom.disabled {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .radio-custom.disabled:after {
  cursor: not-allowed;
}
.fuelux .radio-custom.disabled:before {
  cursor: not-allowed;
  opacity: .65;
}
.fuelux .radio-custom.radio-inline:after {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline:before {
  left: 0;
  top: 3px;
}
.fuelux .radio-custom.radio-inline.highlight {
  left: -3px;
  padding: 4px 4px 4px 24px;
}
.fuelux .radio-custom.radio-inline.highlight:after {
  left: 8px;
  top: 11px;
}
.fuelux .radio-custom.radio-inline.highlight:before {
  left: 4px;
  top: 7px;
}
.fuelux .radio-custom.radio-inline.highlight.checked {
  background: #e6e6e6;
  border-radius: 4px;
}
.fuelux .radio-custom input[type="radio"]:focus + .radio-label {
  color: #999999;
}
.fuelux .radio-custom input[type="radio"] + .radio-label.truncate {
  display: inherit;
  line-height: 14px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.fuelux label.radio-custom.radio-inline {
  padding-left: 20px;
}
.fuelux .radio input[type="radio"]:not(.sr-only),
.fuelux .radio-inline input[type="radio"]:not(.sr-only) {
  }
.fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before {
  border-radius: 8px;
  z-index: 1;
}
.fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
  background: #39b3d7;
  
  background: -moz-radial-gradient(center, ellipse cover, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #FFF), color-stop(40%, #FFF), color-stop(41%, #39b3d7), color-stop(100%, #39b3d7));
  
  background: -webkit-radial-gradient(center, ellipse cover, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  
  background: -o-radial-gradient(center, ellipse cover, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  
  background: -ms-radial-gradient(center, ellipse cover, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  
  background: radial-gradient(ellipse at center, #FFF 0%, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#39b3d7', GradientType=1);
  
}
.fuelux .radio input[type="radio"]:not(.sr-only):hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
  box-shadow: inset 0px 0px 2px 1px #5b9dd9, 0px 0px 5px 0px #5b9dd9;
}
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:before,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:before {
  outline-color: none;
  outline-offset: 0;
  outline-style: none;
  outline-width: 0;
  cursor: default;
}
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label,
.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover,
.fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover,
.fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
  color: #333333;
  cursor: default;
}*/
/* line 783, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .combobox.disabled .input-group-btn {
  cursor: not-allowed;
}

/* line 786, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .combobox input::-ms-clear {
  display: none;
}

/* line 789, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .combobox .dropdown-menu > li.selected > a {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 794, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .combobox .dropdown-menu > li > em {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 803, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar {
  padding: 16px 16px 0;
  min-height: 262px;
}

/* line 807, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* line 812, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days {
  height: 182px;
  margin: 10px 0 12px;
  width: 100%;
  /* for spacing */
}

/* line 818, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days thead {
  border-bottom: 1px solid #cccccc;
}

/* line 821, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days tbody:before {
  color: transparent;
  content: "\200C";
  display: block;
  line-height: 3px;
  visibility: hidden;
}

/* line 828, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td,
.fuelux .datepicker-calendar-days th {
  font-size: 14px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 14.29%;
}

/* line 836, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td b,
.fuelux .datepicker-calendar-days td button {
  color: #333333;
  display: inline-block;
  font-weight: normal;
  height: 30px;
  text-decoration: none;
  width: 30px;
}

/* line 845, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td b {
  line-height: 30px;
}

/* line 848, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td span {
  display: block;
  border-radius: 4px;
}

/* line 852, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td span:hover {
  background: #f5f5f5;
  text-decoration: none;
}

/* line 856, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.current-day span {
  border: 1px solid #333333;
}

/* line 859, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.last-month,
.fuelux .datepicker-calendar-days td.next-month {
  background: #d5d5d5;
}

/* line 863, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.last-month.first,
.fuelux .datepicker-calendar-days td.next-month.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 1px;
}

/* line 869, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.last-month.last,
.fuelux .datepicker-calendar-days td.next-month.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 1px;
}

/* line 875, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.past b,
.fuelux .datepicker-calendar-days td.past button {
  color: #999999;
}

/* line 879, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.restricted b,
.fuelux .datepicker-calendar-days td.restricted button {
  cursor: no-drop;
  position: relative;
}

/* line 884, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.restricted b:before,
.fuelux .datepicker-calendar-days td.restricted button:before {
  border-top: 1px solid #e9322d;
  bottom: 0;
  content: " ";
  display: block;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
}

/* line 895, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.restricted b:hover,
.fuelux .datepicker-calendar-days td.restricted button:hover {
  background: none;
}

/* line 899, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected span {
  background: #eeeeee;
}

/* line 902, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected span:hover {
  background: #dddddd;
}

/* line 905, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected b,
.fuelux .datepicker-calendar-days td.selected button {
  color: #878787;
}

/* line 909, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected.current-day {
  box-shadow: 0 0 0 1px #FFF offset;
}

/* line 912, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected.current-day b,
.fuelux .datepicker-calendar-days td.selected.current-day button {
  color: #222222;
}

/* line 916, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days td.selected.current-day span:hover b,
.fuelux .datepicker-calendar-days td.selected.current-day span:hover button {
  border-color: #0f5f9f;
}

/* line 920, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-days th {
  font-weight: bold;
  height: 22px;
  vertical-align: top;
}

/* line 925, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header {
  *zoom: 1;
}

/* line 928, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header:before,
.fuelux .datepicker-calendar-header:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 934, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header:after {
  clear: both;
}

/* line 937, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* line 942, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 174px;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
  vertical-align: middle;
}

/* line 953, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title:hover {
  color: #0f5f9f;
  text-decoration: underline;
}

/* line 957, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

/* line 962, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title .month {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 967, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title .month span {
  display: none;
}

/* line 970, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .title .month span.current {
  display: inline;
}

/* line 973, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .next,
.fuelux .datepicker-calendar-header .prev {
  background: #666666;
  background-clip: padding-box;
  border-radius: 30px;
  cursor: pointer;
  float: left;
  height: 30px;
  text-align: center;
  width: 30px;
}

/* line 984, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .next span.glyphicon,
.fuelux .datepicker-calendar-header .prev span.glyphicon {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
}

/* line 990, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .next:hover,
.fuelux .datepicker-calendar-header .prev:hover {
  background: #0f5f9f;
}

/* line 994, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .next {
  float: right;
}

/* line 997, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-header .next span.glyphicon {
  line-height: 28px;
}

/* line 1000, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-footer {
  background: #e6e6e6;
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccccc;
  height: 30px;
  margin: 0 -16px;
  padding: 4px 14px;
}

/* line 1009, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-footer .datepicker-today {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}

/* line 1014, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-footer .datepicker-today:hover {
  color: #1b75bb;
  text-decoration: underline;
}

/* line 1018, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-footer .datepicker-today.disabled {
  color: #878787;
  cursor: default;
  pointer-events: none;
}

/* line 1023, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-footer .datepicker-today.disabled:hover {
  color: #878787;
}

/* line 1026, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-calendar-wrapper {
  border: 1px solid #757575;
  min-height: 20px;
  padding: 0;
  width: 300px;
}

/* line 1032, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels {
  display: none;
}

/* line 1035, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels ul button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* line 1040, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-footer {
  background: #e6e6e6;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #cccccc;
  clear: both;
}

/* line 1046, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-footer .datepicker-wheels-back {
  display: block;
  color: #222222;
  float: left;
  line-height: 22px;
  border: 0;
  background-color: transparent;
}

/* line 1054, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-footer .datepicker-wheels-back:hover {
  color: #1b75bb;
}

/* line 1057, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-footer .datepicker-wheels-select {
  float: right;
  background-color: transparent;
  color: #5B9DD9;
}

/* line 1062, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-footer .datepicker-wheels-select:hover {
  color: #1b75bb;
}

/* line 1065, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month,
.fuelux .datepicker-wheels-year {
  float: left;
  width: 50%;
}

/* line 1070, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul,
.fuelux .datepicker-wheels-year ul {
  height: 217px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  text-align: center;
}

/* line 1079, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul li,
.fuelux .datepicker-wheels-year ul li {
  margin: 4px 0;
}

/* line 1083, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul li button,
.fuelux .datepicker-wheels-year ul li button {
  width: 100%;
  text-align: center;
  color: #454545;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

/* line 1093, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul li button:hover,
.fuelux .datepicker-wheels-year ul li button:hover {
  background: #d9edf7;
  text-decoration: none;
}

/* line 1098, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul li.selected button,
.fuelux .datepicker-wheels-year ul li.selected button {
  background: #1b75bb;
  color: #FFF;
}

/* line 1103, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month ul li.selected button:hover,
.fuelux .datepicker-wheels-year ul li.selected button:hover {
  background: #0f5f9f;
}

/* line 1107, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month .header,
.fuelux .datepicker-wheels-year .header {
  background: #e6e6e6;
  background-clip: padding-box;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px 0 0 0;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

/* line 1121, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month.full,
.fuelux .datepicker-wheels-year.full {
  border-left: 0;
  width: 100%;
}

/* line 1126, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-month.full .header,
.fuelux .datepicker-wheels-year.full .header {
  border-radius: 4px 4px 0 0;
}

/* line 1130, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-year {
  border-left: 1px solid #cccccc;
  float: right;
}

/* line 1134, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker-wheels-year .header {
  border-radius: 0 4px 0 0;
}

/* line 1137, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .datepicker input::-ms-clear {
  display: none;
}

/* line 1140, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .infinitescroll {
  overflow-y: auto;
}

/* line 1143, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .infinitescroll .infinitescroll-end {
  clear: both;
  font-style: italic;
  padding: 6px;
  text-align: center;
}

/* line 1149, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .infinitescroll .infinitescroll-load {
  clear: both;
  padding: 6px;
}

/* line 1153, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .infinitescroll .infinitescroll-load button {
  padding: 5px 12px;
  width: 100%;
}

/* line 1157, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .infinitescroll .infinitescroll-load .loader {
  font-size: 32px;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

/* line 1163, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .dropUp,
.fuelux .dropup {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 1169, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .loader {
  height: 64px;
  font-size: 64px;
  position: relative;
  width: 64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgd2lkdGg9IjU0cHgiIGhlaWdodD0iNTRweCIgdmlld0JveD0iNSA1IDU0IDU0IiBpZD0ibG9hZGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDUuMDAwMDAwKSIgZmlsbD0iIzE1ODllZSI+PGcgaWQ9InNwaW5uZXItbWVkaXVtIj48ZyBpZD0iT3ZhbC0zNSI+PGNpcmNsZSBpZD0iVG9wIiBjeD0iMjciIGN5PSI2IiByPSI1Ij48L2NpcmNsZT48Y2lyY2xlIGlkPSJUb3BSaWdodCIgY3g9IjQ4IiBjeT0iMTciIHI9IjUiPjwvY2lyY2xlPjxjaXJjbGUgaWQ9IkJvdHRvbVJpZ2h0IiBjeD0iNDgiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tIiBjeD0iMjciIGN5PSI0OCIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iQm90dG9tTGVmdCIgY3g9IjYiIGN5PSIzNiIgcj0iNSI+PC9jaXJjbGU+PGNpcmNsZSBpZD0iVG9wTGVmdCIgY3g9IjYiIGN5PSIxNyIgcj0iNSI+PC9jaXJjbGU+PC9nPjwvZz48L2c+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI1RvcCIgcGF0aD0iTSAwIDAgViAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSIwczsgVG9wTGVmdEFuaW0uZW5kIiBpZD0iVG9wQW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJUb3BBbmltLmVuZCIgaWQ9IlRvcFJpZ2h0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjQm90dG9tUmlnaHQiIHBhdGg9Ik0gMCAwIEwgNSA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IlRvcFJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21SaWdodEFuaW0iIC8+PGFuaW1hdGVNb3Rpb24geGxpbms6aHJlZj0iI0JvdHRvbSIgcGF0aD0iTSAwIDAgViA1IFoiIGR1cj0iLjI1cyIgYmVnaW49IkJvdHRvbVJpZ2h0QW5pbS5lbmQiIGlkPSJCb3R0b21BbmltIiAvPjxhbmltYXRlTW90aW9uIHhsaW5rOmhyZWY9IiNCb3R0b21MZWZ0IiBwYXRoPSJNIDAgMCBMIC01IDUgWiIgZHVyPSIuMjVzIiBiZWdpbj0iQm90dG9tQW5pbS5lbmQiIGlkPSJCb3R0b21MZWZ0QW5pbSIgLz48YW5pbWF0ZU1vdGlvbiB4bGluazpocmVmPSIjVG9wTGVmdCIgcGF0aD0iTSAwIDAgTCAtNSAtNSBaIiBkdXI9Ii4yNXMiIGJlZ2luPSJCb3R0b21MZWZ0QW5pbS5lbmQiIGlkPSJUb3BMZWZ0QW5pbSIgLz48L3N2Zz4=");
  background-size: contain;
}

/* line 1177, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  cursor: text;
  padding: 3px;
}

/* line 1183, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly] {
  border: 1px solid transparent;
}

/* line 1186, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap {
  display: inline-block;
}

/* line 1189, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap.truncated {
  display: none;
}

/* line 1192, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly].truncate .pillbox-more {
  display: inline;
}

/* line 1195, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly] .pill span.glyphicon-close {
  display: none;
}

/* line 1198, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly] .pillbox-add-item {
  display: none;
}

/* line 1201, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly] .pillbox-input-wrap {
  display: none;
}

/* line 1204, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox[data-readonly] .pillbox-input-wrap button.dropdown-toggle {
  display: none;
}

/* line 1207, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox.pills-editable .pill-group .pill span {
  cursor: text;
}

/* line 1210, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox.pills-editable .pill-group .pill span.glyphicon-close {
  cursor: pointer;
}

/* line 1213, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 1218, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill {
  margin: 2px;
  cursor: default;
  float: left;
  word-break: break-all;
}

/* line 1224, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill.pillbox-highlight {
  outline: 1px dotted #999999;
}

/* line 1227, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill.truncated {
  display: none;
}

/* line 1230, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit {
  border: none;
  color: #333333;
  font-weight: normal;
  border-radius: 2px;
}

/* line 1236, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill .pillbox-list-edit:focus {
  outline: none;
  border: none;
}

/* line 1240, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill .glyphicon-close {
  cursor: pointer;
  top: -1px;
  left: 2px;
}

/* line 1245, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:before {
  content: " \00d7";
}

/* line 1248, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox > .pill-group > .pill .glyphicon-close:hover {
  opacity: .4;
}

/* line 1251, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-input-wrap {
  position: relative;
  margin: 4px 0 3px 3px;
  float: left;
}

/* line 1256, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-input-wrap.editing {
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 2px 0 3px 3px;
}

/* line 1261, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-input-wrap.editing input.pillbox-add-item {
  border-radius: 4px;
  color: #333333;
  height: 32px;
}

/* line 1266, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-add-item {
  border: none;
  box-shadow: none;
}

/* line 1270, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-add-item:focus {
  outline: none;
  border: none;
}

/* line 1274, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .pillbox-more {
  cursor: pointer;
  display: none;
  line-height: 30px;
}

/* line 1279, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .suggest {
  max-height: 166px;
  overflow-y: auto;
}

/* line 1283, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .suggest > li {
  white-space: nowrap;
  cursor: pointer;
  padding: 3px 20px;
}

/* line 1288, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .suggest > li.pillbox-suggest-sel {
  background-color: #eeeeee;
}

/* line 1291, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox .suggest > li:hover {
  background-color: #eeeeee;
}

/* line 1294, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .pillbox input::-ms-clear {
  display: none;
}

/* line 1297, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard {
  display: inline-block;
  position: relative;
}

/* line 1301, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard[data-ellipsis="true"].showing div.placard-field,
.fuelux .placard[data-ellipsis="true"].showing input.placard-field {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}

/* line 1307, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard[data-ellipsis="true"] div.placard-field,
.fuelux .placard[data-ellipsis="true"] input.placard-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1313, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard[data-ellipsis="true"] div.placard-field::-ms-clear,
.fuelux .placard[data-ellipsis="true"] input.placard-field::-ms-clear {
  display: none;
}

/* line 1317, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard[data-ellipsis="true"] div.placard-field[data-textarea] {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}

/* line 1322, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard[data-ellipsis="true"] textarea.placard-field[readonly] {
  overflow: hidden;
}

/* line 1325, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard.showing .placard-footer,
.fuelux .placard.showing .placard-header,
.fuelux .placard.showing .placard-popup {
  display: block;
  z-index: 1;
}

/* line 1331, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard.showing div.placard-field,
.fuelux .placard.showing input.placard-field,
.fuelux .placard.showing textarea.placard-field {
  background: #FFF;
  border: 1px solid #cccccc;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* line 1340, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field,
.fuelux .placard input.placard-field,
.fuelux .placard textarea.placard-field {
  resize: none;
}

/* line 1345, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field[readonly],
.fuelux .placard input.placard-field[readonly],
.fuelux .placard textarea.placard-field[readonly] {
  background: #FFF;
  cursor: auto;
}

/* line 1351, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field[readonly].glass,
.fuelux .placard input.placard-field[readonly].glass,
.fuelux .placard textarea.placard-field[readonly].glass {
  background: none;
}

/* line 1356, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field[readonly].glass:hover,
.fuelux .placard input.placard-field[readonly].glass:hover,
.fuelux .placard textarea.placard-field[readonly].glass:hover {
  background: #d9edf7;
  cursor: pointer;
}

/* line 1362, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field:focus,
.fuelux .placard input.placard-field:focus,
.fuelux .placard textarea.placard-field:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}

/* line 1368, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field {
  width: 168px;
  overflow: auto;
}

/* line 1372, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard div.placard-field[data-textarea] {
  height: 54px;
}

/* line 1375, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-cancel {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 1380, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-footer,
.fuelux .placard-header {
  display: none;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
}

/* line 1388, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-footer {
  padding: 4px 0 8px 0;
  text-align: right;
  top: 100%;
}

/* line 1393, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-header {
  bottom: 100%;
  padding: 8px 0 4px 0;
}

/* line 1397, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-header h1,
.fuelux .placard-header h2,
.fuelux .placard-header h3,
.fuelux .placard-header h4,
.fuelux .placard-header h5,
.fuelux .placard-header h6 {
  margin: 0;
}

/* line 1405, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard-popup {
  background: #d9edf7;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  bottom: -8px;
  box-shadow: 0 0 0 1px #FFF inset;
  display: none;
  left: -8px;
  position: absolute;
  right: -8px;
  top: -8px;
}

/* line 1418, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass {
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
}

/* line 1423, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass:hover {
  background: #d9edf7;
  border-color: #5B9DD9;
  cursor: pointer;
}

/* line 1428, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass:hover[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}

/* line 1433, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass:focus {
  background: #FFF;
  border-color: #5B9DD9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(91, 157, 217, 0.6);
  cursor: auto;
}

/* line 1439, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass:focus[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}

/* line 1444, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .placard .glass[disabled] {
  cursor: not-allowed;
}

/* line 1447, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater {
  border: 1px solid #dddddd;
  border-radius: 4px;
  /*
		 * reinforce spacing around control buttons
		 */
}

/* line 1454, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-canvas.scrolling {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1462, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header,
.fuelux .repeater-footer {
  background: #fafafa;
  min-height: 50px;
  padding: 8px;
  *zoom: 1;
}

/* line 1469, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header:before,
.fuelux .repeater-footer:before,
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1477, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header:after,
.fuelux .repeater-footer:after {
  clear: both;
}

/* line 1481, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header-left,
.fuelux .repeater-footer-left {
  float: left;
}

/* line 1485, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header-right,
.fuelux .repeater-footer-right {
  float: right;
}

@media (max-width: 625px) {
  /* line 1490, ../../../html/sass/plugins/_fuelux.scss */
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left,
  .fuelux .repeater-header-right,
  .fuelux .repeater-footer-right {
    float: none;
    *zoom: 1;
  }

  /* line 1497, ../../../html/sass/plugins/_fuelux.scss */
  .fuelux .repeater-header-left:before,
  .fuelux .repeater-footer-left:before,
  .fuelux .repeater-header-right:before,
  .fuelux .repeater-footer-right:before,
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    display: table;
    content: "";
    line-height: 0;
  }

  /* line 1509, ../../../html/sass/plugins/_fuelux.scss */
  .fuelux .repeater-header-left:after,
  .fuelux .repeater-footer-left:after,
  .fuelux .repeater-header-right:after,
  .fuelux .repeater-footer-right:after {
    clear: both;
  }

  /* line 1515, ../../../html/sass/plugins/_fuelux.scss */
  .fuelux .repeater-header-left,
  .fuelux .repeater-footer-left {
    margin-bottom: 8px;
  }
}
/* line 1520, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-header {
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1525, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-footer {
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1530, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-loader {
  display: none;
  left: 50%;
  position: absolute;
  margin: -32px 0 0 -32px;
  top: 50%;
}

/* line 1537, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-viewport {
  min-height: 80px;
  position: relative;
}

/* line 1541, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination label {
  font-weight: normal;
}

/* line 1544, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination .repeater-primaryPaging {
  display: none;
  vertical-align: middle;
  width: 116px;
}

/* line 1549, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination .repeater-primaryPaging.active {
  display: inline-block;
}

/* line 1552, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
  min-width: 116px;
}

/* line 1555, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination .repeater-secondaryPaging {
  display: none;
  width: 82px;
}

/* line 1559, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-pagination .repeater-secondaryPaging.active {
  display: inline-block;
}

/* line 1562, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-search {
  float: left;
  width: 200px;
}

/* line 1566, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-title {
  display: block;
  float: left;
  line-height: 34px;
  margin-right: 10px;
}

/* line 1572, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-itemization .selectlist,
.fuelux .repeater-filters,
.fuelux .repeater-secondaryPaging,
.fuelux .repeater-primaryPaging,
.fuelux .repeater-next,
.fuelux .repeater-prev {
  margin: auto 0.3em;
}

/* line 1580, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #fff;
}

/* line 1584, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-select-checkbox {
  cursor: not-allowed;
}

/* line 1587, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th.sortable,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th .repeater-list-heading.sortable {
  background: #fafafa;
  cursor: auto;
}

/* line 1592, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover.selected td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered.selected td {
  background: #eee;
}

/* line 1596, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered td {
  background: #fff;
  cursor: auto;
}

/* line 1601, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling {
  overflow: visible;
}

/* line 1604, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1611, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list-wrapper {
  height: 100%;
  overflow: auto;
}

/* line 1615, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list {
  position: relative;
}

/* line 1618, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table {
  margin-bottom: 0;
  width: 100%;
}

/* line 1622, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
}

/* line 1627, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td:first-child {
  border-left: none;
}

/* line 1630, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.sorted {
  background: #fafafa;
}

/* line 1633, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.truncate {
  display: inherit;
}

/* line 1636, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr:focus {
  outline: 1px dotted #dddddd;
}

/* line 1639, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.empty td {
  border-bottom: none;
  font-size: 14px;
  font-style: italic;
  padding: 20px;
  text-align: center;
  width: 100%;
}

/* line 1647, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}

/* line 1652, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}

/* line 1656, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td {
  background: #eeeeee;
  color: #333333;
}

/* line 1660, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td:first-child {
  padding-left: 30px;
}

/* line 1663, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid transparent;
  border-top: none;
  color: transparent;
  line-height: 1.42857;
  padding: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1677, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child {
  border-left: none;
}

/* line 1680, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox {
  width: 37px;
  padding-left: 12px;
}

/* line 1684, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox .checkbox-inline:before {
  top: 0;
}

/* line 1687, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable:hover,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}

/* line 1700, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sorted span.glyphicon {
  display: block;
  visibility: hidden;
}

/* line 1704, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}

/* line 1709, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th .actions-hidden {
  visibility: hidden;
}

/* line 1712, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check {
  display: inline-block;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 0;
}

/* line 1720, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check span.glyphicon {
  left: -22px;
  position: absolute;
  top: 2px;
}

/* line 1725, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading {
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: none;
  color: #333333;
  line-height: 1.42857;
  margin-left: -9px;
  padding: 8px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1743, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
  margin-left: -1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1747, ../../../html/sass/plugins/_fuelux.scss */
  .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
    margin-left: 0;
  }
}
/* line 1751, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable:hover,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted {
  background: #f5f5f5;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}

/* line 1764, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted span.glyphicon {
  display: block;
  visibility: visible;
}

/* line 1768, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading span.glyphicon {
  display: none;
  float: right;
  margin-top: 2px;
}

/* line 1773, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled {
  overflow: auto;
}

/* line 1776, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list-wrapper {
  overflow: visible;
}

/* line 1779, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
}

/* line 1784, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 1790, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper table {
  border-right: 1px solid #dddddd;
}

/* line 1793, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table {
  table-layout: fixed;
  word-wrap: break-word;
}

/* line 1797, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen {
  border-right: 1px solid #dddddd;
  z-index: 2;
  background: #FFF;
  border-collapse: collapse;
  table-layout: fixed;
  float: left;
}

/* line 1805, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen th {
  border-collapse: collapse;
  word-wrap: break-word;
}

/* line 1810, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading {
  background: #fafafa;
}

/* line 1813, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading.shifted {
  left: -1px;
}

/* line 1816, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled {
  overflow: auto;
}

/* line 1819, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list-wrapper {
  overflow: visible;
}

/* line 1822, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
}

/* line 1827, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table {
  table-layout: fixed;
  word-wrap: break-word;
}

/* line 1831, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions {
  border-left: 1px solid #dddddd;
  z-index: 2;
  border-collapse: collapse;
  table-layout: fixed;
  float: right;
}

/* line 1838, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr {
  border-left: 1px solid #dddddd;
}

/* line 1841, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading {
  background: transparent;
  border-left: 1px solid transparent;
}

/* line 1845, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading th {
  background: transparent;
}

/* line 1848, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td {
  background: #FFF;
}

/* line 1851, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
  background: #f5f5f5;
  cursor: pointer;
}

/* line 1856, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable .checkbox-custom:before {
  margin-top: -4px;
  top: 0;
}

/* line 1860, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td {
  background: #eeeeee;
  color: #333333;
}

/* line 1864, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 30px;
}

/* line 1867, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
  border-collapse: collapse;
  word-wrap: break-word;
  padding-bottom: 5px;
}

/* line 1873, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group {
  width: 100%;
  text-align: center;
}

/* line 1878, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group .btn,
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group .btn {
  float: none;
}

/* line 1882, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
  padding-left: 8px;
}

/* line 1885, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}

/* line 1889, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
  padding: 8px 0 7px;
  border-left: 1px solid #fafafa;
  margin-left: -9px;
  width: 100%;
}

/* line 1895, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading .glyphicon {
  display: inline-block;
  float: none;
  margin-top: 0;
}

/* line 1900, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions .caret {
  margin-left: 0;
}

/* line 1903, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-thead-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

/* line 1909, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table {
  table-layout: fixed;
  word-wrap: break-word;
}

/* line 1913, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table thead tr th:last-child .repeater-list-heading {
  border-left: 1px solid transparent;
}

/* line 1916, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions {
  background-color: #FFF;
}

/* line 1919, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr {
  background-color: transparent;
}

/* line 1922, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr.empty-heading {
  border-left: 1px solid #fafafa;
}

/* line 1925, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr th {
  padding-bottom: 8px;
}

/* line 1928, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr td {
  padding-bottom: 6px;
  line-height: 1.39;
}

/* line 1932, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox {
  width: 37px;
}

/* line 1935, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox .checkbox {
  margin: 0 4px;
}

/* line 1938, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tbody tr .body-checkbox {
  left: 4px;
  top: -3px;
}

/* line 1942, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tr.selected td:first-child {
  padding-left: 8px;
}

/* line 1945, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
  border-left: 1px solid #dddddd;
}

/* line 1948, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-loader {
  margin-top: -12px;
}

/* line 1951, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-loader.noHeader {
  margin-top: -32px;
}

/* line 1954, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .repeater-viewport {
  overflow: hidden;
}

/* line 1957, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater[data-viewtype="list"] .actions-wrapper {
  z-index: 10;
  text-align: right;
}

/* line 1961, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater.disabled .repeater-thumbnail.selectable:hover {
  background: #fff;
  cursor: auto;
}

/* line 1965, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater.disabled .repeater-thumbnail.selectable.selected:hover {
  background: #eeeeee;
}

/* line 1968, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail {
  border: 1px solid #dddddd;
  color: #666666;
  float: left;
  font-size: 14px;
  min-height: 110px;
  min-width: 100px;
  margin: 8px 7px;
  text-align: center;
}

/* line 1978, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail img {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
}

/* line 1983, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont {
  height: 100%;
  overflow-y: auto;
  padding: 6px;
  width: 100%;
}

/* line 1989, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center,
.fuelux .repeater-thumbnail-cont.align-justify,
.fuelux .repeater-thumbnail-cont.align-left,
.fuelux .repeater-thumbnail-cont.align-right {
  position: relative;
  font-size: 0.1px;
}

/* line 1996, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center:after,
.fuelux .repeater-thumbnail-cont.align-justify:after,
.fuelux .repeater-thumbnail-cont.align-left:after,
.fuelux .repeater-thumbnail-cont.align-right:after {
  display: inline-block;
  width: 100%;
  content: '';
}

/* line 2004, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-end,
.fuelux .repeater-thumbnail-cont.align-center .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-left .infinitescroll-load,
.fuelux .repeater-thumbnail-cont.align-right .infinitescroll-load {
  display: inline-block;
  width: 100%;
}

/* line 2015, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail {
  display: inline-block;
  float: none;
  font-size: 14px;
}

/* line 2023, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail:after,
.fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail:after {
  content: ' ';
}

/* line 2029, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-center {
  text-align: center;
}

/* line 2032, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-justify {
  text-align: justify;
}

/* line 2035, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-left {
  text-align: left;
}

/* line 2038, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont.align-right {
  text-align: right;
}

/* line 2041, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont div.empty {
  font-size: 14px;
  font-style: italic;
  padding: 14px 10px 20px;
  text-align: center;
}

/* line 2047, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont .selectable:hover {
  background: #f5f5f5;
  cursor: pointer;
}

/* line 2051, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont .selectable.selected {
  background: #eeeeee;
}

/* line 2054, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .repeater-thumbnail-cont .selectable.selected:hover {
  background: #dddddd;
}

/* line 2057, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox {
  display: inline-block;
  position: relative;
}

/* line 2061, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox.digits-3 {
  width: 60px;
}

/* line 2064, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox.disabled .spinbox-buttons {
  cursor: not-allowed;
}

/* line 2067, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-input {
  float: left;
  padding-bottom: 3px;
  /* Magic number */
  padding: 0px 25px 0px 7px;
}

/* line 2073, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-input::-ms-clear {
  display: none;
}

/* line 2076, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .btn {
  position: relative;
  width: 20px;
  height: 13px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
  overflow-y: hidden;
}

/* line 2085, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .btn.disabled {
  cursor: not-allowed;
}

/* line 2088, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-buttons {
  position: absolute;
  height: 28px;
  width: 20px;
  right: 2px;
}

/* line 2094, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-up {
  padding: 0 0 14px 1px;
  top: 2px;
}

/* line 2098, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-up .glyphicon-chevron-up {
  position: relative;
  top: 0px;
}

/* line 2102, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .btn-group > .btn.spinbox-up {
  border-top-right-radius: 4px;
}

/* line 2105, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-down {
  padding: 0 0 8px 1px;
  top: 2px;
  height: 15px;
  border-bottom-left-radius: 4px;
}

/* line 2111, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox .spinbox-down .glyphicon-chevron-down {
  position: relative;
  left: 0;
  top: 0;
}

/* line 2116, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .spinbox input::-ms-clear {
  display: none;
}

/* line 2119, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler {
  /* -------------------------------
		START DATE/TIME
	------------------------------- */
  /* -------------------------------
		TIMEZONE
	------------------------------- */
  /* -------------------------------
		REPEAT PANELS
	------------------------------- */
  /* -------------------------------
	END
	------------------------------- */
}

/* line 2133, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .row {
  margin-bottom: 10px;
}

/* line 2136, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .row.no-margin {
  margin-bottom: 0px;
}

/* line 2139, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .control-label {
  min-width: 7em;
}

/* line 2142, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .inline-form-text {
  float: left;
  line-height: 27px;
  margin-top: 4px;
}

/* line 2147, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .form-group {
  margin-bottom: 0px;
}

/* line 2150, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .start-datetime .form-group {
  margin-left: 0;
}

/* line 2153, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .start-datetime .combobox {
  max-width: 9em;
}

/* line 2156, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .start-datetime .combobox .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

/* line 2160, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .start-datetime .dropdown {
  float: left;
  margin: 0 10px 0 0;
}

/* line 2164, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .timezone-container .input-group {
  max-width: 20em;
}

/* line 2167, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .timezone-container .dropdown-label {
  height: 18px;
  white-space: nowrap;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2174, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .timezone-container .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

/* line 2178, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-panel {
  margin-left: 0;
}

/* line 2181, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-panel label {
  font-weight: normal;
}

/* line 2184, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-panel .radio {
  margin-right: 10px;
}

/* line 2187, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-panel .form-group {
  margin-left: 0;
}

/* line 2190, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval {
  margin-left: 0;
  *zoom: 1;
}

/* line 2194, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval:before,
.fuelux .scheduler .repeat-interval:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2200, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval:after {
  clear: both;
}

/* line 2203, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .form-group {
  margin-left: 0;
}

/* line 2206, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

/* line 2210, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .repeat-every-panel {
  float: left;
}

/* line 2213, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .repeat-every-panel .repeat-every-pretext {
  padding: 0 10px;
}

/* line 2216, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox {
  float: left;
  margin-right: 10px;
}

/* line 2220, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox input {
  margin-bottom: 0;
}

/* line 2223, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-date {
  margin-top: 10px;
  *zoom: 1;
}

/* line 2227, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2233, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
  clear: both;
}

/* line 2236, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-date .selectlist {
  margin-left: 5px;
}

/* line 2239, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-day {
  margin-top: 10px;
  *zoom: 1;
}

/* line 2243, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:before,
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2249, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
  clear: both;
}

/* line 2252, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-monthly .month-days {
  margin-left: 10px;
}

/* line 2255, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-date {
  margin-top: 10px;
  *zoom: 1;
}

/* line 2259, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2265, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
  clear: both;
}

/* line 2268, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-date .year-month-day {
  margin-left: 10px;
}

/* line 2271, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .year-month-days {
  margin-left: 10px;
}

/* line 2274, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .year-month {
  margin-left: 10px;
}

/* line 2277, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-day {
  margin-top: 10px;
  *zoom: 1;
}

/* line 2281, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:before,
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2287, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
  clear: both;
}

/* line 2290, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-yearly .repeat-yearly-day .repeat-yearly-day-text {
  margin-left: 10px;
}

/* line 2293, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week {
  margin-top: 10px;
  *zoom: 1;
}

/* line 2297, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:before,
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2303, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
  clear: both;
}

/* line 2306, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly button:not(.active) {
  background-color: #FFF;
}

/* line 2309, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly .btn-group.disabled {
  position: relative;
  opacity: 0.65;
}

/* line 2313, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-weekly .btn-group.disabled:before {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

/* line 2323, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .selectlist {
  float: left;
}

/* line 2326, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler label.radio {
  float: left;
  line-height: 27px;
}

/* line 2330, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler label.radio input {
  margin-top: 8px;
}

/* line 2333, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-end .end-after {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

/* line 2338, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-end .form-group {
  margin-left: 0;
}

/* line 2341, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-end .end-option-panel {
  padding-left: 10px;
}

/* line 2344, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-end .selectlist {
  min-width: 100%;
}

/* line 2347, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler .repeat-end .selectlist button,
.fuelux .scheduler .repeat-end .selectlist ul {
  min-width: 100%;
}

/* line 2351, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .scheduler input::-ms-clear {
  display: none;
}

/* line 2354, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .search.disabled .input-group-btn {
  cursor: not-allowed;
}

/* line 2357, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .search input::-ms-clear {
  display: none;
}

/* line 2360, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .selectlist.disabled {
  cursor: not-allowed;
}

/* line 2363, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .selectlist .selected-label {
  overflow: hidden;
  min-width: 2em;
}

/* line 2367, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .selectlist .dropdown-menu {
  min-width: inherit;
  overflow-y: auto;
}

/* line 2371, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .selectlist .btn.dropdown-toggle {
  text-align: left;
  padding-right: 28px;
}

/* line 2375, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .selectlist .btn.dropdown-toggle .caret {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

/* line 2382, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .button-sizer,
.fuelux .selectlist-sizer {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  top: 0;
  float: left;
}

/* line 2390, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .button-sizer .selectlist,
.fuelux .selectlist-sizer .selectlist {
  display: block !important;
}

/* line 2394, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .button-sizer .dropdown-menu,
.fuelux .selectlist-sizer .dropdown-menu {
  display: block;
  min-width: inherit;
}

/* line 2399, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .button-sizer .selected-label,
.fuelux .selectlist-sizer .selected-label {
  width: auto !important;
}

/* line 2403, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker {
  display: inline-block;
  position: relative;
}

/* line 2407, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker[data-ellipsis="true"].showing input.picker-field {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

/* line 2412, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker[data-ellipsis="true"] input.picker-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2417, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker[data-ellipsis="true"] input.picker-field::-ms-clear {
  display: none;
}

/* line 2420, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker[data-ellipsis="true"] textarea.picker-field[readonly] {
  overflow: hidden;
}

/* line 2423, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker.showing .picker-footer,
.fuelux .picker.showing .picker-header,
.fuelux .picker.showing .picker-popup {
  display: block;
  z-index: 1;
}

/* line 2429, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker.showing input.picker-field,
.fuelux .picker.showing textarea.picker-field {
  background: #FFF;
  border: 1px solid #cccccc;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* line 2437, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker input.picker-field,
.fuelux .picker textarea.picker-field {
  resize: none;
}

/* line 2441, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker input.picker-field[readonly],
.fuelux .picker textarea.picker-field[readonly] {
  background: #FFF;
  cursor: auto;
}

/* line 2446, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker input.picker-field[readonly].glass,
.fuelux .picker textarea.picker-field[readonly].glass {
  background: none;
}

/* line 2450, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker input.picker-field[readonly].glass:hover,
.fuelux .picker textarea.picker-field[readonly].glass:hover {
  background: #d9edf7;
  cursor: pointer;
}

/* line 2455, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker input.picker-field:focus,
.fuelux .picker textarea.picker-field:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}

/* line 2460, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-cancel {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 2465, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-footer,
.fuelux .picker-header {
  display: none;
  left: 0;
  line-height: 1;
  right: 0;
}

/* line 2472, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-footer {
  padding: 8px 10px 8px 0;
  text-align: right;
  bottom: 0;
  position: absolute;
}

/* line 2478, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-header {
  height: 31px;
  padding: 8px 0 0px 10px;
}

/* line 2482, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-header h1,
.fuelux .picker-header h2,
.fuelux .picker-header h3,
.fuelux .picker-header h4,
.fuelux .picker-header h5,
.fuelux .picker-header h6 {
  margin: 0;
}

/* line 2490, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker-popup {
  background: #d9edf7;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #FFF inset;
  display: none;
  position: absolute;
  padding-left: 6px;
  padding-right: 6px;
  height: 234px;
  width: 350px;
  margin: 4px 0;
}

/* line 2504, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .picker-body.well {
  background-color: #fff;
  overflow: scroll;
  padding: 0;
  height: 165px;
}

/* line 2510, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .tree {
  border: none;
}

/* line 2513, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass {
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
}

/* line 2518, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass:hover {
  background: #d9edf7;
  border-color: #5B9DD9;
  cursor: pointer;
}

/* line 2523, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass:hover[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}

/* line 2528, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass:focus {
  background: #FFF;
  border-color: #5B9DD9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(91, 157, 217, 0.6);
  cursor: auto;
}

/* line 2534, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass:focus[disabled] {
  background: transparent;
  border-color: #FFF;
  cursor: not-allowed;
}

/* line 2539, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .picker .glass[disabled] {
  cursor: not-allowed;
}

/* line 2542, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree {
  border: 1px solid #999999;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 15px 0 15px;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  list-style: none;
}

/* line 2551, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree *:focus {
  outline: none;
}

/* line 2554, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree :focus > .tree-branch-header .tree-label,
.fuelux .tree :focus > button .tree-label {
  outline: 0;
  text-decoration: underline;
}

/* line 2559, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree button:focus {
  color: #999999;
}

/* line 2562, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 2568, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 2573, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-loader {
  margin-left: 65px;
}

/* line 2576, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree > .tree-loader {
  margin-left: 50px;
}

/* line 2579, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-open > .tree-branch-header .glyphicon-play {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
}

/* line 2585, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree [data-children=false] > .tree-branch-header .icon-caret:before {
  content: '\00a0';
}

/* line 2588, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header {
  position: relative;
  border-radius: 6px;
  white-space: nowrap;
}

/* line 2593, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name:hover {
  color: #999999;
}

/* line 2596, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 7px;
}

/* line 2601, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header .glyphicon-play:before {
  position: relative;
  top: -2px;
}

/* line 2605, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header .tree-branch-name {
  white-space: nowrap;
  border-radius: 6px;
  background-color: transparent;
  border: 0;
}

/* line 2611, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-header label {
  font-weight: normal;
  padding-left: 3px;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 2617, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch .tree-branch-children {
  margin-left: 14px;
}

/* line 2620, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-branch[haschildren='false'] .icon-caret,
.fuelux .tree .tree-branch[data-has-children='false'] .icon-caret {
  visibility: hidden;
}

/* line 2624, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item,
.fuelux .tree .tree-overflow {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 26px;
}

/* line 2632, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item .tree-item-name,
.fuelux .tree .tree-overflow .tree-item-name,
.fuelux .tree .tree-item .tree-overflow-name,
.fuelux .tree .tree-overflow .tree-overflow-name {
  white-space: nowrap;
  border-radius: 6px;
  background-color: transparent;
  border: 0;
}

/* line 2641, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item .tree-overflow-name .tree-label,
.fuelux .tree .tree-overflow .tree-overflow-name .tree-label {
  margin-left: 15px;
  color: #0088cc;
}

/* line 2646, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item .tree-item-name:hover,
.fuelux .tree .tree-overflow .tree-item-name:hover,
.fuelux .tree .tree-item .tree-overflow-name:hover,
.fuelux .tree .tree-overflow .tree-overflow-name:hover {
  color: #999999;
}

/* line 2652, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item.tree-selected .tree-item-name,
.fuelux .tree .tree-overflow.tree-selected .tree-item-name {
  background-color: #eeeeee;
  color: #333333;
}

/* line 2657, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .tree-item label,
.fuelux .tree .tree-overflow label {
  font-weight: normal;
  padding-left: 7px;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 2664, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree .icon-caret:hover + .tree-branch-name {
  color: #999999;
}

/* line 2667, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch .icon-caret {
  background-color: transparent;
  border: 0;
}

/* line 2671, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch .icon-caret:hover {
  cursor: pointer;
  color: #999999;
}

/* line 2675, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name {
  padding: 1px 5px 0 5px;
  border-radius: 6px;
}

/* line 2679, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name.tree-selected {
  background-color: #eeeeee;
}

/* line 2682, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
  background-color: #eeeeee;
}

/* line 2685, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name:hover {
  background-color: #eeeeee;
}

/* line 2688, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .truncate .tree .tree-branch-header .tree-branch-name,
.fuelux .truncate .tree .tree-item .tree-item-name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2695, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* line 2698, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 2701, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .text-sm {
  font-size: 11.9px;
}

/* line 2704, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .text-lg {
  font-size: 17.5px;
}

/* line 2707, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs {
  padding: 5px;
}

/* line 2710, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-horizontal {
  padding: 0 5px;
}

/* line 2713, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-vertical {
  padding: 5px 0;
}

/* line 2716, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-top {
  padding-top: 5px;
}

/* line 2719, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-bottom {
  padding-bottom: 5px;
}

/* line 2722, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-left {
  padding-left: 5px;
}

/* line 2725, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-xs-right {
  padding-right: 5px;
}

/* line 2728, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm {
  padding: 10px;
}

/* line 2731, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-horizontal {
  padding: 0 10px;
}

/* line 2734, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-vertical {
  padding: 10px 0;
}

/* line 2737, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-top {
  padding-top: 10px;
}

/* line 2740, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-bottom {
  padding-bottom: 10px;
}

/* line 2743, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-left {
  padding-left: 10px;
}

/* line 2746, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-sm-right {
  padding-right: 10px;
}

/* line 2749, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md {
  padding: 15px;
}

/* line 2752, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-horizontal {
  padding: 0 15px;
}

/* line 2755, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-vertical {
  padding: 15px 0;
}

/* line 2758, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-top {
  padding-top: 15px;
}

/* line 2761, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-bottom {
  padding-bottom: 15px;
}

/* line 2764, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-left {
  padding-left: 15px;
}

/* line 2767, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-md-right {
  padding-right: 15px;
}

/* line 2770, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg {
  padding: 20px;
}

/* line 2773, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-horizontal {
  padding: 0 20px;
}

/* line 2776, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-vertical {
  padding: 20px 0;
}

/* line 2779, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-top {
  padding-top: 20px;
}

/* line 2782, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-bottom {
  padding-bottom: 20px;
}

/* line 2785, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-left {
  padding-left: 20px;
}

/* line 2788, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .padding-lg-right {
  padding-right: 20px;
}

/* line 2791, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs {
  margin: 5px;
}

/* line 2794, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-horizontal {
  margin: 0 5px;
}

/* line 2797, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-vertical {
  margin: 5px 0;
}

/* line 2800, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-top {
  margin-top: 5px;
}

/* line 2803, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-bottom {
  margin-bottom: 5px;
}

/* line 2806, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-left {
  margin-left: 5px;
}

/* line 2809, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-xs-right {
  margin-right: 5px;
}

/* line 2812, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm {
  margin: 10px;
}

/* line 2815, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-horizontal {
  margin: 0 10px;
}

/* line 2818, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-vertical {
  margin: 10px 0;
}

/* line 2821, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-top {
  margin-top: 10px;
}

/* line 2824, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-bottom {
  margin-bottom: 10px;
}

/* line 2827, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-left {
  margin-left: 10px;
}

/* line 2830, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-sm-right {
  margin-right: 10px;
}

/* line 2833, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md {
  margin: 15px;
}

/* line 2836, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-horizontal {
  margin: 0 15px;
}

/* line 2839, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-vertical {
  margin: 15px 0;
}

/* line 2842, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-top {
  margin-top: 15px;
}

/* line 2845, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-bottom {
  margin-bottom: 15px;
}

/* line 2848, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-left {
  margin-left: 15px;
}

/* line 2851, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-md-right {
  margin-right: 15px;
}

/* line 2854, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg {
  margin: 20px;
}

/* line 2857, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-horizontal {
  margin: 0 20px;
}

/* line 2860, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-vertical {
  margin: 20px 0;
}

/* line 2863, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-top {
  margin-top: 20px;
}

/* line 2866, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-bottom {
  margin-bottom: 20px;
}

/* line 2869, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-left {
  margin-left: 20px;
}

/* line 2872, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .margin-lg-right {
  margin-right: 20px;
}

/* line 2875, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .data-label {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 2px;
  text-shadow: 0 1px #FFF;
  color: #666666;
}

/* line 2882, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .data-value {
  font-size: 14px;
}

/* line 2885, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .section-heading {
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 1px #FFF;
}

/* line 2892, ../../../html/sass/plugins/_fuelux.scss */
.fuelux .truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*# sourceMappingURL=fuelux.css.map */
/* line 2, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard {
  *zoom: 1;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
  min-height: 48px;
}

/* line 10, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 16, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard:after {
  clear: both;
}

/* line 19, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.no-steps-container {
  overflow: hidden;
}

/* line 22, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard .steps-container {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

/* line 26, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps,
.fuelux .wizard > .steps-container > ul.steps {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 999999px;
}

/* line 33, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps.previous-disabled li.complete,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete {
  cursor: default;
}

/* line 37, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover {
  background: #f5f5f5;
  color: #468847;
  cursor: default;
}

/* line 43, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f5f5f5;
}

/* line 47, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li,
.fuelux .wizard > .steps-container > ul.steps li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #f5f5f5;
  color: #595959;
  cursor: pointer;
  font-size: 16px;
}
/* line 59, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li:hover,
.fuelux .wizard > .steps-container > ul.steps li:hover {
  background: #e2eaee;
}
/* line 61, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li:hover .chevron::before,
.fuelux .wizard > .steps-container > ul.steps li:hover .chevron::before {
  border-left: 14px solid #e2eaee;
}

/* line 66, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li > .has-secondary-text,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text {
  display: inline;
}

/* line 70, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li > .has-secondary-text > h4,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > h4 {
  display: inline;
  font-size: 16px;
  font-weight: normal;
}

/* line 76, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li > .has-secondary-text > small,
.fuelux .wizard > .steps-container > ul.steps li > .has-secondary-text > small {
  display: none;
}

/* line 80, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li .chevron,
.fuelux .wizard > .steps-container > ul.steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

/* line 91, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}

/* line 102, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.complete,
.fuelux .wizard > .steps-container > ul.steps li.complete {
  color: #468847;
}

/* line 106, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-left: 14px solid #e2eaee;
}

/* line 110, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.complete .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
  border-left: 14px solid #f5f5f5;
}

/* line 114, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.active,
.fuelux .wizard > .steps-container > ul.steps li.active {
  background: #eef7fb;
  color: #3a87ad;
  cursor: default;
}
/* line 120, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.active:hover .chevron::before,
.fuelux .wizard > .steps-container > ul.steps li.active:hover .chevron::before {
  border-left-color: #eef7fb;
}

/* line 125, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.active .chevron:before,
.fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
  border-left: 14px solid #eef7fb;
}

/* line 129, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li.active .badge,
.fuelux .wizard > .steps-container > ul.steps li.active .badge {
  background-color: #3a87ad;
}

/* line 133, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li .badge,
.fuelux .wizard > .steps-container > ul.steps li .badge {
  margin-right: 8px;
}

/* line 137, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li .badge-success,
.fuelux .wizard > .steps-container > ul.steps li .badge-success {
  background-color: #468847;
}

/* line 141, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > ul.steps li:first-child,
.fuelux .wizard > .steps-container > ul.steps li:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 20px;
}

/* line 146, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl {
  direction: rtl;
}

/* line 149, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps,
.fuelux .wizard.rtl > .steps-container > ul.steps {
  right: 0;
  left: auto;
  float: right;
}

/* line 155, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps.previous-disabled li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
  border-right-color: #f5f5f5;
}

/* line 159, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li,
.fuelux .wizard.rtl > .steps-container > ul.steps li {
  float: right;
}

/* line 163, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li .chevron,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron {
  right: auto;
  left: -14px;
  border-right: 14px solid #cccccc;
  border-left: 0;
}

/* line 170, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li .chevron:before {
  right: auto;
  left: 1px;
  border-right: 14px solid #eeeeee;
  border-left: 0;
}

/* line 177, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li.active .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.active .chevron:before {
  border-right: 14px solid #eef7fb;
}

/* line 181, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li.complete .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete .chevron:before {
  border-right: 14px solid #f5f5f5;
}

/* line 185, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li.complete:hover .chevron:before,
.fuelux .wizard.rtl > .steps-container > ul.steps li.complete:hover .chevron:before {
  border-right: 14px solid #e2eaee;
  border-left: none;
}

/* line 190, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > ul.steps li .badge,
.fuelux .wizard.rtl > .steps-container > ul.steps li .badge {
  margin-left: 8px;
}

/* line 194, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > .actions {
  right: auto;
  left: 0;
  float: left;
  border-left: none;
  border-right: 1px solid #d4d4d4;
  border-radius: 4px 0 0 0;
}

/* line 202, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > .actions .btn-prev span {
  margin-left: 5px;
  margin-right: 0;
}

/* line 206, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.rtl > .actions .btn-next span {
  margin-left: 0;
  margin-right: 5px;
}

/* line 210, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  background-color: #e6e6e6;
  border-left: 1px solid #d4d4d4;
  border-radius: 0 4px 0 0;
}

/* line 224, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}

/* line 229, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}

/* line 232, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions .btn-prev span {
  margin-right: 5px;
}

/* line 235, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}

/* line 238, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard > .actions .btn-next span {
  margin-left: 5px;
}

/* line 241, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard .step-content {
  border-top: 1px solid #cccccc;
  padding: 10px;
  float: left;
  width: 100%;
}

/* line 247, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard .step-content .step-pane {
  display: none;
}

/* line 250, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard .step-content > .active {
  display: block;
}

/* line 256, ../../../html/sass/plugins/fuelux/_wizard.scss */
.fuelux .wizard.complete > .actions .btn-next .glyphicon {
  display: none;
}

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 9, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 15, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 21, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 27, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 33, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 39, ../../../html/sass/plugins/_typeaheadjs.scss */
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 45, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}

/* line 51, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}

/* line 57, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 65, ../../../html/sass/plugins/_typeaheadjs.scss */
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}

/* line 70, ../../../html/sass/plugins/_typeaheadjs.scss */
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}

/* line 76, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

/* line 80, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 87, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 94, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 102, ../../../html/sass/plugins/_typeaheadjs.scss */
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}

/* line 107, ../../../html/sass/plugins/_typeaheadjs.scss */
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}

/* line 113, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

/* line 117, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 124, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 135, ../../../html/sass/plugins/_typeaheadjs.scss */
.input-group .twitter-typeahead {
  display: table-cell !important;
}

/* line 138, ../../../html/sass/plugins/_typeaheadjs.scss */
.twitter-typeahead .tt-hint {
  color: #999999;
}

/* line 141, ../../../html/sass/plugins/_typeaheadjs.scss */
.twitter-typeahead .tt-input {
  z-index: 2;
}

/* line 144, ../../../html/sass/plugins/_typeaheadjs.scss */
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

/* line 150, ../../../html/sass/plugins/_typeaheadjs.scss */
.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  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);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 172, ../../../html/sass/plugins/_typeaheadjs.scss */
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 182, ../../../html/sass/plugins/_typeaheadjs.scss */
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}

/* line 192, ../../../html/sass/plugins/_typeaheadjs.scss */
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #262626;
}

/* line 198, ../../../html/sass/plugins/_typeaheadjs.scss */
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

/* line 2, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card {
  max-width: 50vw;
}
/* line 5, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card .arrow {
  display: none;
}
/* line 7, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card [data-drag-handle] {
  position: absolute;
  cursor: move;
}
/* line 11, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card button[data-close] {
  position: absolute;
  float: none;
  right: 8px;
  top: 8px;
}
/* line 18, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card h3 {
  display: flex;
  align-items: center;
}
/* line 21, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card h3 .fa {
  margin-right: 0.5rem;
}
/* line 24, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card h3 .fa-sm {
  font-size: 1rem;
}
/* line 28, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card hr {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 33, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card .preview-icon {
  border: 1px solid #bbb;
  width: 6rem;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
  font-size: 6rem;
  position: relative;
}
/* line 45, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card .preview-icon i {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
/* line 53, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card.task .preview-icon, .popover.preview-card.note .preview-icon, .popover.preview-card.communication .preview-icon {
  display: none;
}
/* line 54, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card.task h3, .popover.preview-card.note h3, .popover.preview-card.communication h3 {
  margin-top: 3.5rem;
}
/* line 58, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card .task-priority {
  color: #d8d8d8;
}
/* line 61, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card.priority-2 .task-priority {
  color: #fbd227;
}
/* line 64, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card.priority-3 .task-priority {
  color: #dc3545;
}
/* line 67, ../../../html/sass/plugins/_popovers.scss */
.popover.preview-card[data-crm-panel-row-checkbox] .checkbox label:after {
  left: -1px;
}

/* line 72, ../../../html/sass/plugins/_popovers.scss */
body.allin-mobile .popover.preview-card {
  max-width: 98vw;
}
/* line 75, ../../../html/sass/plugins/_popovers.scss */
body.allin-mobile .popover.preview-card [data-drag-handle] {
  display: none;
}

/* line 2, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 9px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 15, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 25, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 29, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

/* line 32, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* line 35, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 39, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
/* line 42, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag.label {
  font-size: inherit;
  font-weight: normal;
  display: inline-block;
  padding: 4px 6px 6px 10px;
  margin-bottom: 1px;
}
/* line 49, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag.label:hover [data-role='remove'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 53, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag.label [data-role='remove'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 59, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

/* line 63, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/* line 67, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 70, ../../../html/sass/plugins/_bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 15, ../../../html/sass/plugins.scss */
body.all-in {
  /* Datatables overrides! */
  /* Datepicker colors */
}
/* line 18, ../../../html/sass/plugins.scss */
body.all-in .table-striped > tbody > tr:nth-of-type(odd).bg-success, body.all-in .table-striped > tbody > tr.bg-success {
  background-color: #d8f6df !important;
}
/* line 21, ../../../html/sass/plugins.scss */
body.all-in .table-striped > tbody > tr:nth-of-type(odd).bg-danger, body.all-in .table-striped > tbody > tr.bg-danger {
  background-color: #f8d6d9 !important;
}
/* line 26, ../../../html/sass/plugins.scss */
body.all-in input.datepicker {
  padding: 9px 14px;
}
/* line 29, ../../../html/sass/plugins.scss */
body.all-in .datepicker table tr td.active:hover,
body.all-in .datepicker table tr td.active:hover:hover,
body.all-in .datepicker table tr td.active.disabled:hover,
body.all-in .datepicker table tr td.active.disabled:hover:hover,
body.all-in .datepicker table tr td.active:active,
body.all-in .datepicker table tr td.active:hover:active,
body.all-in .datepicker table tr td.active.disabled:active,
body.all-in .datepicker table tr td.active.disabled:hover:active,
body.all-in .datepicker table tr td.active.active,
body.all-in .datepicker table tr td.active:hover.active,
body.all-in .datepicker table tr td.active.disabled.active,
body.all-in .datepicker table tr td.active.disabled:hover.active,
body.all-in .datepicker table tr td.active.disabled,
body.all-in .datepicker table tr td.active:hover.disabled,
body.all-in .datepicker table tr td.active.disabled.disabled,
body.all-in .datepicker table tr td.active.disabled:hover.disabled,
body.all-in .datepicker table tr td.active[disabled],
body.all-in .datepicker table tr td.active:hover[disabled],
body.all-in .datepicker table tr td.active.disabled[disabled],
body.all-in .datepicker table tr td.active.disabled:hover[disabled],
body.all-in .datepicker table tr td span.active:hover,
body.all-in .datepicker table tr td span.active:hover:hover,
body.all-in .datepicker table tr td span.active.disabled:hover,
body.all-in .datepicker table tr td span.active.disabled:hover:hover,
body.all-in .datepicker table tr td span.active:active,
body.all-in .datepicker table tr td span.active:hover:active,
body.all-in .datepicker table tr td span.active.disabled:active,
body.all-in .datepicker table tr td span.active.disabled:hover:active,
body.all-in .datepicker table tr td span.active.active,
body.all-in .datepicker table tr td span.active:hover.active,
body.all-in .datepicker table tr td span.active.disabled.active,
body.all-in .datepicker table tr td span.active.disabled:hover.active,
body.all-in .datepicker table tr td span.active.disabled,
body.all-in .datepicker table tr td span.active:hover.disabled,
body.all-in .datepicker table tr td span.active.disabled.disabled,
body.all-in .datepicker table tr td span.active.disabled:hover.disabled,
body.all-in .datepicker table tr td span.active[disabled],
body.all-in .datepicker table tr td span.active:hover[disabled],
body.all-in .datepicker table tr td span.active.disabled[disabled],
body.all-in .datepicker table tr td span.active.disabled:hover[disabled],
body.all-in .datepicker table tr td span:hover, body.all-in .datepicker table tr td span.focused {
  background-color: #19559c;
  background-image: none !important;
  color: #fff;
}
/* line 74, ../../../html/sass/plugins.scss */
body.all-in .datepicker table tr td.active,
body.all-in .datepicker table tr td.active:hover,
body.all-in .datepicker table tr td.active.disabled,
body.all-in .datepicker table tr td.active.disabled:hover
.datepicker table tr td span.active,
body.all-in .datepicker table tr td span.active:hover,
body.all-in .datepicker table tr td span.active.disabled,
body.all-in .datepicker table tr td span.active.disabled:hover {
  background-color: #19559c;
  background-image: none !important;
  filter: none;
  border-color: #19559c;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 91, ../../../html/sass/plugins.scss */
body.all-in .datepicker table tr td.highlighted {
  background: #d5e5f8;
}
/* line 94, ../../../html/sass/plugins.scss */
body.all-in .datepicker table tr td.today, body.all-in .datepicker table tr td.today:hover, body.all-in .datepicker table tr td.today.disabled, body.all-in .datepicker table tr td.today.disabled:hover {
  background: #fde78b;
}

/* end "body.all-in" global body class selector override */
/* Checkboxes using FA instead of Glyphicons */
/* line 101, ../../../html/sass/plugins.scss */
.checkbox.checkbox-inherited input[type="checkbox"] + label::after {
  font-family: "FontAwesome";
  content: "\f00c;";
}

/* line 106, ../../../html/sass/plugins.scss */
.checkbox input[type="checkbox"] + label:before {
  background-color: transparent;
  border-color: rgba(204, 204, 204, 0.65);
}
/* line 110, ../../../html/sass/plugins.scss */
.checkbox:hover input[type="checkbox"] + label:before {
  background-color: #fff;
  border-color: #cccccc;
}

/* line 116, ../../../html/sass/plugins.scss */
.radio input[type="radio"] + label:before {
  background-color: transparent;
  border-color: rgba(204, 204, 204, 0.65);
}
/* line 120, ../../../html/sass/plugins.scss */
.radio:hover input[type="radio"] + label:before {
  background-color: #fff;
  border-color: #cccccc;
}

/* Datatable stuff */
/* line 127, ../../../html/sass/plugins.scss */
table.dataTable {
  margin-top: 20px !important;
}
/* line 130, ../../../html/sass/plugins.scss */
table.dataTable thead > tr th, table.dataTable thead > tr td {
  font-weight: normal;
}
/* line 132, ../../../html/sass/plugins.scss */
table.dataTable thead > tr th.sorting, table.dataTable thead > tr td.sorting {
  cursor: pointer;
}
/* line 135, ../../../html/sass/plugins.scss */
table.dataTable thead > tr th.button-column, table.dataTable thead > tr td.button-column {
  max-width: 144px;
  width: 144px;
  box-sizing: border-box;
}
/* line 141, ../../../html/sass/plugins.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc {
  background: #ddd;
}
/* line 145, ../../../html/sass/plugins.scss */
table.dataTable tbody tr td {
  position: relative;
  height: 1px;
}
/* line 148, ../../../html/sass/plugins.scss */
table.dataTable tbody tr td .ellipse-i {
  height: 100%;
}
/* line 151, ../../../html/sass/plugins.scss */
table.dataTable tbody tr td .ellipses {
  z-index: 0;
  /*Here is the trick:*/
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  width: 90%;
  height: 50%;
  /*End of the trick*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 166, ../../../html/sass/plugins.scss */
table.dataTable tbody tr td .btn-group {
  display: flex;
}
/* line 169, ../../../html/sass/plugins.scss */
table.dataTable tbody tr td.button-column {
  max-width: 144px;
  width: 144px;
  box-sizing: border-box;
}
/* line 175, ../../../html/sass/plugins.scss */
table.dataTable .dt-bootstrap table tbody td {
  position: relative;
}
/* line 177, ../../../html/sass/plugins.scss */
table.dataTable .dt-bootstrap table tbody td a:not(.btn) {
  position: relative;
  color: #5181c2;
}
/* line 180, ../../../html/sass/plugins.scss */
table.dataTable .dt-bootstrap table tbody td a:not(.btn):hover {
  color: #19559c;
}

/* Full-button checkboxes, tweaked original checkboxes by GK */
/* Ratings. */
/* line 191, ../../../html/sass/plugins.scss */
.rating-container.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
/* line 198, ../../../html/sass/plugins.scss */
.rating-container.fa-2x {
  font-size: 2em;
}
/* line 200, ../../../html/sass/plugins.scss */
.rating-container.fa-2x.form-control {
  padding: 0;
}
