.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-pnotify {
  top: 25px;
  right: 25px;
  height: auto;
  z-index: 9999;
  position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify .picon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
}
.ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}
.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  margin: 0;
}
.typeahead__container optgroup {
  font-weight: bold;
}
.typeahead__container button,
.typeahead__container input {
  overflow: visible;
}
.typeahead__container button,
.typeahead__container select {
  text-transform: none;
}
.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
  -webkit-appearance: button;
}
.typeahead__container button::-moz-focus-inner,
.typeahead__container [type="button"]::-moz-focus-inner,
.typeahead__container [type="reset"]::-moz-focus-inner,
.typeahead__container [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.typeahead__container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.typeahead__container legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.typeahead__container textarea {
  overflow: auto;
}
.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.typeahead__container [type="number"]::-webkit-inner-spin-button,
.typeahead__container [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.typeahead__container [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.typeahead__container [type="search"]::-webkit-search-cancel-button,
.typeahead__container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.typeahead__container {
  position: relative;
  font: 1rem Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typeahead__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}
.typeahead__filter {
  position: relative;
}
.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}
.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.typeahead__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.typeahead__field {
  color: #555;
}
.typeahead__field input,
.typeahead__field textarea,
.typeahead__field [contenteditable],
.typeahead__field .typeahead__hint {
  display: block;
  width: 100%;
  line-height: 1.25;
  min-height: calc(4.25rem);
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.typeahead__field input:focus,
.typeahead__field input:active,
.typeahead__field textarea:focus,
.typeahead__field textarea:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field .typeahead__hint:active {
  border-color: #66afe9;
}
.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea,
.typeahead__container.hint .typeahead__field [contenteditable] {
  background: transparent;
}
.typeahead__container.hint .typeahead__query > :last-child,
.typeahead__hint {
  background: #fff;
}
.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}
.typeahead__container button:hover,
.typeahead__container button:focus {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}
.typeahead__container button:active,
.typeahead__container button.active {
  background-image: none;
}
.typeahead__container button:focus,
.typeahead__container button:active {
  border-color: #66afe9;
}
.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}
.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container {
  padding-right: 32px;
}
.typeahead__filter,
.typeahead__button {
  z-index: 1;
}
.typeahead__filter button,
.typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.typeahead__filter:hover,
.typeahead__filter:active,
.typeahead__filter:focus,
.typeahead__button:hover,
.typeahead__button:active,
.typeahead__button:focus {
  z-index: 1001;
}
.typeahead__filter:hover button:focus,
.typeahead__filter:hover button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:active button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:focus button:active,
.typeahead__button:hover button:focus,
.typeahead__button:hover button:active,
.typeahead__button:active button:focus,
.typeahead__button:active button:active,
.typeahead__button:focus button:focus,
.typeahead__button:focus button:active {
  z-index: 1001;
}
.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}
.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}
.typeahead__list,
.typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}
.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}
.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}
.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc;
}
.typeahead__list > li:first-child {
  border-top: none;
}
.typeahead__list .typeahead__item[disabled] > a,
.typeahead__dropdown .typeahead__dropdown-item[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}
.typeahead__list .typeahead__item > a,
.typeahead__dropdown .typeahead__dropdown-item > a {
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}
.typeahead__list .typeahead__item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
  background-color: #f5f5f5;
  color: #3c3c3c;
}
.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #333;
}
.typeahead__list > .typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}
.typeahead__list > .typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}
.typeahead__list > .typeahead__group > a,
.typeahead__list > .typeahead__group > a:hover,
.typeahead__list > .typeahead__group > a:focus,
.typeahead__list > .typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  text-decoration: none;
}
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}
.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}
.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}
.typeahead__cancel-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  visibility: hidden;
}
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
  right: 4px;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
}
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,
.typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}
.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}
.typeahead__container.loading .typeahead__query:before,
.typeahead__container.loading .typeahead__query:after {
  -webkit-transition: all 0s linear, opacity 0.2s ease;
  -o-transition: all 0s linear, opacity 0.2s ease;
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -0.675rem;
  width: 1.35rem;
  height: 1.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}
.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}
.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: calc(0.375rem);
  padding-left: 6px;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.typeahead__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(0.875rem);
  position: relative;
  background: #ecf5fc;
  border: solid 1px #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: calc(0.375rem);
}
.typeahead__label > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.typeahead__label .typeahead__cancel-button {
  line-height: normal;
  height: auto;
  position: static;
  padding-top: calc(-0.75rem);
  padding-bottom: calc(1.25rem);
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 4px;
  font-size: calc(0.875rem);
  border-left: solid 1px #c2e0ff;
}
.typeahead__label .typeahead__cancel-button:hover {
  background-color: #d5e9f9;
}
body {
  background-color: #202020 !important;
  color: #000000;
}
aside {
  display: block;
}
table {
  font-size: 1rem;
}
.o-x-auto {
  overflow-x: auto;
}
.o-x-hidden {
  overflow-x: hidden;
}
a {
  color: inherit;
}
a,
a:hover,
a:visited,
a:focus {
  outline: none;
}
a[data-clicked="true"] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
h1 {
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
h2,
header.sec2-top {
  margin-top: 0.4em;
  font-size: 1.1em;
  font-weight: bold;
}
div.propiedades h2.grupo {
  margin: 1em 0 0.25em 0;
  font-size: 1em;
}
h3,
h4,
h5,
h6 {
  margin-top: 0.3em;
  font-size: 1em;
  font-weight: bold;
}
td label {
  margin: 0;
  display: inline;
}
code,
pre,
dl.debug {
  padding: 5px;
  margin: 0.5em 0;
  display: block;
  color: #FFFFFF;
  background-color: #000000;
  font-family: monospace;
}
.sec-no-editar-catalogo code.debug,
.sec-no-editar-catalogo pre.debug,
.sec-no-editar-catalogo dl.debug.debug {
  display: none !important;
}
dl dt {
  clear: left;
  float: left;
  font-weight: bold;
}
dl dt::after {
  content: ":";
  margin-right: 1em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  margin: 0;
  padding: 0;
  border: none;
}
p {
  margin: 1em 0;
}
sup,
sub {
  font-size: smaller;
  vertical-align: 0;
  position: relative;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 0.5ex;
}
.notas p.nota {
  margin: 0.25em 0;
}
.nota-pie {
  font-size: 0.8em;
}
.importe,
.dto,
.und {
  text-align: right;
  white-space: nowrap;
}
td.output {
  padding: 0.2em;
}
.contenido {
  padding: 0.5em 0;
}
.contenido:before,
.contenido:after {
  display: table;
  content: "";
}
.contenido:after {
  clear: both;
}
.nivel1-div {
  margin: 0.5rem 0;
  padding: 0;
}
.nivel1-div:empty {
  display: none !important;
}
.nivel1-div .nivel1-top {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #00527d;
}
.nivel1-div .nivel1-mid {
  margin: 0 !important;
  color: #000000;
  background-color: #ffffff;
}
.nivel1-div .nivel1-mid:empty {
  display: none !important;
}
.nivel1-div .nivel1-bottom {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.nivel2-div {
  margin: 0.5rem 0;
  padding: 0;
}
.nivel2-div:empty {
  display: none !important;
}
.nivel2-div .nivel2-top {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #183544;
  background-color: #d4ebf5;
}
.nivel2-div .nivel2-mid {
  margin: 0 !important;
  color: #000000;
  background-color: white;
}
.nivel2-div .nivel2-mid:empty {
  display: none !important;
}
.nivel2-div .nivel2-bottom {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.nivel3-div {
  margin: 0.5rem 0;
  padding: 0;
}
.nivel3-div:empty {
  display: none !important;
}
.nivel3-div .nivel3-top {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
  font-size: 1em;
  color: #183544;
  background-color: #e7eef1;
}
.nivel3-div .nivel3-mid {
  margin: 0 !important;
  color: #000000;
  background-color: #fcfdfd;
  border: none;
}
.nivel3-div .nivel3-mid:empty {
  display: none !important;
}
.nivel3-div .nivel3-bottom {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.sec1-div {
  margin: 0.5rem 0;
  padding: 0;
}
.sec1-div:empty {
  display: none !important;
}
.sec1-div .sec1-top {
  margin: 0 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.75rem;
  font-size: 1.1rem;
  background: #d4ebf5;
  color: #183544;
  padding: 0.5em;
  font-weight: bold;
  overflow-x: auto;
}
.sec1-div .sec1-mid {
  margin: 0 !important;
}
.sec1-div .sec1-mid:empty {
  display: none !important;
}
.sec1-div input.text {
  width: 100%;
}
.seccion-div .seccion-top {
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .nivel1-div,
  .nivel1-div .nivel1-mid,
  .nivel2-div,
  .nivel2-div .nivel2-mid,
  .sec1-div,
  .sec2-div {
    border-left: 0 none transparent;
    border-right: 0 none transparent;
  }
}
caption {
  border-style: none;
  padding: 0px;
  margin: 0;
  background-color: transparent;
  color: #333355;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  caption-side: top;
}
col.center {
  text-align: center;
}
tr.empty {
  display: none;
}
th,
td {
  line-height: 1.25em;
  padding: 0.1em 0.2em;
}
tbody td {
  text-align: left;
  vertical-align: top;
}
tbody td.descripcion p:first-child {
  margin-top: 0;
}
tbody td.descripcion p:last-child {
  margin-bottom: 0;
}
tbody td.fecha,
tbody td.size {
  text-align: right;
}
.descripcion {
  margin-bottom: 0.5em;
}
thead th {
  text-align: left;
}
table.t0,
table.t1,
.descripcion table {
  border: none;
  margin: 1em 1em 1em 0;
  color: black;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: Helvetica, Arial, sans-serif;
  border-collapse: collapse;
  border-spacing: 1px;
  empty-cells: show;
}
table.t0 td,
table.t1 td,
.descripcion table td,
table.t0 th,
table.t1 th,
.descripcion table th {
  padding: 0.1em 0.3em;
  border: 1px solid #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
table.t0 thead,
table.t1 thead,
.descripcion table thead,
table.t0 tfoot,
table.t1 tfoot,
.descripcion table tfoot,
table.t0 tbody th,
table.t1 tbody th,
.descripcion table tbody th {
  color: black;
  background-color: #ededed;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
table.t0 tbody tr:nth-child(2n),
table.t1 tbody tr:nth-child(2n),
.descripcion table tbody tr:nth-child(2n) {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.02);
}
table.t0 tbody tr:nth-child(2n) th,
table.t1 tbody tr:nth-child(2n) th,
.descripcion table tbody tr:nth-child(2n) th {
  background-color: #e8e8e8;
  background-color: rgba(0, 0, 0, 0.05);
}
table.t0 tbody tr.actual,
table.t1 tbody tr.actual,
.descripcion table tbody tr.actual {
  background-color: #e6e6e6;
  background-color: rgba(255, 0, 0, 0.02);
  font-weight: bold;
}
table.t0 thead th,
table.t1 thead th,
.descripcion table thead th {
  padding: 0.25em 0.5em;
  text-align: center;
}
table.t0 thead tr:nth-child(2n),
table.t1 thead tr:nth-child(2n),
.descripcion table thead tr:nth-child(2n) {
  background-color: #e8e8e8;
}
table.t0 tbody.totales,
table.t1 tbody.totales,
.descripcion table tbody.totales {
  background-color: #e0e0e0;
}
table.t0 tbody.totales tr th,
table.t1 tbody.totales tr th,
.descripcion table tbody.totales tr th {
  background-color: #eaeaea;
}
table.t0 tbody.totales tr td,
table.t1 tbody.totales tr td,
.descripcion table tbody.totales tr td,
table.t0 tbody.totales tr th,
table.t1 tbody.totales tr th,
.descripcion table tbody.totales tr th {
  border-color: #c7c7c7;
}
table.t0 tbody.totales tr:first-child td,
table.t1 tbody.totales tr:first-child td,
.descripcion table tbody.totales tr:first-child td,
table.t0 tbody.totales tr:first-child th,
table.t1 tbody.totales tr:first-child th,
.descripcion table tbody.totales tr:first-child th {
  border-top-width: 3px;
}
td > table:only-child {
  margin: 0 !important;
}
p.direccion {
  font-weight: bold;
  border: 1px solid white;
  padding: 0.5em;
}
ul {
  list-style-position: outside;
  list-style-type: disc;
}
ul.link,
ul.paginas {
  list-style: none outside none;
  margin: 0;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ul.link,
ul.link li.link {
  margin: 0 0.25em;
  border: none;
  display: inline;
  background-color: transparent;
}
div.paginas {
  background-color: transparent;
  color: Black;
  padding: 1em;
}
ul.paginas {
  display: inline;
}
ul.paginas li.pagina {
  display: inline;
  margin: 0 0.25em;
}
ul.paginas li.pagina a {
  color: Blue;
}
ul.paginas li.pagina a:hover {
  text-decoration: underline;
}
ul.paginas li.pagina a.actual {
  font-weight: bold;
}
ul.paginas li.pagina a.anterior,
ul.paginas li.pagina a.siguiente {
  text-decoration: underline;
}
ul.descargas > li {
  margin: 0.5em 0;
}
ul.descargas li li {
  margin: 0.25em 0;
}
.title,
.titulo {
  font-weight: bold;
}
.cd {
  overflow: visible;
}
.cd,
.cd a {
  font-weight: bold;
}
.container {
  border: 0 none transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  border-collapse: collapse;
  vertical-align: top;
}
.error {
  color: #A00000;
}
.errorMessage .code {
  background-color: #FFC559;
  font-family: monospace;
}
.link a,
.link a:hover,
.link a:visited {
  color: #FFFFFF;
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
}
.link a:hover {
  color: #F0E68C;
}
.linkblack a,
.linkblack a:hover,
.linkblack a:visited {
  color: #000000;
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
}
.linkblack a:hover {
  color: #474747;
}
.js-oculto {
  display: none;
}
body.js-no-usuario .js-no-usuario-oculto {
  display: none;
}
.sec-no-hacer-pedido .sec-hacer-pedido {
  display: none !important;
}
.sec-no-ver-precios .sec-ver-precios {
  display: none !important;
}
.alert p {
  margin: 0.3rem 0;
}
#menu-top.navbar-nav .nav-item .nav-link {
  white-space: nowrap;
}
.img-padding {
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
}
.img-padding .img {
  display: block;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}
.no-disponible .img-padding .img {
  width: 100px;
  height: 100px;
  background-image: url("https://www.electrodh.com/img/nodisp.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -1000em;
}
.img-padding .descripcion {
  margin: 0.25em auto 0;
  padding: 0 0.5em 0.5em;
  text-align: center;
  max-width: 25em;
}
ul.imgs {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0;
}
.imgs.imgs1 .img-padding {
  margin: 0 auto;
}
.imgs.imgs2 {
  overflow: hidden;
}
.imgs.imgs2 .img-padding {
  float: left;
  width: 48%;
  margin-left: 1%;
}
.imgs.imgs3 {
  overflow: hidden;
}
.imgs.imgs3 .img-padding {
  float: left;
  width: 31%;
  margin-left: 1%;
}
a.js-ocultar {
  cursor: url(https://www.electrodh.com/css/img/reducir.png) 12 12, url(https://www.electrodh.com/css/img/reducir.cur), auto;
}
.msie a.js-ocultar {
  cursor: url(https://www.electrodh.com/css/img/reducir.cur), pointer;
}
a.js-ver {
  cursor: url(https://www.electrodh.com/css/img/aumentar.png) 12 12, url(https://www.electrodh.com/css/img/aumentar.cur), auto;
}
.msie a.js-ver {
  cursor: url(https://www.electrodh.com/css/img/aumentar.cur), pointer;
}
#loading {
  z-index: 1000;
  background-color: #ffffff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
}
#google_translate_element {
  float: right;
  margin: 8px 0 0;
  min-height: 22px;
}
#google_translate_element .goog-te-gadget-simple {
  background-color: transparent;
  border: 0 none transparent;
}
.image-zoom-modal .modal-fit-content {
  max-width: 70%;
  width: -moz-fit-content;
  width: fit-content;
}
.image-zoom-modal .modal-fit-content .image-zoom-out {
  max-width: 100%;
  cursor: zoom-out;
}
.image-zoom {
  cursor: zoom-in;
}
.listado a {
  color: #61666c;
  text-decoration: none;
}
.listado a:hover {
  color: #2a2a2a;
}
.listado .block {
  font-size: .875em;
  margin: 2em 0;
  padding: 2em;
  color: #9099A3;
}
.listado tr {
  outline: 0;
  border: 0;
}
.listado tr th {
  text-align: left;
  padding: 0.25rem 0.75rem;
}
.listado tr th a {
  text-decoration: underline;
}
.listado tr td {
  padding: 0.25rem 0.75rem;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  vertical-align: middle;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
.listado tr td:first-child {
  padding: 0;
}
.listado tr:hover td {
  background: #f6f6f6;
}
p.acciones {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
td > p.acciones {
  padding: 0.25em !important;
}
td > p.acciones .btn {
  flex-grow: 1;
}
#page > .modal {
  top: 250px;
  left: 75px;
  bottom: unset;
  right: unset;
  display: block;
  overflow: visible;
}
#page > .modal.fade {
  opacity: 1;
  transition: none;
}
#page {
  background: none #2191c0;
  background-color: white;
}
#page #aside1 {
  font-size: 0.9em;
  background-color: transparent;
  float: left;
  padding: 0 0.25rem;
}
#page #principal {
  padding: 0 0.25rem;
}
#page-bottom {
  padding: 1em 0;
}
@supports (display: flex) {
  #page {
    display: flex;
    flex-flow: row wrap;
  }
  #page #aside1 {
    flex: 1 1 12em;
    float: none;
  }
  #page #principal {
    flex: 1 1 auto;
    min-width: 0;
  }
  @media (min-width: 576px) {
    #page #aside1 {
      flex-grow: 0;
      padding-left: 1rem;
    }
    #page #principal {
      padding: 0 1rem;
    }
  }
}
@supports (display:grid) {
  #page.grid {
    padding: 0 0.25rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "acciones" "aside1" "principal";
  }
  #page.grid p.acciones.px-3 {
    grid-area: acciones;
    padding-left: 0rem !important;
    padding-right: 0 !important;
  }
  #page.grid #aside1 {
    padding: 0;
    grid-area: aside1;
  }
  #page.grid #principal {
    padding: 0;
    grid-area: principal;
  }
  @media (min-width: 576px) {
    #page.grid {
      padding: 0 1rem;
      grid-template-columns: auto 1fr;
      grid-template-areas: "acciones acciones" "aside1 principal";
    }
    #page.grid #aside1 {
      padding-right: 0.5rem;
    }
  }
  div.checkboxlist {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5em;
  }
  div.checkboxlist input {
    grid-column: 1;
  }
  div.checkboxlist label {
    grid-column: 2;
    margin-bottom: 0;
  }
  dl {
    display: grid !important;
    grid-template-columns: auto auto 1fr;
  }
  dl dt {
    grid-column: 1;
  }
  dl dd {
    grid-column: 2;
    margin: 0;
  }
}
@media print {
  body {
    color: black;
    background-color: white !important;
    padding: 0 !important;
  }
  header#page-top {
    display: block !important;
    margin: 0 !important;
  }
  header#page-top * {
    display: none;
  }
  header#page-top .navbar {
    display: block;
  }
  header#page-top .navbar * {
    display: none;
  }
  header#page-top .navbar .navbar-brand {
    display: block;
  }
  header#page-top .navbar .navbar-brand * {
    display: none;
  }
  header#page-top .navbar .navbar-brand img {
    display: block;
    height: 35px!important;
  }
  #page .acciones {
    display: none;
  }
  #page #aside1 {
    display: none;
  }
  footer#page-bottom {
    display: none;
  }
  a {
    text-decoration: none !important;
  }
  .item-cd,
  .cd {
    color: unset !important;
    font-weight: unset !important;
  }
  a:not(.btn) {
    text-decoration: none !important;
  }
  .nivel1-div .nivel1-top {
    color: black;
    background-color: transparent;
    font-weight: bold !important;
  }
  .nivel2-div .nivel2-top {
    color: black;
    background-color: transparent;
  }
  .contenido {
    padding: 0.5em;
  }
  .o-x-auto {
    overflow-x: visible;
  }
  .o-x-hidden {
    overflow-x: visible;
  }
}
span.atributo {
  white-space: nowrap;
}
.atributo.acero {
  background-color: #D7DCDF !important;
  color: #000000 !important;
}
.atributo.aluminio {
  background-color: #BFBFBD !important;
  color: #000000 !important;
}
.atributo.amarillo {
  background-color: #FFFF00 !important;
  color: #000000 !important;
}
.atributo.ambar {
  background-color: #FFBB00 !important;
  color: #FFFFFF !important;
}
.atributo.azul {
  background-color: #00BFFF !important;
  color: #000000 !important;
}
.atributo.azulmarino {
  background-color: #3B5D9D !important;
  color: #FFFFFF !important;
}
.atributo.beige {
  background-color: #F5DEB3 !important;
  color: #000000 !important;
}
.atributo.blanco {
  background-color: #FFFFFF !important;
  color: #707070 !important;
}
.atributo.blancocalido {
  background-color: #FFFFF0 !important;
  color: #303030 !important;
}
.atributo.blancodia {
  background-color: #FEFEFE !important;
  color: #303030 !important;
}
.atributo.bronce {
  background-color: #A0905C !important;
  color: #FFFFFF !important;
}
.atributo.cristal {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.atributo.cobre {
  background-color: #E6C163 !important;
  color: #3E2A02 !important;
}
.atributo.cromo {
  background-color: #96B0A9 !important;
  color: #000000 !important;
}
.atributo.cuero {
  background-color: #AE5624 !important;
  color: #FFFFFF !important;
  background-image: url(https://www.electrodh.com/css/img/atributo/cuero.jpg) !important;
  background-repeat: repeat !important;
  background-position: bottom;
}
.atributo.dorado,
.atributo.oro {
  background-color: #D8C17D !important;
  color: #000000 !important;
}
.atributo.estannado,
.atributo.estanno {
  background-color: #B9B9B7 !important;
  color: #000000 !important;
}
.atributo.granate,
.atributo.burdeos {
  background-color: #800000 !important;
  color: #FFFFFF !important;
}
.atributo.grafito {
  background-color: #B7B8B3 !important;
  color: #FFFFFF !important;
}
.atributo.gris {
  background-color: #808080 !important;
  color: #FFFFFF !important;
}
.atributo.grisclaro {
  background-color: #B0B0B0 !important;
  color: #000000 !important;
}
.atributo.marfil {
  background-color: Ivory !important;
  color: #824E29 !important;
}
.atributo.madera {
  background-color: #F7A14E !important;
  color: LightYellow !important;
  background-image: url(https://www.electrodh.com/css/img/atributo/madera.jpg) !important;
  background-repeat: repeat !important;
  background-position: bottom;
}
.atributo.marron {
  background-color: #985321 !important;
  color: #FFFFFF !important;
}
.atributo.naranja {
  background-color: #FFA500 !important;
  color: #000000 !important;
}
.atributo.negro {
  background-color: #373737 !important;
  color: #FFFFFF !important;
}
.atributo.metal,
.atributo.metalizado,
.atributo.niquelado,
.atributo.niquel {
  background-color: #DFDCD7 !important;
  color: #000000 !important;
}
.atributo.plata {
  background-color: #BABAAE !important;
  color: #000000 !important;
}
.atributo.rgb {
  color: #000000 !important;
  background: #FFFFFF;
  background: -moz-linear-gradient(left, #ff4c4c, #4cff4c, #4c4cff);
  background: -webkit-gradient(linear, left, right, from(#ff4c4c), color-stop(0.5, #4cff4c), to(#4c4cff));
  background: -webkit-linear-gradient(left, #ff4c4c, #4cff4c, #4c4cff);
  background: -o-linear-gradient(left, #ff4c4c, #4cff4c, #4c4cff);
  background: -ms-linear-gradient(left, #ff4c4c, #4cff4c, #4c4cff);
  background: linear-gradient(left, #ff4c4c, #4cff4c, #4c4cff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4C4C', endColorstr='#4C4CFF', GradientType=1);
}
.atributo.rojo {
  background-color: #DD1100 !important;
  color: #FFFFFF !important;
}
.atributo.rosa {
  background-color: #FFC0CB !important;
  color: #000000 !important;
}
.atributo.rojoluminoso {
  background-color: #DD1100 !important;
  color: #FFFFFF !important;
}
.atributo.verde {
  background-color: #008000 !important;
  color: #FFFFFF !important;
}
.atributo.verdeoscuro {
  background-color: #004000 !important;
  color: #FFFFFF !important;
}
.atributo.zinc {
  background-color: #98A9B3 !important;
  color: #000000 !important;
}
.atributo.violeta {
  background-color: #EE82EE !important;
  color: #000000 !important;
}
.item-cd {
  color: #007000;
  font-weight: bold;
  text-decoration: none;
}
.nivel1-top .item-cd {
  color: inherit;
}
.nivel2-top .item-cd {
  color: inherit;
}
th .item-cd {
  color: #DFE796;
}
.descatalogado .item-cd {
  color: red;
}
a.item-cd,
span.item-cd {
  white-space: nowrap;
}
td.item-ref {
  text-align: left;
  white-space: nowrap;
}
td.item-ref .liquidar,
td.item-ref .descatalogado,
td.item-ref .pendiente {
  color: red;
  cursor: help;
}
.item-ref a {
  white-space: nowrap;
  text-decoration: none;
}
.usar-item {
  display: block;
  color: black;
}
td .usar-item {
  font-size: smaller;
  padding-left: 2em;
  margin: 0.2em 0;
}
.usar-item a {
  color: #005000;
  font-weight: normal;
}
td.atributo.modo1 {
  background-color: #F7E7E7;
}
td.atributo.modo2 {
  background-color: #E7D7D7;
}
td.atributo.cs {
  text-align: center;
}
.atributo .und {
  color: #181770;
  white-space: nowrap;
}
li.atributo .valor-css {
  margin: -0.25em;
  padding: 0.25em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.atributo span {
  white-space: nowrap;
}
.atributo span img {
  vertical-align: middle;
}
ul.categorias-mid {
  overflow: visible;
  text-align: center;
  vertical-align: bottom;
  padding: 0 0 2em;
  margin: 0;
}
ul.categorias-mid .categoria {
  margin-top: 1em;
  border: none;
  width: 130px;
  display: inline-block;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
}
.mozilla-2 ul.categorias-mid .categoria {
  display: -moz-inline-stack;
}
.msie-6 ul.categorias-mid .categoria,
.msie-7 ul.categorias-mid .categoria {
  zoom: 1;
  display: inline;
}
ul.categorias-mid .categoria a {
  display: block;
  outline: 0;
  text-decoration: none;
}
ul.categorias-mid .categoria a .categoria-cd {
  margin-bottom: 0.25em;
  padding: 0 0.25em;
  display: block;
  color: #808080;
  text-align: center;
  font-family: Tahoma sans-serif;
}
ul.categorias-mid .categoria a .categoria-miniatura {
  display: block;
  width: 102px;
  height: 102px;
  margin: auto;
  border: 1px solid #C8CBA1;
  background-color: transparent;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.categorias-mid .categoria a .categoria-miniatura .img-padding {
  width: 100%;
  height: 100%;
}
ul.categorias-mid .categoria a .categoria-miniatura .img-padding img {
  border: none;
}
ul.categorias-mid .categoria.ui-state-hover a,
ul.categorias-mid .categoria:hover a {
  cursor: pointer;
}
ul.categorias-mid .categoria.ui-state-hover a .categoria-cd,
ul.categorias-mid .categoria:hover a .categoria-cd {
  color: #000000;
}
ul.categorias-mid .categoria.ui-state-hover a .categoria-miniatura,
ul.categorias-mid .categoria:hover a .categoria-miniatura {
  border-color: #AAAAAA;
}
.nivel2-div.no-top {
  margin: 0;
  border-style: none;
}
@supports (display:grid) {
  ul.categorias-mid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11em, 1fr));
    list-style: none;
    grid-gap: 5px;
    padding: 5px 0;
  }
  ul.categorias-mid .categoria {
    width: unset;
    display: grid;
    background-color: #f7f7f7;
    background: linear-gradient(to bottom right, #fefefe, #f7f7f7, #ececec);
    text-decoration: none;
    margin: 0;
    border: 1px solid #e4e4e4  !important;
  }
  ul.categorias-mid .categoria .img-padding {
    background-color: transparent;
  }
  ul.categorias-mid .categoria a {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  ul.categorias-mid .categoria a .categoria-cd {
    padding: 0.25em 0.5em;
    display: grid;
    color: #222;
    text-align: center;
    font-family: Tahoma sans-serif;
    justify-content: space-around;
    align-content: space-around;
    background-color: rgba(128, 128, 128, 0.1);
  }
  ul.categorias-mid .categoria a .categoria-miniatura {
    display: block;
    border-style: none;
    overflow: hidden;
  }
  ul.categorias-mid .categoria:hover {
    background-color: white;
    background-image: none;
    border-color: #f2f2f2 !important;
    cursor: pointer;
  }
  ul.categorias-mid .categoria:hover .categoria-cd {
    color: #444;
  }
}
table.precios td.item-cd-group {
  white-space: normal;
  max-width: 25em;
}
table tbody tr.row3 th {
  font-size: 90%;
}
.item-div {
  overflow: auto;
  border: 1px solid #d7e3e8;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.item-div .item-top {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.item-div .item-top h1,
.item-div .item-top h2,
.item-div .item-top h3 {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
.mozilla-2 .item-div .item-top h1,
.mozilla-2 .item-div .item-top h2,
.mozilla-2 .item-div .item-top h3 {
  display: -moz-inline-stack;
}
.msie-6 .item-div .item-top h1,
.msie-6 .item-div .item-top h2,
.msie-6 .item-div .item-top h3,
.msie-7 .item-div .item-top h1,
.msie-7 .item-div .item-top h2,
.msie-7 .item-div .item-top h3 {
  zoom: 1;
  display: inline;
}
.item-div .item-bottom {
  display: none;
}
.item-mid {
  padding: 0.5em;
  overflow: auto;
}
.modal .item-mid {
  padding: 0;
}
.cesta-linea .item-mid {
  min-width: unset;
}
.item-mid span.item-cd {
  font-style: normal;
}
.item-mid > .btn {
  margin-bottom: 0.25rem;
}
.item-mid > .alert {
  max-width: 20em;
  vertical-align: top;
}
.item-miniaturas + .alert {
  display: inline-block;
}
.item-fotos {
  margin: 0;
}
.item-fotos .item-foto {
  display: block;
  float: right;
  clear: right;
  overflow: hidden;
  margin-left: 0.25em;
}
.item-fotos.detalle-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  float: right;
  max-width: 50%;
}
.item-fotos.detalle-2 .item-foto {
  flex-grow: 0;
}
.item-miniaturas {
  margin: 0;
}
.item-miniaturas .item-miniatura {
  border: none;
  background-color: #FFFFFF;
  overflow: hidden;
}
.item-miniaturas .item-miniatura.activa {
  border: 1px solid #e6e6e6;
}
.item-miniaturas .item-miniatura.l50 {
  width: 52px;
  height: 52px;
}
.item-miniaturas .item-miniatura.l100 {
  width: 102px;
  height: 102px;
}
.item-miniaturas .item-miniatura a {
  display: block;
}
.item-miniaturas .item-miniatura .img {
  margin: auto;
  display: block;
}
.item-mid.simple .item-miniaturas {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.item-mid.detalle .item-miniaturas .item-miniatura {
  margin: 0 5px 5px 0;
  vertical-align: top;
  display: inline-block;
}
.mozilla-2 .item-mid.detalle .item-miniaturas .item-miniatura {
  display: -moz-inline-stack;
}
.msie-6 .item-mid.detalle .item-miniaturas .item-miniatura,
.msie-7 .item-mid.detalle .item-miniaturas .item-miniatura {
  zoom: 1;
  display: inline;
}
.item-mid.detalle .item-miniaturas .item-miniatura.no-disponible {
  display: none !important;
}
.item-mid table.items,
.item-mid div.o-x-auto {
  clear: left;
}
.propiedades {
  color: #00344D;
}
.propiedades .atributo .propiedad {
  color: #00344D;
}
.propiedades .atributo .valor {
  color: #FFFFFF;
}
#ruta .cd {
  width: auto;
  margin: 1px 0;
  padding: 0;
  border: none;
  list-style: none none;
  display: block;
  background-color: #F0E68C;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#ruta .cd a {
  margin: 3px 5px;
  padding: 0;
  border: none;
  display: inline-block;
  background-color: transparent;
  color: #080;
  line-height: 1.2em;
  text-decoration: none;
}
.mozilla-2 #ruta .cd a {
  display: -moz-inline-stack;
}
.msie-6 #ruta .cd a,
.msie-7 #ruta .cd a {
  zoom: 1;
  display: inline;
}
#ruta .cd a:hover {
  text-decoration: none;
}
.homologaciones {
  clear: left;
  margin-top: 5px;
}
ul.homologaciones {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}
.homologaciones .homologacion {
  float: left;
  margin-right: 2px;
}
.homologaciones h4 {
  display: none;
}
table.cesta-linea {
  width: 100%;
}
table.cesta-linea > tbody > tr > td {
  padding: 0.5em;
}
table.cesta-linea > tbody > tr > td.item-mid {
  max-width: 30em;
}
form.cesta-linea input.cantidad {
  text-align: right;
  max-width: 8em;
}
@supports (display:flex) {
  .modelos-mid {
    display: flex;
    flex-flow: row wrap;
  }
  .modelos-mid .item-div {
    flex: 1 1 32em;
  }
}
@supports (display:grid) {
  .modelos-mid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
    grid-gap: 5px;
    padding: 5px 0;
    border-style: none;
  }
  .modelos-mid .item-div.nivel3-div {
    margin: 0;
  }
  .modelos-mid.detalle {
    grid-template-columns: repeat(auto-fill, minmax(40em, 1fr));
  }
  .envaseGrid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  .item-div {
    max-width: 100vw;
  }
  .item-mid .item-foto {
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto 5px 0 !important;
  }
  .item-mid .item-foto img {
    max-width: 100% !important;
    margin: 0 auto !important;
    height: auto!important;
    border-style: none;
    border-width: 0;
  }
  .item-mid .item-miniaturas {
    float: none !important;
    display: flex;
    flex-flow: row wrap;
  }
  .modal .item-mid .item-foto {
    margin-left: auto !important;
  }
  .modal .item-mid .item-miniaturas {
    justify-content: center;
  }
  .modal .item-mid .item-miniaturas .item-miniatura:only-child {
    display: none;
  }
  @supports (display:grid) {
    ul.categorias-mid {
      grid-template-columns: 1fr 1fr;
      list-style: none;
    }
    .modelos-mid {
      grid-template-columns: 1fr;
      grid-gap: 2px;
      padding: 0;
    }
    .modelos-mid .item-div.nivel3-div {
      margin: 0;
      border-style: solid none;
    }
    .modelos-mid.detalle {
      grid-template-columns: 1fr;
    }
  }
}
@media print {
  .item-div {
    page-break-inside: avoid;
  }
  .categorias-div {
    display: none !important;
  }
}
.destornillador_punta_40 img {
  background-image: url(https://www.electrodh.com/img/simb/destornillador_punta_40.png);
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.destornillador_punta_40 img.dp_pentalobular {
  background-position: 0 0;
}
.destornillador_punta_40 img.dp_pentagono_regular {
  background-position: -40px 0;
}
.destornillador_punta_40 img.dp_bristol {
  background-position: -80px 0;
}
.destornillador_punta_40 img.dp_clutch_a {
  background-position: -120px 0;
}
.destornillador_punta_40 img.dp_clutch_g {
  background-position: -160px 0;
}
.destornillador_punta_40 img.dp_cross {
  background-position: -200px 0;
}
.destornillador_punta_40 img.dp_double_hex {
  background-position: -240px 0;
}
.destornillador_punta_40 img.dp_frearson {
  background-position: 0 -40px;
}
.destornillador_punta_40 img.dp_hex_external {
  background-position: -40px -40px;
}
.destornillador_punta_40 img.dp_hex_socket {
  background-position: -80px -40px;
}
.destornillador_punta_40 img.dp_line_female {
  background-position: -120px -40px;
}
.destornillador_punta_40 img.dp_line_female_tamper {
  background-position: -160px -40px;
}
.destornillador_punta_40 img.dp_line_male {
  background-position: -200px -40px;
}
.destornillador_punta_40 img.dp_motorq {
  background-position: -240px -40px;
}
.destornillador_punta_40 img.dp_one_way_clutch {
  background-position: 0 -80px;
}
.destornillador_punta_40 img.dp_phillips {
  background-position: -40px -80px;
}
.destornillador_punta_40 img.dp_polydrive {
  background-position: -80px -80px;
}
.destornillador_punta_40 img.dp_pozidrive {
  background-position: -120px -80px;
}
.destornillador_punta_40 img.dp_robertson {
  background-position: -160px -80px;
}
.destornillador_punta_40 img.dp_slotted {
  background-position: -200px -80px;
}
.destornillador_punta_40 img.dp_spanner {
  background-position: -240px -80px;
}
.destornillador_punta_40 img.dp_spline {
  background-position: 0 -120px;
}
.destornillador_punta_40 img.dp_square_external {
  background-position: -40px -120px;
}
.destornillador_punta_40 img.dp_supadrive {
  background-position: -80px -120px;
}
.destornillador_punta_40 img.dp_ta {
  background-position: -120px -120px;
}
.destornillador_punta_40 img.dp_torq_set {
  background-position: -160px -120px;
}
.destornillador_punta_40 img.dp_torx {
  background-position: -200px -120px;
}
.destornillador_punta_40 img.dp_torx_tamperproof {
  background-position: -240px -120px;
}
.destornillador_punta_40 img.dp_tp3 {
  background-position: 0 -160px;
}
.destornillador_punta_40 img.dp_tri_wing {
  background-position: -40px -160px;
}
.destornillador_punta_40 img.dp_triple_square {
  background-position: -80px -160px;
}
.destornillador_punta_40 img.dp_ttap {
  background-position: -80px -200px;
}
.destornillador_punta_20 img {
  background-image: url(https://www.electrodh.com/img/simb/destornillador_punta_20.png);
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.destornillador_punta_20 img.dp_pentalobular {
  background-position: 0 0;
}
.destornillador_punta_20 img.dp_pentagono_regular {
  background-position: -20px 0;
}
.destornillador_punta_20 img.dp_bristol {
  background-position: -40px 0;
}
.destornillador_punta_20 img.dp_clutch_a {
  background-position: -60px 0;
}
.destornillador_punta_20 img.dp_clutch_g {
  background-position: -80px 0;
}
.destornillador_punta_20 img.dp_cross {
  background-position: -100px 0;
}
.destornillador_punta_20 img.dp_double_hex {
  background-position: -120px 0;
}
.destornillador_punta_20 img.dp_frearson {
  background-position: 0 -20px;
}
.destornillador_punta_20 img.dp_hex_external {
  background-position: -20px -20px;
}
.destornillador_punta_20 img.dp_hex_socket {
  background-position: -40px -20px;
}
.destornillador_punta_20 img.dp_line_female {
  background-position: -60px -20px;
}
.destornillador_punta_20 img.dp_line_female_tamper {
  background-position: -80px -20px;
}
.destornillador_punta_20 img.dp_line_male {
  background-position: -100px -20px;
}
.destornillador_punta_20 img.dp_motorq {
  background-position: -120px -20px;
}
.destornillador_punta_20 img.dp_one_way_clutch {
  background-position: 0 -40px;
}
.destornillador_punta_20 img.dp_phillips {
  background-position: -20px -40px;
}
.destornillador_punta_20 img.dp_polydrive {
  background-position: -40px -40px;
}
.destornillador_punta_20 img.dp_pozidrive {
  background-position: -60px -40px;
}
.destornillador_punta_20 img.dp_robertson {
  background-position: -80px -40px;
}
.destornillador_punta_20 img.dp_slotted {
  background-position: -100px -40px;
}
.destornillador_punta_20 img.dp_spanner {
  background-position: -120px -40px;
}
.destornillador_punta_20 img.dp_spline {
  background-position: 0 -60px;
}
.destornillador_punta_20 img.dp_square_external {
  background-position: -20px -60px;
}
.destornillador_punta_20 img.dp_supadrive {
  background-position: -40px -60px;
}
.destornillador_punta_20 img.dp_ta {
  background-position: -60px -60px;
}
.destornillador_punta_20 img.dp_torq_set {
  background-position: -80px -60px;
}
.destornillador_punta_20 img.dp_torx {
  background-position: -100px -60px;
}
.destornillador_punta_20 img.dp_torx_tamperproof {
  background-position: -120px -60px;
}
.destornillador_punta_20 img.dp_tp3 {
  background-position: 0 -80px;
}
.destornillador_punta_20 img.dp_tri_wing {
  background-position: -20px -80px;
}
.destornillador_punta_20 img.dp_triple_square {
  background-position: -40px -80px;
}
.destornillador_punta_20 img.dp_ttap {
  background-position: -40px -100px;
}
.destornillador_punta_10 img {
  background-image: url(https://www.electrodh.com/img/simb/destornillador_punta_10.png);
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.destornillador_punta_10 img.dp_pentalobular {
  background-position: 0 0;
}
.destornillador_punta_10 img.dp_pentagono_regular {
  background-position: -10px 0;
}
.destornillador_punta_10 img.dp_bristol {
  background-position: -20px 0;
}
.destornillador_punta_10 img.dp_clutch_a {
  background-position: -30px 0;
}
.destornillador_punta_10 img.dp_clutch_g {
  background-position: -40px 0;
}
.destornillador_punta_10 img.dp_cross {
  background-position: -50px 0;
}
.destornillador_punta_10 img.dp_double_hex {
  background-position: -60px 0;
}
.destornillador_punta_10 img.dp_frearson {
  background-position: 0 -10px;
}
.destornillador_punta_10 img.dp_hex_external {
  background-position: -10px -10px;
}
.destornillador_punta_10 img.dp_hex_socket {
  background-position: -20px -10px;
}
.destornillador_punta_10 img.dp_line_female {
  background-position: -30px -10px;
}
.destornillador_punta_10 img.dp_line_female_tamper {
  background-position: -40px -10px;
}
.destornillador_punta_10 img.dp_line_male {
  background-position: -50px -10px;
}
.destornillador_punta_10 img.dp_motorq {
  background-position: -60px -10px;
}
.destornillador_punta_10 img.dp_one_way_clutch {
  background-position: 0 -20px;
}
.destornillador_punta_10 img.dp_phillips {
  background-position: -10px -20px;
}
.destornillador_punta_10 img.dp_polydrive {
  background-position: -20px -20px;
}
.destornillador_punta_10 img.dp_pozidrive {
  background-position: -30px -20px;
}
.destornillador_punta_10 img.dp_robertson {
  background-position: -40px -20px;
}
.destornillador_punta_10 img.dp_slotted {
  background-position: -50px -20px;
}
.destornillador_punta_10 img.dp_spanner {
  background-position: -60px -20px;
}
.destornillador_punta_10 img.dp_spline {
  background-position: 0 -30px;
}
.destornillador_punta_10 img.dp_square_external {
  background-position: -10px -30px;
}
.destornillador_punta_10 img.dp_supadrive {
  background-position: -20px -30px;
}
.destornillador_punta_10 img.dp_ta {
  background-position: -30px -30px;
}
.destornillador_punta_10 img.dp_torq_set {
  background-position: -40px -30px;
}
.destornillador_punta_10 img.dp_torx {
  background-position: -50px -30px;
}
.destornillador_punta_10 img.dp_torx_tamperproof {
  background-position: -60px -30px;
}
.destornillador_punta_10 img.dp_tp3 {
  background-position: 0 -40px;
}
.destornillador_punta_10 img.dp_tri_wing {
  background-position: -10px -40px;
}
.destornillador_punta_10 img.dp_triple_square {
  background-position: -20px -40px;
}
.destornillador_punta_10 img.dp_ttap {
  background-position: -20px -50px;
}
.lineas .concepto,
.lineas .concepto-cantidad {
  text-align: left;
}
.lineas .linea .concepto-cantidad {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  white-space: nowrap;
}
.lineas .linea .cantidad {
  text-align: right;
  padding-left: 0.5em;
  padding-right: 0.5em;
  white-space: nowrap;
}
.lineas .linea .stock {
  font-weight: bold;
}
.lineas .linea .stock.ok {
  color: green;
}
.lineas .linea .stock.suficiente {
  color: #9bc244;
}
.lineas .linea .stock.parcial {
  color: #cccc00;
}
.lineas .linea .stock.nulo {
  color: red;
}
.lineas .total .concepto {
  font-weight: bold;
}
.lineas .notas {
  font-size: 0.9em;
}
.cesta-simple .cliente {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.cesta-simple table.cesta {
  background: #FFFFFF;
  width: 100%;
  color: #4f4f4f;
  font-size: 0.8em;
}
.cesta-simple table.cesta tbody tr.linea {
  border-bottom: dotted 1px #4f4f4f;
}
.cesta-simple table.cesta tbody tr.linea:last-of-type {
  border-bottom: solid 1px #4f4f4f;
}
.cesta-simple table.cesta tbody tr td {
  vertical-align: bottom;
  border-bottom: 0 none;
}
.cesta-simple table.cesta tbody tr td a,
.cesta-simple table.cesta tbody tr td a:visited,
.cesta-simple table.cesta tbody tr td a:hover {
  color: #363636;
  text-decoration: none;
  font-weight: inherit;
}
table.t1.cestas tbody {
  background-color: transparent;
}
table.t1.cestas tbody .cesta-resumen.activa {
  background-color: rgba(64, 64, 64, 0.05);
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wro/dh-1.48.css?wroAPI=wroResources&id=/WEB-INF/wro4j/fontawesome4/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
