﻿.fLeft{
    float: left;
}
.fRight{
    float: right;
}
.aLeft{
    text-align: left !important
}
.aRight{
    text-align: right !important
}
.aCenter{
    text-align: center !important
}

/* --- LOADING [css.bootstrap-wysihtml5-0.0.2] from assets/components/common/forms/editors/wysihtml5/assets/lib/css/bootstrap-wysihtml5-0.0.2.less */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9 9;
  outline: 0;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}
/* --- LOADING [css.bootstrap-datepicker] from assets/components/common/forms/elements/bootstrap-datepicker/assets/lib/css/bootstrap-datepicker.less */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker .day.disabled{
	background-color: #ccc;
	font-style: italic;
}
.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(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today: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: #eeeeee;
  -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(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today: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(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected: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(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active: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 {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active: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: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* --- LOADING [css.bootstrap-select] from assets/components/common/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.less */
/*!
 * bootstrap-select v1.4.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
/* --- LOADING [css.bootstrap-switch] from assets/components/common/forms/elements/bootstrap-switch/assets/lib/css/bootstrap-switch.less */
/* ============================================================
 * bootstrapSwitch v1.8 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #333333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005fcc;
  background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
  background-image: -o-linear-gradient(top, #0044cc, #0088cc);
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
  border-color: #0088cc #0088cc #005580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0088cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
  *background-color: #0077b3;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.has-switch span.switch-default {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
  background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffffff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e6e6e6 \9;
}
/* --- LOADING [css.bootstrap-timepicker] from assets/components/common/forms/elements/bootstrap-timepicker/assets/lib/css/bootstrap-timepicker.less */
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  /* .bootstrap-timepicker-widget.modal .modal-dialog {
    width: 200px;
  } */
}
@media (max-width: 767px) {
  /* .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  } */
}
/* --- LOADING [css.farbtastic] from assets/components/common/forms/elements/colorpicker-farbtastic/assets/css/farbtastic.less */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../../../assets/components/common/forms/elements/colorpicker-farbtastic/assets/css/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../../../assets/components/common/forms/elements/colorpicker-farbtastic/assets/css/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../../../assets/components/common/forms/elements/colorpicker-farbtastic/assets/css/marker.png) no-repeat;
}
/* --- LOADING [css.fileupload] from assets/components/common/forms/elements/jasny-fileupload/assets/css/fileupload.less */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
/* --- LOADING [css.multi-select] from assets/components/common/forms/elements/multiselect/assets/lib/css/multi-select.less */
.ms-container {
  background: transparent url('../../../assets/components/common/forms/elements/multiselect/assets/lib/img/switch.png') no-repeat 170px 80px;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
}
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ms-selected {
  display: none;
}
.ms-container .ms-selectable {
  margin-right: 40px;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container ul.ms-list {
  width: 160px;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
/* --- LOADING [css.select2] from assets/components/common/forms/elements/select2/assets/lib/css/select2.less */
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* works in IE 8 */
  filter: "alpha(opacity=0)";
  /* expected to work in IE 8 */
  filter: alpha(opacity=0);
  /* IE 4-7 */
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-choice div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px;
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%;
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen {
  position: absolute;
  left: -10000px;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url('../../../assets/components/common/forms/elements/select2/assets/lib/css/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  } */
}
/* --- LOADING [css.dropzone] from assets/components/common/forms/file_manager/dropzone/assets/lib/css/dropzone.less */
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* .dropzone .dz-default.dz-message {
    background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  } */
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  } */
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  /* .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../../../assets/components/common/forms/file_manager/dropzone/assets/lib/css/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  } */
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0, #eeeeee 100%);
  background-image: linear-gradient(top, #fafafa 0, #eeeeee 100%);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
/* --- LOADING [css.jquery.plupload.queue] from assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/jquery.plupload.queue.less */
/* 
   Plupload
------------------------------------------------------------------- */
.plupload_button {
  display: -moz-inline-box;
  /* FF < 3*/
  display: inline-block;
  font: normal 12px sans-serif;
  text-decoration: none;
  color: #42454a;
  border: 1px solid #bababa;
  padding: 2px 8px 3px 20px;
  margin-right: 4px;
  background: #f3f3f3 url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/buttons.png') no-repeat 0 center;
  outline: 0;
  /* Optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.plupload_button:hover {
  color: #000;
  text-decoration: none;
}
.plupload_disabled,
a.plupload_disabled:hover {
  color: #737373;
  border-color: #c5c5c5;
  background: #ededed url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/buttons-disabled.png') no-repeat 0 center;
  cursor: default;
}
.plupload_add {
  background-position: -181px center;
}
.plupload_wrapper {
  font: normal 11px Verdana, sans-serif;
  width: 100%;
}
.plupload_container {
  padding: 8px;
  background: url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/transp50.png');
  /*-moz-border-radius: 5px;*/
}
.plupload_container input {
  border: 1px solid #DDD;
  font: normal 11px Verdana, sans-serif;
  width: 98%;
}
.plupload_header {
  background: #2a2c2e url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/backgrounds.gif') repeat-x;
}
.plupload_header_content {
  background: url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/backgrounds.gif') no-repeat 0 -317px;
  min-height: 56px;
  padding-left: 60px;
  color: #FFF;
}
.plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px;
}
.plupload_header_text {
  font: normal 12px sans-serif;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_scroll .plupload_filelist {
  height: 185px;
  background: #F5F5F5;
  overflow-y: scroll;
}
.plupload_filelist li {
  padding: 10px 8px;
  background: #f5f5f5 url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/backgrounds.gif') repeat-x 0 -156px;
  border-bottom: 1px solid #DDD;
}
.plupload_filelist_header,
.plupload_filelist_footer {
  background: #DFDFDF;
  padding: 8px 8px;
  color: #42454A;
}
.plupload_filelist_header {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CDCDCD;
}
.plupload_filelist_footer {
  border-top: 1px solid #FFF;
  height: 38px;
  line-height: 20px;
  vertical-align: middle;
}
.plupload_file_name {
  float: left;
  overflow: hidden;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_status span {
  color: #42454A;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.plupload_file_action * {
  display: none;
  width: 16px;
  height: 16px;
}
li.plupload_uploading {
  background: #ecf3dc url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/backgrounds.gif') repeat-x 0 -238px;
}
li.plupload_done {
  color: #aaaaaa;
}
li.plupload_delete a {
  background: url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/delete.gif');
}
li.plupload_failed a {
  background: url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/error.gif');
  cursor: default;
}
li.plupload_done a {
  background: url('../../../assets/components/common/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/done.gif');
  cursor: default;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
/* Floats */
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
}
/* --- LOADING [css.blueimp-gallery.min] from assets/components/common/gallery/blueimp-gallery/assets/lib/css/blueimp-gallery.min.less */
@charset 'UTF-8';
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  height: 432px;
  max-width: 768px;
  margin: 1em auto;
  box-shadow: 0 0 10px #000000;
}
.blueimp-gallery-display {
  display: block;
  visibility: visible;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
@media (max-width: 767px) {
  /* .blueimp-gallery-carousel {
    height: 270px;
    max-width: 480px;
  } */
}
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 0.8;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-gallery > .slides > .slide > .video-content > img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/video-play.png) center no-repeat;
  opacity: .8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
body:last-child .blueimp-gallery > .slides > .slide > .video-content > a {
  background-image: url(../../../assets/components/common/gallery/blueimp-gallery/assets/lib/img/video-play.svg);
}
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}
/* --- LOADING [css.jquery.Jcrop] from assets/components/common/gallery/image-crop/assets/lib/css/jquery.Jcrop.less */
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../../../assets/components/common/gallery/image-crop/assets/lib/css/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/* --- LOADING [css.prettyPhoto] from assets/components/common/gallery/prettyphoto/assets/lib/css/prettyPhoto.less */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
		Default Theme
	----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */
div.light_rounded .pp_top .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}
/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.light_rounded .pp_content .ppt {
  color: #000;
}
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}
div.light_rounded .pp_content {
  background-color: #fff;
}
/* Content background */
div.light_rounded .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_rounded .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.light_rounded .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_rounded .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_rounded .pp_details {
  position: relative;
}
div.light_rounded .pp_description {
  margin-right: 85px;
}
div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}
/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
div.dark_rounded .pp_top .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
/* Right Content background */
div.dark_rounded .pp_content {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Content background */
div.dark_rounded .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.dark_rounded .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_rounded .pp_details {
  position: relative;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
}
div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded .pp_description {
  color: #fff;
}
div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_rounded .pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_square .pp_description {
  color: #fff;
}
div.dark_square .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
/* Loader icon */
div.dark_square .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_square .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_square .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_square .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_square .pp_details {
  position: relative;
}
div.dark_square .pp_description {
  margin: 0 85px 0 0;
}
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_square .pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_square .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_square .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}
div.light_square .pp_content .ppt {
  color: #000;
}
div.light_square .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_square .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_square .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_square .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_square .pp_details {
  position: relative;
}
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_square #pp_full_res .pp_inline {
  color: #000;
}
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_square .pp_nav .pp_play {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_square .pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_square .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_square .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.light_square .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
div.facebook .pp_top .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
/* Top right corner */
div.facebook .pp_content .ppt {
  color: #000;
}
div.facebook .pp_content_container .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
/* Content background */
div.facebook .pp_content {
  background: #fff;
}
/* Content background */
div.facebook .pp_expand {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
/* Expand button */
div.facebook .pp_expand:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.facebook .pp_contract {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.facebook .pp_contract:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.facebook .pp_details {
  position: relative;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.facebook .pp_loaderIcon {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
/* Loader icon */
div.facebook .pp_arrow_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
/* Next button */
div.facebook .pp_previous:hover {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.facebook .pp_bottom .pp_left {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../../../assets/components/common/gallery/prettyphoto/assets/lib/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
/* --- LOADING [css.iThing] from assets/components/common/sliders/range-sliders/assets/lib/jqrangeslider/css/iThing.less */
/**
 * Theme for jQRangeSlider
 * Inspired by http://cssdeck.com/item/381/itunes-10-storage-bar
 *        and http://cssdeck.com/item/276/pure-css-arrow-with-border-tooltip
 */
.ui-rangeSlider {
  height: 30px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 15px;
  -webkit-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: solid 1px #515862;
  border-right: solid 1px #515862;
  -webkit-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
}
.ui-rangeSlider-container {
  height: 30px;
  border-top: solid 1px #232a32;
  border-bottom: solid 1px #6a7179;
  background: #67707F;
  background: -moz-linear-gradient(top, #67707f 0%, #888da0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67707f), color-stop(100%, #888da0));
}
.ui-rangeSlider-arrow {
  width: 14px;
  height: 30px;
  border-top: solid 1px #232a32;
  border-bottom: solid 1px #6a7179;
  background: #67707F;
  cursor: pointer;
  box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #67707f 0%, #888da0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67707f), color-stop(100%, #888da0));
}
.ui-rangeSlider-leftArrow {
  border-radius: 4px 0 0 4px;
  border-left: solid 1px #515862;
}
.ui-rangeSlider-rightArrow {
  border-radius: 0 4px 4px 0;
  border-right: solid 1px #515862;
}
.ui-rangeSlider-arrow-inner {
  position: absolute;
  top: 50%;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  margin-top: -10px;
}
.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right: 10px solid #a4a8b7;
  left: 0;
  margin-left: -8px;
}
.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner {
  border-right: 10px solid #b3b6c2;
}
.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left: 10px solid #a4a8b7;
  right: 0;
  margin-right: -8px;
}
.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner {
  border-left: 10px solid #b3b6c2;
}
.ui-rangeSlider-innerBar {
  width: 110%;
  height: 100%;
  left: -10px;
  overflow: hidden;
}
.ui-rangeSlider-bar {
  background: #68a1d6;
  height: 29px;
  margin: 1px 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
}
.ui-rangeSlider-handle {
  width: 10px;
  height: 30px;
  background: transparent;
  cursor: col-resize;
}
.ui-rangeSlider-label {
  background: #888DA0;
  background: -moz-linear-gradient(top, #67707f 0%, #888da0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67707f), color-stop(100%, #888da0));
  padding: 5px 10px;
  bottom: 40px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px #c2c5d6;
  -moz-box-shadow: 0px 1px 0px #c2c5d6;
  box-shadow: 0px 1px 0px #c2c5d6;
  color: white;
  font-size: 15px;
  cursor: col-resize;
}
.ui-rangeSlider-label-inner {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  z-index: 99;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
  border-top: 10px solid #888DA0;
}
.ui-editRangeSlider-inputValue {
  width: 2em;
  text-align: center;
  font-size: 15px;
}
.ui-rangeSlider .ui-ruler-scale {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* Handle width */
  right: 10px;
}
.ui-rangeSlider .ui-ruler-tick {
  float: left;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
  color: white;
  margin-top: 1px;
  border-left: 1px solid white;
  height: 29px;
  padding-left: 2px;
  position: relative;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
  position: absolute;
  bottom: 6px;
}
.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner {
  border-left: 1px solid white;
  margin-top: 25px;
  height: 5px;
}
/* --- LOADING [css.ColReorder] from assets/components/common/tables/datatables/assets/lib/extras/ColReorder/media/css/ColReorder.less */
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
  background-color: white;
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
body.alt div.DTCR_pointer {
  margin-top: -15px;
  margin-left: -9px;
  width: 18px;
  background: url('../../../assets/components/common/tables/datatables/assets/lib/extras/ColReorder/media/images/insert.png') no-repeat top left;
}
/* --- LOADING [css.ColVis] from assets/components/common/tables/datatables/assets/lib/extras/ColVis/media/css/ColVis.less */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
  float: right;
  margin-bottom: 1em;
}
.ColVis_Button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 3px 5px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  *cursor: hand;
}
button.ColVis_Button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}
.ColVis_text_hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}
div.ColVis_collectionBackground {
  background-color: black;
  z-index: 1100;
}
div.ColVis_collection {
  position: relative;
  width: 150px;
  background-color: #f3f3f3;
  padding: 3px;
  border: 1px solid #ccc;
  z-index: 1102;
}
div.ColVis_collection button.ColVis_Button {
  background-color: white;
  width: 100%;
  float: none;
  margin-bottom: 2px;
}
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}
.disabled {
  color: #999;
}
button.ColVis_Button {
  text-align: left;
}
div.ColVis_collection button.ColVis_Button:hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}
span.ColVis_radio {
  display: inline-block;
  width: 20px;
}
/* --- LOADING [css.TableTools] from assets/components/common/tables/datatables/assets/lib/extras/TableTools/media/css/TableTools.less */
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em;
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}
.DTTT_button embed {
  outline: none;
}
button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
  border: 1px solid #666;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}
button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

button.DTTT_button_csv,
button.DTTT_button_xls,
button.DTTT_button_copy,
button.DTTT_button_pdf,
button.DTTT_button_print {
	padding-right: 0px;
}

button.DTTT_button_csv span,
button.DTTT_button_xls span,
button.DTTT_button_copy span,
button.DTTT_button_pdf span,
button.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


button.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
button.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

button.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
button.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

button.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
button.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

button.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
button.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

button.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
button.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */
button.DTTT_button_collection span {
  padding-right: 17px;
  background: url(../../../assets/components/common/tables/datatables/assets/lib/extras/TableTools/media/images/collection.png) no-repeat center right;
}
button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0 url(../../../assets/components/common/tables/datatables/assets/lib/extras/TableTools/media/images/collection_hover.png) no-repeat center right;
}
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable tr.DTTT_selected.odd {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.even {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9;
}
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
div.DTTT_collection_background {
  background: transparent url(../../../assets/components/common/tables/datatables/assets/lib/extras/TableTools/media/images/background.png) repeat top left;
  z-index: 2001;
}
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/* --- LOADING [css.footable.core.min] from assets/components/common/tables/responsive/assets/lib/css/footable.core.min.less */
@font-face {
  font-family: 'footable';
  src: url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.eot');
  src: url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.eot?#iefix') format('embedded-opentype'), url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.woff') format('woff'), url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.ttf') format('truetype'), url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* @font-face {
    font-family: 'footable';
    src: url('../../../assets/components/common/tables/responsive/assets/lib/css/fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  } */
}
.footable {
  width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: 0;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: 0;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
/* --- LOADING [css.bootstrap.min] from assets/components/library/bootstrap/css/bootstrap.min.less */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none!important;
    color: #000!important;
    background: transparent!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* .lead {
    font-size: 21px;
  } */
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  } */
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* .container {
    width: 750px;
  } */
}
@media (min-width: 992px) {
  /* .container {
    width: 970px;
  } */
}
@media (min-width: 1200px) {
   .container {
    width: 1170px;
  } 
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=date] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 6px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  cursor: pointer;
display: inline;
font-weight: 400;
margin-right: 10px;
width: 215px;
padding-top: 7px;
}
.naped-label label{
	float: left;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
#uchwyty-zamki select{
	margin: 10px 0 4px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox{
	padding-top: 4px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .naped-label{
  display: table;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../../assets/components/library/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(../../../assets/components/library/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../../assets/components/library/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../assets/components/library/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../assets/components/library/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {

	.navbar-toggle {
		display: none;
	}

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert, .komunikat {
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
    min-height: 20px;
    line-height: 20px;
}
.alert h4, .komunikat  h4{
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p, .komunikat > p
.alert > ul, .komunikat > ul {
  margin-bottom: 0;
}
.alert > p + p , .komunikat > p + p{
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr, .ok hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info, .info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr, .ino hr{
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning, .warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger, .error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr, .error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none!important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* --- LOADING [css.font-awesome.min] from assets/components/library/icons/fontawesome/assets/css/font-awesome.min.less */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../assets/components/library/icons/fontawesome/assets/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../../assets/components/library/icons/fontawesome/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../../assets/components/library/icons/fontawesome/assets/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../../assets/components/library/icons/fontawesome/assets/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../../assets/components/library/icons/fontawesome/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/* --- LOADING [css.glyphicons_filetypes] from assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.less */
@font-face {
  font-family: 'Glyphicons Filetypes Regular';
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_filetypes/glyphicons-filetypes-regular.eot');
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_filetypes/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_filetypes/glyphicons-filetypes-regular.woff') format('woff'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_filetypes/glyphicons-filetypes-regular.ttf') format('truetype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_filetypes/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons-filetype {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons-filetype i:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font: 24px/1em 'Glyphicons Filetypes Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons-filetype.white i:before {
  color: #ffffff;
}
.glyphicons-filetype.txt i:before {
  content: "\E001";
}
.glyphicons-filetype.doc i:before {
  content: "\E002";
}
.glyphicons-filetype.rtf i:before {
  content: "\E003";
}
.glyphicons-filetype.log i:before {
  content: "\E004";
}
.glyphicons-filetype.tex i:before {
  content: "\E005";
}
.glyphicons-filetype.msg i:before {
  content: "\E006";
}
.glyphicons-filetype.text i:before {
  content: "\E007";
}
.glyphicons-filetype.wpd i:before {
  content: "\E008";
}
.glyphicons-filetype.wps i:before {
  content: "\E009";
}
.glyphicons-filetype.docx i:before {
  content: "\E010";
}
.glyphicons-filetype.page i:before {
  content: "\E011";
}
.glyphicons-filetype.csv i:before {
  content: "\E012";
}
.glyphicons-filetype.dat i:before {
  content: "\E013";
}
.glyphicons-filetype.tar i:before {
  content: "\E014";
}
.glyphicons-filetype.xml i:before {
  content: "\E015";
}
.glyphicons-filetype.vcf i:before {
  content: "\E016";
}
.glyphicons-filetype.pps i:before {
  content: "\E017";
}
.glyphicons-filetype.key i:before {
  content: "\1F511";
}
.glyphicons-filetype.ppt i:before {
  content: "\E019";
}
.glyphicons-filetype.pptx i:before {
  content: "\E020";
}
.glyphicons-filetype.sdf i:before {
  content: "\E021";
}
.glyphicons-filetype.gbr i:before {
  content: "\E022";
}
.glyphicons-filetype.ged i:before {
  content: "\E023";
}
.glyphicons-filetype.mp3 i:before {
  content: "\E024";
}
.glyphicons-filetype.m4a i:before {
  content: "\E025";
}
.glyphicons-filetype.waw i:before {
  content: "\E026";
}
.glyphicons-filetype.wma i:before {
  content: "\E027";
}
.glyphicons-filetype.mpa i:before {
  content: "\E028";
}
.glyphicons-filetype.iff i:before {
  content: "\E029";
}
.glyphicons-filetype.aif i:before {
  content: "\E030";
}
.glyphicons-filetype.ra i:before {
  content: "\E031";
}
.glyphicons-filetype.mid i:before {
  content: "\E032";
}
.glyphicons-filetype.m3v i:before {
  content: "\E033";
}
.glyphicons-filetype.e_3gp i:before {
  content: "\E034";
}
.glyphicons-filetype.shf i:before {
  content: "\E035";
}
.glyphicons-filetype.avi i:before {
  content: "\E036";
}
.glyphicons-filetype.asx i:before {
  content: "\E037";
}
.glyphicons-filetype.mp4 i:before {
  content: "\E038";
}
.glyphicons-filetype.e_3g2 i:before {
  content: "\E039";
}
.glyphicons-filetype.mpg i:before {
  content: "\E040";
}
.glyphicons-filetype.asf i:before {
  content: "\E041";
}
.glyphicons-filetype.vob i:before {
  content: "\E042";
}
.glyphicons-filetype.wmv i:before {
  content: "\E043";
}
.glyphicons-filetype.mov i:before {
  content: "\E044";
}
.glyphicons-filetype.srt i:before {
  content: "\E045";
}
.glyphicons-filetype.m4v i:before {
  content: "\E046";
}
.glyphicons-filetype.flv i:before {
  content: "\E047";
}
.glyphicons-filetype.rm i:before {
  content: "\E048";
}
.glyphicons-filetype.png i:before {
  content: "\E049";
}
.glyphicons-filetype.psd i:before {
  content: "\E050";
}
.glyphicons-filetype.psp i:before {
  content: "\E051";
}
.glyphicons-filetype.jpg i:before {
  content: "\E052";
}
.glyphicons-filetype.tif i:before {
  content: "\E053";
}
.glyphicons-filetype.tiff i:before {
  content: "\E054";
}
.glyphicons-filetype.gif i:before {
  content: "\E055";
}
.glyphicons-filetype.bmp i:before {
  content: "\E056";
}
.glyphicons-filetype.tga i:before {
  content: "\E057";
}
.glyphicons-filetype.thm i:before {
  content: "\E058";
}
.glyphicons-filetype.yuv i:before {
  content: "\E059";
}
.glyphicons-filetype.dds i:before {
  content: "\E060";
}
.glyphicons-filetype.ai i:before {
  content: "\E061";
}
.glyphicons-filetype.eps i:before {
  content: "\E062";
}
.glyphicons-filetype.ps i:before {
  content: "\E063";
}
.glyphicons-filetype.svg i:before {
  content: "\E064";
}
.glyphicons-filetype.pdf i:before {
  content: "\E065";
}
.glyphicons-filetype.pct i:before {
  content: "\E066";
}
.glyphicons-filetype.indd i:before {
  content: "\E067";
}
.glyphicons-filetype.xlr i:before {
  content: "\E068";
}
.glyphicons-filetype.xls i:before {
  content: "\E069";
}
.glyphicons-filetype.xlsx i:before {
  content: "\E070";
}
.glyphicons-filetype.db i:before {
  content: "\E071";
}
.glyphicons-filetype.dbf i:before {
  content: "\E072";
}
.glyphicons-filetype.mdb i:before {
  content: "\E073";
}
.glyphicons-filetype.pdb i:before {
  content: "\E074";
}
.glyphicons-filetype.sql i:before {
  content: "\E075";
}
.glyphicons-filetype.aacd i:before {
  content: "\E076";
}
.glyphicons-filetype.app i:before {
  content: "\E077";
}
.glyphicons-filetype.exe i:before {
  content: "\E078";
}
.glyphicons-filetype.com i:before {
  content: "\E079";
}
.glyphicons-filetype.bat i:before {
  content: "\E080";
}
.glyphicons-filetype.apk i:before {
  content: "\E081";
}
.glyphicons-filetype.jar i:before {
  content: "\E082";
}
.glyphicons-filetype.hsf i:before {
  content: "\E083";
}
.glyphicons-filetype.pif i:before {
  content: "\E084";
}
.glyphicons-filetype.vb i:before {
  content: "\E085";
}
.glyphicons-filetype.cgi i:before {
  content: "\E086";
}
.glyphicons-filetype.css i:before {
  content: "\E087";
}
.glyphicons-filetype.js i:before {
  content: "\E088";
}
.glyphicons-filetype.php i:before {
  content: "\E089";
}
.glyphicons-filetype.xhtml i:before {
  content: "\E090";
}
.glyphicons-filetype.htm i:before {
  content: "\E091";
}
.glyphicons-filetype.html i:before {
  content: "\E092";
}
.glyphicons-filetype.asp i:before {
  content: "\E093";
}
.glyphicons-filetype.cer i:before {
  content: "\E094";
}
.glyphicons-filetype.jsp i:before {
  content: "\E095";
}
.glyphicons-filetype.cfm i:before {
  content: "\E096";
}
.glyphicons-filetype.aspx i:before {
  content: "\E097";
}
.glyphicons-filetype.rss i:before {
  content: "\E098";
}
.glyphicons-filetype.csr i:before {
  content: "\E099";
}
.glyphicons-filetype.less i:before {
  content: "\003C";
}
.glyphicons-filetype.otf i:before {
  content: "\E101";
}
.glyphicons-filetype.ttf i:before {
  content: "\E102";
}
.glyphicons-filetype.font i:before {
  content: "\E103";
}
.glyphicons-filetype.fnt i:before {
  content: "\E104";
}
.glyphicons-filetype.eot i:before {
  content: "\E105";
}
.glyphicons-filetype.woff i:before {
  content: "\E106";
}
.glyphicons-filetype.zip i:before {
  content: "\E107";
}
.glyphicons-filetype.zipx i:before {
  content: "\E108";
}
.glyphicons-filetype.rar i:before {
  content: "\E109";
}
.glyphicons-filetype.targ i:before {
  content: "\E110";
}
.glyphicons-filetype.sitx i:before {
  content: "\E111";
}
.glyphicons-filetype.deb i:before {
  content: "\E112";
}
.glyphicons-filetype.e_7z i:before {
  content: "\E113";
}
.glyphicons-filetype.pkg i:before {
  content: "\E114";
}
.glyphicons-filetype.rpm i:before {
  content: "\E115";
}
.glyphicons-filetype.cbr i:before {
  content: "\E116";
}
.glyphicons-filetype.gz i:before {
  content: "\E117";
}
.glyphicons-filetype.dmg i:before {
  content: "\E118";
}
.glyphicons-filetype.cue i:before {
  content: "\E119";
}
.glyphicons-filetype.bin i:before {
  content: "\E120";
}
.glyphicons-filetype.iso i:before {
  content: "\E121";
}
.glyphicons-filetype.hdf i:before {
  content: "\E122";
}
.glyphicons-filetype.vcd i:before {
  content: "\E123";
}
.glyphicons-filetype.bak i:before {
  content: "\E124";
}
.glyphicons-filetype.tmp i:before {
  content: "\E125";
}
.glyphicons-filetype.ics i:before {
  content: "\E126";
}
.glyphicons-filetype.msi i:before {
  content: "\E127";
}
.glyphicons-filetype.cfg i:before {
  content: "\E128";
}
.glyphicons-filetype.ini i:before {
  content: "\E129";
}
.glyphicons-filetype.prf i:before {
  content: "\E130";
}
/* --- LOADING [css.glyphicons_regular] from assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.less */
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_regular/glyphicons-regular.eot');
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_regular/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_regular/glyphicons-regular.woff') format('woff'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_regular/glyphicons-regular.ttf') format('truetype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_regular/glyphicons-regular.svg#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons i:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font: 24px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons.white i:before {
  color: #ffffff;
}
.glyphicons.glass i:before {
  content: "\E001";
}
.glyphicons.leaf i:before {
  content: "\E002";
}
.glyphicons.dog i:before {
  content: "\1F415";
}
.glyphicons.user i:before {
  content: "\E004";
}
.glyphicons.girl i:before {
  content: "\1F467";
}
.glyphicons.car i:before {
  content: "\E006";
}
.glyphicons.user_add i:before {
  content: "\E007";
}
.glyphicons.user_remove i:before {
  content: "\E008";
}
.glyphicons.film i:before {
  content: "\E009";
}
.glyphicons.magic i:before {
  content: "\E010";
}
.glyphicons.envelope i:before {
  content: "\2709";
}
.glyphicons.camera i:before {
  content: "\1F4F7";
}
.glyphicons.heart i:before {
  content: "\E013";
}
.glyphicons.beach_umbrella i:before {
  content: "\E014";
}
.glyphicons.train i:before {
  content: "\1F686";
}
.glyphicons.print i:before {
  content: "\E016";
}
.glyphicons.bin i:before {
  content: "\E017";
}
.glyphicons.music i:before {
  content: "\E018";
}
.glyphicons.note i:before {
  content: "\E019";
}
.glyphicons.heart_empty i:before {
  content: "\E020";
}
.glyphicons.home i:before {
  content: "\E021";
}
.glyphicons.snowflake i:before {
  content: "\2744";
}
.glyphicons.fire i:before {
  content: "\1F525";
}
.glyphicons.magnet i:before {
  content: "\E024";
}
.glyphicons.parents i:before {
  content: "\E025";
}
.glyphicons.binoculars i:before {
  content: "\E026";
}
.glyphicons.road i:before {
  content: "\E027";
}
.glyphicons.search i:before {
  content: "\E028";
}
.glyphicons.cars i:before {
  content: "\E029";
}
.glyphicons.notes_2 i:before {
  content: "\E030";
}
.glyphicons.pencil i:before {
  content: "\270F";
}
.glyphicons.bus i:before {
  content: "\1F68C";
}
.glyphicons.wifi_alt i:before {
  content: "\E033";
}
.glyphicons.luggage i:before {
  content: "\E034";
}
.glyphicons.old_man i:before {
  content: "\E035";
}
.glyphicons.woman i:before {
  content: "\1F469";
}
.glyphicons.file i:before {
  content: "\E037";
}
.glyphicons.coins i:before {
  content: "\E038";
}
.glyphicons.airplane i:before {
  content: "\2708";
}
.glyphicons.notes i:before {
  content: "\E040";
}
.glyphicons.stats i:before {
  content: "\E041";
}
.glyphicons.charts i:before {
  content: "\E042";
}
.glyphicons.pie_chart i:before {
  content: "\E043";
}
.glyphicons.group i:before {
  content: "\E044";
}
.glyphicons.keys i:before {
  content: "\E045";
}
.glyphicons.calendar i:before {
  content: "\1F4C5";
}
.glyphicons.router i:before {
  content: "\E047";
}
.glyphicons.camera_small i:before {
  content: "\E048";
}
.glyphicons.dislikes i:before {
  content: "\E049";
}
.glyphicons.star i:before {
  content: "\E050";
}
.glyphicons.link i:before {
  content: "\E051";
}
.glyphicons.eye_open i:before {
  content: "\E052";
}
.glyphicons.eye_close i:before {
  content: "\E053";
}
.glyphicons.alarm i:before {
  content: "\E054";
}
.glyphicons.clock i:before {
  content: "\E055";
}
.glyphicons.stopwatch i:before {
  content: "\E056";
}
.glyphicons.projector i:before {
  content: "\E057";
}
.glyphicons.history i:before {
  content: "\E058";
}
.glyphicons.truck i:before {
  content: "\E059";
}
.glyphicons.cargo i:before {
  content: "\E060";
}
.glyphicons.compass i:before {
  content: "\E061";
}
.glyphicons.keynote i:before {
  content: "\E062";
}
.glyphicons.paperclip i:before {
  content: "\1F4CE";
}
.glyphicons.power i:before {
  content: "\E064";
}
.glyphicons.lightbulb i:before {
  content: "\E065";
}
.glyphicons.tag i:before {
  content: "\E066";
}
.glyphicons.tags i:before {
  content: "\E067";
}
.glyphicons.cleaning i:before {
  content: "\E068";
}
.glyphicons.ruller i:before {
  content: "\E069";
}
.glyphicons.gift i:before {
  content: "\E070";
}
.glyphicons.umbrella i:before {
  content: "\2602";
}
.glyphicons.book i:before {
  content: "\E072";
}
.glyphicons.bookmark i:before {
  content: "\1F516";
}
.glyphicons.wifi i:before {
  content: "\E074";
}
.glyphicons.cup i:before {
  content: "\E075";
}
.glyphicons.stroller i:before {
  content: "\E076";
}
.glyphicons.headphones i:before {
  content: "\E077";
}
.glyphicons.headset i:before {
  content: "\E078";
}
.glyphicons.warning_sign i:before {
  content: "\E079";
}
.glyphicons.signal i:before {
  content: "\E080";
}
.glyphicons.retweet i:before {
  content: "\E081";
}
.glyphicons.refresh i:before {
  content: "\E082";
}
.glyphicons.roundabout i:before {
  content: "\E083";
}
.glyphicons.random i:before {
  content: "\E084";
}
.glyphicons.heat i:before {
  content: "\E085";
}
.glyphicons.repeat i:before {
  content: "\E086";
}
.glyphicons.display i:before {
  content: "\E087";
}
.glyphicons.log_book i:before {
  content: "\E088";
}
.glyphicons.address_book i:before {
  content: "\E089";
}
.glyphicons.building i:before {
  content: "\E090";
}
.glyphicons.eyedropper i:before {
  content: "\E091";
}
.glyphicons.adjust i:before {
  content: "\E092";
}
.glyphicons.tint i:before {
  content: "\E093";
}
.glyphicons.crop i:before {
  content: "\E094";
}
.glyphicons.vector_path_square i:before {
  content: "\E095";
}
.glyphicons.vector_path_circle i:before {
  content: "\E096";
}
.glyphicons.vector_path_polygon i:before {
  content: "\E097";
}
.glyphicons.vector_path_line i:before {
  content: "\E098";
}
.glyphicons.vector_path_curve i:before {
  content: "\E099";
}
.glyphicons.vector_path_all i:before {
  content: "\E100";
}
.glyphicons.font i:before {
  content: "\E101";
}
.glyphicons.italic i:before {
  content: "\E102";
}
.glyphicons.bold i:before {
  content: "\E103";
}
.glyphicons.text_underline i:before {
  content: "\E104";
}
.glyphicons.text_strike i:before {
  content: "\E105";
}
.glyphicons.text_height i:before {
  content: "\E106";
}
.glyphicons.text_width i:before {
  content: "\E107";
}
.glyphicons.text_resize i:before {
  content: "\E108";
}
.glyphicons.left_indent i:before {
  content: "\E109";
}
.glyphicons.right_indent i:before {
  content: "\E110";
}
.glyphicons.align_left i:before {
  content: "\E111";
}
.glyphicons.align_center i:before {
  content: "\E112";
}
.glyphicons.align_right i:before {
  content: "\E113";
}
.glyphicons.justify i:before {
  content: "\E114";
}
.glyphicons.list i:before {
  content: "\E115";
}
.glyphicons.text_smaller i:before {
  content: "\E116";
}
.glyphicons.text_bigger i:before {
  content: "\E117";
}
.glyphicons.embed i:before {
  content: "\E118";
}
.glyphicons.embed_close i:before {
  content: "\E119";
}
.glyphicons.table i:before {
  content: "\E120";
}
.glyphicons.message_full i:before {
  content: "\E121";
}
.glyphicons.message_empty i:before {
  content: "\E122";
}
.glyphicons.message_in i:before {
  content: "\E123";
}
.glyphicons.message_out i:before {
  content: "\E124";
}
.glyphicons.message_plus i:before {
  content: "\E125";
}
.glyphicons.message_minus i:before {
  content: "\E126";
}
.glyphicons.message_ban i:before {
  content: "\E127";
}
.glyphicons.message_flag i:before {
  content: "\E128";
}
.glyphicons.message_lock i:before {
  content: "\E129";
}
.glyphicons.message_new i:before {
  content: "\E130";
}
.glyphicons.inbox i:before {
  content: "\E131";
}
.glyphicons.inbox_plus i:before {
  content: "\E132";
}
.glyphicons.inbox_minus i:before {
  content: "\E133";
}
.glyphicons.inbox_lock i:before {
  content: "\E134";
}
.glyphicons.inbox_in i:before {
  content: "\E135";
}
.glyphicons.inbox_out i:before {
  content: "\E136";
}
.glyphicons.cogwheel i:before {
  content: "\E137";
}
.glyphicons.cogwheels i:before {
  content: "\E138";
}
.glyphicons.picture i:before {
  content: "\E139";
}
.glyphicons.adjust_alt i:before {
  content: "\E140";
}
.glyphicons.database_lock i:before {
  content: "\E141";
}
.glyphicons.database_plus i:before {
  content: "\E142";
}
.glyphicons.database_minus i:before {
  content: "\E143";
}
.glyphicons.database_ban i:before {
  content: "\E144";
}
.glyphicons.folder_open i:before {
  content: "\E145";
}
.glyphicons.folder_plus i:before {
  content: "\E146";
}
.glyphicons.folder_minus i:before {
  content: "\E147";
}
.glyphicons.folder_lock i:before {
  content: "\E148";
}
.glyphicons.folder_flag i:before {
  content: "\E149";
}
.glyphicons.folder_new i:before {
  content: "\E150";
}
.glyphicons.edit i:before {
  content: "\E151";
}
.glyphicons.new_window i:before {
  content: "\E152";
}
.glyphicons.check i:before {
  content: "\E153";
}
.glyphicons.unchecked i:before {
  content: "\E154";
}
.glyphicons.more_windows i:before {
  content: "\E155";
}
.glyphicons.show_big_thumbnails i:before {
  content: "\E156";
}
.glyphicons.show_thumbnails i:before {
  content: "\E157";
}
.glyphicons.show_thumbnails_with_lines i:before {
  content: "\E158";
}
.glyphicons.show_lines i:before {
  content: "\E159";
}
.glyphicons.playlist i:before {
  content: "\E160";
}
.glyphicons.imac i:before {
  content: "\E161";
}
.glyphicons.macbook i:before {
  content: "\E162";
}
.glyphicons.ipad i:before {
  content: "\E163";
}
.glyphicons.iphone i:before {
  content: "\E164";
}
.glyphicons.iphone_transfer i:before {
  content: "\E165";
}
.glyphicons.iphone_exchange i:before {
  content: "\E166";
}
.glyphicons.ipod i:before {
  content: "\E167";
}
.glyphicons.ipod_shuffle i:before {
  content: "\E168";
}
.glyphicons.ear_plugs i:before {
  content: "\E169";
}
.glyphicons.record i:before {
  content: "\E170";
}
.glyphicons.step_backward i:before {
  content: "\E171";
}
.glyphicons.fast_backward i:before {
  content: "\E172";
}
.glyphicons.rewind i:before {
  content: "\E173";
}
.glyphicons.play i:before {
  content: "\E174";
}
.glyphicons.pause i:before {
  content: "\E175";
}
.glyphicons.stop i:before {
  content: "\E176";
}
.glyphicons.forward i:before {
  content: "\E177";
}
.glyphicons.fast_forward i:before {
  content: "\E178";
}
.glyphicons.step_forward i:before {
  content: "\E179";
}
.glyphicons.eject i:before {
  content: "\E180";
}
.glyphicons.facetime_video i:before {
  content: "\E181";
}
.glyphicons.download_alt i:before {
  content: "\E182";
}
.glyphicons.mute i:before {
  content: "\E183";
}
.glyphicons.volume_down i:before {
  content: "\E184";
}
.glyphicons.volume_up i:before {
  content: "\E185";
}
.glyphicons.screenshot i:before {
  content: "\E186";
}
.glyphicons.move i:before {
  content: "\E187";
}
.glyphicons.more i:before {
  content: "\E188";
}
.glyphicons.brightness_reduce i:before {
  content: "\E189";
}
.glyphicons.brightness_increase i:before {
  content: "\E190";
}
.glyphicons.circle_plus i:before {
  content: "\E191";
}
.glyphicons.circle_minus i:before {
  content: "\E192";
}
.glyphicons.circle_remove i:before {
  content: "\E193";
}
.glyphicons.circle_ok i:before {
  content: "\E194";
}
.glyphicons.circle_question_mark i:before {
  content: "\E195";
}
.glyphicons.circle_info i:before {
  content: "\E196";
}
.glyphicons.circle_exclamation_mark i:before {
  content: "\E197";
}
.glyphicons.remove i:before {
  content: "\E198";
}
.glyphicons.ok i:before {
  content: "\E199";
}
.glyphicons.ban i:before {
  content: "\E200";
}
.glyphicons.download i:before {
  content: "\E201";
}
.glyphicons.upload i:before {
  content: "\E202";
}
.glyphicons.shopping_cart i:before {
  content: "\E203";
}
.glyphicons.lock i:before {
  content: "\1F512";
}
.glyphicons.unlock i:before {
  content: "\E205";
}
.glyphicons.electricity i:before {
  content: "\E206";
}
.glyphicons.ok_2 i:before {
  content: "\E207";
}
.glyphicons.remove_2 i:before {
  content: "\E208";
}
.glyphicons.cart_out i:before {
  content: "\E209";
}
.glyphicons.cart_in i:before {
  content: "\E210";
}
.glyphicons.left_arrow i:before {
  content: "\E211";
}
.glyphicons.right_arrow i:before {
  content: "\E212";
}
.glyphicons.down_arrow i:before {
  content: "\E213";
}
.glyphicons.up_arrow i:before {
  content: "\E214";
}
.glyphicons.resize_small i:before {
  content: "\E215";
}
.glyphicons.resize_full i:before {
  content: "\E216";
}
.glyphicons.circle_arrow_left i:before {
  content: "\E217";
}
.glyphicons.circle_arrow_right i:before {
  content: "\E218";
}
.glyphicons.circle_arrow_top i:before {
  content: "\E219";
}
.glyphicons.circle_arrow_down i:before {
  content: "\E220";
}
.glyphicons.play_button i:before {
  content: "\E221";
}
.glyphicons.unshare i:before {
  content: "\E222";
}
.glyphicons.share i:before {
  content: "\E223";
}
.glyphicons.chevron-right i:before {
  content: "\E224";
}
.glyphicons.chevron-left i:before {
  content: "\E225";
}
.glyphicons.bluetooth i:before {
  content: "\E226";
}
.glyphicons.euro i:before {
  content: "\20AC";
}
.glyphicons.usd i:before {
  content: "\E228";
}
.glyphicons.gbp i:before {
  content: "\E229";
}
.glyphicons.retweet_2 i:before {
  content: "\E230";
}
.glyphicons.moon i:before {
  content: "\E231";
}
.glyphicons.sun i:before {
  content: "\2609";
}
.glyphicons.cloud i:before {
  content: "\2601";
}
.glyphicons.direction i:before {
  content: "\E234";
}
.glyphicons.brush i:before {
  content: "\E235";
}
.glyphicons.pen i:before {
  content: "\E236";
}
.glyphicons.zoom_in i:before {
  content: "\E237";
}
.glyphicons.zoom_out i:before {
  content: "\E238";
}
.glyphicons.pin i:before {
  content: "\E239";
}
.glyphicons.albums i:before {
  content: "\E240";
}
.glyphicons.rotation_lock i:before {
  content: "\E241";
}
.glyphicons.flash i:before {
  content: "\E242";
}
.glyphicons.google_maps i:before {
  content: "\E243";
}
.glyphicons.anchor i:before {
  content: "\2693";
}
.glyphicons.conversation i:before {
  content: "\E245";
}
.glyphicons.chat i:before {
  content: "\E246";
}
.glyphicons.male i:before {
  content: "\E247";
}
.glyphicons.female i:before {
  content: "\E248";
}
.glyphicons.asterisk i:before {
  content: "\002A";
}
.glyphicons.divide i:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving i:before {
  content: "\E251";
}
.glyphicons.scuba_diving i:before {
  content: "\E252";
}
.glyphicons.oxygen_bottle i:before {
  content: "\E253";
}
.glyphicons.fins i:before {
  content: "\E254";
}
.glyphicons.fishes i:before {
  content: "\E255";
}
.glyphicons.boat i:before {
  content: "\E256";
}
.glyphicons.delete i:before {
  content: "\E257";
}
.glyphicons.sheriffs_star i:before {
  content: "\E258";
}
.glyphicons.qrcode i:before {
  content: "\E259";
}
.glyphicons.barcode i:before {
  content: "\E260";
}
.glyphicons.pool i:before {
  content: "\E261";
}
.glyphicons.buoy i:before {
  content: "\E262";
}
.glyphicons.spade i:before {
  content: "\E263";
}
.glyphicons.bank i:before {
  content: "\1F3E6";
}
.glyphicons.vcard i:before {
  content: "\E265";
}
.glyphicons.electrical_plug i:before {
  content: "\E266";
}
.glyphicons.flag i:before {
  content: "\E267";
}
.glyphicons.credit_card i:before {
  content: "\E268";
}
.glyphicons.keyboard-wireless i:before {
  content: "\E269";
}
.glyphicons.keyboard-wired i:before {
  content: "\E270";
}
.glyphicons.shield i:before {
  content: "\E271";
}
.glyphicons.ring i:before {
  content: "\02DA";
}
.glyphicons.cake i:before {
  content: "\E273";
}
.glyphicons.drink i:before {
  content: "\E274";
}
.glyphicons.beer i:before {
  content: "\E275";
}
.glyphicons.fast_food i:before {
  content: "\E276";
}
.glyphicons.cutlery i:before {
  content: "\E277";
}
.glyphicons.pizza i:before {
  content: "\E278";
}
.glyphicons.birthday_cake i:before {
  content: "\E279";
}
.glyphicons.tablet i:before {
  content: "\E280";
}
.glyphicons.settings i:before {
  content: "\E281";
}
.glyphicons.bullets i:before {
  content: "\E282";
}
.glyphicons.cardio i:before {
  content: "\E283";
}
.glyphicons.t-shirt i:before {
  content: "\E284";
}
.glyphicons.pants i:before {
  content: "\E285";
}
.glyphicons.sweater i:before {
  content: "\E286";
}
.glyphicons.fabric i:before {
  content: "\E287";
}
.glyphicons.leather i:before {
  content: "\E288";
}
.glyphicons.scissors i:before {
  content: "\E289";
}
.glyphicons.bomb i:before {
  content: "\1F4A3";
}
.glyphicons.skull i:before {
  content: "\1F480";
}
.glyphicons.celebration i:before {
  content: "\E292";
}
.glyphicons.tea_kettle i:before {
  content: "\E293";
}
.glyphicons.french_press i:before {
  content: "\E294";
}
.glyphicons.coffe_cup i:before {
  content: "\E295";
}
.glyphicons.pot i:before {
  content: "\E296";
}
.glyphicons.grater i:before {
  content: "\E297";
}
.glyphicons.kettle i:before {
  content: "\E298";
}
.glyphicons.hospital i:before {
  content: "\1F3E5";
}
.glyphicons.hospital_h i:before {
  content: "\E300";
}
.glyphicons.microphone i:before {
  content: "\1F3A4";
}
.glyphicons.webcam i:before {
  content: "\E302";
}
.glyphicons.temple_christianity_church i:before {
  content: "\E303";
}
.glyphicons.temple_islam i:before {
  content: "\E304";
}
.glyphicons.temple_hindu i:before {
  content: "\E305";
}
.glyphicons.temple_buddhist i:before {
  content: "\E306";
}
.glyphicons.bicycle i:before {
  content: "\1F6B2";
}
.glyphicons.life_preserver i:before {
  content: "\E308";
}
.glyphicons.share_alt i:before {
  content: "\E309";
}
.glyphicons.comments i:before {
  content: "\E310";
}
.glyphicons.flower i:before {
  content: "\2698";
}
.glyphicons.baseball i:before {
  content: "\26BE";
}
.glyphicons.rugby i:before {
  content: "\E313";
}
.glyphicons.ax i:before {
  content: "\E314";
}
.glyphicons.table_tennis i:before {
  content: "\E315";
}
.glyphicons.bowling i:before {
  content: "\1F3B3";
}
.glyphicons.tree_conifer i:before {
  content: "\E317";
}
.glyphicons.tree_deciduous i:before {
  content: "\E318";
}
.glyphicons.more_items i:before {
  content: "\E319";
}
.glyphicons.sort i:before {
  content: "\E320";
}
.glyphicons.filter i:before {
  content: "\E321";
}
.glyphicons.gamepad i:before {
  content: "\E322";
}
.glyphicons.playing_dices i:before {
  content: "\E323";
}
.glyphicons.calculator i:before {
  content: "\E324";
}
.glyphicons.tie i:before {
  content: "\E325";
}
.glyphicons.wallet i:before {
  content: "\E326";
}
.glyphicons.piano i:before {
  content: "\E327";
}
.glyphicons.sampler i:before {
  content: "\E328";
}
.glyphicons.podium i:before {
  content: "\E329";
}
.glyphicons.soccer_ball i:before {
  content: "\E330";
}
.glyphicons.blog i:before {
  content: "\E331";
}
.glyphicons.dashboard i:before {
  content: "\E332";
}
.glyphicons.certificate i:before {
  content: "\E333";
}
.glyphicons.bell i:before {
  content: "\1F514";
}
.glyphicons.candle i:before {
  content: "\E335";
}
.glyphicons.pushpin i:before {
  content: "\1F4CC";
}
.glyphicons.iphone_shake i:before {
  content: "\E337";
}
.glyphicons.pin_flag i:before {
  content: "\E338";
}
.glyphicons.turtle i:before {
  content: "\1F422";
}
.glyphicons.rabbit i:before {
  content: "\1F407";
}
.glyphicons.globe i:before {
  content: "\E341";
}
.glyphicons.briefcase i:before {
  content: "\1F4BC";
}
.glyphicons.hdd i:before {
  content: "\E343";
}
.glyphicons.thumbs_up i:before {
  content: "\E344";
}
.glyphicons.thumbs_down i:before {
  content: "\E345";
}
.glyphicons.hand_right i:before {
  content: "\E346";
}
.glyphicons.hand_left i:before {
  content: "\E347";
}
.glyphicons.hand_up i:before {
  content: "\E348";
}
.glyphicons.hand_down i:before {
  content: "\E349";
}
.glyphicons.fullscreen i:before {
  content: "\E350";
}
.glyphicons.shopping_bag i:before {
  content: "\E351";
}
.glyphicons.book_open i:before {
  content: "\E352";
}
.glyphicons.nameplate i:before {
  content: "\E353";
}
.glyphicons.nameplate_alt i:before {
  content: "\E354";
}
.glyphicons.vases i:before {
  content: "\E355";
}
.glyphicons.bullhorn i:before {
  content: "\E356";
}
.glyphicons.dumbbell i:before {
  content: "\E357";
}
.glyphicons.suitcase i:before {
  content: "\E358";
}
.glyphicons.file_import i:before {
  content: "\E359";
}
.glyphicons.file_export i:before {
  content: "\E360";
}
.glyphicons.bug i:before {
  content: "\1F41B";
}
.glyphicons.crown i:before {
  content: "\1F451";
}
.glyphicons.smoking i:before {
  content: "\E363";
}
.glyphicons.cloud-upload i:before {
  content: "\E364";
}
.glyphicons.cloud-download i:before {
  content: "\E365";
}
.glyphicons.restart i:before {
  content: "\E366";
}
.glyphicons.security_camera i:before {
  content: "\E367";
}
.glyphicons.expand i:before {
  content: "\E368";
}
.glyphicons.collapse i:before {
  content: "\E369";
}
.glyphicons.collapse_top i:before {
  content: "\E370";
}
.glyphicons.globe_af i:before {
  content: "\E371";
}
.glyphicons.global i:before {
  content: "\E372";
}
.glyphicons.spray i:before {
  content: "\E373";
}
.glyphicons.nails i:before {
  content: "\E374";
}
.glyphicons.claw_hammer i:before {
  content: "\E375";
}
.glyphicons.classic_hammer i:before {
  content: "\E376";
}
.glyphicons.hand_saw i:before {
  content: "\E377";
}
.glyphicons.riflescope i:before {
  content: "\E378";
}
.glyphicons.electrical_socket_eu i:before {
  content: "\E379";
}
.glyphicons.electrical_socket_us i:before {
  content: "\E380";
}
.glyphicons.message_forward i:before {
  content: "\E381";
}
.glyphicons.coat_hanger i:before {
  content: "\E382";
}
.glyphicons.dress i:before {
  content: "\1F457";
}
.glyphicons.bathrobe i:before {
  content: "\E384";
}
.glyphicons.shirt i:before {
  content: "\E385";
}
.glyphicons.underwear i:before {
  content: "\E386";
}
.glyphicons.log_in i:before {
  content: "\E387";
}
.glyphicons.log_out i:before {
  content: "\E388";
}
.glyphicons.exit i:before {
  content: "\E389";
}
.glyphicons.new_window_alt i:before {
  content: "\E390";
}
.glyphicons.video_sd i:before {
  content: "\E391";
}
.glyphicons.video_hd i:before {
  content: "\E392";
}
.glyphicons.subtitles i:before {
  content: "\E393";
}
.glyphicons.sound_stereo i:before {
  content: "\E394";
}
.glyphicons.sound_dolby i:before {
  content: "\E395";
}
.glyphicons.sound_5_1 i:before {
  content: "\E396";
}
.glyphicons.sound_6_1 i:before {
  content: "\E397";
}
.glyphicons.sound_7_1 i:before {
  content: "\E398";
}
.glyphicons.copyright_mark i:before {
  content: "\E399";
}
.glyphicons.registration_mark i:before {
  content: "\E400";
}
.glyphicons.radar i:before {
  content: "\E401";
}
.glyphicons.skateboard i:before {
  content: "\E402";
}
.glyphicons.golf_course i:before {
  content: "\E403";
}
.glyphicons.sorting i:before {
  content: "\E404";
}
.glyphicons.sort-by-alphabet i:before {
  content: "\E405";
}
.glyphicons.sort-by-alphabet-alt i:before {
  content: "\E406";
}
.glyphicons.sort-by-order i:before {
  content: "\E407";
}
.glyphicons.sort-by-order-alt i:before {
  content: "\E408";
}
.glyphicons.sort-by-attributes i:before {
  content: "\E409";
}
.glyphicons.sort-by-attributes-alt i:before {
  content: "\E410";
}
.glyphicons.compressed i:before {
  content: "\E411";
}
.glyphicons.package i:before {
  content: "\1F4E6";
}
.glyphicons.cloud_plus i:before {
  content: "\E413";
}
.glyphicons.cloud_minus i:before {
  content: "\E414";
}
.glyphicons.disk_save i:before {
  content: "\E415";
}
.glyphicons.disk_open i:before {
  content: "\E416";
}
.glyphicons.disk_saved i:before {
  content: "\E417";
}
.glyphicons.disk_remove i:before {
  content: "\E418";
}
.glyphicons.disk_import i:before {
  content: "\E419";
}
.glyphicons.disk_export i:before {
  content: "\E420";
}
.glyphicons.tower i:before {
  content: "\E421";
}
.glyphicons.send i:before {
  content: "\E422";
}
.glyphicons.git_branch i:before {
  content: "\E423";
}
.glyphicons.git_create i:before {
  content: "\E424";
}
.glyphicons.git_private i:before {
  content: "\E425";
}
.glyphicons.git_delete i:before {
  content: "\E426";
}
.glyphicons.git_merge i:before {
  content: "\E427";
}
.glyphicons.git_pull_request i:before {
  content: "\E428";
}
.glyphicons.git_compare i:before {
  content: "\E429";
}
.glyphicons.git_commit i:before {
  content: "\E430";
}
.glyphicons.construction_cone i:before {
  content: "\E431";
}
.glyphicons.shoe_steps i:before {
  content: "\E432";
}
.glyphicons.plus i:before {
  content: "\002B";
}
.glyphicons.minus i:before {
  content: "\2212";
}
.glyphicons.redo i:before {
  content: "\E435";
}
.glyphicons.undo i:before {
  content: "\E436";
}
.glyphicons.golf i:before {
  content: "\E437";
}
.glyphicons.hockey i:before {
  content: "\E438";
}
.glyphicons.pipe i:before {
  content: "\E439";
}
.glyphicons.wrench i:before {
  content: "\1F527";
}
.glyphicons.folder_closed i:before {
  content: "\E441";
}
.glyphicons.phone_alt i:before {
  content: "\E442";
}
.glyphicons.earphone i:before {
  content: "\E443";
}
.glyphicons.floppy_disk i:before {
  content: "\E444";
}
.glyphicons.floppy_saved i:before {
  content: "\E445";
}
.glyphicons.floppy_remove i:before {
  content: "\E446";
}
.glyphicons.floppy_save i:before {
  content: "\E447";
}
.glyphicons.floppy_open i:before {
  content: "\E448";
}
.glyphicons.translate i:before {
  content: "\E449";
}
.glyphicons.fax i:before {
  content: "\E450";
}
.glyphicons.factory i:before {
  content: "\1F3ED";
}
.glyphicons.shop_window i:before {
  content: "\E452";
}
.glyphicons.shop i:before {
  content: "\E453";
}
.glyphicons.kiosk i:before {
  content: "\E454";
}
.glyphicons.kiosk_wheels i:before {
  content: "\E455";
}
.glyphicons.kiosk_light i:before {
  content: "\E456";
}
.glyphicons.kiosk_food i:before {
  content: "\E457";
}
.glyphicons.transfer i:before {
  content: "\E458";
}
.glyphicons.money i:before {
  content: "\E459";
}
.glyphicons.header i:before {
  content: "\E460";
}
.glyphicons.blacksmith i:before {
  content: "\E461";
}
.glyphicons.saw_blade i:before {
  content: "\E462";
}
.glyphicons.basketball i:before {
  content: "\E463";
}
.glyphicons.server i:before {
  content: "\E464";
}
.glyphicons.server_plus i:before {
  content: "\E465";
}
.glyphicons.server_minus i:before {
  content: "\E466";
}
.glyphicons.server_ban i:before {
  content: "\E467";
}
.glyphicons.server_flag i:before {
  content: "\E468";
}
.glyphicons.server_lock i:before {
  content: "\E469";
}
.glyphicons.server_new i:before {
  content: "\E470";
}
/* --- LOADING [css.glyphicons_social] from assets/components/library/icons/glyphicons/assets/css/glyphicons_social.less */
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_social/glyphicons-social-regular.eot');
  src: url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_social/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_social/glyphicons-social-regular.woff') format('woff'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_social/glyphicons-social-regular.ttf') format('truetype'), url('../../../assets/components/library/icons/glyphicons/assets/fonts/glyphicons_social/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons-social {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons-social i:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font: 24px/1em 'Glyphicons Social Regular';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons-social.white i:before {
  color: #ffffff;
}
.glyphicons-social.pinterest i:before {
  content: "\E001";
}
.glyphicons-social.dropbox i:before {
  content: "\E002";
}
.glyphicons-social.google_plus i:before {
  content: "\E003";
}
.glyphicons-social.jolicloud i:before {
  content: "\E004";
}
.glyphicons-social.yahoo i:before {
  content: "\E005";
}
.glyphicons-social.blogger i:before {
  content: "\E006";
}
.glyphicons-social.picasa i:before {
  content: "\E007";
}
.glyphicons-social.amazon i:before {
  content: "\E008";
}
.glyphicons-social.tumblr i:before {
  content: "\E009";
}
.glyphicons-social.wordpress i:before {
  content: "\E010";
}
.glyphicons-social.instapaper i:before {
  content: "\E011";
}
.glyphicons-social.evernote i:before {
  content: "\E012";
}
.glyphicons-social.xing i:before {
  content: "\E013";
}
.glyphicons-social.zootool i:before {
  content: "\E014";
}
.glyphicons-social.dribbble i:before {
  content: "\E015";
}
.glyphicons-social.deviantart i:before {
  content: "\E016";
}
.glyphicons-social.read_it_later i:before {
  content: "\E017";
}
.glyphicons-social.linked_in i:before {
  content: "\E018";
}
.glyphicons-social.forrst i:before {
  content: "\E019";
}
.glyphicons-social.pinboard i:before {
  content: "\E020";
}
.glyphicons-social.behance i:before {
  content: "\E021";
}
.glyphicons-social.github i:before {
  content: "\E022";
}
.glyphicons-social.youtube i:before {
  content: "\E023";
}
.glyphicons-social.skitch i:before {
  content: "\E024";
}
.glyphicons-social.foursquare i:before {
  content: "\E025";
}
.glyphicons-social.quora i:before {
  content: "\E026";
}
.glyphicons-social.badoo i:before {
  content: "\E027";
}
.glyphicons-social.spotify i:before {
  content: "\E028";
}
.glyphicons-social.stumbleupon i:before {
  content: "\E029";
}
.glyphicons-social.readability i:before {
  content: "\E030";
}
.glyphicons-social.facebook i:before {
  content: "\E031";
}
.glyphicons-social.twitter i:before {
  content: "\E032";
}
.glyphicons-social.instagram i:before {
  content: "\E033";
}
.glyphicons-social.posterous_spaces i:before {
  content: "\E034";
}
.glyphicons-social.vimeo i:before {
  content: "\E035";
}
.glyphicons-social.flickr i:before {
  content: "\E036";
}
.glyphicons-social.last_fm i:before {
  content: "\E037";
}
.glyphicons-social.rss i:before {
  content: "\E038";
}
.glyphicons-social.skype i:before {
  content: "\E039";
}
.glyphicons-social.e-mail i:before {
  content: "\E040";
}
.glyphicons-social.vine i:before {
  content: "\E041";
}
.glyphicons-social.myspace i:before {
  content: "\E042";
}
.glyphicons-social.goodreads i:before {
  content: "\E043";
}
.glyphicons-social.apple i:before {
  content: "\F8FF";
}
.glyphicons-social.windows i:before {
  content: "\E045";
}
.glyphicons-social.yelp i:before {
  content: "\E046";
}
.glyphicons-social.playstation i:before {
  content: "\E047";
}
.glyphicons-social.xbox i:before {
  content: "\E048";
}
.glyphicons-social.android i:before {
  content: "\E049";
}
.glyphicons-social.ios i:before {
  content: "\E050";
}
/* --- LOADING [css.picto] from assets/components/library/icons/pictoicons/css/picto.less */
/* Arrows */
@font-face {
  font-family: "picto-foundry-arrows";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-arrows.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-arrows.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-arrows.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-arrows.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-arrows.svg#picto-foundry-arrows") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-arrows";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-1:before,
.icon-angle-2:before,
.icon-angle-3:before,
.icon-angle-4:before,
.icon-arrow-bottom-left:before,
.icon-arrow-bottom-right:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-top-left:before,
.icon-arrow-top-right:before,
.icon-arrow-up:before,
.icon-chevron-down-thick:before,
.icon-chevron-down:before,
.icon-chevron-left-thick:before,
.icon-chevron-left:before,
.icon-chevron-right-thick:before,
.icon-chevron-right:before,
.icon-chevron-up-thick:before,
.icon-chevron-up:before,
.icon-circle-chevron-down:before,
.icon-circle-chevron-left:before,
.icon-circle-chevron-right:before,
.icon-circle-chevron-up:before,
.icon-collapse:before,
.icon-diagonal-1:before,
.icon-diagonal-2:before,
.icon-expand:before,
.icon-horizontal-orbit:before,
.icon-horizontal-switch:before,
.icon-loop:before,
.icon-refresh-1:before,
.icon-refresh-2:before,
.icon-refresh-3:before,
.icon-refresh-4:before,
.icon-refresh-5:before,
.icon-refresh-6:before,
.icon-refresh-7:before,
.icon-refresh-8:before,
.icon-refresh-9:before,
.icon-refresh-heart-fill:before,
.icon-refresh-heart:before,
.icon-refresh-location-fill:before,
.icon-refresh-location:before,
.icon-refresh-music:before,
.icon-refresh-star-fill:before,
.icon-refresh-star:before,
.icon-refresh-wifi:before,
.icon-reply-all-fill:before,
.icon-reply-all:before,
.icon-reply-fill:before,
.icon-reply:before,
.icon-right-left:before,
.icon-turn-back-down:before,
.icon-turn-back-left:before,
.icon-turn-back-right:before,
.icon-turn-back-up:before,
.icon-up-down:before,
.icon-vertical-orbit:before,
.icon-vertical-switch:before {
  font-family: "picto-foundry-arrows";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-angle-1:before {
  content: "\f100";
}
.icon-angle-2:before {
  content: "\f101";
}
.icon-angle-3:before {
  content: "\f102";
}
.icon-angle-4:before {
  content: "\f103";
}
.icon-arrow-bottom-left:before {
  content: "\f104";
}
.icon-arrow-bottom-right:before {
  content: "\f105";
}
.icon-arrow-down:before {
  content: "\f106";
}
.icon-arrow-left:before {
  content: "\f107";
}
.icon-arrow-right:before {
  content: "\f108";
}
.icon-arrow-top-left:before {
  content: "\f109";
}
.icon-arrow-top-right:before {
  content: "\f10a";
}
.icon-arrow-up:before {
  content: "\f10b";
}
.icon-chevron-down-thick:before {
  content: "\f10c";
}
.icon-chevron-down:before {
  content: "\f10d";
}
.icon-chevron-left-thick:before {
  content: "\f10e";
}
.icon-chevron-left:before {
  content: "\f10f";
}
.icon-chevron-right-thick:before {
  content: "\f110";
}
.icon-chevron-right:before {
  content: "\f111";
}
.icon-chevron-up-thick:before {
  content: "\f112";
}
.icon-chevron-up:before {
  content: "\f113";
}
.icon-circle-chevron-down:before {
  content: "\f114";
}
.icon-circle-chevron-left:before {
  content: "\f115";
}
.icon-circle-chevron-right:before {
  content: "\f116";
}
.icon-circle-chevron-up:before {
  content: "\f117";
}
.icon-collapse:before {
  content: "\f118";
}
.icon-diagonal-1:before {
  content: "\f119";
}
.icon-diagonal-2:before {
  content: "\f11a";
}
.icon-expand:before {
  content: "\f11b";
}
.icon-horizontal-orbit:before {
  content: "\f11c";
}
.icon-horizontal-switch:before {
  content: "\f11d";
}
.icon-loop:before {
  content: "\f11e";
}
.icon-refresh-1:before {
  content: "\f11f";
}
.icon-refresh-2:before {
  content: "\f120";
}
.icon-refresh-3:before {
  content: "\f121";
}
.icon-refresh-4:before {
  content: "\f122";
}
.icon-refresh-5:before {
  content: "\f123";
}
.icon-refresh-6:before {
  content: "\f124";
}
.icon-refresh-7:before {
  content: "\f125";
}
.icon-refresh-8:before {
  content: "\f126";
}
.icon-refresh-9:before {
  content: "\f127";
}
.icon-refresh-heart-fill:before {
  content: "\f128";
}
.icon-refresh-heart:before {
  content: "\f129";
}
.icon-refresh-location-fill:before {
  content: "\f12a";
}
.icon-refresh-location:before {
  content: "\f12b";
}
.icon-refresh-music:before {
  content: "\f12c";
}
.icon-refresh-star-fill:before {
  content: "\f12d";
}
.icon-refresh-star:before {
  content: "\f12e";
}
.icon-refresh-wifi:before {
  content: "\f12f";
}
.icon-reply-all-fill:before {
  content: "\f130";
}
.icon-reply-all:before {
  content: "\f131";
}
.icon-reply-fill:before {
  content: "\f132";
}
.icon-reply:before {
  content: "\f133";
}
.icon-right-left:before {
  content: "\f134";
}
.icon-turn-back-down:before {
  content: "\f135";
}
.icon-turn-back-left:before {
  content: "\f136";
}
.icon-turn-back-right:before {
  content: "\f137";
}
.icon-turn-back-up:before {
  content: "\f138";
}
.icon-up-down:before {
  content: "\f139";
}
.icon-vertical-orbit:before {
  content: "\f13a";
}
.icon-vertical-switch:before {
  content: "\f13b";
}
/* Clothing */
@font-face {
  font-family: "picto-foundry-clothing";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-clothing.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-clothing.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-clothing.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-clothing.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-clothing.svg#picto-foundry-clothing") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-clothing";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ball-cap:before,
.icon-belt:before,
.icon-boot:before,
.icon-bow-tie:before,
.icon-boxers:before,
.icon-bra:before,
.icon-button-up-shirt:before,
.icon-button:before,
.icon-cardigan:before,
.icon-clothes-pin:before,
.icon-cloths-hanger:before,
.icon-dress-1:before,
.icon-dress-2:before,
.icon-glasses-1:before,
.icon-glasses-2:before,
.icon-glasses-3:before,
.icon-hand-bag:before,
.icon-hat-1:before,
.icon-hat-2:before,
.icon-heels:before,
.icon-hoodie:before,
.icon-jacket:before,
.icon-long-sleeved-shirt:before,
.icon-mittens:before,
.icon-panties:before,
.icon-pants:before,
.icon-pocket-watch:before,
.icon-purse:before,
.icon-sandals:before,
.icon-shoe:before,
.icon-shorts:before,
.icon-shutter-shades:before,
.icon-skirt:before,
.icon-socks-1:before,
.icon-socks-2:before,
.icon-sports-coat:before,
.icon-sun-glasses-1:before,
.icon-sun-glasses-2:before,
.icon-swim-trunks:before,
.icon-tanktop-1:before,
.icon-tanktop-2:before,
.icon-thong:before,
.icon-tie:before,
.icon-top-hat:before,
.icon-tshirt-1:before,
.icon-tshirt-2:before,
.icon-tshirt-fill:before,
.icon-vneck-tshirt:before,
.icon-winter-hat:before,
.icon-womens-tshirt:before,
.icon-wrist-watch:before,
.icon-zip-hoodie:before {
  font-family: "picto-foundry-clothing";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-ball-cap:before {
  content: "\f100";
}
.icon-belt:before {
  content: "\f101";
}
.icon-boot:before {
  content: "\f102";
}
.icon-bow-tie:before {
  content: "\f103";
}
.icon-boxers:before {
  content: "\f104";
}
.icon-bra:before {
  content: "\f105";
}
.icon-button-up-shirt:before {
  content: "\f106";
}
.icon-button:before {
  content: "\f107";
}
.icon-cardigan:before {
  content: "\f108";
}
.icon-clothes-pin:before {
  content: "\f109";
}
.icon-cloths-hanger:before {
  content: "\f10a";
}
.icon-dress-1:before {
  content: "\f10b";
}
.icon-dress-2:before {
  content: "\f10c";
}
.icon-glasses-1:before {
  content: "\f10d";
}
.icon-glasses-2:before {
  content: "\f10e";
}
.icon-glasses-3:before {
  content: "\f10f";
}
.icon-hand-bag:before {
  content: "\f110";
}
.icon-hat-1:before {
  content: "\f111";
}
.icon-hat-2:before {
  content: "\f112";
}
.icon-heels:before {
  content: "\f113";
}
.icon-hoodie:before {
  content: "\f114";
}
.icon-jacket:before {
  content: "\f115";
}
.icon-long-sleeved-shirt:before {
  content: "\f116";
}
.icon-mittens:before {
  content: "\f117";
}
.icon-panties:before {
  content: "\f118";
}
.icon-pants:before {
  content: "\f119";
}
.icon-pocket-watch:before {
  content: "\f11a";
}
.icon-purse:before {
  content: "\f11b";
}
.icon-sandals:before {
  content: "\f11c";
}
.icon-shoe:before {
  content: "\f11d";
}
.icon-shorts:before {
  content: "\f11e";
}
.icon-shutter-shades:before {
  content: "\f11f";
}
.icon-skirt:before {
  content: "\f120";
}
.icon-socks-1:before {
  content: "\f121";
}
.icon-socks-2:before {
  content: "\f122";
}
.icon-sports-coat:before {
  content: "\f123";
}
.icon-sun-glasses-1:before {
  content: "\f124";
}
.icon-sun-glasses-2:before {
  content: "\f125";
}
.icon-swim-trunks:before {
  content: "\f126";
}
.icon-tanktop-1:before {
  content: "\f127";
}
.icon-tanktop-2:before {
  content: "\f128";
}
.icon-thong:before {
  content: "\f129";
}
.icon-tie:before {
  content: "\f12a";
}
.icon-top-hat:before {
  content: "\f12b";
}
.icon-tshirt-1:before {
  content: "\f12c";
}
.icon-tshirt-2:before {
  content: "\f12d";
}
.icon-tshirt-fill:before {
  content: "\f12e";
}
.icon-vneck-tshirt:before {
  content: "\f12f";
}
.icon-winter-hat:before {
  content: "\f130";
}
.icon-womens-tshirt:before {
  content: "\f131";
}
.icon-wrist-watch:before {
  content: "\f132";
}
.icon-zip-hoodie:before {
  content: "\f133";
}
/* Emotions */
@font-face {
  font-family: "picto-foundry-emotions";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-emotions.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-emotions.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-emotions.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-emotions.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-emotions.svg#picto-foundry-emotions") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-emotions";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angel:before,
.icon-angry-sick:before,
.icon-angry:before,
.icon-bitter:before,
.icon-concerned:before,
.icon-cool:before,
.icon-crushing:before,
.icon-cyclopse:before,
.icon-dead:before,
.icon-depressed:before,
.icon-devil:before,
.icon-disappointed-1:before,
.icon-disappointed-2:before,
.icon-excited-smirk:before,
.icon-excited:before,
.icon-expletive:before,
.icon-feeling-loved:before,
.icon-geeky:before,
.icon-greedy:before,
.icon-grumpy:before,
.icon-happy-content:before,
.icon-happy-wink:before,
.icon-happy:before,
.icon-hard-laugh:before,
.icon-in-love:before,
.icon-joyful:before,
.icon-laughing:before,
.icon-looking-shocked:before,
.icon-looking-smirk:before,
.icon-looking-talking:before,
.icon-loving:before,
.icon-no-snitching:before,
.icon-not-excited:before,
.icon-question:before,
.icon-quiet-laugh:before,
.icon-quiet:before,
.icon-sad:before,
.icon-sick:before,
.icon-silly:before,
.icon-sneaky-wink:before,
.icon-sneaky:before,
.icon-speechless:before,
.icon-surprised:before,
.icon-thumbs-down-fill:before,
.icon-thumbs-down:before,
.icon-thumbs-up-fill:before,
.icon-thumbs-up:before,
.icon-tired:before,
.icon-whistle-blower:before,
.icon-yawning:before,
.icon-yelling-disbelief:before,
.icon-yelling:before {
  font-family: "picto-foundry-emotions";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-angel:before {
  content: "\f100";
}
.icon-angry-sick:before {
  content: "\f101";
}
.icon-angry:before {
  content: "\f102";
}
.icon-bitter:before {
  content: "\f103";
}
.icon-concerned:before {
  content: "\f104";
}
.icon-cool:before {
  content: "\f105";
}
.icon-crushing:before {
  content: "\f106";
}
.icon-cyclopse:before {
  content: "\f107";
}
.icon-dead:before {
  content: "\f108";
}
.icon-depressed:before {
  content: "\f109";
}
.icon-devil:before {
  content: "\f10a";
}
.icon-disappointed-1:before {
  content: "\f10b";
}
.icon-disappointed-2:before {
  content: "\f10c";
}
.icon-excited-smirk:before {
  content: "\f10d";
}
.icon-excited:before {
  content: "\f10e";
}
.icon-expletive:before {
  content: "\f10f";
}
.icon-feeling-loved:before {
  content: "\f110";
}
.icon-geeky:before {
  content: "\f111";
}
.icon-greedy:before {
  content: "\f112";
}
.icon-grumpy:before {
  content: "\f113";
}
.icon-happy-content:before {
  content: "\f114";
}
.icon-happy-wink:before {
  content: "\f115";
}
.icon-happy:before {
  content: "\f116";
}
.icon-hard-laugh:before {
  content: "\f117";
}
.icon-in-love:before {
  content: "\f118";
}
.icon-joyful:before {
  content: "\f119";
}
.icon-laughing:before {
  content: "\f11a";
}
.icon-looking-shocked:before {
  content: "\f11b";
}
.icon-looking-smirk:before {
  content: "\f11c";
}
.icon-looking-talking:before {
  content: "\f11d";
}
.icon-loving:before {
  content: "\f11e";
}
.icon-no-snitching:before {
  content: "\f11f";
}
.icon-not-excited:before {
  content: "\f120";
}
.icon-question:before {
  content: "\f121";
}
.icon-quiet-laugh:before {
  content: "\f122";
}
.icon-quiet:before {
  content: "\f123";
}
.icon-sad:before {
  content: "\f124";
}
.icon-sick:before {
  content: "\f125";
}
.icon-silly:before {
  content: "\f126";
}
.icon-sneaky-wink:before {
  content: "\f127";
}
.icon-sneaky:before {
  content: "\f128";
}
.icon-speechless:before {
  content: "\f129";
}
.icon-surprised:before {
  content: "\f12a";
}
.icon-thumbs-down-fill:before {
  content: "\f12b";
}
.icon-thumbs-down:before {
  content: "\f12c";
}
.icon-thumbs-up-fill:before {
  content: "\f12d";
}
.icon-thumbs-up:before {
  content: "\f12e";
}
.icon-tired:before {
  content: "\f12f";
}
.icon-whistle-blower:before {
  content: "\f130";
}
.icon-yawning:before {
  content: "\f131";
}
.icon-yelling-disbelief:before {
  content: "\f132";
}
.icon-yelling:before {
  content: "\f133";
}
/* Food */
@font-face {
  font-family: "picto-foundry-food";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-food.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-food.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-food.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-food.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-food.svg#picto-foundry-food") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-food";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-apple:before,
.icon-bacon:before,
.icon-beer:before,
.icon-bread:before,
.icon-cake:before,
.icon-candy-sucker:before,
.icon-candy:before,
.icon-cheese:before,
.icon-chef-hat:before,
.icon-cherries:before,
.icon-chicken-leg:before,
.icon-chop-sticks:before,
.icon-coffee-mug-fill:before,
.icon-coffee-mug-heart:before,
.icon-coffee-mug:before,
.icon-cooked-eggs:before,
.icon-cookie:before,
.icon-cooking-pan:before,
.icon-covered-platter:before,
.icon-cracked-egg:before,
.icon-cup-of-tea:before,
.icon-cupcake:before,
.icon-drink:before,
.icon-fork-knife:before,
.icon-fountain-drink:before,
.icon-grapes:before,
.icon-grill:before,
.icon-hamburger:before,
.icon-hard-liquor:before,
.icon-hotdog:before,
.icon-icecream-cone:before,
.icon-kabobs:before,
.icon-latte:before,
.icon-lollypop:before,
.icon-martini:before,
.icon-orange:before,
.icon-oven:before,
.icon-pie:before,
.icon-pizza:before,
.icon-soda-can:before,
.icon-soup:before,
.icon-steak:before,
.icon-strawberry:before,
.icon-sushi:before,
.icon-tomato:before,
.icon-turkey-dinner:before,
.icon-watermelon:before,
.icon-wheat:before,
.icon-wine-bottle:before,
.icon-wine-glass-1:before,
.icon-wine-glass-2:before {
  font-family: "picto-foundry-food";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-apple:before {
  content: "\f100";
}
.icon-bacon:before {
  content: "\f101";
}
.icon-beer:before {
  content: "\f102";
}
.icon-bread:before {
  content: "\f103";
}
.icon-cake:before {
  content: "\f104";
}
.icon-candy-sucker:before {
  content: "\f105";
}
.icon-candy:before {
  content: "\f106";
}
.icon-cheese:before {
  content: "\f107";
}
.icon-chef-hat:before {
  content: "\f108";
}
.icon-cherries:before {
  content: "\f109";
}
.icon-chicken-leg:before {
  content: "\f10a";
}
.icon-chop-sticks:before {
  content: "\f10b";
}
.icon-coffee-mug-fill:before {
  content: "\f10c";
}
.icon-coffee-mug-heart:before {
  content: "\f10d";
}
.icon-coffee-mug:before {
  content: "\f10e";
}
.icon-cooked-eggs:before {
  content: "\f10f";
}
.icon-cookie:before {
  content: "\f110";
}
.icon-cooking-pan:before {
  content: "\f111";
}
.icon-covered-platter:before {
  content: "\f112";
}
.icon-cracked-egg:before {
  content: "\f113";
}
.icon-cup-of-tea:before {
  content: "\f114";
}
.icon-cupcake:before {
  content: "\f115";
}
.icon-drink:before {
  content: "\f116";
}
.icon-fork-knife:before {
  content: "\f117";
}
.icon-fountain-drink:before {
  content: "\f118";
}
.icon-grapes:before {
  content: "\f119";
}
.icon-grill:before {
  content: "\f11a";
}
.icon-hamburger:before {
  content: "\f11b";
}
.icon-hard-liquor:before {
  content: "\f11c";
}
.icon-hotdog:before {
  content: "\f11d";
}
.icon-icecream-cone:before {
  content: "\f11e";
}
.icon-kabobs:before {
  content: "\f11f";
}
.icon-latte:before {
  content: "\f120";
}
.icon-lollypop:before {
  content: "\f121";
}
.icon-martini:before {
  content: "\f122";
}
.icon-orange:before {
  content: "\f123";
}
.icon-oven:before {
  content: "\f124";
}
.icon-pie:before {
  content: "\f125";
}
.icon-pizza:before {
  content: "\f126";
}
.icon-soda-can:before {
  content: "\f127";
}
.icon-soup:before {
  content: "\f128";
}
.icon-steak:before {
  content: "\f129";
}
.icon-strawberry:before {
  content: "\f12a";
}
.icon-sushi:before {
  content: "\f12b";
}
.icon-tomato:before {
  content: "\f12c";
}
.icon-turkey-dinner:before {
  content: "\f12d";
}
.icon-watermelon:before {
  content: "\f12e";
}
.icon-wheat:before {
  content: "\f12f";
}
.icon-wine-bottle:before {
  content: "\f130";
}
.icon-wine-glass-1:before {
  content: "\f131";
}
.icon-wine-glass-2:before {
  content: "\f132";
}
/* General */
@font-face {
  font-family: "picto-foundry-general";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-general.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-general.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-general.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-general.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-general.svg#picto-foundry-general") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-general";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-symbol:before,
.icon-address-book:before,
.icon-alert:before,
.icon-app-icon:before,
.icon-battery-full:before,
.icon-battery-low:before,
.icon-bell-fill:before,
.icon-bell:before,
.icon-bin:before,
.icon-bluetooth-thick:before,
.icon-bluetooth:before,
.icon-bookmark:before,
.icon-briefcase-1:before,
.icon-briefcase-2:before,
.icon-browser-check:before,
.icon-browser-heart:before,
.icon-browser-location:before,
.icon-browser-star:before,
.icon-browser:before,
.icon-building:before,
.icon-bulleted-list:before,
.icon-calendar-1:before,
.icon-calendar-2:before,
.icon-cancel:before,
.icon-categories:before,
.icon-checkmark-thick:before,
.icon-checkmark:before,
.icon-cigarette:before,
.icon-circle-delete:before,
.icon-cloud-download:before,
.icon-cloud-upload:before,
.icon-collage:before,
.icon-comment-1:before,
.icon-comment-2:before,
.icon-comment-add:before,
.icon-comment-fill-1:before,
.icon-comment-fill-2:before,
.icon-comment-heart-2:before,
.icon-comment-heart-fill:before,
.icon-comment-heart:before,
.icon-comment-star-fill:before,
.icon-comment-star:before,
.icon-comment-typing:before,
.icon-compose:before,
.icon-computer-mouse:before,
.icon-connection:before,
.icon-contrast:before,
.icon-copyright:before,
.icon-crop-tool:before,
.icon-cross-fill:before,
.icon-cross:before,
.icon-crossing:before,
.icon-crown:before,
.icon-delete-bin:before,
.icon-delete-symbol:before,
.icon-dial-pad:before,
.icon-document-add:before,
.icon-document-bar:before,
.icon-document-blank-fill:before,
.icon-document-blank:before,
.icon-document-check:before,
.icon-document-delete:before,
.icon-document-heart:before,
.icon-document-line:before,
.icon-document-open:before,
.icon-document-sub:before,
.icon-documents-bar:before,
.icon-documents-check:before,
.icon-documents-fill:before,
.icon-documents-heart:before,
.icon-documents-line:before,
.icon-documents:before,
.icon-download-1:before,
.icon-download-2:before,
.icon-download-all:before,
.icon-easel:before,
.icon-envelope-1:before,
.icon-envelope-2:before,
.icon-envelope-3:before,
.icon-envelope-fill-1:before,
.icon-factory:before,
.icon-file-box:before,
.icon-filing-cabinet:before,
.icon-flag-1:before,
.icon-flag-2:before,
.icon-floppy-disk:before,
.icon-folder-add:before,
.icon-folder-check:before,
.icon-folder-delete:before,
.icon-folder-fill:before,
.icon-folder-open:before,
.icon-folder-sub:before,
.icon-folder:before,
.icon-ghost:before,
.icon-graduation:before,
.icon-group:before,
.icon-hammer:before,
.icon-high-definition:before,
.icon-hour-glass:before,
.icon-identification:before,
.icon-inbox-1:before,
.icon-inbox-2:before,
.icon-inbox-3:before,
.icon-inbox-fill-1:before,
.icon-inbox-fill-2:before,
.icon-information:before,
.icon-link:before,
.icon-location-pin:before,
.icon-lock-fill:before,
.icon-lock:before,
.icon-manager:before,
.icon-minus-symbol:before,
.icon-mirror:before,
.icon-new-window:before,
.icon-newspaper:before,
.icon-note-pad:before,
.icon-outbox-fill:before,
.icon-outbox:before,
.icon-paint-brushes:before,
.icon-paint-palette:before,
.icon-paper-document-image:before,
.icon-paper-document:before,
.icon-paper-documents-image:before,
.icon-paper-documents:before,
.icon-paper-stack:before,
.icon-paperclip:before,
.icon-path-tool:before,
.icon-phone-fill:before,
.icon-phone:before,
.icon-plane-fill:before,
.icon-plane:before,
.icon-power-on:before,
.icon-presentation:before,
.icon-printer:before,
.icon-projector-screen-bar:before,
.icon-projector-screen-line:before,
.icon-projector-screen:before,
.icon-quotes:before,
.icon-rook:before,
.icon-ruler:before,
.icon-save:before,
.icon-scissors:before,
.icon-scope:before,
.icon-search-add:before,
.icon-search-sub:before,
.icon-search:before,
.icon-server:before,
.icon-settings-wheel-fill:before,
.icon-settings-wheel:before,
.icon-share:before,
.icon-shield:before,
.icon-signal:before,
.icon-sliders:before,
.icon-star-of-david:before,
.icon-task-check:before,
.icon-think-bubbles:before,
.icon-tic-tac-toe:before,
.icon-time-clock:before,
.icon-trash-can:before,
.icon-unlock-fill:before,
.icon-unlock:before,
.icon-upload:before,
.icon-usb:before,
.icon-user-1:before,
.icon-user-2:before,
.icon-venn-diagram:before,
.icon-view-more-fill:before,
.icon-view-more:before,
.icon-wifi-1:before,
.icon-wifi-2:before,
.icon-wrench-fill:before,
.icon-wrench:before {
  font-family: "picto-foundry-general";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-add-symbol:before {
  content: "\f100";
}
.icon-address-book:before {
  content: "\f101";
}
.icon-alert:before {
  content: "\f102";
}
.icon-app-icon:before {
  content: "\f103";
}
.icon-battery-full:before {
  content: "\f104";
}
.icon-battery-low:before {
  content: "\f105";
}
.icon-bell-fill:before {
  content: "\f106";
}
.icon-bell:before {
  content: "\f107";
}
.icon-bin:before {
  content: "\f108";
}
.icon-bluetooth-thick:before {
  content: "\f109";
}
.icon-bluetooth:before {
  content: "\f10a";
}
.icon-bookmark:before {
  content: "\f10b";
}
.icon-briefcase-1:before {
  content: "\f10c";
}
.icon-briefcase-2:before {
  content: "\f10d";
}
.icon-browser-check:before {
  content: "\f10e";
}
.icon-browser-heart:before {
  content: "\f10f";
}
.icon-browser-location:before {
  content: "\f110";
}
.icon-browser-star:before {
  content: "\f111";
}
.icon-browser:before {
  content: "\f112";
}
.icon-building:before {
  content: "\f113";
}
.icon-bulleted-list:before {
  content: "\f114";
}
.icon-calendar-1:before {
  content: "\f115";
}
.icon-calendar-2:before {
  content: "\f116";
}
.icon-cancel:before {
  content: "\f117";
}
.icon-categories:before {
  content: "\f118";
}
.icon-checkmark-thick:before {
  content: "\f119";
}
.icon-checkmark:before {
  content: "\f11a";
}
.icon-cigarette:before {
  content: "\f11b";
}
.icon-circle-delete:before {
  content: "\f11c";
}
.icon-cloud-download:before {
  content: "\f11d";
}
.icon-cloud-upload:before {
  content: "\f11e";
}
.icon-collage:before {
  content: "\f11f";
}
.icon-comment-1:before {
  content: "\f120";
}
.icon-comment-2:before {
  content: "\f121";
}
.icon-comment-add:before {
  content: "\f122";
}
.icon-comment-fill-1:before {
  content: "\f123";
}
.icon-comment-fill-2:before {
  content: "\f124";
}
.icon-comment-heart-2:before {
  content: "\f125";
}
.icon-comment-heart-fill:before {
  content: "\f126";
}
.icon-comment-heart:before {
  content: "\f127";
}
.icon-comment-star-fill:before {
  content: "\f128";
}
.icon-comment-star:before {
  content: "\f129";
}
.icon-comment-typing:before {
  content: "\f12a";
}
.icon-compose:before {
  content: "\f12b";
}
.icon-computer-mouse:before {
  content: "\f12c";
}
.icon-connection:before {
  content: "\f12d";
}
.icon-contrast:before {
  content: "\f12e";
}
.icon-copyright:before {
  content: "\f12f";
}
.icon-crop-tool:before {
  content: "\f130";
}
.icon-cross-fill:before {
  content: "\f131";
}
.icon-cross:before {
  content: "\f132";
}
.icon-crossing:before {
  content: "\f133";
}
.icon-crown:before {
  content: "\f134";
}
.icon-delete-bin:before {
  content: "\f135";
}
.icon-delete-symbol:before {
  content: "\f136";
}
.icon-dial-pad:before {
  content: "\f137";
}
.icon-document-add:before {
  content: "\f138";
}
.icon-document-bar:before {
  content: "\f139";
}
.icon-document-blank-fill:before {
  content: "\f13a";
}
.icon-document-blank:before {
  content: "\f13b";
}
.icon-document-check:before {
  content: "\f13c";
}
.icon-document-delete:before {
  content: "\f13d";
}
.icon-document-heart:before {
  content: "\f13e";
}
.icon-document-line:before {
  content: "\f13f";
}
.icon-document-open:before {
  content: "\f140";
}
.icon-document-sub:before {
  content: "\f141";
}
.icon-documents-bar:before {
  content: "\f142";
}
.icon-documents-check:before {
  content: "\f143";
}
.icon-documents-fill:before {
  content: "\f144";
}
.icon-documents-heart:before {
  content: "\f145";
}
.icon-documents-line:before {
  content: "\f146";
}
.icon-documents:before {
  content: "\f147";
}
.icon-download-1:before {
  content: "\f148";
}
.icon-download-2:before {
  content: "\f149";
}
.icon-download-all:before {
  content: "\f14a";
}
.icon-easel:before {
  content: "\f14b";
}
.icon-envelope-1:before {
  content: "\f14c";
}
.icon-envelope-2:before {
  content: "\f14d";
}
.icon-envelope-3:before {
  content: "\f14e";
}
.icon-envelope-fill-1:before {
  content: "\f14f";
}
.icon-factory:before {
  content: "\f150";
}
.icon-file-box:before {
  content: "\f151";
}
.icon-filing-cabinet:before {
  content: "\f152";
}
.icon-flag-1:before {
  content: "\f153";
}
.icon-flag-2:before {
  content: "\f154";
}
.icon-floppy-disk:before {
  content: "\f155";
}
.icon-folder-add:before {
  content: "\f156";
}
.icon-folder-check:before {
  content: "\f157";
}
.icon-folder-delete:before {
  content: "\f158";
}
.icon-folder-fill:before {
  content: "\f159";
}
.icon-folder-open:before {
  content: "\f15a";
}
.icon-folder-sub:before {
  content: "\f15b";
}
.icon-folder:before {
  content: "\f15c";
}
.icon-ghost:before {
  content: "\f15d";
}
.icon-graduation:before {
  content: "\f15e";
}
.icon-group:before {
  content: "\f15f";
}
.icon-hammer:before {
  content: "\f160";
}
.icon-high-definition:before {
  content: "\f161";
}
.icon-hour-glass:before {
  content: "\f162";
}
.icon-identification:before {
  content: "\f163";
}
.icon-inbox-1:before {
  content: "\f164";
}
.icon-inbox-2:before {
  content: "\f165";
}
.icon-inbox-3:before {
  content: "\f166";
}
.icon-inbox-fill-1:before {
  content: "\f167";
}
.icon-inbox-fill-2:before {
  content: "\f168";
}
.icon-information:before {
  content: "\f169";
}
.icon-link:before {
  content: "\f16a";
}
.icon-location-pin:before {
  content: "\f16b";
}
.icon-lock-fill:before {
  content: "\f16c";
}
.icon-lock:before {
  content: "\f16d";
}
.icon-manager:before {
  content: "\f16e";
}
.icon-minus-symbol:before {
  content: "\f16f";
}
.icon-mirror:before {
  content: "\f170";
}
.icon-new-window:before {
  content: "\f171";
}
.icon-newspaper:before {
  content: "\f172";
}
.icon-note-pad:before {
  content: "\f173";
}
.icon-outbox-fill:before {
  content: "\f174";
}
.icon-outbox:before {
  content: "\f175";
}
.icon-paint-brushes:before {
  content: "\f176";
}
.icon-paint-palette:before {
  content: "\f177";
}
.icon-paper-document-image:before {
  content: "\f178";
}
.icon-paper-document:before {
  content: "\f179";
}
.icon-paper-documents-image:before {
  content: "\f17a";
}
.icon-paper-documents:before {
  content: "\f17b";
}
.icon-paper-stack:before {
  content: "\f17c";
}
.icon-paperclip:before {
  content: "\f17d";
}
.icon-path-tool:before {
  content: "\f17e";
}
.icon-phone-fill:before {
  content: "\f17f";
}
.icon-phone:before {
  content: "\f180";
}
.icon-plane-fill:before {
  content: "\f181";
}
.icon-plane:before {
  content: "\f182";
}
.icon-power-on:before {
  content: "\f183";
}
.icon-presentation:before {
  content: "\f184";
}
.icon-printer:before {
  content: "\f185";
}
.icon-projector-screen-bar:before {
  content: "\f186";
}
.icon-projector-screen-line:before {
  content: "\f187";
}
.icon-projector-screen:before {
  content: "\f188";
}
.icon-quotes:before {
  content: "\f189";
}
.icon-rook:before {
  content: "\f18a";
}
.icon-ruler:before {
  content: "\f18b";
}
.icon-save:before {
  content: "\f18c";
}
.icon-scissors:before {
  content: "\f18d";
}
.icon-scope:before {
  content: "\f18e";
}
.icon-search-add:before {
  content: "\f18f";
}
.icon-search-sub:before {
  content: "\f190";
}
.icon-search:before {
  content: "\f191";
}
.icon-server:before {
  content: "\f192";
}
.icon-settings-wheel-fill:before {
  content: "\f193";
}
.icon-settings-wheel:before {
  content: "\f194";
}
.icon-share:before {
  content: "\f195";
}
.icon-shield:before {
  content: "\f196";
}
.icon-signal:before {
  content: "\f197";
}
.icon-sliders:before {
  content: "\f198";
}
.icon-star-of-david:before {
  content: "\f199";
}
.icon-task-check:before {
  content: "\f19a";
}
.icon-think-bubbles:before {
  content: "\f19b";
}
.icon-tic-tac-toe:before {
  content: "\f19c";
}
.icon-time-clock:before {
  content: "\f19d";
}
.icon-trash-can:before {
  content: "\f19e";
}
.icon-unlock-fill:before {
  content: "\f19f";
}
.icon-unlock:before {
  content: "\f1a0";
}
.icon-upload:before {
  content: "\f1a1";
}
.icon-usb:before {
  content: "\f1a2";
}
.icon-user-1:before {
  content: "\f1a3";
}
.icon-user-2:before {
  content: "\f1a4";
}
.icon-venn-diagram:before {
  content: "\f1a5";
}
.icon-view-more-fill:before {
  content: "\f1a6";
}
.icon-view-more:before {
  content: "\f1a7";
}
.icon-wifi-1:before {
  content: "\f1a8";
}
.icon-wifi-2:before {
  content: "\f1a9";
}
.icon-wrench-fill:before {
  content: "\f1aa";
}
.icon-wrench:before {
  content: "\f1ab";
}
/* Household */
@font-face {
  font-family: "picto-foundry-household";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-household.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-household.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-household.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-household.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-household.svg#picto-foundry-household") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-household";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alarm-clock:before,
.icon-baby-monitor:before,
.icon-bar-stool:before,
.icon-bed:before,
.icon-book-shelf:before,
.icon-broom:before,
.icon-cabinet:before,
.icon-chair-1:before,
.icon-chair-2:before,
.icon-crib:before,
.icon-dish-washer:before,
.icon-door-key:before,
.icon-door:before,
.icon-fence:before,
.icon-garbage-can:before,
.icon-garden-rake:before,
.icon-garden-spade:before,
.icon-gate:before,
.icon-globe:before,
.icon-home-1:before,
.icon-home-2:before,
.icon-home-fill-1:before,
.icon-hung-picture:before,
.icon-lamp-1:before,
.icon-lamp-2:before,
.icon-lamp-3:before,
.icon-light-bulb:before,
.icon-light-fixture:before,
.icon-light-switch:before,
.icon-microwave:before,
.icon-pain-can:before,
.icon-paint-brush:before,
.icon-paint-roller:before,
.icon-plug-fill:before,
.icon-plug:before,
.icon-plunger:before,
.icon-recycle:before,
.icon-refrigerator-1:before,
.icon-refrigerator-2:before,
.icon-shovel:before,
.icon-soap-bottle:before,
.icon-sofa-chair:before,
.icon-stove-top:before,
.icon-stove-vent:before,
.icon-swing:before,
.icon-table-1:before,
.icon-table-2:before,
.icon-thermostat:before,
.icon-toilet:before,
.icon-washer-dryer:before,
.icon-window-1:before,
.icon-window-2:before,
.icon-window-3:before {
  font-family: "picto-foundry-household";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-alarm-clock:before {
  content: "\f100";
}
.icon-baby-monitor:before {
  content: "\f101";
}
.icon-bar-stool:before {
  content: "\f102";
}
.icon-bed:before {
  content: "\f103";
}
.icon-book-shelf:before {
  content: "\f104";
}
.icon-broom:before {
  content: "\f105";
}
.icon-cabinet:before {
  content: "\f106";
}
.icon-chair-1:before {
  content: "\f107";
}
.icon-chair-2:before {
  content: "\f108";
}
.icon-crib:before {
  content: "\f109";
}
.icon-dish-washer:before {
  content: "\f10a";
}
.icon-door-key:before {
  content: "\f10b";
}
.icon-door:before {
  content: "\f10c";
}
.icon-fence:before {
  content: "\f10d";
}
.icon-garbage-can:before {
  content: "\f10e";
}
.icon-garden-rake:before {
  content: "\f10f";
}
.icon-garden-spade:before {
  content: "\f110";
}
.icon-gate:before {
  content: "\f111";
}
.icon-globe:before {
  content: "\f112";
}
.icon-home-1:before {
  content: "\f113";
}
.icon-home-2:before {
  content: "\f114";
}
.icon-home-fill-1:before {
  content: "\f115";
}
.icon-hung-picture:before {
  content: "\f116";
}
.icon-lamp-1:before {
  content: "\f117";
}
.icon-lamp-2:before {
  content: "\f118";
}
.icon-lamp-3:before {
  content: "\f119";
}
.icon-light-bulb:before {
  content: "\f11a";
}
.icon-light-fixture:before {
  content: "\f11b";
}
.icon-light-switch:before {
  content: "\f11c";
}
.icon-microwave:before {
  content: "\f11d";
}
.icon-pain-can:before {
  content: "\f11e";
}
.icon-paint-brush:before {
  content: "\f11f";
}
.icon-paint-roller:before {
  content: "\f120";
}
.icon-plug-fill:before {
  content: "\f121";
}
.icon-plug:before {
  content: "\f122";
}
.icon-plunger:before {
  content: "\f123";
}
.icon-recycle:before {
  content: "\f124";
}
.icon-refrigerator-1:before {
  content: "\f125";
}
.icon-refrigerator-2:before {
  content: "\f126";
}
.icon-shovel:before {
  content: "\f127";
}
.icon-soap-bottle:before {
  content: "\f128";
}
.icon-sofa-chair:before {
  content: "\f129";
}
.icon-stove-top:before {
  content: "\f12a";
}
.icon-stove-vent:before {
  content: "\f12b";
}
.icon-swing:before {
  content: "\f12c";
}
.icon-table-1:before {
  content: "\f12d";
}
.icon-table-2:before {
  content: "\f12e";
}
.icon-thermostat:before {
  content: "\f12f";
}
.icon-toilet:before {
  content: "\f130";
}
.icon-washer-dryer:before {
  content: "\f131";
}
.icon-window-1:before {
  content: "\f132";
}
.icon-window-2:before {
  content: "\f133";
}
.icon-window-3:before {
  content: "\f134";
}
/* Medical Science */
@font-face {
  font-family: "picto-foundry-medical-science";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-medical-science.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-medical-science.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-medical-science.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-medical-science.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-medical-science.svg#picto-foundry-medical-science") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-medical-science";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alien:before,
.icon-ambulance:before,
.icon-atom-1:before,
.icon-atom-2:before,
.icon-bandage:before,
.icon-big-bang:before,
.icon-biological:before,
.icon-blood-sample:before,
.icon-cell:before,
.icon-clipboard:before,
.icon-crutches:before,
.icon-dna:before,
.icon-eye-dropper:before,
.icon-female:before,
.icon-first-aid:before,
.icon-galaxy:before,
.icon-handicap:before,
.icon-heart-beat:before,
.icon-heart-fill:before,
.icon-heart-monitor:before,
.icon-heart:before,
.icon-hospital-bed:before,
.icon-hospital:before,
.icon-lab-beaker:before,
.icon-magnet:before,
.icon-male:before,
.icon-medical-alert-fill:before,
.icon-medical-alert:before,
.icon-medical-symbol-fill:before,
.icon-medical-symbol:before,
.icon-medicine:before,
.icon-microscope:before,
.icon-molecule-1:before,
.icon-molecule-2:before,
.icon-no-smoking:before,
.icon-nuclear:before,
.icon-perscription:before,
.icon-pill:before,
.icon-planet:before,
.icon-reflex-hammer:before,
.icon-rocket:before,
.icon-satellite-1:before,
.icon-satellite-2:before,
.icon-satellite-3:before,
.icon-shooting-star-fill:before,
.icon-shooting-star:before,
.icon-skull-bones:before,
.icon-space-helmet:before,
.icon-space-shuttle:before,
.icon-star-fill:before,
.icon-star:before,
.icon-stethoscope:before,
.icon-syringe:before,
.icon-ufo:before {
  font-family: "picto-foundry-medical-science";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-alien:before {
  content: "\f100";
}
.icon-ambulance:before {
  content: "\f101";
}
.icon-atom-1:before {
  content: "\f102";
}
.icon-atom-2:before {
  content: "\f103";
}
.icon-bandage:before {
  content: "\f104";
}
.icon-big-bang:before {
  content: "\f105";
}
.icon-biological:before {
  content: "\f106";
}
.icon-blood-sample:before {
  content: "\f107";
}
.icon-cell:before {
  content: "\f108";
}
.icon-clipboard:before {
  content: "\f109";
}
.icon-crutches:before {
  content: "\f10a";
}
.icon-dna:before {
  content: "\f10b";
}
.icon-eye-dropper:before {
  content: "\f10c";
}
.icon-female:before {
  content: "\f10d";
}
.icon-first-aid:before {
  content: "\f10e";
}
.icon-galaxy:before {
  content: "\f10f";
}
.icon-handicap:before {
  content: "\f110";
}
.icon-heart-beat:before {
  content: "\f111";
}
.icon-heart-fill:before {
  content: "\f112";
}
.icon-heart-monitor:before {
  content: "\f113";
}
.icon-heart:before {
  content: "\f114";
}
.icon-hospital-bed:before {
  content: "\f115";
}
.icon-hospital:before {
  content: "\f116";
}
.icon-lab-beaker:before {
  content: "\f117";
}
.icon-magnet:before {
  content: "\f118";
}
.icon-male:before {
  content: "\f119";
}
.icon-medical-alert-fill:before {
  content: "\f11a";
}
.icon-medical-alert:before {
  content: "\f11b";
}
.icon-medical-symbol-fill:before {
  content: "\f11c";
}
.icon-medical-symbol:before {
  content: "\f11d";
}
.icon-medicine:before {
  content: "\f11e";
}
.icon-microscope:before {
  content: "\f11f";
}
.icon-molecule-1:before {
  content: "\f120";
}
.icon-molecule-2:before {
  content: "\f121";
}
.icon-no-smoking:before {
  content: "\f122";
}
.icon-nuclear:before {
  content: "\f123";
}
.icon-perscription:before {
  content: "\f124";
}
.icon-pill:before {
  content: "\f125";
}
.icon-planet:before {
  content: "\f126";
}
.icon-reflex-hammer:before {
  content: "\f127";
}
.icon-rocket:before {
  content: "\f128";
}
.icon-satellite-1:before {
  content: "\f129";
}
.icon-satellite-2:before {
  content: "\f12a";
}
.icon-satellite-3:before {
  content: "\f12b";
}
.icon-shooting-star-fill:before {
  content: "\f12c";
}
.icon-shooting-star:before {
  content: "\f12d";
}
.icon-skull-bones:before {
  content: "\f12e";
}
.icon-space-helmet:before {
  content: "\f12f";
}
.icon-space-shuttle:before {
  content: "\f130";
}
.icon-star-fill:before {
  content: "\f131";
}
.icon-star:before {
  content: "\f132";
}
.icon-stethoscope:before {
  content: "\f133";
}
.icon-syringe:before {
  content: "\f134";
}
.icon-ufo:before {
  content: "\f135";
}
/* Multimedia */
@font-face {
  font-family: "picto-foundry-multimedia";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-multimedia.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-multimedia.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-multimedia.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-multimedia.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-multimedia.svg#picto-foundry-multimedia") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-multimedia";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-albums:before,
.icon-bass-cleff:before,
.icon-beat-machine:before,
.icon-clapper-board:before,
.icon-compact-disc:before,
.icon-desktop-heart:before,
.icon-desktop-location:before,
.icon-desktop-play:before,
.icon-desktop-star:before,
.icon-desktop:before,
.icon-download-photo:before,
.icon-drum:before,
.icon-eye-cry:before,
.icon-fast-forward-fill:before,
.icon-fast-forward:before,
.icon-film-roll:before,
.icon-film-strip:before,
.icon-flip-camera-fill:before,
.icon-flip-camera:before,
.icon-game-controller:before,
.icon-guitar:before,
.icon-headphones:before,
.icon-headset:before,
.icon-industry:before,
.icon-laptop:before,
.icon-media:before,
.icon-microphone:before,
.icon-midi-fill:before,
.icon-midi:before,
.icon-mixer:before,
.icon-movie-camera-fill:before,
.icon-movie-camera:before,
.icon-music-cloud:before,
.icon-music-heart:before,
.icon-music-list:before,
.icon-music-note-1:before,
.icon-music-note-2:before,
.icon-music-note-fill-1:before,
.icon-music-note-fill-2:before,
.icon-music-player:before,
.icon-music-star:before,
.icon-pause-fill:before,
.icon-pause:before,
.icon-photo-camera-fill:before,
.icon-photo-camera:before,
.icon-piano-keys:before,
.icon-picture:before,
.icon-play-fill:before,
.icon-play:before,
.icon-radio:before,
.icon-record-player:before,
.icon-rewind-fill:before,
.icon-rewind:before,
.icon-skip-back-fill:before,
.icon-skip-back:before,
.icon-skip-forward-fill:before,
.icon-skip-forward:before,
.icon-small-camara:before,
.icon-smart-phone:before,
.icon-speaker:before,
.icon-stop-fill:before,
.icon-stop:before,
.icon-tablet:before,
.icon-tape:before,
.icon-ticket:before,
.icon-treble-cleff:before,
.icon-tv-heart:before,
.icon-tv-location:before,
.icon-tv-play:before,
.icon-tv-star:before,
.icon-tv:before,
.icon-upload-photo:before,
.icon-vinyl-record:before,
.icon-visual-eye-fill:before,
.icon-visual-eye:before,
.icon-volume-1:before,
.icon-volume-2:before,
.icon-volume-3:before,
.icon-volume-4:before,
.icon-volume-levels:before,
.icon-volume-off:before {
  font-family: "picto-foundry-multimedia";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-albums:before {
  content: "\f100";
}
.icon-bass-cleff:before {
  content: "\f101";
}
.icon-beat-machine:before {
  content: "\f102";
}
.icon-clapper-board:before {
  content: "\f103";
}
.icon-compact-disc:before {
  content: "\f104";
}
.icon-desktop-heart:before {
  content: "\f105";
}
.icon-desktop-location:before {
  content: "\f106";
}
.icon-desktop-play:before {
  content: "\f107";
}
.icon-desktop-star:before {
  content: "\f108";
}
.icon-desktop:before {
  content: "\f109";
}
.icon-download-photo:before {
  content: "\f10a";
}
.icon-drum:before {
  content: "\f10b";
}
.icon-eye-cry:before {
  content: "\f10c";
}
.icon-fast-forward-fill:before {
  content: "\f10d";
}
.icon-fast-forward:before {
  content: "\f10e";
}
.icon-film-roll:before {
  content: "\f10f";
}
.icon-film-strip:before {
  content: "\f110";
}
.icon-flip-camera-fill:before {
  content: "\f111";
}
.icon-flip-camera:before {
  content: "\f112";
}
.icon-game-controller:before {
  content: "\f113";
}
.icon-guitar:before {
  content: "\f114";
}
.icon-headphones:before {
  content: "\f115";
}
.icon-headset:before {
  content: "\f116";
}
.icon-industry:before {
  content: "\f117";
}
.icon-laptop:before {
  content: "\f118";
}
.icon-media:before {
  content: "\f119";
}
.icon-microphone:before {
  content: "\f11a";
}
.icon-midi-fill:before {
  content: "\f11b";
}
.icon-midi:before {
  content: "\f11c";
}
.icon-mixer:before {
  content: "\f11d";
}
.icon-movie-camera-fill:before {
  content: "\f11e";
}
.icon-movie-camera:before {
  content: "\f11f";
}
.icon-music-cloud:before {
  content: "\f120";
}
.icon-music-heart:before {
  content: "\f121";
}
.icon-music-list:before {
  content: "\f122";
}
.icon-music-note-1:before {
  content: "\f123";
}
.icon-music-note-2:before {
  content: "\f124";
}
.icon-music-note-fill-1:before {
  content: "\f125";
}
.icon-music-note-fill-2:before {
  content: "\f126";
}
.icon-music-player:before {
  content: "\f127";
}
.icon-music-star:before {
  content: "\f128";
}
.icon-pause-fill:before {
  content: "\f129";
}
.icon-pause:before {
  content: "\f12a";
}
.icon-photo-camera-fill:before {
  content: "\f12b";
}
.icon-photo-camera:before {
  content: "\f12c";
}
.icon-piano-keys:before {
  content: "\f12d";
}
.icon-picture:before {
  content: "\f12e";
}
.icon-play-fill:before {
  content: "\f12f";
}
.icon-play:before {
  content: "\f130";
}
.icon-radio:before {
  content: "\f131";
}
.icon-record-player:before {
  content: "\f132";
}
.icon-rewind-fill:before {
  content: "\f133";
}
.icon-rewind:before {
  content: "\f134";
}
.icon-skip-back-fill:before {
  content: "\f135";
}
.icon-skip-back:before {
  content: "\f136";
}
.icon-skip-forward-fill:before {
  content: "\f137";
}
.icon-skip-forward:before {
  content: "\f138";
}
.icon-small-camara:before {
  content: "\f139";
}
.icon-smart-phone:before {
  content: "\f13a";
}
.icon-speaker:before {
  content: "\f13b";
}
.icon-stop-fill:before {
  content: "\f13c";
}
.icon-stop:before {
  content: "\f13d";
}
.icon-tablet:before {
  content: "\f13e";
}
.icon-tape:before {
  content: "\f13f";
}
.icon-ticket:before {
  content: "\f140";
}
.icon-treble-cleff:before {
  content: "\f141";
}
.icon-tv-heart:before {
  content: "\f142";
}
.icon-tv-location:before {
  content: "\f143";
}
.icon-tv-play:before {
  content: "\f144";
}
.icon-tv-star:before {
  content: "\f145";
}
.icon-tv:before {
  content: "\f146";
}
.icon-upload-photo:before {
  content: "\f147";
}
.icon-vinyl-record:before {
  content: "\f148";
}
.icon-visual-eye-fill:before {
  content: "\f149";
}
.icon-visual-eye:before {
  content: "\f14a";
}
.icon-volume-1:before {
  content: "\f14b";
}
.icon-volume-2:before {
  content: "\f14c";
}
.icon-volume-3:before {
  content: "\f14d";
}
.icon-volume-4:before {
  content: "\f14e";
}
.icon-volume-levels:before {
  content: "\f14f";
}
.icon-volume-off:before {
  content: "\f150";
}
/* Nature */
@font-face {
  font-family: "picto-foundry-nature";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-nature.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-nature.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-nature.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-nature.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-nature.svg#picto-foundry-nature") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-nature";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-acorn:before,
.icon-anchor:before,
.icon-axe:before,
.icon-back-pack:before,
.icon-beach:before,
.icon-binoculars:before,
.icon-boat:before,
.icon-butterfly:before,
.icon-camp-fire:before,
.icon-cantine:before,
.icon-clover:before,
.icon-compass-1:before,
.icon-compass-2:before,
.icon-dead-tree:before,
.icon-earth:before,
.icon-ever-greens:before,
.icon-fire-fill:before,
.icon-fire:before,
.icon-fish-hook:before,
.icon-flashlight:before,
.icon-flower-1:before,
.icon-flower-2:before,
.icon-flower-3:before,
.icon-flower-4:before,
.icon-flower-5:before,
.icon-flower-pot:before,
.icon-kayak:before,
.icon-lady-bug:before,
.icon-lantern:before,
.icon-leaf-1:before,
.icon-leaf-2:before,
.icon-leaf-3:before,
.icon-leaf-4:before,
.icon-life-raft:before,
.icon-love-recycle:before,
.icon-mountains:before,
.icon-mushroom:before,
.icon-north:before,
.icon-picnic-table:before,
.icon-pine-cone:before,
.icon-pocket-knife:before,
.icon-pot-plant-fill:before,
.icon-pot-plant:before,
.icon-sail-boat:before,
.icon-ship-wheel:before,
.icon-swimming:before,
.icon-telescope:before,
.icon-tent:before,
.icon-trailer:before,
.icon-tree-1:before,
.icon-tree-2:before,
.icon-tree-3:before,
.icon-water:before,
.icon-worldwide:before {
  font-family: "picto-foundry-nature";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-acorn:before {
  content: "\f100";
}
.icon-anchor:before {
  content: "\f101";
}
.icon-axe:before {
  content: "\f102";
}
.icon-back-pack:before {
  content: "\f103";
}
.icon-beach:before {
  content: "\f104";
}
.icon-binoculars:before {
  content: "\f105";
}
.icon-boat:before {
  content: "\f106";
}
.icon-butterfly:before {
  content: "\f107";
}
.icon-camp-fire:before {
  content: "\f108";
}
.icon-cantine:before {
  content: "\f109";
}
.icon-clover:before {
  content: "\f10a";
}
.icon-compass-1:before {
  content: "\f10b";
}
.icon-compass-2:before {
  content: "\f10c";
}
.icon-dead-tree:before {
  content: "\f10d";
}
.icon-earth:before {
  content: "\f10e";
}
.icon-ever-greens:before {
  content: "\f10f";
}
.icon-fire-fill:before {
  content: "\f110";
}
.icon-fire:before {
  content: "\f111";
}
.icon-fish-hook:before {
  content: "\f112";
}
.icon-flashlight:before {
  content: "\f113";
}
.icon-flower-1:before {
  content: "\f114";
}
.icon-flower-2:before {
  content: "\f115";
}
.icon-flower-3:before {
  content: "\f116";
}
.icon-flower-4:before {
  content: "\f117";
}
.icon-flower-5:before {
  content: "\f118";
}
.icon-flower-pot:before {
  content: "\f119";
}
.icon-kayak:before {
  content: "\f11a";
}
.icon-lady-bug:before {
  content: "\f11b";
}
.icon-lantern:before {
  content: "\f11c";
}
.icon-leaf-1:before {
  content: "\f11d";
}
.icon-leaf-2:before {
  content: "\f11e";
}
.icon-leaf-3:before {
  content: "\f11f";
}
.icon-leaf-4:before {
  content: "\f120";
}
.icon-life-raft:before {
  content: "\f121";
}
.icon-love-recycle:before {
  content: "\f122";
}
.icon-mountains:before {
  content: "\f123";
}
.icon-mushroom:before {
  content: "\f124";
}
.icon-north:before {
  content: "\f125";
}
.icon-picnic-table:before {
  content: "\f126";
}
.icon-pine-cone:before {
  content: "\f127";
}
.icon-pocket-knife:before {
  content: "\f128";
}
.icon-pot-plant-fill:before {
  content: "\f129";
}
.icon-pot-plant:before {
  content: "\f12a";
}
.icon-sail-boat:before {
  content: "\f12b";
}
.icon-ship-wheel:before {
  content: "\f12c";
}
.icon-swimming:before {
  content: "\f12d";
}
.icon-telescope:before {
  content: "\f12e";
}
.icon-tent:before {
  content: "\f12f";
}
.icon-trailer:before {
  content: "\f130";
}
.icon-tree-1:before {
  content: "\f131";
}
.icon-tree-2:before {
  content: "\f132";
}
.icon-tree-3:before {
  content: "\f133";
}
.icon-water:before {
  content: "\f134";
}
.icon-worldwide:before {
  content: "\f135";
}
/* Shopping - Finance */
@font-face {
  font-family: "picto-foundry-shopping-finance";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-shopping-finance.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-shopping-finance.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-shopping-finance.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-shopping-finance.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-shopping-finance.svg#picto-foundry-shopping-finance") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-shopping-finance";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-to-cart:before,
.icon-bank:before,
.icon-barcode:before,
.icon-calculator:before,
.icon-cash-bag:before,
.icon-cash-bands:before,
.icon-cash-dispenser:before,
.icon-cash-money:before,
.icon-cash-register:before,
.icon-cash-stack:before,
.icon-cash:before,
.icon-check:before,
.icon-checkout:before,
.icon-cogs:before,
.icon-coins:before,
.icon-credit-card-back:before,
.icon-credit-card-front:before,
.icon-diamond:before,
.icon-dollar:before,
.icon-euro:before,
.icon-gift:before,
.icon-graph-down-1:before,
.icon-graph-down-2:before,
.icon-graph-up-1:before,
.icon-graph-up-2:before,
.icon-money:before,
.icon-open-sign:before,
.icon-percent:before,
.icon-pie-graph:before,
.icon-pound:before,
.icon-reciept-1:before,
.icon-reciept-2:before,
.icon-reconciled:before,
.icon-safe:before,
.icon-scale-1:before,
.icon-scale-2:before,
.icon-shippment:before,
.icon-shopping-bag-add:before,
.icon-shopping-bag-empty:before,
.icon-shopping-bag-fill:before,
.icon-shopping-bag-open:before,
.icon-shopping-bag-sub:before,
.icon-shopping-bag:before,
.icon-shopping-basket:before,
.icon-shopping-cart:before,
.icon-stocks-down:before,
.icon-stocks-up:before,
.icon-store-front:before,
.icon-tag-1:before,
.icon-tag-2:before,
.icon-tag-3:before,
.icon-tag-fill-1:before,
.icon-wallet:before,
.icon-yen:before {
  font-family: "picto-foundry-shopping-finance";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-add-to-cart:before {
  content: "\f100";
}
.icon-bank:before {
  content: "\f101";
}
.icon-barcode:before {
  content: "\f102";
}
.icon-calculator:before {
  content: "\f103";
}
.icon-cash-bag:before {
  content: "\f104";
}
.icon-cash-bands:before {
  content: "\f105";
}
.icon-cash-dispenser:before {
  content: "\f106";
}
.icon-cash-money:before {
  content: "\f107";
}
.icon-cash-register:before {
  content: "\f108";
}
.icon-cash-stack:before {
  content: "\f109";
}
.icon-cash:before {
  content: "\f10a";
}
.icon-check:before {
  content: "\f10b";
}
.icon-checkout:before {
  content: "\f10c";
}
.icon-cogs:before {
  content: "\f10d";
}
.icon-coins:before {
  content: "\f10e";
}
.icon-credit-card-back:before {
  content: "\f10f";
}
.icon-credit-card-front:before {
  content: "\f110";
}
.icon-diamond:before {
  content: "\f111";
}
.icon-dollar:before {
  content: "\f112";
}
.icon-euro:before {
  content: "\f113";
}
.icon-gift:before {
  content: "\f114";
}
.icon-graph-down-1:before {
  content: "\f115";
}
.icon-graph-down-2:before {
  content: "\f116";
}
.icon-graph-up-1:before {
  content: "\f117";
}
.icon-graph-up-2:before {
  content: "\f118";
}
.icon-money:before {
  content: "\f119";
}
.icon-open-sign:before {
  content: "\f11a";
}
.icon-percent:before {
  content: "\f11b";
}
.icon-pie-graph:before {
  content: "\f11c";
}
.icon-pound:before {
  content: "\f11d";
}
.icon-reciept-1:before {
  content: "\f11e";
}
.icon-reciept-2:before {
  content: "\f11f";
}
.icon-reconciled:before {
  content: "\f120";
}
.icon-safe:before {
  content: "\f121";
}
.icon-scale-1:before {
  content: "\f122";
}
.icon-scale-2:before {
  content: "\f123";
}
.icon-shippment:before {
  content: "\f124";
}
.icon-shopping-bag-add:before {
  content: "\f125";
}
.icon-shopping-bag-empty:before {
  content: "\f126";
}
.icon-shopping-bag-fill:before {
  content: "\f127";
}
.icon-shopping-bag-open:before {
  content: "\f128";
}
.icon-shopping-bag-sub:before {
  content: "\f129";
}
.icon-shopping-bag:before {
  content: "\f12a";
}
.icon-shopping-basket:before {
  content: "\f12b";
}
.icon-shopping-cart:before {
  content: "\f12c";
}
.icon-stocks-down:before {
  content: "\f12d";
}
.icon-stocks-up:before {
  content: "\f12e";
}
.icon-store-front:before {
  content: "\f12f";
}
.icon-tag-1:before {
  content: "\f130";
}
.icon-tag-2:before {
  content: "\f131";
}
.icon-tag-3:before {
  content: "\f132";
}
.icon-tag-fill-1:before {
  content: "\f133";
}
.icon-wallet:before {
  content: "\f134";
}
.icon-yen:before {
  content: "\f135";
}
/* Sports */
@font-face {
  font-family: "picto-foundry-sports";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-sports.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-sports.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-sports.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-sports.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-sports.svg#picto-foundry-sports") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-sports";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-target:before,
.icon-badminton-racket:before,
.icon-badminton-shuttlecock:before,
.icon-ball-and-bat:before,
.icon-barbell:before,
.icon-baseball-bat:before,
.icon-baseball-diamond:before,
.icon-baseball-glove:before,
.icon-baseball-helmet:before,
.icon-basebeall:before,
.icon-basketball-court:before,
.icon-basketball-hoop:before,
.icon-basketball:before,
.icon-bicycle:before,
.icon-billiards-table:before,
.icon-bowling-ball:before,
.icon-bowling-pin:before,
.icon-boxing-glove:before,
.icon-boxing-ring:before,
.icon-first-place:before,
.icon-football-1:before,
.icon-football-2:before,
.icon-football-field:before,
.icon-football-helmet:before,
.icon-football-play:before,
.icon-goal-post:before,
.icon-golf-bag:before,
.icon-golf-ball-on-tee:before,
.icon-golf-ball:before,
.icon-golf-hole:before,
.icon-golf-putter:before,
.icon-hockey-puck-stick:before,
.icon-hockey-rink:before,
.icon-home-plate:before,
.icon-jersey:before,
.icon-lacrosse:before,
.icon-ping-pong:before,
.icon-pool-ball-fill:before,
.icon-pool-ball:before,
.icon-pool-rack:before,
.icon-race-flag-fill:before,
.icon-race-flag:before,
.icon-rugby-ball:before,
.icon-skateboard:before,
.icon-soccer-field:before,
.icon-soccerball-fiil:before,
.icon-soccerball:before,
.icon-stop-watch:before,
.icon-tennis-ball:before,
.icon-tennis-court:before,
.icon-tennis-racket:before,
.icon-trophy-fill:before,
.icon-trophy:before,
.icon-volleyball:before,
.icon-whistle:before {
  font-family: "picto-foundry-sports";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-arrow-target:before {
  content: "\f100";
}
.icon-badminton-racket:before {
  content: "\f101";
}
.icon-badminton-shuttlecock:before {
  content: "\f102";
}
.icon-ball-and-bat:before {
  content: "\f103";
}
.icon-barbell:before {
  content: "\f104";
}
.icon-baseball-bat:before {
  content: "\f105";
}
.icon-baseball-diamond:before {
  content: "\f106";
}
.icon-baseball-glove:before {
  content: "\f107";
}
.icon-baseball-helmet:before {
  content: "\f108";
}
.icon-basebeall:before {
  content: "\f109";
}
.icon-basketball-court:before {
  content: "\f10a";
}
.icon-basketball-hoop:before {
  content: "\f10b";
}
.icon-basketball:before {
  content: "\f10c";
}
.icon-bicycle:before {
  content: "\f10d";
}
.icon-billiards-table:before {
  content: "\f10e";
}
.icon-bowling-ball:before {
  content: "\f10f";
}
.icon-bowling-pin:before {
  content: "\f110";
}
.icon-boxing-glove:before {
  content: "\f111";
}
.icon-boxing-ring:before {
  content: "\f112";
}
.icon-first-place:before {
  content: "\f113";
}
.icon-football-1:before {
  content: "\f114";
}
.icon-football-2:before {
  content: "\f115";
}
.icon-football-field:before {
  content: "\f116";
}
.icon-football-helmet:before {
  content: "\f117";
}
.icon-football-play:before {
  content: "\f118";
}
.icon-goal-post:before {
  content: "\f119";
}
.icon-golf-bag:before {
  content: "\f11a";
}
.icon-golf-ball-on-tee:before {
  content: "\f11b";
}
.icon-golf-ball:before {
  content: "\f11c";
}
.icon-golf-hole:before {
  content: "\f11d";
}
.icon-golf-putter:before {
  content: "\f11e";
}
.icon-hockey-puck-stick:before {
  content: "\f11f";
}
.icon-hockey-rink:before {
  content: "\f120";
}
.icon-home-plate:before {
  content: "\f121";
}
.icon-jersey:before {
  content: "\f122";
}
.icon-lacrosse:before {
  content: "\f123";
}
.icon-ping-pong:before {
  content: "\f124";
}
.icon-pool-ball-fill:before {
  content: "\f125";
}
.icon-pool-ball:before {
  content: "\f126";
}
.icon-pool-rack:before {
  content: "\f127";
}
.icon-race-flag-fill:before {
  content: "\f128";
}
.icon-race-flag:before {
  content: "\f129";
}
.icon-rugby-ball:before {
  content: "\f12a";
}
.icon-skateboard:before {
  content: "\f12b";
}
.icon-soccer-field:before {
  content: "\f12c";
}
.icon-soccerball-fiil:before {
  content: "\f12d";
}
.icon-soccerball:before {
  content: "\f12e";
}
.icon-stop-watch:before {
  content: "\f12f";
}
.icon-tennis-ball:before {
  content: "\f130";
}
.icon-tennis-court:before {
  content: "\f131";
}
.icon-tennis-racket:before {
  content: "\f132";
}
.icon-trophy-fill:before {
  content: "\f133";
}
.icon-trophy:before {
  content: "\f134";
}
.icon-volleyball:before {
  content: "\f135";
}
.icon-whistle:before {
  content: "\f136";
}
/* Navigation */
@font-face {
  font-family: "picto-foundry-vehicle-navigation";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-vehicle-navigation.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-vehicle-navigation.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-vehicle-navigation.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-vehicle-navigation.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-vehicle-navigation.svg#picto-foundry-vehicle-navigation") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-vehicle-navigation";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-axles:before,
.icon-bolt:before,
.icon-brakes:before,
.icon-bus:before,
.icon-car-battery:before,
.icon-car-jack:before,
.icon-car-key:before,
.icon-car-temp:before,
.icon-car:before,
.icon-do-not-enter:before,
.icon-dropped-pin:before,
.icon-engine-block:before,
.icon-engine-cylinder:before,
.icon-fan:before,
.icon-filter:before,
.icon-fork-lift:before,
.icon-four-wheeler:before,
.icon-gas-pump:before,
.icon-gear-shift:before,
.icon-hazard:before,
.icon-headlight:before,
.icon-left-right:before,
.icon-location-1:before,
.icon-location-2:before,
.icon-location-3:before,
.icon-location-fill-1:before,
.icon-location-fill-2:before,
.icon-location-fill-3:before,
.icon-map-location-1:before,
.icon-map-location-2:before,
.icon-map-location-fill-1:before,
.icon-map-location-fill-2:before,
.icon-motor-bike:before,
.icon-motor-oil:before,
.icon-no-parking:before,
.icon-oil-drip-1:before,
.icon-oil-drip-2:before,
.icon-parking:before,
.icon-race-helmet:before,
.icon-road-sign:before,
.icon-road:before,
.icon-speedometer:before,
.icon-steering-wheel:before,
.icon-stop-sign:before,
.icon-tank-empty:before,
.icon-tank-full:before,
.icon-tire-tread:before,
.icon-tire-wrench:before,
.icon-tire:before,
.icon-traction-control:before,
.icon-traffic-cone:before,
.icon-traffic-light:before,
.icon-truck:before,
.icon-turn-left:before,
.icon-turn-right:before,
.icon-windshield-wiper:before {
  font-family: "picto-foundry-vehicle-navigation";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-axles:before {
  content: "\f100";
}
.icon-bolt:before {
  content: "\f101";
}
.icon-brakes:before {
  content: "\f102";
}
.icon-bus:before {
  content: "\f103";
}
.icon-car-battery:before {
  content: "\f104";
}
.icon-car-jack:before {
  content: "\f105";
}
.icon-car-key:before {
  content: "\f106";
}
.icon-car-temp:before {
  content: "\f107";
}
.icon-car:before {
  content: "\f108";
}
.icon-do-not-enter:before {
  content: "\f109";
}
.icon-dropped-pin:before {
  content: "\f10a";
}
.icon-engine-block:before {
  content: "\f10b";
}
.icon-engine-cylinder:before {
  content: "\f10c";
}
.icon-fan:before {
  content: "\f10d";
}
.icon-filter:before {
  content: "\f10e";
}
.icon-fork-lift:before {
  content: "\f10f";
}
.icon-four-wheeler:before {
  content: "\f110";
}
.icon-gas-pump:before {
  content: "\f111";
}
.icon-gear-shift:before {
  content: "\f112";
}
.icon-hazard:before {
  content: "\f113";
}
.icon-headlight:before {
  content: "\f114";
}
.icon-left-right:before {
  content: "\f115";
}
.icon-location-1:before {
  content: "\f116";
}
.icon-location-2:before {
  content: "\f117";
}
.icon-location-3:before {
  content: "\f118";
}
.icon-location-fill-1:before {
  content: "\f119";
}
.icon-location-fill-2:before {
  content: "\f11a";
}
.icon-location-fill-3:before {
  content: "\f11b";
}
.icon-map-location-1:before {
  content: "\f11c";
}
.icon-map-location-2:before {
  content: "\f11d";
}
.icon-map-location-fill-1:before {
  content: "\f11e";
}
.icon-map-location-fill-2:before {
  content: "\f11f";
}
.icon-motor-bike:before {
  content: "\f120";
}
.icon-motor-oil:before {
  content: "\f121";
}
.icon-no-parking:before {
  content: "\f122";
}
.icon-oil-drip-1:before {
  content: "\f123";
}
.icon-oil-drip-2:before {
  content: "\f124";
}
.icon-parking:before {
  content: "\f125";
}
.icon-race-helmet:before {
  content: "\f126";
}
.icon-road-sign:before {
  content: "\f127";
}
.icon-road:before {
  content: "\f128";
}
.icon-speedometer:before {
  content: "\f129";
}
.icon-steering-wheel:before {
  content: "\f12a";
}
.icon-stop-sign:before {
  content: "\f12b";
}
.icon-tank-empty:before {
  content: "\f12c";
}
.icon-tank-full:before {
  content: "\f12d";
}
.icon-tire-tread:before {
  content: "\f12e";
}
.icon-tire-wrench:before {
  content: "\f12f";
}
.icon-tire:before {
  content: "\f130";
}
.icon-traction-control:before {
  content: "\f131";
}
.icon-traffic-cone:before {
  content: "\f132";
}
.icon-traffic-light:before {
  content: "\f133";
}
.icon-truck:before {
  content: "\f134";
}
.icon-turn-left:before {
  content: "\f135";
}
.icon-turn-right:before {
  content: "\f136";
}
.icon-windshield-wiper:before {
  content: "\f137";
}
/* Weather */
@font-face {
  font-family: "picto-foundry-weather";
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-weather.eot");
  src: url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-weather.eot?#iefix") format("embedded-opentype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-weather.woff") format("woff"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-weather.ttf") format("truetype"), url("../../../assets/components/library/icons/pictoicons/fonts/picto-foundry-weather.svg#picto-foundry-weather") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "picto-foundry-weather";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-celsius:before,
.icon-clear-night:before,
.icon-clearn-night-moon:before,
.icon-cloud-stars:before,
.icon-cloudy-fill:before,
.icon-cloudy-night:before,
.icon-cloudy:before,
.icon-dusk:before,
.icon-eclipse:before,
.icon-fahrenheit:before,
.icon-haze-night:before,
.icon-haze:before,
.icon-heavy-fog:before,
.icon-heavy-rain-fill:before,
.icon-heavy-rain:before,
.icon-heavy-snow:before,
.icon-hurricane-fill:before,
.icon-hurricane:before,
.icon-ice:before,
.icon-light-fog:before,
.icon-light-rain:before,
.icon-light-sleet:before,
.icon-light-snow:before,
.icon-light-storm:before,
.icon-lightning-1:before,
.icon-lightning-2:before,
.icon-lightning-fill-1:before,
.icon-lightning-fill-2:before,
.icon-moon-fill:before,
.icon-moon:before,
.icon-multiple-clouds:before,
.icon-night-day:before,
.icon-partly-cloudy:before,
.icon-rain-cloud-1:before,
.icon-rain-cloud-2:before,
.icon-rain:before,
.icon-rainbow:before,
.icon-sleet:before,
.icon-snow-shovel:before,
.icon-snow:before,
.icon-storm:before,
.icon-sun-down:before,
.icon-sun-up:before,
.icon-sun-valley:before,
.icon-sunny-fill:before,
.icon-sunny:before,
.icon-thermometer-1:before,
.icon-thermometer-2:before,
.icon-tornado:before,
.icon-umbrella-fill:before,
.icon-umbrella:before,
.icon-weather-alert:before,
.icon-weather-balloon:before,
.icon-weather-radar:before,
.icon-wind-sock:before,
.icon-wind-speed-censor:before,
.icon-wind-turbine:before,
.icon-windy:before {
  font-family: "picto-foundry-weather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-celsius:before {
  content: "\f100";
}
.icon-clear-night:before {
  content: "\f101";
}
.icon-clearn-night-moon:before {
  content: "\f102";
}
.icon-cloud-stars:before {
  content: "\f103";
}
.icon-cloudy-fill:before {
  content: "\f104";
}
.icon-cloudy-night:before {
  content: "\f105";
}
.icon-cloudy:before {
  content: "\f106";
}
.icon-dusk:before {
  content: "\f107";
}
.icon-eclipse:before {
  content: "\f108";
}
.icon-fahrenheit:before {
  content: "\f109";
}
.icon-haze-night:before {
  content: "\f10a";
}
.icon-haze:before {
  content: "\f10b";
}
.icon-heavy-fog:before {
  content: "\f10c";
}
.icon-heavy-rain-fill:before {
  content: "\f10d";
}
.icon-heavy-rain:before {
  content: "\f10e";
}
.icon-heavy-snow:before {
  content: "\f10f";
}
.icon-hurricane-fill:before {
  content: "\f110";
}
.icon-hurricane:before {
  content: "\f111";
}
.icon-ice:before {
  content: "\f112";
}
.icon-light-fog:before {
  content: "\f113";
}
.icon-light-rain:before {
  content: "\f114";
}
.icon-light-sleet:before {
  content: "\f115";
}
.icon-light-snow:before {
  content: "\f116";
}
.icon-light-storm:before {
  content: "\f117";
}
.icon-lightning-1:before {
  content: "\f118";
}
.icon-lightning-2:before {
  content: "\f119";
}
.icon-lightning-fill-1:before {
  content: "\f11a";
}
.icon-lightning-fill-2:before {
  content: "\f11b";
}
.icon-moon-fill:before {
  content: "\f11c";
}
.icon-moon:before {
  content: "\f11d";
}
.icon-multiple-clouds:before {
  content: "\f11e";
}
.icon-night-day:before {
  content: "\f11f";
}
.icon-partly-cloudy:before {
  content: "\f120";
}
.icon-rain-cloud-1:before {
  content: "\f121";
}
.icon-rain-cloud-2:before {
  content: "\f122";
}
.icon-rain:before {
  content: "\f123";
}
.icon-rainbow:before {
  content: "\f124";
}
.icon-sleet:before {
  content: "\f125";
}
.icon-snow-shovel:before {
  content: "\f126";
}
.icon-snow:before {
  content: "\f127";
}
.icon-storm:before {
  content: "\f128";
}
.icon-sun-down:before {
  content: "\f129";
}
.icon-sun-up:before {
  content: "\f12a";
}
.icon-sun-valley:before {
  content: "\f12b";
}
.icon-sunny-fill:before {
  content: "\f12c";
}
.icon-sunny:before {
  content: "\f12d";
}
.icon-thermometer-1:before {
  content: "\f12e";
}
.icon-thermometer-2:before {
  content: "\f12f";
}
.icon-tornado:before {
  content: "\f130";
}
.icon-umbrella-fill:before {
  content: "\f131";
}
.icon-umbrella:before {
  content: "\f132";
}
.icon-weather-alert:before {
  content: "\f133";
}
.icon-weather-balloon:before {
  content: "\f134";
}
.icon-weather-radar:before {
  content: "\f135";
}
.icon-wind-sock:before {
  content: "\f136";
}
.icon-wind-speed-censor:before {
  content: "\f137";
}
.icon-wind-turbine:before {
  content: "\f138";
}
.icon-windy:before {
  content: "\f139";
}
/* --- LOADING [css.jquery-ui.min] from assets/components/library/jquery-ui/css/jquery-ui.min.less */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(../../../assets/components/library/jquery-ui/css/images/animated-overlay.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: 0;
  background: 0;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaaaaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #ffffff url(../../../assets/components/library/jquery-ui/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url(../../../assets/components/library/jquery-ui/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../../../assets/components/library/jquery-ui/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(../../../assets/components/library/jquery-ui/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url(../../../assets/components/library/jquery-ui/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../../../assets/components/library/jquery-ui/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../../../assets/components/library/jquery-ui/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../../../assets/components/library/jquery-ui/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url(../../../assets/components/library/jquery-ui/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../../../assets/components/library/jquery-ui/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/* --- LOADING [css.fullcalendar] from assets/components/modules/admin/calendar/assets/lib/css/fullcalendar.less */
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
html .fc,
.fc table {
  font-size: 1em;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap;
}
.fc-header-left {
  width: 25%;
  text-align: left;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  width: 25%;
  text-align: right;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}
/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}
.fc-view {
  width: 100%;
  overflow: hidden;
}
/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd;
}
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3;
}
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
  /* for &lsaquo; &rsaquo; */
  font-weight: bold;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}
.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default;
}
a.fc-event {
  text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}
.fc-rtl .fc-event {
  text-align: right;
}
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center;
}
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}
/* --- LOADING [css.jquery.easy-pie-chart] from assets/components/modules/admin/charts/easy-pie/assets/lib/css/jquery.easy-pie-chart.less */
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
/* --- LOADING [css.elements] from assets/components/modules/admin/maps/vector/assets/lib/css/elements.less */
.jvm-legend {
  line-height: 2em;
  margin-top: 5px;
}
.jvm-legend span {
  vertical-align: middle;
}
.jvm-legend-item {
  width: 2em;
  height: 2em;
  display: inline-block;
}
.jvm-legend span:not(.jvm-legend-item) {
  margin-right: 10px;
}
.jvm-legend span:last-child {
  margin-left: 0;
}
.jvm-legend-item-ps {
  background: #FF69B4;
}
.jvm-legend-item-ump {
  background: #4169E1;
}
/* --- LOADING [css.jquery-jvectormap-1.1.1] from assets/components/modules/admin/maps/vector/assets/lib/css/jquery-jvectormap-1.1.1.less */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* --- LOADING [css.jquery-jvectormap-1.2.2] from assets/components/modules/admin/maps/vector/assets/lib/css/jquery-jvectormap-1.2.2.less */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* --- LOADING [css.jquery.gritter] from assets/components/modules/admin/notifications/gritter/assets/lib/css/jquery.gritter.less */
/* the norm */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url('../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/ie-spacer.gif');
  /* ie7/8 fix */
}
.gritter-top {
  background: url(../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/gritter.png) no-repeat left -30px;
  height: 10px;
}
.hover .gritter-top {
  background-position: right -30px;
}
.gritter-bottom {
  background: url(../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/gritter.png) no-repeat left bottom;
  height: 8px;
  margin: 0;
}
.hover .gritter-bottom {
  background-position: bottom right;
}
.gritter-item {
  display: block;
  background: url(../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/gritter.png) no-repeat left -40px;
  color: #eee;
  padding: 2px 11px 8px 11px;
  font-size: 11px;
  font-family: verdana;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/gritter.png) no-repeat left top;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
  /* Not supported by IE :( */
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: url(../../../assets/components/modules/admin/notifications/gritter/assets/lib/images/gritter-light.png);
  color: #222;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
/* --- LOADING [css.jquery.notyfy] from assets/components/modules/admin/notifications/notyfy/assets/lib/css/jquery.notyfy.less */
.notyfy_container {
  position: fixed;
  height: auto;
  margin: 0;
  padding: 0;
  width: 310px;
  list-style-type: none;
  z-index: 10000;
}
.notyfy_container_inline {
  position: relative;
  width: auto;
  height: auto;
  list-style-type: none;
}
#notyfy_container_top {
  top: 0;
  left: 5%;
  width: 90%;
}
#notyfy_container_bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#notyfy_container_topRight {
  top: 20px;
  right: 20px;
}
#notyfy_container_topLeft {
  top: 20px;
  left: 20px;
}
#notyfy_container_bottomRight {
  bottom: 20px;
  right: 20px;
}
#notyfy_container_bottomLeft {
  bottom: 20px;
  left: 20px;
}
#notyfy_container_topCenter {
  top: 20px;
  left: 50%;
}
#notyfy_container_bottomCenter {
  bottom: 20px;
  left: 50%;
}
#notyfy_container_center {
  top: 50%;
  left: 50%;
}
#notyfy_container_centerLeft {
  left: 20px;
  top: 50%;
}
#notyfy_container_centerRight {
  right: 20px;
  top: 50%;
}
#notyfy_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
/* --- LOADING [css.notyfy.theme.default] from assets/components/modules/admin/notifications/notyfy/assets/lib/css/notyfy.theme.default.less */
.notyfy_wrapper {
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) repeat-x scroll left top #ffffff;
  background-color: #FFF;
  border-color: #CCC;
  color: #444;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.notyfy_wrapper:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.notyfy_wrapper:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Layout specific styles */
#notyfy_container_top .notyfy_wrapper {
  border-radius: 0px 0px 5px 5px;
  border-width: 0 2px 2px 2px;
}
#notyfy_container_bottom .notyfy_wrapper {
  border-radius: 5px 5px 0px 0px;
  border-width: 2px 2px 0 2px;
}
#notyfy_container_top .notyfytheme_defaultTheme:first-child {
  border-radius: 0;
}
#notyfy_container_bottom .notyfytheme_defaultTheme:last-child {
  border-radius: 0;
}
/* Message element */
.notyfy_message {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 8px 10px 9px;
  width: auto;
  position: relative;
}
/* Close button */
.notyfy_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAATpJREFUeNoszrFqVFEUheG19zlz7sQ7ijMQBAvfYBqbpJCoZSAQbOwEE1IHGytbLQUJ8SUktW8gCCFJMSGSNxCmFBJO7j5rpXD6n5/P5vM53H3b3T9LOiB5AQDuDjM7BnA7DMPHDGBH0nuSzwHsRcRVRNRSysuU0i6AOwA/02w2+9Fae00SEbEh6SGAR5K+k3zWWptKepCm0+kpyRoRGyRBcpPkDsn1iEBr7drdP2VJZyQXERGSPpiZAViTBACXKaV9kqd5uVzCzO5KKb/d/UZSDwD/eyxqree1VqSu6zKAF2Z2RPJJaw0rAkjOJT0m+SuT/AbgDcmnkmBmfwAsJL1dXQ8lWY6IGwB1ZbrOOb8zs8thGP4COFwx/mE8Ho9Go9ErMzvJOW/1fY/JZIJSypqZfXX3L13X9fcDAKJct1sx3OiuAAAAAElFTkSuQmCC);
  display: none;
  cursor: pointer;
}
/* Optional buttons */
.notyfy_buttons {
  padding: 5px;
  text-align: right;
  border-top: 1px solid #ccc;
  background-color: #ffffff;
}
.notyfy_buttons button {
  margin-left: 5px;
}
.notyfy_buttons button:first-child {
  margin-left: 0;
}
/* Type: Alert */
.notyfy_alert {
  background-color: #FFF;
  border-color: #CCC;
  color: #444;
}
/* Type: Warning */
.notyfy_warning {
  background-color: #FFEAA8;
  border-color: #FFC237;
  color: #826200;
}
.notyfy_warning .notyfy_buttons {
  border-top: 1px solid #FFC237;
}
/* Type: Error */
.notyfy_error {
  background-color: red;
  border-color: darkred;
  color: #FFF;
}
.notyfy_error .notyfy_message {
  font-weight: bold;
}
.notyfy_error .notyfy_buttons {
  border-top: 1px solid darkred;
}
/* Type: Information */
.notyfy_information {
  background-color: #57B7E2;
  border-color: #0B90C4;
  color: #FFF;
}
.notyfy_information .notyfy_buttons {
  border-top: 1px solid #0B90C4;
}
/* Type: Success */
.notyfy_success {
  background-color: lightgreen;
  border-color: #50C24E;
  color: darkgreen;
}
.notyfy_success .notyfy_buttons {
  border-top: 1px solid #50C24E;
}
/* Modal backdrop */
#notyfy_modal {
  background-color: #000;
  opacity: 0.6;
}
/* --- LOADING [css.pageguide] from assets/components/modules/admin/page-tour/assets/css/pageguide.less */
#tlyPageGuideWrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  font-family: Helvetica, Arial, sans serif;
}
#tlyPageGuideWrapper .tlypageguide_toggle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  clear: both;
  color: #000000;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 11px;
  height: 50px;
  line-height: 25px;
  padding: 22px 6px 6px;
  position: fixed;
  right: -190px;
  text-align: left;
  text-decoration: none;
  top: 84px;
  width: 184px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#tlyPageGuideWrapper .tlypageguide_toggle:before {
  background: transparent url("../../../assets/components/modules/admin/page-tour/assets/img/tlyguide/tlyguide_icon.png") 0 0 no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  width: 16px;
  content: " ";
  left: 25px;
  position: absolute;
  top: 8px;
}
#tlyPageGuideWrapper .tlypageguide_toggle div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  display: block;
  height: 33px;
  line-height: 16px;
  overflow: hidden;
  padding: 2px 0 0 5px;
  position: absolute;
  right: -4px;
  top: 6px;
  width: 124px;
}
#tlyPageGuideWrapper .tlypageguide_toggle div span {
  display: block;
  margin: 0 0 0 -118px;
  width: 115px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#tlyPageGuideWrapper .tlypageguide_toggle a {
  bottom: -26px;
  color: #000;
  opacity: 0;
  position: absolute;
  right: 10px;
  text-decoration: none;
}
#tlyPageGuideWrapper .tlypageguide_toggle:hover {
  background: rgba(0, 0, 0, 0.2);
  right: 0 !important;
}
#tlyPageGuideWrapper .tlypageguide_toggle:hover div span {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#tlyPageGuideWrapper #tlyPageGuide li {
  background: rgba(247, 0, 119, 0.3);
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: min-height, max-height 0.1s ease-in-out;
  -moz-transition: min-height, max-height 0.1s ease-in-out;
  -o-transition: min-height, max-height 0.1s ease-in-out;
  -ms-transition: min-height, max-height 0.1s ease-in-out;
  transition: min-height, max-height 0.1s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  display: block;
  height: 46px;
  line-height: 50px;
  min-height: 0px;
  max-height: 0px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index: 5000;
}
#tlyPageGuideWrapper #tlyPageGuide li.expanded {
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: 46px;
  min-height: 15px;
  max-height: 46px;
}
#tlyPageGuideWrapper #tlyPageGuide li.expanded:after {
  display: block;
}
#tlyPageGuideWrapper #tlyPageGuide li ins {
  background: none;
  color: #fff;
  display: block;
  font-size: 32px;
  overflow: hidden;
  text-decoration: none;
  width: 50px;
}
#tlyPageGuideWrapper #tlyPageGuide li div {
  display: none;
}
#tlyPageGuideWrapper #tlyPageGuide li:after {
  content: " ";
  display: none;
  height: 0;
  left: 0;
  position: absolute;
  top: -15px;
  width: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  top: auto;
  left: auto;
  right: auto;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active {
  background: rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_bottom:after {
  border-bottom: 15px solid rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_top:after {
  border-top: 15px solid rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:after {
  border-bottom: 15px solid rgba(247, 0, 119, 0.3);
  border-right: 15px solid transparent;
  left: 0;
  top: -15px;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover {
  margin-top: -5px;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:after {
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-left: 15px solid transparent;
  left: -15px;
  top: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover {
  margin-left: -5px;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:after {
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-right: 15px solid transparent;
  right: -15px;
  top: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover {
  margin-left: 5px;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:after {
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-right: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover {
  margin-top: 5px;
}
#tlyPageGuideWrapper #tlyPageGuide li:hover {
  background: rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuide li:hover.tlypageguide_bottom:after {
  border-bottom: 15px solid rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuide li:hover.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li:hover.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li:hover.tlypageguide_top:after {
  border-top: 15px solid rgba(247, 0, 119, 0.95);
}
#tlyPageGuideWrapper #tlyPageGuideMessages {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  font-size: 16px;
  height: 0;
  margin: 0 5% 0 5%;
  padding: 10px;
  position: fixed;
  width: 90%;
  z-index: 1000;
}
#tlyPageGuideWrapper #tlyPageGuideMessages span {
  background: rgba(247, 0, 119, 0.95);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 32px;
  height: 46px;
  left: 40px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 50px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages div {
  color: #fff;
  line-height: 22px;
  margin: 10px 90px 0 120px;
  position: relative;
}
#tlyPageGuideWrapper #tlyPageGuideMessages div a {
  color: #fff;
}
#tlyPageGuideWrapper #tlyPageGuideMessages div a:hover {
  color: #fff;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  background: #f70077;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 24px;
  line-height: 26px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 50px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back,
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  background: transparent url("../../../assets/components/modules/admin/page-tour/assets/img/tlyguide/tlyguide_arrow.png") 10px 4px no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  width: 30px;
  position: absolute;
  top: 34px;
  left: 10px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back {
  -webkit-transform: rotate(-180deg) scale(1) skewX(0deg) skewY(0deg) translate(0px);
  -moz-transform: rotate(-180deg) scale(1) skewX(0deg) skewY(0deg) translate(0px);
  -o-transform: rotate(-180deg) scale(1) skewX(0deg) skewY(0deg) translate(0px);
  -ms-transform: rotate(-180deg) scale(1) skewX(0deg) skewY(0deg) translate(0px);
  transform: rotate(-180deg) scale(1) skewX(0deg) skewY(0deg) translate(0px);
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  left: 90px;
}
.tlypageguide_shadow {
  position: relative;
}
.tlypageguide_shadow:after {
  background-color: rgba(247, 0, 119, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  -moz-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  -o-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle {
  -webkit-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  background: rgba(247, 0, 119, 0.9);
  color: #fff;
  right: 0 !important;
}
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle a {
  opacity: 1.0;
}
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle div span {
  margin: 0;
}
.tlypageguide-open .tlypageguide_shadow:after {
  display: block;
}
/* --- LOADING [css.owl.carousel] from assets/components/plugins/owl-carousel/owl.carousel.less */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../../../assets/components/plugins/owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* --- LOADING [css.owl.theme] from assets/components/plugins/owl-carousel/owl.theme.less */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../assets/components/plugins/owl-carousel/AjaxLoader.gif) no-repeat center center;
}
/* --- LOADING [css.prettify] from assets/components/plugins/prettyprint/assets/css/prettify.less */
.pln {
  color: #000000;
}
@media screen {
  .str {
    color: #008800;
  }
  .kwd {
    color: #000088;
  }
  .com {
    color: #880000;
  }
  .typ {
    color: #660066;
  }
  .lit {
    color: #006666;
  }
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  .atn {
    color: #660066;
  }
  .atv {
    color: #008800;
  }
  .dec,
  .var {
    color: #660066;
  }
  .fun {
    color: #ff0000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/* --- LOADING [css.animate.min] from assets/components/library/animate/animate.min.less */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.hinge {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* --- LOADING [less.variables] from assets/components/core/less/variables.less */
/* --- LOADING [less.mixins] from assets/components/core/less/mixins.less */
/* --- LOADING [less.scaffolding] from assets/components/core/less/scaffolding.less */
html {
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #eaeaea;
  font-size: 14px;
  color: #525252;
  position: relative;
  height: 100%;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
  color: #333333;
}
a:hover,
a:hover .text-underline {
  text-decoration: none;
}
a {
  color: #4193d0;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  font-weight: 300;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #424242;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #424242;
  font-weight: 300;
}
h2 span,
h3 span {
  font-size: 50%;
  text-transform: none;
  padding: 0;
  position: relative;
  font-weight: 700;
}
h1 {
  font-weight: 300;
}
h2 {
  font-size: 26px;
}
.text-muted {
  color: #cacaca;
}
.header-line {
  margin: 20px -15px 20px -15px;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
  display: inline-block;
  margin: 0 14px;
  line-height: 40px;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
  display: inline-block;
}
.heading-buttons .buttons {
  margin-top: 5px;
  margin-right: 14px;
  text-align: right;
}
.heading-buttons .btn + .btn {
  margin-left: 14px;
}
.heading-buttons > .btn-group-xs,
.heading-buttons > .btn-xs,
.heading-buttons > .dropdown {
  margin-top: 8px;
}
.heading-buttons > .btn-group-sm,
.heading-buttons > .btn-sm {
  margin-top: 4px;
}
p {
  margin: 0 0 10px;
  line-height: normal;
}
.lead {
  margin: 0 0 10px;
}
img {
  
}
.ie .img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul.icons {
  text-align: left;
  padding: 0;
}
ul.icons li {
  display: block;
  padding: 0 0 0 25px;
  line-height: 22px;
  color: #525252;
}
ul.icons li i:before {
  color: #525252;
  font-size: 17px;
  left: 0;
  top: 4px;
}
ul.list-unstyled {
  list-style: none;
  padding: 0;
}
ul.friends-list li a {
  display: block;
  font-weight: 300;
  color: #424242;
  padding: 14px;
}
ul.friends-list li a.glyphicons {
  padding-left: 40px;
}
ul.friends-list li a.glyphicons i:before {
  top: 8px;
  left: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  font-size: 16px;
  padding: 2px;
}
ul.friends-list li a img {
  width: 35px;
}
ul.friends-list li:hover {
  background-color: #efefef;
}
ul.friends-list li:data-content {
  width: 100px;
}
ul.friends-list li.active {
  background-color: #efefef;
}
ul.friends-list li.active a.glyphicons i:before {
  color: #3695d5;
  border: 1px solid #3695d5;
}
input,
button,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
pre.prettyprint {
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
  background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
  border: 1px solid #ebebeb;
  display: block;
  line-height: 19px;
  margin-bottom: 14px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
pre.prettyprint .glyphicons {
  padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
  font-size: 17px;
  top: 1px;
}
#content pre.prettyprint,
#content pre.prettyprint span {
  color: #525252;
}
blockquote p {
  font-size: 12px;
}
.separator {
  padding: 14px 0 3px 0;
  display: block;
}
.separator.primary {
  padding: 0;
  border-top: 2px solid #3695d5;
}
.separator.bottom {
  padding: 0 0 14px;
}
.separator.top {
  padding: 14px 0 0;
}
hr {
  border-top-color: #e2e1e1;
  border-bottom: none;
  margin: 0;
}
hr.separator {
  padding: 0;
}
hr.separator.top {
  margin: 7px 0 0;
}
hr.separator.bottom {
  margin: 0 0 7px;
}
@media print {
  html,
  body {
    height: auto !important;
    min-height: none !important;
  }
  @page {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }
  #wrapper {
    overflow-y: hidden !important;
  }
  #content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: none;
  }
  .breadcrumb,
  #tlyPageGuideWrapper,
  .filter-bar {
    display: none !important;
  }
  .table td,
  .table th {
    vertical-align: middle;
  }
  .table th {
    padding: 3px;
    text-align: center;
  }
  .table img {
    float: left;
  }
}
.map_canvas img {
  max-width: none !important;
}
.streetview {
  width: 100%;
  height: 300px;
}
.ui-dialog-vevent .dtstart {
  display: none;
}
.ui-dialog-vevent .website {
  margin: 0 0 1em;
}
h1 [class*="icon-"],
h2 [class*="icon-"],
h3 [class*="icon-"],
h4 [class*="icon-"],
h5 [class*="icon-"],
h6 [class*="icon-"] {
  font-size: 80%;
  /*vertical-align: middle;*/
  /*margin-top: -3px;*/
}
.rounded-none {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.rounded-left {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.rounded-right {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.welcome {
  margin: 15px 0;
}
.welcome h1 {
  font-size: 32px;
  font-weight: 400;
  color: #3695d5;
}
.faded {
  color: #a8a8a8;
}
.ribbon-wrapper {
  z-index: 2;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100%;
}
.text-inverse {
  color: #424242;
}
/* --- LOADING [less.helpers] from assets/components/core/less/helpers.less */
.scripts-async .container-fluid {
  visibility: hidden;
}
.innerLR {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}
.innerTB {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.innerAll {
  padding: 8px 14px 8px 14px;
  position: relative;
}
.innerL {
  padding-left: 14px;
  position: relative;
}
.innerR {
  padding-right: 14px;
  position: relative;
}
.innerT {
  padding-top: 14px;
  position: relative;
}
.innerB {
  padding-bottom: 14px;
  position: relative;
}
.center {
  text-align: center !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-none-TB {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.padding-none-LR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-left-none {
  border-left: none !important;
}
.border-right-none {
  border-right: none !important;
}
.box-shadow-none {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.bg-container {
  background: #eaeaea !important;
}
.bg-gray {
  background: #f9f9f9 !important;
}
.bg-gray-dark {
  background: #f2f2f2 !important;
}
.bg-none {
  background: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-success {
  background: #8bbf61 !important;
  color: #fff;
}
.bg-info {
  background: #4193d0 !important;
  color: #fff;
}
.bg-info-dark {
  background: #2c79b2 !important;
}
.bg-inverse {
  background: #424242 !important;
  color: #fff;
}
.bg-inverse-faded {
  background: rgba(66, 66, 66, 0.5) !important;
}
.bg-primary {
  background: #3695d5 !important;
  color: #fff;
}
.bg-primary-light {
  background: #c1def2 !important;
}
.bg-primary-light *:not(.btn) {
  border-color: #7ebbe4 !important;
}
.bg-primary-light[class*="border-"],
.bg-primary-light.box-generic {
  border-color: #acd3ee !important;
}
.bg-primary-light .caret {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: #7ebbe4 !important;
}
.bg-warning {
  background: #ab7a4b;
}
.bg-lightred {
  background: #E15258;
}
.bg-mustard {
  background: #D4D172;
}
.bg-purple {
  background: #9D8AC7;
}
.bg-gray-hover:hover {
  background: #f7f7f7;
}
.relativeWrap {
  position: relative;
}
.display-block {
  display: block !important;
}
.display-block-inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.text-white {
  color: #fff;
}
.text-info {
  color: #4193d0;
}
.text-primary {
  color: #3695d5 !important;
}
.text-success {
  color: #8bbf61;
}
.text-regular {
  color: #444 !important;
}
.text-faded {
  color: #d7d7d7 !important;
}
.text-muted-dark {
  color: #a2a2a2;
}
.text-muted-darker {
  color: #898989;
}
.text-weight-regular {
  font-weight: normal !important;
}
.text-weight-normal {
  font-weight: 400;
}
.text-condensed {
  letter-spacing: -2px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-small {
  font-size: 12px;
}
.text-larger {
  font-size: 14px;
}
.text-medium {
  font-size: 30px;
  line-height: 30px;
}
.text-large {
  font-size: 35px !important;
  line-height: 40px !important;
}
.text-xlarge {
  font-size: 50px;
  line-height: 50px;
}
.text-xxlarge {
  font-size: 70px;
  line-height: 70px;
}
.text-underline {
  text-decoration: underline;
}
.inline-block {
  display: inline-block !important;
}
.overflow-y-auto {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.applyNiceScroll {
  overflow-y: auto;
}
.overflow-hidden {
  position: relative;
  overflow: hidden;
}
.containerBg {
  background: #eaeaea;
}
.whiteBg {
  background: #fff;
}
.hide2 {
  display: none;
}
.border-top {
  border-top: 1px solid #efefef;
}
.border-right {
  border-right: 1px solid #efefef;
}
.border-bottom {
  border-bottom: 1px solid #efefef !important;
}
.border-left {
  border-left: 1px solid #efefef;
}
.half.innerAll {
  padding: 7px !important;
}
.half.innerLR {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.half.innerTB {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.half.innerT {
  padding-top: 7px !important;
}
.half.innerB {
  padding-bottom: 7px !important;
}
.half.innerL {
  padding-left: 7px !important;
}
.half.innerR {
  padding-right: 7px !important;
}
.inner-2x.innerAll {
  padding: 28px !important;
}
.inner-2x.innerTB {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.inner-2x.innerLR {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.inner-2x.padding-bottom-none {
  padding-bottom: 0 !important;
}
.inner-2x.padding-right-none {
  padding-right: 0 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x {
  overflow-x: auto;
}
.unscrollable {
  overflow: hidden !important;
}
.fixed-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.height-auto {
  height: auto !important;
}
div.row,
ul.row {
  margin: 0 -7px;
}
.row-merge {
  margin: 0 !important;
}
div[class*="col-xs-"],
div[class*="col-sm-"],
div[class*="col-md-"],
div[class*="col-lg-"],
li[class*="col-xs-"],
li[class*="col-sm-"],
li[class*="col-md-"],
li[class*="col-lg-"] {
  padding: 0 7px;
}
.widget .row-merge {
  margin: 0;
}
.row-merge {
  position: relative;
}
.row-merge > [class*="col-"] {
  padding: 0;
}
.row-merge > [class*="col-"] ~ [class*="col-"] {
  position: static;
}
.row-merge > [class*="col-"] ~ [class*="col-"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e2e1e1;
  content: "";
}
.row-merge.border-top,
.row-merge ~ .row-merge {
  border-top: 1px solid #e2e1e1;
}
.row-merge.border-bottom {
  border-bottom: 1px solid #e2e1e1;
}
.row-merge .fill-column:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
  background: #f4f4f4;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
    position: relative;
  }
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #e2e1e1;
    content: "";
  }
}
.row-icons {
  padding: 10px 0;
  margin: 0;
}
.row-icons [class*="col"] {
  margin-bottom: 14px;
  padding: 0;
}
.row-icons [class*="col"] a {
  line-height: 24px;
  display: inline-block;
  color: #1d1d1b;
}
.row-icons [class*="col"][class*="glyphicons"] {
  padding-left: 50px;
}
.row-icons [class*="col"][class*="glyphicons"] i:before {
  left: 10px;
  top: 10px;
}
.row-icons [class*="col"] i.fa {
  vertical-align: middle;
  margin: 0 10px;
}
.row-icons [class*="col"] i,
.row-icons [class*="col"] i:before {
  color: #3695d5;
  font-size: 24px;
}
.row-icons [class*="col"] span {
  padding-left: 5px;
}
.ui-tooltip {
  display: none !important;
}
.rounded-none {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.rounded-left {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.rounded-right {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.notebook {
  min-height: 60px;
  line-height: 30px;
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.notebook ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notebook ul li {
  line-height: 30px;
}
.bg-success .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-inverse .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-primary .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #3695d5 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #3695d5 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #3695d5 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-gray .notebook {
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  background: linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
/* --- LOADING [less.layout] from assets/components/core/less/layout.less */
div.row,
ul.row {
  margin: 0 -12px;
}
.row-merge {
  margin: 0 !important;
}
div[class*="col-xs-"],
div[class*="col-sm-"],
div[class*="col-md-"],
div[class*="col-lg-"],
li[class*="col-xs-"],
li[class*="col-sm-"],
li[class*="col-md-"],
li[class*="col-lg-"] {
  padding: 0 12px;
}
#content > .innerLR {
  padding-left: 24px;
  padding-right: 24px;
}
#content > .innerTB {
  padding-top: 24px;
  padding-bottom: 24px;
}
#content > .innerAll {
  padding: 24px;
}
#content .container > .innerLR {
  padding: 0;
}
#content > h1,
#content > h2,
#content > h3,
#content > h4 {
  padding: 0 24px 24px;
  margin: 0;
}
#content > .container .innerLR > h1,
#content > .innerLR > h1,
#content > .container .innerLR > h2,
#content > .innerLR > h2,
#content > .container .innerLR > h3,
#content > .innerLR > h3,
#content > .container .innerLR > h4,
#content > .innerLR > h4 {
  margin: 0;
  padding-bottom: 24px;
}
.border-top {
  border-top: 1px solid #e2e1e1;
}
.border-right {
  border-right: 1px solid #e2e1e1;
}
.border-bottom {
  border-bottom: 1px solid #e2e1e1 !important;
}
.border-left {
  border-left: 1px solid #e2e1e1;
}
.separator-h {
  height: 24px;
}
.layout-app {
  margin: 0 24px 0;
  position: relative;
}
.layout-app .container {
  padding: 0;
}
.layout-app .row-app {
  background: #eaeaea;
  margin: 0;
}
.layout-app .row-app > div[class*="col-"] {
  padding: 0;
}
.layout-app .col-separator {
  background-color: #fff;
}
.layout-app .col-separator > .widget,
.layout-app .col-separator > .widget-body,
.layout-app .col-separator > .widget-stats,
.layout-app .col-separator > .list-group {
  margin: 0 !important;
  border: none !important;
}
.layout-app .reset-components .widget,
.layout-app .reset-components .widget-body,
.layout-app .reset-components .widget-stats,
.layout-app .reset-components .list-group {
  margin: 0 !important;
  border: none !important;
}
.layout-app .reset-components .list-group li {
  border-left: none !important;
  border-right: none !important;
}
.layout-app .col-separator-h {
  height: 12px;
  border-left: none;
  border-right: none;
  position: relative;
}
.layout-app .col-separator-h:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #eaeaea;
}
.layout-app .col-separator {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.app .row-app {
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-app .col-separator-h {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  html .layout-app,
  html.app .layout-app {
    margin: 0;
  }
  html .layout-app .col-separator,
  html.app .layout-app .col-separator {
    position: relative;
    margin-right: 24px;
    overflow: visible;
  }
  html .layout-app .col-separator-first,
  html.app .layout-app .col-separator-first {
    margin-left: 24px;
  }
  html .layout-app .col-separator-last,
  html.app .layout-app .col-separator-last {
    margin-right: 0;
  }
  html .layout-app .col-separator-h,
  html.app .layout-app .col-separator-h {
    height: 24px;
  }
  html.app .layout-app {
    margin: 0;
  }
  html.app .layout-app .col-separator {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"] {
    position: relative;
  }
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"]:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #e2e1e1;
    content: "";
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-sm-12"],
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-sm-12"] {
    margin-top: 24px;
    position: relative;
    overflow: visible !important;
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-sm-12"]:after,
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-sm-12"]:after {
    background: #eaeaea;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
    content: "";
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-md-"]:after,
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-md-"]:after,
  html .row-app > [class*="col-md-"] ~ [class*="col-md-"]:after,
  html.app .row-app > [class*="col-md-"] ~ [class*="col-md-"]:after {
    bottom: auto;
    width: auto;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
  }
}
@media (max-width: 991px) {
  html.app .layout-app [class*="col-sm-12"] > .col-separator,
  html.app .layout-app [class*="col-md-12"] > .col-separator {
    left: 0;
    right: 0;
  }
  html.app .layout-app [class*="col-sm-12"] > .col-separator .col-separator,
  html.app .layout-app [class*="col-md-12"] > .col-separator .col-separator {
    margin-right: 0;
  }
  html.app .layout-app [class*="col-sm-12"] ~ [class*="col-sm-12"],
  html.app .layout-app [class*="col-md-12"] ~ [class*="col-sm-12"] {
    margin-top: 24px;
    position: relative;
    overflow: visible !important;
  }
  html.app .layout-app [class*="col-sm-12"] ~ [class*="col-sm-12"]:after,
  html.app .layout-app [class*="col-md-12"] ~ [class*="col-sm-12"]:after {
    background: #efefef;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
    content: "";
  }
}
@media (max-width: 1199px) {
  .layout-app [class*="col-lg-4"][class*="col-sm-"] .col-separator {
    margin-right: 12px;
  }
  .layout-app [class*="col-lg-4"][class*="col-sm-"] .col-separator-last-sm {
    margin-right: 0;
  }
  .layout-app [class*="col-lg-4"][class*="col-sm-12"] .col-separator {
    margin-right: 0;
  }
  html .row,
  html.app .row {
    margin: 0 -6px;
  }
  html .row-merge,
  html.app .row-merge {
    margin: 0;
  }
  html .layout-app > .row-app,
  html.app .layout-app > .row-app {
    margin: 0;
  }
  html div[class*="col-xs-"],
  html.app div[class*="col-xs-"],
  html div[class*="col-sm-"],
  html.app div[class*="col-sm-"],
  html div[class*="col-md-"],
  html.app div[class*="col-md-"],
  html div[class*="col-lg-"],
  html.app div[class*="col-lg-"] {
    padding: 0 6px;
  }
  html [class*="col-sm-12"] > .col-separator,
  html.app [class*="col-sm-12"] > .col-separator,
  html [class*="col-md-12"] > .col-separator,
  html.app [class*="col-md-12"] > .col-separator {
    margin-left: 0;
    margin-right: 0;
  }
  html [class*="col-sm-12"] > .col-separator .col-separator,
  html.app [class*="col-sm-12"] > .col-separator .col-separator,
  html [class*="col-md-12"] > .col-separator .col-separator,
  html.app [class*="col-md-12"] > .col-separator .col-separator {
    margin-right: 12px;
  }
  html [class*="col-sm-12"] > .col-separator .col-separator-last,
  html.app [class*="col-sm-12"] > .col-separator .col-separator-last,
  html [class*="col-md-12"] > .col-separator .col-separator-last,
  html.app [class*="col-md-12"] > .col-separator .col-separator-last {
    margin-right: 0;
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-sm-"],
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-sm-"],
  html .row-app > [class*="col-md-"] ~ [class*="col-sm-"],
  html.app .row-app > [class*="col-md-"] ~ [class*="col-sm-"],
  html .row-app > [class*="col-sm-"] ~ [class*="col-md-"],
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-md-"],
  html .row-app > [class*="col-md-"] ~ [class*="col-md-"],
  html.app .row-app > [class*="col-md-"] ~ [class*="col-md-"] {
    position: relative;
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-sm-"]:after,
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-sm-"]:after,
  html .row-app > [class*="col-md-"] ~ [class*="col-sm-"]:after,
  html.app .row-app > [class*="col-md-"] ~ [class*="col-sm-"]:after,
  html .row-app > [class*="col-sm-"] ~ [class*="col-md-"]:after,
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-md-"]:after,
  html .row-app > [class*="col-md-"] ~ [class*="col-md-"]:after,
  html.app .row-app > [class*="col-md-"] ~ [class*="col-md-"]:after {
    background: #eaeaea;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    height: auto;
    width: 1px;
    content: "";
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-md-12"],
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-md-12"],
  html .row-app > [class*="col-md-"] ~ [class*="col-md-12"],
  html.app .row-app > [class*="col-md-"] ~ [class*="col-md-12"] {
    margin-top: 24px;
    position: relative;
    overflow: visible !important;
  }
  html .row-app > [class*="col-sm-"] ~ [class*="col-md-12"]:after,
  html.app .row-app > [class*="col-sm-"] ~ [class*="col-md-12"]:after,
  html .row-app > [class*="col-md-"] ~ [class*="col-md-12"]:after,
  html.app .row-app > [class*="col-md-"] ~ [class*="col-md-12"]:after {
    background: #eaeaea;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
    content: "";
  }
}
@media (min-width: 1200px) {
  html.app,
  html.app body,
  html.app body .container-fluid {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
  }
  html.app #content {
    height: 100%;
  }
  html.app .layout-app {
    position: relative;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  html.app .layout-app .col-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    table-layout: fixed;
    left: 0;
    right: 0;
  }
  html.app .layout-app .col-table-row {
    display: table-row;
    height: 100%;
  }
  html.app .layout-app .col-table-row > .col-app > .col-app {
    position: absolute;
    width: 100%;
  }
  html.app .layout-app .col-app {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  html.app .layout-app .row-app {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  html.app .layout-app .row-app > div[class*="col-"],
  html.app .layout-app .row-app .col-app {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  html.app .layout-app .col-separator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 24px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html.app .layout-app .col-separator.col-unscrollable {
    overflow-y: hidden;
    overflow: hidden;
  }
  html.app .layout-app .col-separator-first {
    left: 24px;
  }
  html.app .layout-app .col-separator-last {
    right: 0px;
  }
  html.app .layout-app .col-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
  }
  html.app .layout-app .col-unscrollable {
    overflow-y: hidden;
  }
}
.container-fluid {
  background: #eaeaea;
  padding: 0 0 0 0;
}
#content {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  min-height: 500px;
  padding: 0;
  background: #eaeaea;
  padding-top: 73px;
}
.sidebar.sidebar-discover #content {
  margin-left: 236px;
}
.sidebar.sidebar-collapse #content {
  margin-left: 236px;
}
@media (max-width: 767px) {
  .container-fluid {
    position: relative;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  #content {
    overflow: visible;
  }
}
.col-fs {
  left: 0 !important;
  right: 0 !important;
  margin: 0;
  top: 0 !important;
}
.img-responsive {
  width: 100%;
}
.fa-6x {
  font-size: 80px;
}
.nicescroll-rails {
  display: none;
}
.bg-danger {
  background-color: #cc3a3a;
  color: #fff;
}
/* --- LOADING [less.menus] from assets/components/core/less/menus.less */
#menu {
  width: 0;
  position: fixed;
  background: #424242;
}
.sidebar.sidebar-discover .menu-hidden #footer {
  left: 0;
}
.sidebar.sidebar-discover .menu-hidden #content {
  margin: 0;
}
.sidebar.sidebar-discover .menu-hidden #menu {
  width: 0;
}
.sidebar.sidebar-collapse .menu-hidden #footer {
  left: 0;
}
.sidebar.sidebar-collapse .menu-hidden #content {
  margin: 0;
}
.sidebar.sidebar-collapse .menu-hidden #menu {
  width: 0;
}
.dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #efefef;
  padding: 0;
}
.dropdown-menu li {
  border-bottom: 1px solid #efefef;
}
.dropdown-menu li.divider {
  display: none;
}
.dropdown-menu li a {
  color: #000;
  font-weight: 300;
  padding: 6px 5px 6px 15px;
}
.dropdown-menu li a.glyphicons {
  padding-left: 35px;
}
.dropdown-menu li a.glyphicons i:before {
  color: #e2e2e2;
  font-size: 15px;
  top: 8px;
  left: 13px;
}
.dropdown-menu li a:hover {
  color: #797979;
  background-color: #f7f7f7;
}
.dropdown-menu li a:hover.glyphicons i:before {
  color: #cfcfcf;
}
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background-color: rgba(54, 149, 213, 0.2);
  color: #1d5d88;
}
.dropdown-menu li.active a.glyphicons i:before,
.dropdown-menu li.active a:hover.glyphicons i:before {
  color: #3695d5;
  font-size: 15px;
  top: 8px;
  left: 13px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.dropdown-icons a.dropdown-toggle {
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0;
}
.dropdown.dropdown-icons a.dropdown-toggle:hover {
  text-decoration: none;
  background: none;
  color: #424242;
}
.dropdown.dropdown-icons.open a.dropdown-toggle {
  color: #424242;
  text-decoration: none;
  background: #fff;
  border: 1px solid #3695d5;
  border-bottom: none;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
}
.dropdown.dropdown-icons .dropdown-menu {
  top: 26px;
  left: 0px;
  -webkit-border-radius: 0 0 17px 17px;
  -moz-border-radius: 0 0 17px 17px;
  border-radius: 0 0 17px 17px;
  margin: 0;
  padding: 5px 0;
  min-width: 34px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #3695d5;
  border-top: none;
  text-align: center;
}
.dropdown.dropdown-icons .dropdown-menu li {
  width: 100%;
  margin: 0;
  height: 30px;
  line-height: 30px;
  border: none;
}
.dropdown.dropdown-icons .dropdown-menu li a {
  color: #3695d5;
  font-size: 16px;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.dropdown.dropdown-icons .dropdown-menu li a:hover {
  background: none;
  color: #424242;
}
.dropdown.dropdown-icons.dropdown-icons-xs a.dropdown-toggle {
  width: 25px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
}
.dropdown.dropdown-icons.dropdown-icons-xs .dropdown-menu {
  min-width: 25px;
  top: 18px;
}
.dropdown.dropdown-icons.dropdown-icons-xs .dropdown-menu li {
  height: 20px;
  line-height: 20px;
}
.dropdown.dropdown-icons.dropdown-icons-xs .dropdown-menu li a {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
/* --- LOADING [less.navbar.main] from assets/components/modules/admin/menus/navbar.main.less */
.navbar.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.navbar {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  background: #fff;
}
.navbar ul {
  list-style: none;
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0px 5px !important;
  border-right: 1px solid #efefef;
  position: relative;
  margin-left: 0px !important;
}
.navbar .navbar-brand .logo {
  width: 33px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.navbar .navbar-brand .logo img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.navbar .navbar-brand > a {
  line-height: 49px;
  color: #424242;
}
.navbar .navbar-brand > a > span.text {
  font-size: 16px;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 8px;
  position: relative;
  top: -2px;
}
.navbar ul.main {
  height: 45px;
}
.navbar ul.main img {
  border: none;
}
.navbar ul.main > li {
  height: 49px;
  line-height: 45px;
  float: left;
  margin: 0 8px 0 15px;
}
.navbar ul.main > li > a {
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  text-decoration: none;
}
.navbar ul.main > li > a i {
  color: #ccc;
}
.navbar ul.main > li > a .caret {
  border-top-color: #676767;
  margin-left: 3px;
}
.navbar ul.main > li > a:hover i {
  color: #3695d5;
}
.navbar ul.main > li.dropdown.open > a,
.navbar ul.main > li.active > a,
.navbar ul.main > li.dropdown.open > a i,
.navbar ul.main > li.active > a i {
  color: #3695d5;
}
.navbar ul.main > li.dropdown.open > a .caret,
.navbar ul.main > li.active > a .caret {
  border-top-color: #3695d5;
}
.navbar ul.main > li.notifications > a {
  line-height: 40px;
}
.navbar ul.main > li.notifications > a > i {
  color: #666666;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.navbar ul.main > li .dropdown-menu {
  background: #fff;
  margin: 0px 0 0;
  background: #f9f9f9;
  border-color: #efefef;
}
.navbar ul.main > li .dropdown-menu li a {
  padding: 4px 5px 4px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #676767;
}
.navbar ul.main > li .dropdown-menu li a:hover {
  background: #fff;
}
.navbar ul.main > li .dropdown-menu li.active a {
  font-weight: 700;
  background: #fff;
  color: #3695d5;
}
.navbar.main {
  margin: 0;
  z-index: 1001;
  padding: 0 15px 0 0;
}
.navbar .easy-pie canvas {
  position: absolute !important;
}
.navbar .badge.badge-primary,
.navbar img {
  border: none;
}
.navbar [class*="border-"] {
  border-color: #efefef;
}
.navbar .user-action {
  height: 45px;
  padding: 12px 12px;
}
.navbar .user-action.user-action-btn-navbar {
  padding: 0;
}
.navbar .user-action.user-action-btn-navbar .btn-navbar {
  padding: 12px 18px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-color: transparent;
}
.navbar .user-action.user-action-btn-navbar .btn-navbar .fa-2x {
  font-size: 1.6em;
}
.navbar .user-action.user-action-btn-navbar .btn-navbar.btn-inverse {
  color: #676767;
}
.navbar .user-action.user-action-btn-navbar .btn-navbar.btn-inverse:hover,
.navbar .user-action.user-action-btn-navbar .btn-navbar.btn-inverse .active,
.navbar .user-action.user-action-btn-navbar .btn-navbar.btn-inverse:focus {
  color: #fff;
}
.navbar .user-action.user-action-btn-navbar .btn-navbar-right {
  padding: 6px 9px;
}
.navbar .dropdown {
  /* Notifications Dropdowns */
}
.navbar .dropdown.pull-left {
  padding-top: 7px;
}
.navbar .dropdown a.dropdown-toggle {
  font-size: 14px;
  color: #424242;
  font-weight: 600;
  color: #676767;
}
.navbar .dropdown a.dropdown-toggle .media .pull-left img {
  width: 30px;
  position: relative;
  top: -5px;
}
.navbar .dropdown a.dropdown-toggle:hover {
  text-decoration: none;
  background: none;
  color: #424242;
}
.navbar .dropdown a.dropdown-toggle:active,
.navbar .dropdown a.dropdown-toggle:focus {
  color: #3695d5;
  text-decoration: none;
  background: none;
}
.navbar .dropdown a.dropdown-toggle .caret {
  font-size: 13px;
}
.navbar .dropdown a.dropdown-toggle:active .caret,
.navbar .dropdown a.dropdown-toggle:focus .caret {
  border-top: 4px solid #424242;
}
.navbar .dropdown.dropdown-light > .dropdown-menu {
  top: 49px;
  background: #fff;
  margin: -1px 0 0;
  border-color: #dedede;
}
.navbar .dropdown.dropdown-light > .dropdown-menu.pull-left {
  left: -1px;
}
.navbar .dropdown.dropdown-light > .dropdown-menu > li.active > a {
  background: #3695d5;
  color: #fff;
  font-weight: 600;
}
.navbar .dropdown.dropdown-light > .dropdown-menu > li.active > a i:before {
  color: #fff;
}
.navbar .dropdown.dropdown-light > .dropdown-menu > li.active > a:hover,
.navbar .dropdown.dropdown-light > .dropdown-menu > li.active > a:focus {
  color: #fff !important;
  background: #3695d5;
}
.navbar .dropdown.dropdown-light > .dropdown-menu li > a:hover {
  font-weight: 600;
}
.navbar .dropdown.dropdown-light > .dropdown-menu .dropdown {
  padding: 0;
  display: block;
}
.navbar .dropdown.dropdown-light > .dropdown-menu .dropdown > .dropdown-menu {
  top: 0;
}
.navbar .dropdown.username .dropdown-menu li,
.navbar .dropdown.dropdown-regular .dropdown-menu li {
  text-align: left;
  border-bottom: 1px solid #efefef;
}
.navbar .dropdown.username .dropdown-menu li a,
.navbar .dropdown.dropdown-regular .dropdown-menu li a {
  color: #000;
  font-weight: 600;
  padding: 6px 5px 6px 15px;
  color: #676767;
}
.navbar .dropdown.username .dropdown-menu li a.glyphicons,
.navbar .dropdown.dropdown-regular .dropdown-menu li a.glyphicons {
  padding-left: 35px;
}
.navbar .dropdown.username .dropdown-menu li a.glyphicons i:before,
.navbar .dropdown.dropdown-regular .dropdown-menu li a.glyphicons i:before {
  color: #e2e2e2;
  font-size: 15px;
  top: 8px;
  left: 13px;
}
.navbar .dropdown.username .dropdown-menu li a:hover,
.navbar .dropdown.dropdown-regular .dropdown-menu li a:hover {
  background-color: #fff;
  color: #3695d5;
}
.navbar .dropdown.username .dropdown-menu li a:hover.glyphicons i:before,
.navbar .dropdown.dropdown-regular .dropdown-menu li a:hover.glyphicons i:before {
  color: #cfcfcf;
}
.navbar .dropdown.notif a.dropdown-toggle:focus,
.navbar .dropdown.notif a.dropdown-toggle:hover,
.navbar .dropdown.notif a.dropdown-toggle:active {
  text-decoration: none;
}
.navbar .dropdown.notif .dropdown-menu {
  width: 280px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dfdfdf;
  padding: 0px;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media:hover {
  background: #ffffff;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media a {
  padding: 0;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media .media-body {
  text-align: left;
  margin-right: 2px;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media .media-body label {
  font-size: 11px;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media .media-body h5.media-heading {
  margin-left: 0;
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: bold;
}
.navbar .dropdown.notif .dropdown-menu.chat li.media .media-body p {
  font-size: 13px;
}
.navbar .dropdown.notif .dropdown-menu.chat li:last-of-type {
  border: none;
}
.navbar .dropdown.notif .dropdown-menu .btn.btn-primary {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #fff;
  font-weight: bold;
}
.navbar .dropdown.notif .dropdown-menu .btn.btn-primary:hover {
  background-color: #2a88c8;
}
@media (max-width: 767px) {
  .navbar .navbar-header {
    height: 49px;
    margin-left: 0;
  }
  .navbar .navbar-header .navbar-toggle {
    margin-top: 12px;
  }
  .navbar.main {
    padding-right: 0;
  }
  .navbar .navbar-nav {
    margin: 0 -15px;
  }
  .navbar .navbar-nav .dropdown.open .dropdown-menu {
    float: none !important;
    margin: 0;
  }
  .navbar .navbar-nav .dropdown.open .dropdown-menu > li > a {
    padding: 6px 15px 6px 15px;
  }
  .navbar .navbar-nav .dropdown.open .dropdown-menu > li > a.glyphicons {
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .container {
    /*padding: 0;*/
  }
  .navbar .container ul.notifications {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    padding: 0;
  }
  .navbar ul.nav {
    /*padding: 0 10px;*/
    float: left;
  }
  .navbar ul.nav > li {
    height: 49px;
    line-height: 49px;
    padding: 0;
    display: block;
    float: left;
  }
  .navbar ul.nav > li > a {
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
  }
  .navbar ul.nav > li.active > a {
    background: none;
    font-weight: 600;
    color: #3695d5;
  }
  .navbar.main {
    min-height: 0;
    height: 49px;
  }
}
/* --- LOADING [less.animations] from assets/components/core/less/animations.less */
.hoverSlideLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  content: "";
  -webkit-transition: left 400ms ease;
  -moz-transition: left 400ms ease;
  -o-transition: left 400ms ease;
  -ms-transition: left 400ms ease;
  transition: left 400ms ease;
}
.hoverSlideRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  content: "";
  -webkit-transition: right 400ms ease;
  -moz-transition: right 400ms ease;
  -o-transition: right 400ms ease;
  -ms-transition: right 400ms ease;
  transition: right 400ms ease;
}
.hoverSlideUp {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  -webkit-transition: top 400ms ease;
  -moz-transition: top 400ms ease;
  -o-transition: top 400ms ease;
  -ms-transition: top 400ms ease;
  transition: top 400ms ease;
}
html.csstransitions.csstransforms3d #menu,
html.csstransitions.csstransforms3d .navbar.main,
html.csstransitions.csstransforms3d #footer {
  visibility: hidden;
}
html.csstransitions.csstransforms3d #sidebar-discover-wrapper #logoWrapper,
html.csstransitions.csstransforms3d #sidebar-discover-wrapper #logoWrapper * {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
html.csstransitions.csstransforms3d #sidebar-discover-wrapper > ul {
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  -ms-transition: width 500ms ease;
  transition: width 500ms ease;
}
html.csstransitions.csstransforms3d #sidebar-discover-wrapper > ul > li > a {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
html.csstransitions.csstransforms3d #sidebar-discover-wrapper > ul > li > a > i,
html.csstransitions.csstransforms3d #sidebar-discover-wrapper > ul > li > a > i:before {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
html.csstransitions.csstransforms3d #sidebar-discover-wrapper > ul > li > a span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
html.csstransitions.csstransforms3d .navbar.main .dropdown.open .dropdown-menu {
  -webkit-animation: fadeInUp 200ms linear;
  -moz-animation: fadeInUp 200ms linear;
  -ms-animation: fadeInUp 200ms linear;
}
html.csstransitions.csstransforms3d .btn,
html.csstransitions.csstransforms3d .timeline-activity li i.list-icon {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
}
html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest .widget-body .thumb {
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest .widget-body .description {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest:hover {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1000;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
html.csstransitions.csstransforms3d [data-toggle="gridalicious"] .widget-pinterest:hover .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -ms-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -ms-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -ms-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -ms-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -ms-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -ms-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -ms-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -ms-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5) translateZ(1px);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1) translateZ(1px);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%) translateZ(1px);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) translateZ(1px);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) translateZ(1px);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) translateZ(1px);
  }
}
@-webkit-keyframes moveFromLeftRotate {
  from {
    -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeftRotate {
  from {
    -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeftRotate {
  from {
    -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) translateZ(1px);
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes bigToSmall {
  from {
    -webkit-transform: scale(2);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bigToSmall {
  from {
    -moz-transform: scale(2);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes bigToSmall {
  from {
    -ms-transform: scale(2);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -webkit-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-moz-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -moz-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-ms-keyframes moveFromLeftAndGrowAndRotate {
  from {
    -ms-transform: translateX(-100%) rotate(-90deg) scale(0.1) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-webkit-keyframes moveFromRightAndGrowAndRotate {
  from {
    -webkit-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -webkit-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-moz-keyframes moveFromRightAndGrowAndRotate {
  from {
    -moz-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -moz-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
@-ms-keyframes moveFromRightAndGrowAndRotate {
  from {
    -ms-transform: translateX(100%) rotate(90deg) scale(0.1) translateZ(1px);
  }
  to {
    -ms-transform: translateX(0%) rotate(0deg) scale(1) translateZ(1px);
  }
}
/* --- LOADING [less.breadcrumb] from assets/components/core/less/breadcrumb.less */
.breadcrumb {
  height: 38px;
  line-height: 39px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #f9f9f9;
  color: #ababab;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb li {
  line-height: 38px;
  height: 38px;
  font-style: italic;
  margin: 0 10px;
}
.breadcrumb li.glyphicons {
  padding: 0 0 0 20px;
  margin: 0;
}
.breadcrumb li.glyphicons i:before {
  color: #dfdfdf;
  font-size: 16px;
  top: 10px;
  left: 10px;
}
.breadcrumb li a {
  font-weight: 400;
  font-style: normal;
  color: #424242;
}
.breadcrumb li a:hover {
  color: #4193d0;
  cursor: pointer;
}
.breadcrumb li.divider {
  margin: 0;
  padding: 0;
  border-left: 1px solid #dfdfdf;
  vertical-align: top;
}
/* --- LOADING [less.demi] from assets/components/core/less/demi.less */
/* Contacts */
.list-group.list-white {
  border: none;
  margin-bottom: 0;
}
.list-group.list-white li.list-group-item {
  border: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  font-weight: bold;
}
.list-group.list-white li.list-group-item.active {
  background: #4193d0;
}
.list-group.list-white li.list-group-item.active a {
  color: #fff;
}
.list-group.list-white li.list-group-item.active .badge-stroke {
  border-color: #fff;
  color: #fff;
}
.list-group.list-white li.list-group-item.active:hover {
  background: #4193d0;
}
.list-group.list-white li.list-group-item:hover {
  background: #f7f7f7;
}
.media.contact {
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid #efefef;
}
.media.contact .media-object {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.media.contact:hover {
  background: #f7f7f7;
}
/* --- LOADING [less.error] from assets/components/core/less/error.less */
.error {
  
}
.error .error-icon {
  display: inline;
}
.error .content {
  margin-top: 100px;
}
.error .content .well {
  border: none;
  font-size: 16px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #cc3a3a;
}
/* --- LOADING [less.forms] from assets/components/core/less/forms.less */
input[type="text"]:focus,
input[type="text"]:active,
input[type="text"]:hover {
  background-color: #FCFCFC;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #e2e1e1;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 13px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border-color: #e2e1e1;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
  margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
  padding-left: 0;
}
.uniformjs .radio {
  height: auto;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 3px;
}
.uniformjs label.radio {
  margin-bottom: 0;
}
.uniformjs label.radio.inline {
  margin: 0;
}
.checkbox.inline {
  padding-bottom: 1px;
}
.uniformjs .radio span {
  margin: 2px 0 0;
}
.uniformjs .checkbox span {
  margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.input-full input {
  width: 83%;
  height: 17px;
}
legend {
  line-height: normal;
  height: auto;
  font-size: 18px;
  margin: 0 0 6px;
  text-align: left;
  padding: 0;
  border: 0;
  color: #797979;
}
.strong {
  font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
  border-color: #e2e1e1;
  color: #555;
}
input[type=text][readonly], input[type=text][disabled]{
	color: #A7A7A7;
}
.control-label.center {
  text-align: center;
}
.form-actions {
  background: none;
  border: none;
  margin: 0;
}
.form-horizontal .form-actions {
  margin-top: 0;
  padding: 0;
}
.form-horizontal .control-group:last-child {
  margin: 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #fff;
  border-color: #e2e1e1;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
  color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
  margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
  background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
  font-size: 14px;
  left: 7px;
  top: 7px;
  color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
  left: 6px;
}
.input-group .input-group-addon {
  background: #fff;
  border-color: #efefef;
}
.form-control {
  border-color: #efefef;
  box-shadow: none;
}
.friends-search {
  border-bottom: 1px solid #efefef;
}
.friends-search .form-control {
  border: none;
  font-style: italic;
  color: #000;
}
.friends-search .btn {
  border: none;
  background: none;
  color: #ccc;
}
.friends-search .btn:active {
  color: #ccc;
  color: #3695d5;
}
/* --- LOADING [less.gallery] from assets/components/core/less/gallery.less */
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery ul li .thumb {
  position: relative;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  z-index: 1;
  overflow: hidden;
}
.gallery ul li.col-md-2:nth-child(6n+7) {
  margin-left: 0;
}
.gallery ul li.col-md-3:nth-child(4n+5) {
  margin-left: 0;
}
.gallery ul li.col-md-4:nth-child(3n+4) {
  margin-left: 0;
}
.gallery.gallery-masonry li[class*="col-md-"] {
  margin-left: 0;
}
.gallery.gallery-2 li .thumb {
  padding: 0;
}
.gallery.gallery-2 li .thumb img {
  border-color: #4c4c4c;
}
.thumb {
  display: block;
  padding: 3px;
  border: 1px solid #e2e1e1;
  background: #fff;
}
.thumbnails {
  margin: 0;
}
.thumbnails > li {
  margin-bottom: 14px;
}
.thumbnails > li .thumbnail {
  border-color: #e2e1e1;
  background: #ffffff;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.thumbnails > li .thumbnail .caption {
  color: #525252;
}
.thumbnails > li a.thumbnail:hover,
.thumbnails > li a.thumbnail:focus {
  border-color: #3695d5;
  -webkit-box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  text-decoration: none;
}
.thumbnail {
  border-color: #e2e1e1;
}
a.thumbnail .caption {
  display: block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3695d5;
  -webkit-box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  box-shadow: 0 1px 4px rgba(54, 149, 213, 0.25);
  text-decoration: none;
}
div.pp_overlay {
  background: #fff;
}
/* --- LOADING [less.labels] from assets/components/core/less/labels.less */
.label {
  display: inline-block;
}
.label.label-stroke {
  background: none;
  color: #999;
  border: 1px solid #999;
}
.label.label-primary {
  background: #3695d5;
}
.label.label-primary.label-stroke {
  background: none;
  color: #3695d5;
  border: 1px solid #3695d5;
}
.label.label-info {
  background: #4193d0;
}
.label.label-info.label-stroke {
  background: none;
  color: #4193d0;
  border: 1px solid #4193d0;
}
.label.label-warning {
  background: #ab7a4b;
}
.label.label-warning.label-stroke {
  background: none;
  color: #ab7a4b;
  border: 1px solid #ab7a4b;
}
.label.label-danger {
  background: #cc3a3a;
}
.label.label-danger.label-stroke {
  background: none;
  color: #cc3a3a;
  border: 1px solid #cc3a3a;
}
.label.label-inverse {
  background: #424242;
}
.label.label-inverse.label-stroke {
  background: none;
  color: #424242;
  border: 1px solid #424242;
}
.label.label-success {
  background: #8bbf61;
}
.label.label-success.label-stroke {
  background: none;
  color: #8bbf61;
  border: 1px solid #8bbf61;
}
.label.label-block {
  display: block;
}
.badge {
  border: 1px solid #fff;
}
.badge.badge-stroke {
  background: none;
  color: #999;
  border: 1px solid #999;
}
.badge.badge-primary {
  background: #3695d5;
}
.badge.badge-primary.badge-stroke {
  background: none;
  color: #3695d5;
  border: 1px solid #3695d5;
}
.badge.badge-warning {
  background: #ab7a4b;
}
.badge.badge-warning.badge-stroke {
  background: none;
  color: #ab7a4b;
  border: 1px solid #ab7a4b;
}
.badge.badge-danger {
  background: #cc3a3a;
}
.badge.badge-danger.badge-stroke {
  background: none;
  color: #cc3a3a;
  border: 1px solid #cc3a3a;
}
.badge.badge-success {
  background: #8bbf61;
}
.badge.badge-success.badge-stroke {
  background: none;
  color: #8bbf61;
  border: 1px solid #8bbf61;
}
.badge.badge-inverse {
  background: #424242;
}
.badge.badge-inverse.badge-stroke {
  background: none;
  color: #424242;
  border: 1px solid #424242;
}
.badge.badge-info {
  background: #4193d0;
}
.badge.badge-info.badge-stroke {
  background: none;
  color: #4193d0;
  border: 1px solid #4193d0;
}
.badge.badge-white {
  background: #fff;
  color: #797979;
  border: 1px solid #ccc;
}
.badge.badge-block {
  display: block;
}
/* --- LOADING [less.login] from assets/components/core/less/login.less */
.login .placeholder {
  font-size: 120px;
  color: #dfdfdf;
}
html.app .loginWrapper .layout-app {
  top: 50px;
}
html.app .loginWrapper #content {
  max-width: 760px;
  margin: 0 auto;
}
/* --- LOADING [less.lt-ie9] from assets/components/core/less/lt-ie9.less */
.lt-ie9 .widget .widget-body.list ul li {
  border-bottom: 1px solid #efefef;
}
.lt-ie9 .heading-buttons h1.glyphicons,
.lt-ie9 .heading-buttons h2.glyphicons,
.lt-ie9 .heading-buttons h3.glyphicons,
.lt-ie9 .heading-buttons h4.glyphicons,
.lt-ie9 .heading-buttons h5.glyphicons,
.lt-ie9 .heading-buttons h6.glyphicons {
  float: left;
}
.lt-ie9 .filter-bar div div.input-append .add-on {
  width: 24px;
  padding-right: 0;
  padding-left: 0;
}
.lt-ie9 .filter-bar div div.input-append .add-on i {
  width: 24px;
  height: 24px;
  display: block;
  vertical-align: middle;
  line-height: 24px;
}
.lt-ie9 .filter-bar div div.input-append .add-on i:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: auto;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
  vertical-align: middle;
  margin-top: 0;
  top: 0;
}
.lt-ie9 .ribbon-wrapper {
  display: none;
}
/* --- LOADING [less.menus.top] from assets/components/core/less/menus.top.less */
#menu-top {
  position: relative;
  height: 45px;
  background: #3f3f3f;
  padding: 0 6px 0 0;
  margin: 0 0 24px;
  z-index: 1001;
}
#menu-top .logo {
  line-height: 45px;
  font-size: 18px;
  color: #525252;
  background: #303030;
  width: 56px;
  text-align: center;
  font-weight: 800;
  float: left;
}
#menu-top ul {
  list-style: none;
  padding: 0;
}
#menu-top ul.main {
  height: 45px;
}
#menu-top ul.main img {
  border: none;
}
#menu-top ul.main > li {
  height: 45px;
  line-height: 45px;
  float: left;
  margin: 0 5px;
}
#menu-top ul.main > li > a {
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  padding: 0 6px;
  text-decoration: none;
}
#menu-top ul.main > li > a i {
  color: #ccc;
}
#menu-top ul.main > li > a .caret {
  border-top-color: #ccc;
  margin-left: 6px;
}
#menu-top ul.main > li > a:hover i {
  color: #3695d5;
}
#menu-top ul.main > li.dropdown.open > a,
#menu-top ul.main > li.active > a,
#menu-top ul.main > li.dropdown.open > a i,
#menu-top ul.main > li.active > a i {
  color: #3695d5;
}
#menu-top ul.main > li.notifications a {
  line-height: 40px;
}
#menu-top ul.main > li.notifications a i {
  color: #666666;
  font-size: 18px;
}
#menu-top ul.main > li .dropdown-menu {
  background: #fff;
  margin: 0px 0 0;
  border-color: #dedede;
  padding: 5px 0;
}
#menu-top ul.main > li .dropdown-menu li {
  border-bottom: none;
}
#menu-top ul.main > li .dropdown-menu li a {
  padding: 3px 5px 3px 10px;
  font-size: 14px;
}
#menu-top ul.main > li .dropdown-menu li.active a {
  font-weight: 700;
}
#menu-top ul.colors {
  height: 45px;
}
#menu-top ul.colors > li {
  padding: 5px 2px;
  float: left;
}
#menu-top ul.colors > li > a {
  display: block;
  width: 18px;
  height: 18px;
  background: #3695d5;
}
#menu-top ul.colors > li.active > a {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}
#menu-top ul.colors > li.dropdown > a {
  background: none;
}
#menu-top ul.colors > li.dropdown > a .color {
  width: 9px;
  height: 9px;
  display: inline-block;
  float: left;
}
#menu-top ul.colors > li.dropdown > a .color.primary {
  background: #3695d5;
}
#menu-top ul.colors > li.dropdown > a .color.info {
  background: #4193d0;
}
#menu-top ul.colors > li.dropdown > a .color.inverse {
  background: #424242;
}
#menu-top ul.colors > li.dropdown > a .color.success {
  background: #8bbf61;
}
#menu-top ul.colors > li.dropdown > a .color.danger {
  background: #cc3a3a;
}
#menu-top ul.colors > li.dropdown .dropdown-menu {
  border-color: #dedede;
  margin: 1px 0 0;
  width: 622px;
  padding: 10px;
}
#menu-top ul.colors > li.dropdown .dropdown-menu li {
  width: 150px;
  float: left;
  border: none;
}
#menu-top ul.colors > li.dropdown .dropdown-menu li a {
  padding: 3px 3px 3px 5px;
  font-size: 13px;
}
#menu-top ul.colors > li.dropdown .dropdown-menu .color {
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: text-top;
  width: 10px;
  height: 10px;
}
#menu-top ul.colors > li.dropdown .dropdown-menu .color.primary {
  background: #3695d5;
}
@media (max-width: 991px) {
  #menu-top {
    z-index: 1000;
  }
  #menu-top ul.colors li.dropdown .dropdown-menu {
    width: 322px;
  }
}
/* --- LOADING [less.popovers] from assets/components/core/less/popovers.less */
.popover {
  border-color: #e2e1e1;
  background: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.popover .popover-title {
  font-weight: 700;
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
  background-image: none !important;
  filter: none !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #f4f4f4;
  border-bottom: 1px solid #e2e1e1;
  position: relative;
  overflow: hidden;
}
.popover.top .arrow {
  border-top-color: #e2e1e1;
}
.popover.bottom .arrow {
  border-bottom-color: #e2e1e1;
}
.popover.left .arrow {
  border-left-color: #e2e1e1;
}
.popover.right .arrow {
  border-right-color: #e2e1e1;
}
#demo_popovers .popover {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
/* --- LOADING [less.widgets] from assets/components/core/less/widgets.less */
.widget {
  background: #ffffff;
  margin: 0 auto 24px;
  position: relative;
  border: 1px solid #e2e1e1;
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
}
.widget.row-merge {
  margin: 0 0 24px !important;
}
.widget .tab-content {
  padding: 0;
}
.widget .widget-head {
  background: #f7f7f7;
  border-bottom: 1px solid #e2e1e1;
  text-shadow: 0 1px 0 0 1px 0 #ffffff;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0 14px 0 0;
  overflow: hidden;
}
.widget .widget-head.progress {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0;
}
.widget .widget-head.height-auto {
  height: auto;
}
.widget .widget-head > .glyphicons,
.widget .widget-head ul .glyphicons {
  height: 30px;
  width: 30px;
  padding: 0;
}
.widget .widget-head > .glyphicons i:before,
.widget .widget-head ul .glyphicons i:before {
  width: 30px;
  height: 30px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.widget .widget-head .heading {
  margin: 0;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  font-weight: 700;
  float: left;
}
.widget .widget-head .heading.glyphicons {
  width: auto;
  display: block;
  padding: 0 0 0 35px;
}
.widget .widget-head .heading.glyphicons i:before {
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  color: #525252;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
}
.widget .widget-head a {
  text-shadow: none;
}
.widget .widget-head .dropdown-menu li > a:hover,
.widget .widget-head .dropdown-menu li > a:focus,
.widget .widget-head .dropdown-submenu:hover > a {
  background-color: #3695d5;
  background-image: -moz-linear-gradient(top, #3695d5, #d24343);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3695d5), to(#d24343));
  background-image: -webkit-linear-gradient(top, #3695d5, #d24343);
  background-image: -o-linear-gradient(top, #3695d5, #d24343);
  background-image: linear-gradient(to bottom, #3695d5, #d24343);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget .details {
  font-size: 8pt;
  color: #525252;
}
.widget .widget-body {
  padding: 0px 14px 0px 14px;
}
.widget .widget-body form {
  margin: 0;
}
.widget .widget-body > pre:last-child,
.widget .widget-body > p:last-child {
  margin: 0;
}
.widget .widget-body.list {
  color: #525252;
  padding: 0;
}
.widget .widget-body.list .count {
  font-size: 15pt;
  font-weight: 400;
}
.widget .widget-body.list ul {
  margin: 0;
  list-style: none;
}
.widget .widget-body.list ul li {
  padding: 0 10px;
  height: 39px;
  border-bottom: 1px solid #e2e1e1;
  position: relative;
  line-height: 39px;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
  clear: both;
}
.widget .widget-body.list ul li .badge {
  position: absolute;
  right: 8px;
  top: 10px;
}
.widget .widget-body.list ul li:first-child {
  border-top: none;
}
.widget .widget-body.list ul li:last-child {
  border-bottom: none;
}
.widget .widget-body.list ul li .count {
  float: right;
  color: #525252;
}
.widget .widget-body.list ul li .sparkline {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.widget .widget-body.list ul li a {
  color: #525252;
  font-weight: bold;
}
.widget .widget-body.list.products li {
  height: 60px;
  line-height: 60px;
}
.widget .widget-body.list.products .img {
  float: left;
  display: inline-block;
  text-align: center;
  background: #272729;
  margin: 6px 8px 0 0;
  cursor: pointer;
}
.widget .widget-body.list.products .title {
  line-height: normal;
  display: inline-block;
  padding: 13px 0 0;
  text-transform: uppercase;
}
.widget .widget-body.list.products .title strong {
  font-family: "Lato", sans-serif;
  text-transform: none;
}
.widget .widget-body.list.fluid ul li {
  height: auto;
  line-height: normal;
  padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
  border-bottom: 1px solid #d8d9da;
  border-top: none;
  background: #f8f8f8;
}
.widget .widget-body.list.list-2 ul li.active {
  border-color: #dddddd;
  background: #fff;
}
.widget .widget-body.list.list-2 ul li.active i:before {
  font-weight: normal;
  background: #3695d5;
  color: #fff;
  text-shadow: none;
}
.widget .widget-body.list.list-2 ul li.active a {
  color: #3695d5;
}
.widget .widget-body.list.list-2 ul li:last-child {
  border-bottom: none;
}
.widget .widget-body.list.list-2 ul li a {
  display: block;
  color: #222;
  padding: 0 0 0 30px;
}
.widget .widget-body.list.list-2 ul li a i:before {
  color: #555;
  width: 20px;
  height: 17px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #dddddd;
  top: 9px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  text-shadow: 0 1px 0 #fff;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu {
  height: auto;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
  padding: 0 0 10px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
  height: auto;
  line-height: normal;
  background: none;
  border: none;
  line-height: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
  color: #333;
  padding: 0 0 0 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
  font-weight: bold;
}
.widget .widget-footer {
  background: #fafafa;
  height: 25px;
  line-height: 25px;
  border-top: 1px solid #ebebeb;
}
.widget .widget-footer .glyphicons {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  float: right;
}
.widget .widget-footer .glyphicons i:before {
  font-size: 16px;
  color: #c3c3c3;
  text-align: center;
  width: 20px;
  height: 25px;
  line-height: 25px;
  text-shadow: 0 1px 0 #ffffff;
}
.widget .widget-footer .glyphicons:hover i:before {
  color: rgba(0, 0, 0, 0.5);
}
.widget.margin-bottom-none {
  margin-bottom: 0;
}
.widget.widget-gray {
  background: #f5f5f5;
}
.widget.widget-gray .widget-head {
  background: #e9e9e9;
  border-color: #d1d2d3;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.widget.widget-gray .widget-head .heading {
  color: #555555;
  text-shadow: 0 1px 0 #fff;
}
.widget.widget-gray .widget-head .heading.glyphicons i:before {
  background: none;
  color: #555;
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.widget-2:before,
.widget.widget-2:after {
  display: none;
}
.widget.widget-2 .widget-head {
  background: #e2e2e4;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
  height: 36px;
  line-height: 36px;
  border-color: #d1d2d3;
}
.widget.widget-2 .widget-head .heading {
  line-height: 36px;
  color: #555555;
  text-shadow: 0 1px 0 #fff;
  font-size: 12pt;
}
.widget.widget-2 .widget-head .heading i:before {
  color: #555555;
  background: none;
  border: none;
  left: 3px;
  top: 2px;
}
.widget.widget-2 .widget-body {
  border: 1px solid #d1d2d3;
  border-top: 0;
  background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
  background: #3695d5;
  border-color: #3695d5;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.widget.widget-2.primary .widget-head .heading {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before,
.widget.widget-3:after {
  display: none;
}
.widget.widget-3 .widget-head {
  height: 36px;
  line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
  display: block;
  text-align: center;
  float: none;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  font-size: 12pt;
}
.widget.widget-3 .widget-head .heading i:before {
  background: none;
  border: none;
  left: 3px;
  top: 5px;
  font-size: 20px;
  color: #45484d;
}
.widget.widget-3 .widget-head .heading .glyphicons {
  vertical-align: middle;
  width: 35px;
  height: 36px;
  padding: 0;
}
.widget.widget-3 .widget-body {
  border-bottom: 1px solid #e2e1e1;
}
.widget.widget-3 .widget-body.large {
  font-size: 26pt;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  vertical-align: middle;
  line-height: normal;
}
.widget.widget-3 .widget-body.large.cancellations span {
  line-height: 20px;
  text-align: left;
  font-size: 17pt;
  display: inline-block;
  text-shadow: none;
}
.widget.widget-3 .widget-body.large.cancellations span span {
  display: block;
}
.widget.widget-3 .widget-body.large.cancellations span span:first-child {
  color: #3695d5;
  text-transform: uppercase;
  font-size: 13pt;
}
.widget.widget-3 .widget-body.large.dashboard {
  padding: 15px 0;
}
.widget.widget-3 .widget-footer {
  background: #fafafa;
  border-top: none;
}
.widget.widget-3 .widget-footer a {
  float: none;
  color: #dddddd;
  width: auto;
  padding: 0 10px 0 30px;
  border-right: 1px solid #e2e1e1;
  text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
  color: #dddddd;
  left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
  color: #3695d5;
}
.widget.widget-3 .widget-footer a:hover i:before {
  color: #3695d5;
}
.widget.widget-3 .widget-footer.align-center {
  text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
  border-left: 1px solid #e2e1e1;
}
.widget.widget-3 .widget-footer.align-right {
  text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
  border-left: 1px solid #e2e1e1;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
  border-right: none;
}
.widget.widget-4 {
  border: none;
  background: none;
}
.widget.widget-4 .widget-head {
  background: none;
  padding: 10px;
  border: none;
}
.widget.widget-4 .widget-head .heading {
  color: #544f49;
  text-shadow: none;
  padding: 0;
  margin: 0;
}
.widget.widget-4 .widget-body {
  padding: 0 10px 10px;
  border: none;
}
.widget.widget-4 .widget-body.list ul li {
  padding: 0;
}
.widget.widget-heading-simple {
  border: none;
  background: none;
}
.widget.widget-heading-simple > .widget-head {
  border: none;
  background: none;
  background-image: none !important;
  filter: none !important;
  padding: 0 0 5px;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-head .heading {
  padding: 0;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-head .heading.glyphicons {
  padding: 0 0 0 25px;
}
.widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
  text-align: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.widget.widget-heading-simple > .widget-body {
  border: 1px solid #e2e1e1;
}
.widget.widget-body-simple {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.widget.widget-body-simple > .widget-body {
  background: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.widget.widget-body-white > .widget-body {
  background: #ffffff;
}
.widget.widget-body-gray > .widget-body {
  background: #f4f4f4;
}
.widget.widget-body-primary > .widget-body {
  background: #3695d5;
}
.widget.widget-body-primary > .widget-body * {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-inverse > .widget-body {
  background: #424242;
}
.widget.widget-body-inverse > .widget-body *,
.widget.widget-body-inverse > .widget-body i:before {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-default > .widget-body {
  background: #e2e2e2;
}
.widget.widget-body-default > .widget-body *,
.widget.widget-body-default > .widget-body i:before {
  color: #fff;
  text-shadow: none;
}
.widget.widget-body-multiple {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.widget.widget-body-multiple > .widget-body {
  margin-bottom: 7px;
}
.widget.widget-body-multiple > .widget-body:last-of-type {
  margin-bottom: 0;
}
.finances_summary .well {
  font-size: 16px;
  text-align: center;
}
.finances_summary .well strong {
  display: block;
  font-size: 22pt;
  color: #45494c;
  line-height: normal;
}
.finances_summary .glyphicons.standard i:before {
  color: #cccccc;
}
div.glyphicons {
  padding: 0 0 0 47px;
}
div.glyphicons i:before {
  color: #e2e2e2;
  font-size: 32px;
}
div.glyphicons.glyphicon-large {
  padding: 0 0 0 75px;
}
div.glyphicons.glyphicon-large i:before {
  font-size: 50px;
  left: 0;
}
div.glyphicons.glyphicon-large.group-column {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-large.group-column i:before {
  font-size: 45px;
  left: 12px;
}
div.glyphicons.glyphicon-xlarge {
  padding: 0 0 0 85px;
}
div.glyphicons.glyphicon-xlarge i {
  padding: 0 0 10px;
}
div.glyphicons.glyphicon-xlarge i:before {
  font-size: 70px;
}
div.glyphicons.glyphicon-top {
  padding: 0;
  text-align: center;
}
div.glyphicons.glyphicon-top i {
  display: block;
  position: relative;
  padding: 5px 0 10px;
}
div.glyphicons.glyphicon-top i:before {
  position: relative;
  left: auto;
  top: auto;
}
div.glyphicons.glyphicon-primary i:before {
  color: #3695d5;
}
@media (max-width: 979px) and (min-width: 768px) {
  div.glyphicons.hidden-tablet-partial {
    padding: 0;
  }
}
.widget-body-primary div.glyphicons i:before {
  color: #fff;
}
.social-large {
  height: 97px;
}
.social-large a {
  display: block;
  height: 77px;
  float: left;
  padding: 10px 19px;
  color: #d5d5d5;
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  text-decoration: none;
}
.social-large a i {
  display: block;
  position: relative;
  padding: 0 0 8px;
}
.social-large a i:before {
  display: block;
  text-align: center;
  top: auto;
  left: auto;
  position: relative;
  font-size: 50px;
  color: #d5d5d5;
}
.social-large a.active,
.social-large a:hover {
  color: #fff;
  background: #3695d5;
}
.social-large a.active i:before,
.social-large a:hover i:before {
  color: #fff;
}
.social-large a:last-child {
  border: none;
}
.social-large.social-large-2 a {
  display: inline-block;
  font-weight: 400;
  float: none;
  border: none;
  background: none;
  color: #444444;
}
.social-large.social-large-2 a i:before {
  color: #444444;
}
.social-large.social-large-2 a.active,
.social-large.social-large-2 a:hover {
  color: #3695d5;
}
.social-large.social-large-2 a.active i:before,
.social-large.social-large-2 a:hover i:before {
  color: #3695d5;
}
/* --- LOADING [less.bootstrap-datepicker] from assets/components/common/forms/elements/bootstrap-datepicker/assets/custom/less/bootstrap-datepicker.less */
.datepicker.datepicker-inline {
  width: 100%;
  padding: 0;
  margin: 0 0 14px;
}
.datepicker table {
  width: 100%;
}
.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-image: none !important;
  filter: none !important;
  background: #3695d5 !important;
}
.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-image: none !important;
  filter: none !important;
  background: #3695d5 !important;
}
.datepicker td,
.datepicker th {
  width: 35px;
  height: 30px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.datepicker thead th.dow {
  background: #3695d5;
  color: #fff;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget .datepicker.datepicker-inline {
  margin: 0;
}
/* --- LOADING [less.bootstrap-select] from assets/components/common/forms/elements/bootstrap-select/assets/custom/less/bootstrap-select.less */
.bootstrap-select .btn.btn-inverse,
.bootstrap-select.btn-group.open .btn.btn-inverse,
.bootstrap-select .btn.btn-inverse:focus,
.bootstrap-select.btn-group.open .btn.btn-inverse:focus {
  color: #fff !important;
}
.bootstrap-select .btn:focus {
  outline: none !important;
}
/* --- LOADING [less.bootstrap-switch] from assets/components/common/forms/elements/bootstrap-switch/assets/custom/less/bootstrap-switch.less */
.has-switch {
  vertical-align: middle;
  border-color: #eaeaea;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.has-switch + .has-switch {
  margin-left: 10px;
}
.has-switch span.switch-left {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.has-switch span {
  background-image: none !important;
  filter: none !important;
}
.has-switch label {
  background-image: none !important;
  filter: none !important;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border: none;
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  background: #fff;
}
.has-switch span.switch-primary {
  background: #3695d5;
}
.has-switch span.switch-primary:hover {
  background: #60abde;
}
.has-switch span.switch-danger {
  background: #cc3a3a;
}
.has-switch span.switch-danger:hover {
  background: #d66363;
}
.has-switch span.switch-warning {
  background: #ab7a4b;
}
.has-switch span.switch-warning:hover {
  background: #be946b;
}
.has-switch span.switch-success {
  background: #8bbf61;
}
.has-switch span.switch-success:hover {
  background: #a6ce85;
}
.has-switch span.switch-inverse {
  background: #424242;
}
.has-switch span.switch-inverse:hover {
  background: #5c5c5c;
}
.has-switch span.switch-default {
  background: #eaeaea;
  color: #444;
}
.has-switch span.switch-default:hover {
  background: #fff;
}
.has-switch span.switch-default.switch-right {
  background: #fff;
}
/* --- LOADING [less.bootstrap-timepicker] from assets/components/common/forms/elements/bootstrap-timepicker/assets/custom/less/bootstrap-timepicker.less */
.bootstrap-timepicker-widget table td {
  font-size: 13px;
}
.bootstrap-timepicker > [class*="icon-"] {
  vertical-align: text-top;
  margin: 0 0 0 -22.5px;
  pointer-events: none;
  position: relative;
  cursor: pointer;
}
/* --- LOADING [less.fuelux-checkbox] from assets/components/common/forms/elements/fuelux-checkbox/fuelux-checkbox.less */
.checkbox-custom input[type=checkbox] {
  /* IE cannot fire events if display none or visibility hidden */
  position: relative;
  left: -99999px;
}
.checkbox-custom i {
  margin-left: -20px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 1.333em;
  color: #ddd;
  display: inline-block;
  position: relative;
  top: -2px;
}
.checkbox-custom i.checked {
  color: #3695d5 !important;
}
.checkbox-custom i.checked:before {
  content: '\f046';
}
.checkbox-custom i.disabled {
  /* disabled */
  color: #eee;
}
.checkbox-single {
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
}
.checkbox-single .checkbox-custom {
  width: 20px;
}
.checkbox-single .checkbox-custom i {
  margin-left: 1px;
}
/* --- LOADING [less.fuelux-radio] from assets/components/common/forms/elements/fuelux-radio/fuelux-radio.less */
.radio-custom input[type=radio] {
  /* IE cannot fire events if display none or visibility hidden */
  position: relative;
  left: -99999px;
}
.radio-custom i {
  margin-left: -20px;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  font-size: 1.333em;
  color: #ddd;
  display: inline-block;
}
.radio-custom i.checked {
  margin-right: 4px;
  color: #3695d5;
  margin-left: -19px;
}
.radio-custom i.checked:before {
  content: '\f111';
}
.radio-custom i.disabled {
  /* disabled */
  color: #eee;
}
/* --- LOADING [less.multiselect] from assets/components/common/forms/elements/multiselect/assets/custom/less/multiselect.less */
.ms-container {
  margin: 0 auto 14px;
  width: 360px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  background: #3695d5;
}
.ms-container .ms-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ms-container .custom-header {
  height: 30px;
  line-height: 30px;
  background: #eaeaea;
  padding: 0 14px;
  font-weight: 600;
  border: 1px solid #e2e1e1;
}
.ms-container .custom-header:not(.custom-footer) {
  border-bottom: none;
}
.ms-container .custom-header.custom-footer {
  border-top: none;
}
/* --- LOADING [less.select2] from assets/components/common/forms/elements/select2/assets/custom/less/select2.less */
.select2-results ul.select2-result-sub {
  padding: 0;
}
.select2-container img.flag {
  height: 13px;
  padding-right: 10px;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-container img.flag,
.select2-drop {
  z-index: 99999;
}
.select2-drop img.flag {
  height: 13px;
  padding-right: 10px;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-container .select2-choice {
  background: #fff;
  border-color: #efefef;
  line-height: 1.428571429;
  height: 34px;
  padding: 6px 12px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-container-multi .select2-choices {
  border-color: #efefef;
  background: #fff;
  min-height: 34px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 5px 0 5px 5px;
  border-color: #efefef;
  background: #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  line-height: 14px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 5px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 6px;
}
.select2-results .select2-highlighted {
  background: #3695d5;
}
.select2-container .select2-choice div {
  border-color: #efefef;
  background: #fff;
  width: 24px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.select2-container .select2-choice div b {
  background-position: 3px 5px;
}
.select2-drop {
  border-color: #efefef;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
/* --- LOADING [less.form-wizards] from assets/components/common/forms/wizards/assets/custom/less/form-wizards.less */
.wizard .wizard-head {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.bwizard-steps .label {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
  padding: 1px 5px 2px;
}
.bwizard-steps .active .label {
  background-color: #333;
}
.bwizard-steps {
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  list-style: none;
}
.bwizard-steps li {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  line-height: 40px;
  height: 40px;
  background: #fafafa;
}
.bwizard-steps li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 40px;
  color: #7c7c7c;
  font-weight: 600;
}
.bwizard-steps li.active {
  color: #fff;
  background: #3695d5;
}
.bwizard-steps li.active:after {
  border-left-color: #3695d5;
}
.bwizard-steps li.active a {
  color: #fff;
  cursor: default;
}
.bwizard-steps li:after {
  position: absolute;
  right: -20px;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fafafa;
  border-top: 20px inset transparent;
  content: "";
  z-index: 2;
}
.bwizard-steps li:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  border-top: 20px inset transparent;
  content: "";
}
.bwizard-steps li:last-child {
  margin-right: 0;
}
.bwizard-steps li:first-child:before {
  border: none;
}
.bwizard-steps li:first-child a {
  padding-left: 20px;
}
.bwizard-steps a:hover {
  text-decoration: none;
}
.bwizard-steps.clickable li:not (.active ) {
  cursor: pointer;
}
.bwizard-steps.clickable li:hover:not (.active ) {
  background: #ccc;
}
.bwizard-steps.clickable li:hover:not (.active ):after {
  border-left-color: #ccc;
}
.bwizard-steps.clickable li:hover:not (.active ) a {
  color: #08c;
}
@media (max-width: 991px) {
  .bwizard-steps {
    height: auto;
  }
  .bwizard-steps li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e2e1e1;
  }
  .bwizard-steps li:before,
  .bwizard-steps li:after {
    display: none;
  }
  .bwizard-steps li a {
    padding: 0 20px;
  }
}
/* --- LOADING [less.blueimp-gallery] from assets/components/common/gallery/blueimp-gallery/assets/custom/blueimp-gallery.less */
/* Blueimp Gallery */
.blueimp-gallery {
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
}
/* --- LOADING [less.carousels] from assets/components/common/gallery/carousels/assets/less/carousels.less */
.carousel {
  margin-bottom: 14px;
}
.carousel .carousel-control {
  font-size: 45px;
}
.carousel .carousel-control.right {
  text-align: center;
}
.carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px 25px;
}
.carousel .carousel-caption h4 {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
}
.carousel .carousel-indicators {
  bottom: 5px;
}
.carousel.carousel-1 {
  height: 223px;
  margin-bottom: 33px;
  background: #f4f4f4;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.carousel.carousel-1 .item {
  height: 223px;
  overflow: hidden;
}
.carousel.carousel-1 .item img {
  min-height: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.carousel.carousel-1 .item .row {
  margin: 0;
}
.carousel.carousel-1 .item .row [class*="col-"]:last-of-type {
  padding: 0;
}
.carousel.carousel-1 .carousel-indicators {
  top: auto;
  bottom: -23px;
  right: 0;
  left: 0;
  margin: 0;
  width: auto;
  text-align: right;
}
.carousel.carousel-1 .carousel-indicators li {
  background: #8ac1e7;
}
.carousel.carousel-1 .carousel-indicators li.active {
  background: #3695d5;
}
.carousel.carousel-1 .carousel-caption {
  height: 193px;
  background: #f4f4f4;
  top: 0;
  left: 20px;
  right: 10px;
  padding: 20px 0;
}
.carousel.carousel-1 .carousel-inner {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.carousel.carousel-1 .carousel-inner {
  border: 1px solid #e2e1e1;
}
.carousel.carousel-1 .item {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.carousel.carousel-1 .item img {
  min-width: 100%;
}
.carousel.carousel-1 .carousel-caption {
  background: rgba(244, 244, 244, 0.95);
  text-shadow: 0 1px 0 #ffffff;
}
.carousel.carousel-1 .carousel-caption p {
  color: #525252;
}
.carousel.carousel-1 .carousel-caption h4 {
  font-size: 12pt;
  color: #000;
  font-weight: 700;
}
.carousel.carousel-1 .carousel-caption a {
  text-decoration: underline;
  color: #000;
}
/* --- LOADING [less.jcrop] from assets/components/common/gallery/image-crop/assets/custom/less/jcrop.less */
/* Apply these styles only when #preview-pane has
   been placed within the Jcrop widget */
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: 10px;
  padding: 6px;
  background-color: white;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
  width: 125px;
  height: 85px;
  overflow: hidden;
}
.jcrop-holder {
  margin: 0 auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.jcrop-holder img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
/* --- LOADING [less.jqueryui-sliders] from assets/components/modules/admin/sliders/jqueryui-sliders/assets/custom/less/jqueryui-sliders.less */
.sliders-vertical span {
  height: 120px;
  float: left;
  margin: 15px;
}
.ui-slider-wrap {
  display: block;
  padding: 5px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.ui-slider-wrap .ui-slider {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.ui-slider-wrap .ui-slider-horizontal {
  height: 10px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-handle {
  left: -4px;
}
.ui-slider-wrap .ui-slider-handle {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  width: 19px;
  height: 19px;
}
.ui-slider-wrap .ui-slider-range {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ui-slider-wrap .slider-primary .ui-slider-handle {
  border-color: #3695d5;
}
.ui-slider-wrap .slider-primary .ui-slider-range {
  background: #3695d5;
}
.ui-slider-wrap .slider-warning .ui-slider-handle {
  border-color: #FBB450;
}
.ui-slider-wrap .slider-warning .ui-slider-range {
  background: #FBB450;
}
.ui-slider-wrap .slider-success .ui-slider-handle {
  border-color: #609450;
}
.ui-slider-wrap .slider-success .ui-slider-range {
  background: #609450;
}
.ui-slider-wrap .slider-inverse .ui-slider-handle {
  border-color: #3F4246;
}
.ui-slider-wrap .slider-inverse .ui-slider-range {
  background: #3F4246;
}
.ui-slider-wrap .slider-info .ui-slider-handle {
  border-color: #93B9D8;
}
.ui-slider-wrap .slider-info .ui-slider-range {
  background: #93B9D8;
}
.sliders-vertical {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.sliders-vertical .ui-slider-wrap {
  margin: 0 5px;
}
.sliders-vertical .ui-slider {
  margin: 0;
}
.vertical-range-slider .ui-slider-wrap {
  display: inline-block;
  margin: 0 auto;
}
/* --- LOADING [less.range-sliders] from assets/components/common/sliders/range-sliders/assets/custom/less/range-sliders.less */
.sliderContainer {
  height: 35px;
  margin-top: 50px;
  width: 100%;
}
.sliderContainer select,
.sliderContainer textarea,
.sliderContainer input[type="text"],
.sliderContainer input[type="password"],
.sliderContainer input[type="datetime"],
.sliderContainer input[type="datetime-local"],
.sliderContainer input[type="date"],
.sliderContainer input[type="month"],
.sliderContainer input[type="time"],
.sliderContainer input[type="week"],
.sliderContainer input[type="number"],
.sliderContainer input[type="email"],
.sliderContainer input[type="url"],
.sliderContainer input[type="search"],
.sliderContainer input[type="tel"],
.sliderContainer input[type="color"],
.sliderContainer .uneditable-input {
  margin: 0;
  padding: 2px 4px;
}
.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 20px;
}
.sliderContainer .ui-rangeSlider-bar {
  background: #3695d5;
  height: 30px;
  margin: 0;
}
.sliderContainer .ui-rangeSlider-withArrows .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-noArrow .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-arrow,
.sliderContainer .ui-rangeSlider-bar {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.sliderContainer .ui-rangeSlider-container,
.sliderContainer .ui-rangeSlider-arrow,
.sliderContainer .ui-rangeSlider-label {
  background: #f4f4f4;
  color: #525252;
  font-size: 13px;
}
.sliderContainer .ui-rangeSlider-container {
  border-color: #e2e1e1;
}
.sliderContainer .ui-editRangeSlider .ui-rangeSlider-label {
  padding: 5px;
}
.sliderContainer .ui-rangeSlider-label-inner {
  border-top-color: #f4f4f4;
}
.sliderContainer .ui-rangeSlider-arrow {
  border-color: #e2e1e1;
}
.sliderContainer .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #3695d5;
  margin-right: -4px;
}
.sliderContainer .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #3695d5;
  margin-left: -4px;
}
.sliderContainer .ui-rangeSlider-arrow {
  width: 20px;
}
.sliderContainer .ui-rangeSlider .ui-ruler-scale {
  overflow: hidden;
}
.sliderContainer .ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner {
  border-color: #e2e1e1;
}
.sliderContainer .ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label {
  color: #525252;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-bar {
  background: #cc3a3a;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #cc3a3a;
}
.sliderContainer .rangeslider-danger .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #cc3a3a;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-bar {
  background: #8bbf61;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #8bbf61;
}
.sliderContainer .rangeslider-success .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #8bbf61;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-bar {
  background: #ab7a4b;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #ab7a4b;
}
.sliderContainer .rangeslider-warning .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #ab7a4b;
}
.widget-body-gray .sliderContainer .ui-rangeSlider-label-inner {
  border-top-color: #cecece;
}
.widget-body-gray .sliderContainer .ui-rangeSlider-container,
.widget-body-gray .sliderContainer .ui-rangeSlider-arrow,
.widget-body-gray .sliderContainer .ui-rangeSlider-label {
  background: #cecece;
  color: #4d4d4d;
  font-weight: 600;
}
.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left-color: #4d4d4d;
}
.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right-color: #4d4d4d;
}
.widget-body-gray .sliderContainer .ui-rangeSlider:not(.rangeslider-success) .ui-rangeSlider-bar {
  background: #4d4d4d;
}
div.dataTables_info {
  padding-top: 0;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
table.dynamicTable.table {
  clear: both;
  margin-bottom: 0 !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting {
  background-image: url('../../../assets/components/common/tables/datatables/assets/custom/images/sort_both.png');
  background-repeat: no-repeat;
  background-position: center right;
}
table.table thead .sorting_asc {
  background-image: url('../../../assets/components/common/tables/datatables/assets/custom/images/sort_asc.png');
  background-repeat: no-repeat;
  background-position: center right;
}
table.table thead .sorting_desc {
  background-image: url('../../../assets/components/common/tables/datatables/assets/custom/images/sort_desc.png');
  background-repeat: no-repeat;
  background-position: center right;
}
table.table thead .sorting_asc_disabled {
  background-image: url('../../../assets/components/common/tables/datatables/assets/custom/images/sort_asc_disabled.png');
  background-repeat: no-repeat;
  background-position: center right;
}
table.table thead .sorting_desc_disabled {
  background-image: url('../../../assets/components/common/tables/datatables/assets/custom/images/sort_desc_disabled.png');
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
.dataTables_wrapper label {
  margin-bottom: 0;
}
.dataTables_wrapper .row-fluid:first-child {
  padding: 0 0 15px;
}
.dataTables_wrapper .row-fluid:last-child {
  padding: 15px 0 0;
}
/* --- LOADING [less.tables] from assets/components/common/tables/classic/assets/less/tables.less */
.table {
  margin: 0 0 14px;
  position: relative;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table.table-white {
  background: #fff;
}
.table.table-invoice thead > tr > th,
.table.table-invoice tbody > tr > th,
.table.table-invoice tfoot > tr > th,
.table.table-invoice thead > tr > td,
.table.table-invoice tbody > tr > td,
.table.table-invoice tfoot > tr > td {
  border-top: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top-color: #efefef;
  padding: 9px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #efefef;
}
.table td.center,
.table th.center {
  text-align: center;
}
.table td.right,
.table th.right {
  text-align: right;
}
.table-condensed {
  font-size: 10pt;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 10px;
}
.table-borderless th,
.table-borderless td {
  border: none;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #fff;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #f7f7f7;
}
.table-bordered {
  border-color: #efefef;
  /* Reset rounded corners
	thead:first-child tr:first-child>th:first-child, 
	tbody:first-child tr:first-child>td:first-child, 
	tbody:first-child tr:first-child>th:first-child,
	thead:first-child tr:first-child>th:last-child, 
	tbody:first-child tr:first-child>td:last-child, 
	tbody:first-child tr:first-child>th:last-child,
	thead:last-child tr:last-child>th:first-child, 
	tbody:last-child tr:last-child>td:first-child, 
	tbody:last-child tr:last-child>th:first-child, 
	tfoot:last-child tr:last-child>td:first-child, 
	tfoot:last-child tr:last-child>th:first-child {
		.rounded();
	}
	*/
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.table-bordered th,
.table-bordered td {
  border-color: #efefef;
}
.table-fill td {
  background: #F8F8F8;
}
.table .progress:last-child,
.table .alert:last-child {
  margin: 0;
}
.table .shortRight {
  width: 25%;
  text-align: right;
  direction: rtl;
  text-indent: 10px;
}
.table-large-spacing td {
  padding: 20px 15px;
}
.table .thead td {
  padding: 8px;
  font-weight: bold;
}
.table-vertical-center td,
.table-vertical-center th {
  vertical-align: middle !important;
}
.table-thead-simple thead th {
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #efefef;
  color: #525252;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  text-shadow: none;
  text-transform: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.table-thead-simple.table-thead-border-none {
  border-top: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table-thead-simple.table-thead-border-none thead th {
  border-bottom: none;
}
.table-thead-simple.table-thead-border-none thead:first-child tr:first-child > th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table-primary {
  border-color: #e2e1e1;
  border-top: none;
}
.table-primary thead th {
  border-color: #3695d5;
  background-color: #3695d5;
  color: #fff;
  font-size: 14px;
}
.table-primary tbody td {
  color: #525252;
  background: #fafafa;
  border-width: 0px;
}
.table-primary tbody td.important {
  color: #3695d5;
  font-weight: 700;
}
.table-primary tbody td.actions {
  padding-right: 1px;
}
.table-primary.table-bordered tbody td {
  border-color: #e2e1e1;
  border-width: 1px;
}
.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
  background: #ffffff;
}
.table-primary tbody tr.selectable td {
  cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
  background: rgba(54, 149, 213, 0.1);
}
/* --- LOADING [less.datatables] from assets/components/common/tables/datatables/assets/custom/less/datatables.less */
.dataTables_paginate {
  text-align: right;
}
div.dataTables_info {
  padding: 35px 0 0;
  font-size: 12px;
  font-weight: 600;
}
div.dataTables_paginate .pagination {
  margin-bottom: 0;
}
.ColVis {
  margin: 0;
}
div.ColVis_collectionBackground {
  background-color: #fff;
}
.ColVis .ColVis_Button {
  padding: 0 10px;
  border: none;
  background-color: #3695d5;
  color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin: 0;
}
div.ColVis_collection {
  width: 150px !important;
  padding: 0;
  border-color: #efefef;
}
div.ColVis_collection button.ColVis_Button {
  width: 100% !important;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0 10px;
}
div.ColVis_collection button.ColVis_Button:hover {
  background: #3695d5;
  border: none;
  border-bottom: 1px solid #efefef;
  color: #fff;
}
.dataTables_wrapper [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dataTables_wrapper .row {
  margin: 0 !important;
}
.dataTables_wrapper .control-label {
  padding-right: 10px !important;
}
.dataTables_processing {
  display: none;
}
.dataTables_scrollHead .dynamicTable {
  margin: 0;
}
.dataTables_scrollBody .dynamicTable {
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
}
.dataTables_scrollHeadInner {
  width: 100% !important;
}
.dataTables_scrollHeadInner .dynamicTable {
  width: 100% !important;
  min-width: 1000px;
}
.FixedHeader_Cloned {
  max-width: 100%;
  overflow-x: auto;
  display: none;
}
@media (min-width: 1140px) {
  .FixedHeader_Cloned {
    display: block;
  }
  .dataTables_scrollBody .dynamicTable.fixedHeaderColReorder {
    min-width: 0;
  }
  .dataTables_scrollHeadInner .dynamicTable.fixedHeaderColReorder {
    min-width: 0;
  }
}
table.DTCR_clonedTable {
  background-color: white;
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #3695d5;
  z-index: 201;
}
/* --- LOADING [less.tables-pricing] from assets/components/common/tables/pricing/assets/less/tables-pricing.less */
.table-pricing th,
.table-pricing td {
  padding: 10px;
}
.table-pricing .plan {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.table-pricing .price {
  font-weight: 600;
  font-size: 24px;
  display: block;
}
.table-pricing .heading {
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}
.table-pricing .glyphicons.standard {
  vertical-align: middle;
}
.table-pricing .glyphicons.standard.circle_ok i:before {
  color: #9fc75f;
}
.table-pricing-2 th {
  padding: 12px 0;
  background: #3695d5;
  font-size: 14px;
  color: #fff;
  border-color: #5a5855;
}
.table-pricing-2 .pricing td {
  padding: 12px 10px 10px;
  background: #fff;
  border-color: #cecece;
}
.table-pricing-3 {
  max-width: 850px;
  text-align: center;
}
.table-pricing-3 > ul > li {
  list-style-type: none;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #efefef;
}
.table-pricing-3 > ul > li > .innerAll {
  padding: 40px 30px;
}
.table-pricing-3 > ul > li .body {
  width: 140px;
  height: 140px;
  margin: 25px auto;
  border: 4px solid #efefef;
  border-radius: 100%;
  display: table;
}
.table-pricing-3 > ul > li .body .price {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  line-height: 20px;
  color: #7c7c7c;
}
.table-pricing-3 > ul > li .body .price .figure {
  display: block;
}
.table-pricing-3 > ul > li .body .price .term {
  font-size: 11px;
  font-weight: normal;
}
.table-pricing-3 > ul > li .features {
  padding: 10px 0;
}
.table-pricing-3 > ul > li .features ul {
  padding: 0;
}
.table-pricing-3 > ul > li .features ul li {
  list-style-type: none;
}
.table-pricing-3 > ul > li .footer {
  padding: 10px 0;
}
.table-pricing-3 > ul > li.active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.table-pricing-3 > ul > li.active .body {
  border-color: #bddcf1;
  background-color: #3695d5;
}
.table-pricing-3 > ul > li.active .body .price {
  color: #fff;
}
@media (min-width: 992px) {
  .table-pricing-3 {
    margin: 40px auto !important;
  }
}
/* --- LOADING [less.tables-responsive] from assets/components/common/tables/responsive/assets/custom/less/tables-responsive.less */
@media only screen and (max-width: 979px) {
  .table-responsive.swipe-horizontal {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: 100%;
    border-left: 1px solid #DDD;
  }
  .table-responsive.swipe-horizontal th,
  .table-responsive.swipe-horizontal td {
    display: block;
    margin: 0;
    vertical-align: top;
  }
  .table-responsive.swipe-horizontal th {
    text-align: right;
    border-bottom: 0;
    border-left: 0;
  }
  .table-responsive.swipe-horizontal td {
    min-height: 1.25em;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    font-size: 13px;
  }
  .table-responsive.swipe-horizontal thead {
    display: block;
    float: left;
  }
  .table-responsive.swipe-horizontal thead tr {
    display: block;
  }
  .table-responsive.swipe-horizontal tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 0;
  }
  .table-responsive.swipe-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #e5e5e5;
  }
  .table-responsive.block {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .table-responsive.block table,
  .table-responsive.block thead,
  .table-responsive.block tbody,
  .table-responsive.block th,
  .table-responsive.block td,
  .table-responsive.block tr {
    display: block;
  }
  .table-responsive.block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive.block tr {
    border: 1px solid #e5e5e5;
  }
  .table-responsive.block td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .table-responsive.block td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    vertical-align: middle;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
  }
  .table-responsive.block td:before {
    content: attr(data-title);
  }
}
/* --- LOADING [less.alerts] from assets/components/common/ui/alerts/assets/alerts.less */
.alert, .komunikat {
  margin: 0 0 14px;
}
.alert h4, .komunikat h4 {
  margin: 0 0 5px;
}
.alert.alert-warning, .komunikat.warning {
  background: #ab7a4b;
  color: #fff;
  border-color: #ab7a4b;
}
.alert.alert-warning .close {
  color: #fff;
}
.alert.alert-warning h4, .komunikat.warning h4 {
  color: #fff;
}
.alert.alert-danger, .komunikat.error {
  background: #cc3a3a;
  color: #fff;
  border-color: #cc3a3a;
}
.alert.alert-danger .close {
  color: #fff;
}
.alert.alert-danger h4, .komunikat.error h4 {
  color: #fff;
}
.alert.alert-primary {
  background: #3695d5;
  color: #fff;
  border-color: #3695d5;
}
.alert.alert-primary .close {
  color: #fff;
}
.alert.alert-primary h4 {
  color: #fff;
}
.alert.alert-info , .komunikat.info{
  background: #dff3f8;
  color: #7399b9;
  border-color: #93b9d8;
}
.alert.alert-info .close {
  color: #7399b9;
}
.alert.alert-success, .komunikat.ok {
  border-color: #8bbf61;
  background: #8bbf61;
  color: #fff;
}
.alert.alert-success .close,
.alert.alert-success h4, .komunikat.ok h4 {
  color: #fff;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
/* --- LOADING [less.buttons] from assets/components/common/ui/buttons/assets/buttons.less */
.btn {
  text-shadow: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn.active,
.btn:active {
  outline: 0;
  background-color: #fff;
}
.btn:hover.text-primary {
  background-color: #3695d5;
}
.btn:hover.text-primary .fa {
  color: #fff;
}
.btn.btn-sm {
  font-size: 13px;
}
.btn-block {
  width: 100%;
  min-height: 30px;
}
.btn-group .btn + .btn:not(.btn-block) {
  margin-left: -1px;
}
.btn-default {
  background: #fff;
  border-color: #e7e7e7;
  color: #797979;
}
.btn-default.filled {
  background: #dddddd;
  border-color: #dddddd;
  font-weight: 600;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover,
.btn-default:focus {
  background: #fafafa;
  border-color: #cecece;
}
.btn-default:active,
.btn-default.active {
  background: #e8e8e8;
  color: #797979;
  text-shadow: none;
}
.btn-default .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-group.open .btn-default.filled.dropdown-toggle,
.btn-default.filled.disabled,
.btn-default.filled[disabled],
.btn-default.filled:hover,
.btn-default.filled:focus {
  background: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-default.filled:active,
.btn-default.filled.active {
  background: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-default.filled .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
  background: #ab7a4b;
  border-color: #ab7a4b;
  color: #ffffff;
}
.btn-warning.btn-stroke {
  background: none;
  color: #ab7a4b;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background: none;
  color: #ab7a4b;
}
.btn-warning.btn-stroke:hover,
.btn-warning.btn-stroke:focus,
.btn-warning.btn-stroke:active,
.btn-warning.btn-stroke.active {
  background: #ab7a4b;
  color: #fff;
}
.btn-warning .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
  background: #4193d0;
  border-color: #4193d0;
  color: #ffffff;
}
.btn-info.btn-stroke {
  background: none;
  color: #4193d0;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background: none;
  color: #4193d0;
}
.btn-info.btn-stroke:hover,
.btn-info.btn-stroke:focus,
.btn-info.btn-stroke:active,
.btn-info.btn-stroke.active {
  background: #4193d0;
  color: #fff;
}
.btn-info .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
  background: #cc3a3a;
  border-color: #cc3a3a;
  color: #ffffff;
}
.btn-danger.btn-stroke {
  background: none;
  color: #cc3a3a;
}
.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: none;
  color: #cc3a3a;
}
.btn-danger.btn-stroke:hover,
.btn-danger.btn-stroke:focus,
.btn-danger.btn-stroke:active,
.btn-danger.btn-stroke.active {
  background: #cc3a3a;
  color: #fff;
}
.btn-danger .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
  background: #3695d5;
  border-color: #3695d5;
  color: #ffffff;
}
.btn-primary.btn-stroke {
  background: none;
  color: #3695d5;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #257ab3;
  border-color: #257ab3;
}
.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active {
  background: #3695d5;
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-inverse {
  background: #424242;
  border-color: #424242;
  color: #ffffff;
}
.btn-inverse.btn-stroke {
  background: none;
  color: #424242;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  background: none;
  color: #424242;
}
.btn-inverse.btn-stroke:hover,
.btn-inverse.btn-stroke:focus,
.btn-inverse.btn-stroke:active,
.btn-inverse.btn-stroke.active {
  background: #424242;
  color: #fff;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-success {
  background: #8bbf61;
  border-color: #8bbf61;
  color: #ffffff;
}
.btn-success.btn-stroke {
  background: none;
  color: #8bbf61;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: none;
  color: #8bbf61;
}
.btn-success.btn-stroke:hover,
.btn-success.btn-stroke:focus,
.btn-success.btn-stroke:active,
.btn-success.btn-stroke.active {
  background: #8bbf61;
  color: #fff;
}
.btn-success .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group .btn-primary:not(.dropdown-toggle),
.btn-group .btn-primary:not('[data-toggle*=""]') {
  margin-right: 2px;
}
.btn-group.dropup .btn {
  padding: 7px 12px;
}
.btn-group-vertical.block {
  display: block;
}
.btn-group.btn-group-block {
  display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-group.btn-group-block .btn.col-md-12 {
    margin: 0;
  }
  .btn-group.btn-group-block .btn.col-md-12:first-of-type {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .btn-group.btn-group-block .btn.col-md-12:last-of-type {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
}
.btn-icon-stacked {
  text-align: left;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.btn-icon-stacked i {
  display: block;
  position: absolute;
  left: 15px;
  top: 12px;
}
.btn-icon-stacked span {
  display: block;
  font-size: 13px;
  line-height: normal;
}
.btn-circle {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.btn-circle.btn {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
}
.glyphicons.standard,
.glyphicons-social.standard {
  width: 24px;
  height: 24px;
  padding: 0;
}
.glyphicons.standard i,
.glyphicons-social.standard i {
  display: block;
  height: 24px;
}
.glyphicons.standard i:before,
.glyphicons-social.standard i:before {
  color: #64625f;
  position: relative;
  top: auto;
  left: auto;
}
.glyphicons.standard:not(.disabled):hover i:before,
.glyphicons-social.standard:not(.disabled):hover i:before {
  color: #797979;
}
.glyphicons.standard.btn,
.glyphicons-social.standard.btn {
  padding: 4px;
}
.glyphicons.standard.btn.btn-small,
.glyphicons-social.standard.btn.btn-small {
  padding: 2px 5px;
  width: auto;
  height: auto;
}
.glyphicons.standard.btn.btn-small i:before,
.glyphicons-social.standard.btn.btn-small i:before {
  top: auto;
  line-height: 22px;
}
.glyphicons.btn-action,
.glyphicons-social.btn-action {
  width: 25px;
  height: 25px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}
.glyphicons.btn-action i:before,
.glyphicons-social.btn-action i:before {
  font-size: 14px;
  top: 5px;
  left: 5px;
  text-shadow: 0 1px 0 #fff;
  color: #fff;
}
.glyphicons.btn-action.btn-default i:before,
.glyphicons-social.btn-action.btn-default i:before {
  color: #7c7c7c;
}
.glyphicons.btn-action.single,
.glyphicons-social.btn-action.single {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  /*background: none;*/
  margin-right: 10px;
}
.glyphicons.btn-icon,
.glyphicons-social.btn-icon {
  text-align: left;
  padding: 5px 7px 5px 40px;
}
.glyphicons.btn-icon i,
.glyphicons-social.btn-icon i {
  float: left;
}
.glyphicons.btn-icon i:before,
.glyphicons-social.btn-icon i:before {
  font-size: 15px;
  top: 0;
  left: 0;
  width: 33px;
  height: 23px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  vertical-align: middle;
  padding: 7px 0 0;
  text-align: center;
}
.glyphicons.btn-icon.right,
.glyphicons-social.btn-icon.right {
  text-align: left;
  padding: 5px 0 5px 7px;
}
.glyphicons.btn-icon.right i:before,
.glyphicons-social.btn-icon.right i:before {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  right: 0;
  left: auto;
  text-align: center;
}
.glyphicons.btn-large,
.glyphicons-social.btn-large {
  padding: 10px 10px 10px 40px;
  font-weight: 700;
}
.glyphicons.btn-large i:before,
.glyphicons-social.btn-large i:before {
  top: 12px;
  left: 12px;
  font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before,
.glyphicons-social.btn-large.btn-icon i:before {
  top: 0;
  left: 0;
  height: 28px;
  padding: 12px 0 0;
}
.glyphicons.btn-small,
.glyphicons-social.btn-small {
  padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before,
.glyphicons-social.btn-small i:before {
  padding: 5px 0 0;
  width: 28px;
  height: 19px;
  font-size: 14px;
}
.glyphicons.btn-mini,
.glyphicons-social.btn-mini {
  padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before,
.glyphicons-social.btn-mini i:before {
  padding: 5px 0 0;
  width: 26px;
  height: 17px;
  font-size: 13px;
}
.glyphicons.orange i:before,
.glyphicons-social.orange i:before {
  color: #EDB459;
}
.glyphicons.btn-default i:before,
.glyphicons-social.btn-default i:before {
  color: #9e9e9e;
  text-shadow: none;
}
.glyphicons.single,
.glyphicons-social.single {
  color: #3695d5;
  padding: 0 0 0 20px;
}
.glyphicons.single i:before,
.glyphicons-social.single i:before {
  font-size: 13px;
  top: 4px;
  color: #3695d5;
}
.glyphicons.single + .single,
.glyphicons-social.single + .single {
  margin-left: 8px;
}
.glyphicons.single.regular,
.glyphicons-social.single.regular {
  color: #525252;
}
.glyphicons.single.regular i:before,
.glyphicons-social.single.regular i:before {
  color: #525252;
}
.glyphicons.primary i:before,
.glyphicons-social.primary i:before {
  color: #3695d5;
}
.glyphicons.text-error,
.glyphicons-social.text-error {
  color: #3695d5;
}
.glyphicons.text-error i:before,
.glyphicons-social.text-error i:before {
  color: #3695d5;
}
.glyphicons.text-info,
.glyphicons-social.text-info {
  color: #5d92b3;
}
.glyphicons.text-info i:before,
.glyphicons-social.text-info i:before {
  color: #5d92b3;
}
.glyphicons.text-success,
.glyphicons-social.text-success {
  color: #719d46;
}
.glyphicons.text-success i:before,
.glyphicons-social.text-success i:before {
  color: #719d46;
}
/* --- LOADING [less.menubar] from assets/components/common/ui/menubar/assets/menubar.less */
.menubar {
  height: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e1e1;
  background: #fafafa;
  margin: 0;
  font-size: 9pt;
}
.menubar ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  height: 30px;
}
.menubar ul li {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.menubar ul li.divider {
  border-left: 1px solid #ebebeb;
  width: 0px;
  padding: 0;
  margin: 0 8px;
}
.menubar ul li a {
  color: #525252;
  font-weight: 700;
  font-size: 9pt;
}
.menubar.links {
  border: none;
  background: none;
  height: 25px;
  padding: 0 0 5px;
}
.menubar.links ul {
  padding: 0;
  height: 25px;
}
.menubar.links ul li {
  height: 25px;
  line-height: 25px;
}
.menubar.links ul li:first-child {
  padding-left: 0;
}
.menubar.links.primary ul li a {
  color: #3695d5;
}
/* --- LOADING [less.pagination] from assets/components/common/ui/pagination/pagination-bootstrap/assets/pagination.less */
.pager li > a,
.pager li > span {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.pagination.bootpag {
  margin: 0;
}
.pagination > li > a:hover,
.pagination > li.primary > a {
  background: #3695d5;
  color: #fff;
  font-weight: 700;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #e2e1e1;
  background: #3695d5;
  color: #fff;
  font-weight: 700;
}
.pagination > li > a,
.pagination > li > span {
  border-color: #e2e1e1;
  background: #ffffff;
}
.pagination > .primary.disabled > a,
.pagination > .disabled > a,
.pagination > .disabled > span {
  border-color: #e2e1e1;
  background: #ffffff;
  color: #dddddd;
  font-weight: 700;
  text-shadow: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination > .disabled > a:hover {
  border-color: #e2e1e1;
  background: #ffffff;
  color: #dddddd;
  text-shadow: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
/* --- LOADING [less.progress-bars] from assets/components/common/ui/progress-bars/assets/less/progress-bars.less */
.progress {
  background: #f0f0f0;
  margin: 0 0 10px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.progress.count-outside {
  margin-left: 40px;
  position: relative;
  overflow: visible;
}
.progress.count-outside .count {
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  text-align: left;
}
.progress.count-outside:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-right-color: #7a7a7a;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
}
.progress.progress-small {
  height: 16px;
}
.progress.progress-small .progress-bar {
  font-size: 8px;
  line-height: 16px;
}
.progress.progress-small .progress-bar.right {
  text-indent: 2px;
}
.progress.progress-small.count-outside .count {
  height: 16px;
  line-height: 16px;
}
.progress.progress-small.add-outside .add {
  height: 16px;
  line-height: 16px;
}
.progress.progress-mini {
  height: 10px;
}
.progress.progress-mini.count-outside .count {
  height: 10px;
  line-height: 10px;
}
.progress.progress-mini.add-outside .add {
  height: 10px;
  line-height: 10px;
}
.progress.progress-mini.progress-primary.count-outside:after {
  border-right-color: #3695d5;
}
.progress.add-outside {
  margin-right: 45px;
}
.progress.add-outside .add {
  position: absolute;
  width: 40px;
  right: -45px;
  top: 0;
  text-align: left;
  padding-left: 5px;
}
.progress.count-outside-primary {
  margin-left: 40px;
  position: relative;
  overflow: visible;
}
.progress.count-outside-primary .count {
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  text-align: left;
}
.progress.count-outside-primary:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-right-color: #3695d5;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
}
.progress.white {
  background: #fff;
}
.progress .progress-bar {
  text-align: center;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #d8d8d8;
}
.progress .progress-bar.progress-bar-info {
  background: #4193d0;
}
.progress .progress-bar.progress-bar-success {
  background: #8bbf61;
}
.progress .progress-bar.progress-bar-warning {
  background: #ab7a4b;
}
.progress .progress-bar.progress-bar-primary {
  background: #3695d5;
}
.progress .progress-bar.progress-bar-danger {
  background: #cc3a3a;
}
.progress .progress-bar.progress-bar-inverse {
  background: #424242;
}
/* --- LOADING [less.ribbons] from assets/components/common/ui/ribbons/assets/ribbons.less */
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper .ribbon {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #797979;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
  content: "";
  border-top: 2px solid #797979;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  bottom: -2px;
}
.ribbon-wrapper .ribbon:before {
  left: 0;
  bottom: -1px;
}
.ribbon-wrapper .ribbon:after {
  right: 0;
}
.ribbon-wrapper .ribbon.primary {
  background-color: #3695d5;
}
.ribbon-wrapper .ribbon.success {
  background-color: #8bbf61;
}
.ribbon-wrapper .ribbon.warning {
  background-color: #ab7a4b;
}
.ribbon-wrapper .ribbon.danger {
  background-color: #cc3a3a;
}
.ribbon-wrapper .ribbon.default {
  background-color: #e5e5e5;
  color: #595959;
}
.ribbon-wrapper .ribbon.default:before,
.ribbon-wrapper .ribbon.default:after {
  border-top: 2px solid #ccc;
}
.ribbon-wrapper.small {
  width: 65px;
  height: 68px;
}
.ribbon-wrapper.small .ribbon {
  width: 90px;
  padding: 0;
  font-size: 13px;
}
.ribbon-wrapper.small .ribbon:before {
  bottom: -2px;
}
.ribbon-wrapper.mini {
  width: 40px;
  height: 40px;
}
.ribbon-wrapper.mini .ribbon {
  top: 4px;
  width: 65px;
  padding: 0;
  font-size: 12px;
}
.ribbon-wrapper.mini .ribbon:before {
  bottom: -2px;
}
/* --- LOADING [less.tooltips] from assets/components/common/ui/tooltips/assets/tooltips.less */
.tooltip-inner {
  background: #272a2c;
  color: #bab9b9;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #272a2c;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #272a2c;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #272a2c;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #272a2c;
}
.tooltip.left {
  margin-left: -13px;
}
#flotTip {
  white-space: nowrap;
  border: 1px solid #3695d5;
  padding: 3px 8px;
  background: #3695d5;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  color: #fff;
}
/* --- LOADING [less.accordions] from assets/components/common/widgets/accordions/assets/less/accordions.less */
.accordion {
  margin: 0 0 10px;
  position: relative;
}
.accordion .panel {
  border-color: #e2e1e1;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.accordion .panel-body {
  font-size: 13px;
  border-color: #e2e1e1 !important;
}
.accordion .panel-heading {
  color: #525252;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 10px;
}
.accordion.accordion-2 {
  border: 1px solid #e2e1e1;
}
.accordion.accordion-2 .panel-heading {
  border-bottom: 1px solid #e2e1e1;
  background: #ffffff;
}
.accordion.accordion-2 .panel-heading .glyphicons {
  padding: 0;
  height: 24px;
  line-height: 24px;
}
.accordion.accordion-2 .panel-heading .glyphicons i {
  width: 30px;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}
.accordion.accordion-2 .panel-heading .glyphicons i:before {
  font-size: 20px;
  color: #cccccc;
  top: auto;
  left: auto;
  width: 30px;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
}
.accordion.accordion-2 .panel {
  border: none;
  margin: 0;
}
.accordion.accordion-2 .panel .panel-collapse.in .panel-body {
  border-bottom: 1px solid #e2e1e1;
}
.accordion.accordion-2 .accordion-inner {
  border: none;
  padding: 15px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion.accordion-gray .panel-heading {
  background: #f4f4f4;
}
/* --- LOADING [less.list-group] from assets/components/common/widgets/lists/list-group/assets/custom/less/list-group.less */
.list-group {
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
}
.list-group > li {
  border-color: #efefef;
}
.list-group a.list-group-item.active,
.list-group a.list-group-item.active:hover,
.list-group a.list-group-item.active:focus {
  color: #525252;
}
.list-group-1 {
  margin-bottom: 0;
}
.list-group-1 > li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
}
.list-group-1 > li a {
  font-size: 14px;
  font-weight: bold;
  color: #373737;
  display: block;
  padding: 10px 15px;
}
.list-group-1 > li a [class*="fa-"] {
  color: #e4e4e4;
  font-size: 18px;
  width: 25px;
}
.list-group-1 > li a [class*="icon-"] {
  width: 25px;
  font-size: 16px;
  color: #e4e4e4;
  display: inline-block;
}
.list-group-1 > li.active,
.list-group-1 > li.active:hover {
  background: #3695d5;
  border: none;
}
.list-group-1 > li.active,
.list-group-1 > li.active:hover,
.list-group-1 > li.active > *,
.list-group-1 > li.active:hover > *,
.list-group-1 > li.active [class*="fa-"],
.list-group-1 > li.active:hover [class*="fa-"],
.list-group-1 > li.active [class*="icon-"],
.list-group-1 > li.active:hover [class*="icon-"],
.list-group-1 > li.active p,
.list-group-1 > li.active:hover p,
.list-group-1 > li.active p *,
.list-group-1 > li.active:hover p *,
.list-group-1 > li.active .media-heading,
.list-group-1 > li.active:hover .media-heading,
.list-group-1 > li.active .text-faded,
.list-group-1 > li.active:hover .text-faded {
  color: #fff !important;
}
.list-group-1 > li:hover {
  background: rgba(239, 239, 239, 0.3);
}
.list-group-1 > li:hover > a > [class*="fa-"],
.list-group-1 > li:hover > a > [class*="icon-"] {
  color: #3695d5;
}
@media (max-width: 991px) {
  .list-group-1 > li a {
    padding: 8px;
  }
  .list-group-1 > li a [class*="fa-"],
  .list-group-1 > li a [class*="icon-"] {
    font-size: 13px;
    width: 15px;
  }
}
.list-group-1 .list-group-1 {
  background: #d2e7f6;
}
.list-group-1 .list-group-1 > li {
  border-color: #7ebbe4;
  background: none;
}
.list-group-1 .list-group-1 > li > a {
  color: #257ab3;
}
.list-group-1 .list-group-1 > li.active,
.list-group-1 .list-group-1 > li.active:hover {
  background: #8ac1e7;
  border: none;
}
.list-group-1 .list-group-1 > li.active > a,
.list-group-1 .list-group-1 > li.active:hover > a {
  color: #216b9e;
}
.list-group-1 .list-group-1 > li.active > a > [class*="fa-"],
.list-group-1 .list-group-1 > li.active:hover > a > [class*="fa-"],
.list-group-1 .list-group-1 > li.active > a > [class*="icon-"],
.list-group-1 .list-group-1 > li.active:hover > a > [class*="icon-"] {
  color: #3695d5;
}
.list-group-1 .list-group-1 > li:hover {
  background: #a8d1ed;
}
.list-group-1.borders-none > li {
  border-left: none;
  border-right: none;
}
/* --- LOADING [less.wells] from assets/components/common/widgets/well/assets/wells.less */
.well {
  z-index: 1;
  position: relative;
  padding: 14px;
  margin: 0 0 14px;
  background: #f7f7f7;
  border-color: #e2e1e1;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.well .popover {
  z-index: 2;
  font-size: 13px;
}
/* --- LOADING [less.widget-generic] from assets/components/common/widgets/widget-generic/assets/widget-generic.less */
.box-generic {
  border: 1px solid #e2e1e1;
  padding: 14px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 0 0 #dbdbdb;
  -moz-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-box-shadow: 0 3px 0 0 #dbdbdb;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 14px;
}
/* --- LOADING [less.widget-pinterest] from assets/components/common/widgets/widget-pinterest/assets/less/widget-pinterest.less */
.widget-pinterest {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.widget-pinterest h5 {
  font-weight: 700;
}
.widget-pinterest .widget-body {
  padding: 0;
  border: none !important;
}
.widget-pinterest .widget-body .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  padding: 20px;
}
.widget-pinterest .widget-body .description p:last-of-type {
  margin: 0;
}
.widget-pinterest .widget-body .thumb {
  padding: 0;
  border: none;
}
.widget-pinterest .widget-body .thumb img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 0;
  border: none;
}
[data-toggle="gridalicious"] .widget-pinterest {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 1px;
}
[data-toggle="gridalicious"] .widget-pinterest .widget-body {
  position: relative;
  overflow: hidden;
}
[data-toggle="gridalicious"] .widget-pinterest .widget-body .thumb img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
[data-toggle="gridalicious"] .widget-pinterest .widget-body .description {
  background: #fff;
  position: absolute;
  opacity: 0;
  bottom: 0;
}
[data-toggle="gridalicious"] .widget-pinterest:hover .widget-body .description {
  opacity: 1;
}
[data-toggle="gridalicious"] .widget-pinterest.active .description {
  opacity: 1;
}
/* --- LOADING [less.calendar] from assets/components/modules/admin/calendar/assets/custom/less/calendar.less */
.fc-state-highlight {
  background: rgba(0, 0, 0, 0.2);
}
#external-events ul {
  list-style: none;
  margin: 0 0 20px;
}
#external-events li {
  margin: 0 0 5px;
  padding: 5px 10px;
  background: #3695d5;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: .85em;
  height: 26px;
  line-height: 16px;
  cursor: pointer;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#external-events li.glyphicons {
  padding: 5px 5px 5px 33px;
  display: block;
}
#external-events li.glyphicons i:before {
  font-size: 14px;
  color: #fff;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.fc-event,
.fc-event:hover {
  padding: 2px 5px;
  background: #3695d5;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: .85em;
  height: 24px;
  line-height: 20px;
  cursor: pointer;
  border: none;
}
.fc-header-title h2 {
  font-size: 16pt;
  line-height: 25px;
}
.fc-event-skin {
  border-color: #3695d5;
  background-color: #3695d5;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.fc-event-time,
.fc-event-title {
  padding: 0 5px;
}
#calendar .btn-group .btn-primary {
  margin-right: 2px;
}
.fc-button {
  height: 30px;
  line-height: 27px;
}
/* --- LOADING [less.flotcharts] from assets/components/modules/admin/charts/flot/assets/custom/less/flotcharts.less */
#flotTip {
  background: #f9f9f9;
  border: 1px solid #e2e1e1;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: bold;
}
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}
.tickLabel {
  font-weight: bold;
  font-size: 12px;
  color: #666;
  padding: 7px;
}
.flotchart-holder {
  margin: 30px 0 14px;
  height: 200px;
  padding: 0;
}
.flotchart-holder .label {
  padding: 5px 10px;
}
#chart_lines_fill_nopoints_2 {
  height: 160px;
}
.legend table {
  top: -30px !important;
  left: 0 !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-collapse: separate;
}
.legend table tr td {
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #e2e1e1;
  border-left: none;
  border-right: none;
}
.legend table tr td.legendLabel {
  padding-left: 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.legend table tr td.legendColorBox > div {
  border: none !important;
}
.legend table tr td.legendColorBox > div > div {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.legend table tr td:first-of-type {
  padding-left: 10px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #e2e1e1;
}
.legend table tr td:last-of-type {
  padding-right: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #e2e1e1;
}
/* --- LOADING [less.sparkline] from assets/components/modules/admin/charts/sparkline/sparkline.less */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
/* --- LOADING [less.courses-featured-1] from assets/components/modules/admin/content/assets/courses-featured-1.less */
#news-featured-3.owl-theme .owl-controls .owl-page span {
  background: #4193d0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
#news-featured-3.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  #news-featured-3 .item img {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
/* --- LOADING [less.news-featured-1] from assets/components/modules/admin/content/assets/news-featured-1.less */
#news-featured-1 {
  background: #f2f2f2;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#news-featured-1 .row-merge {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#news-featured-1.owl-theme .owl-controls .owl-page span {
  background: #4193d0;
  width: 11px;
  height: 11px;
  margin: 7px 5px;
}
#news-featured-1.owl-theme .owl-controls {
  margin: 5px 0;
}
#news-featured-1.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 3px;
  bottom: 0;
}
#news-featured-1.owl-theme .owl-controls .owl-buttons div {
  background: #999;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin: 5px 2px;
}
/* --- LOADING [less.news-featured-2] from assets/components/modules/admin/content/assets/news-featured-2.less */
#news-featured-2 {
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#news-featured-2.owl-theme .owl-controls .owl-page span {
  background: #4193d0;
  width: 11px;
  height: 11px;
  margin: 7px 5px;
}
#news-featured-2.owl-theme .owl-controls {
  margin: 5px 0;
}
#news-featured-2.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 3px;
  bottom: 0;
}
#news-featured-2.owl-theme .owl-controls .owl-buttons div {
  background: #999;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin: 5px 2px;
}
/* --- LOADING [less.news-featured-3] from assets/components/modules/admin/content/assets/news-featured-3.less */
#news-featured-3.owl-theme .owl-controls .owl-page span {
  background: #4193d0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
#news-featured-3.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  #news-featured-3 .item img {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
/* --- LOADING [less.email] from assets/components/modules/admin/email/assets/less/email.less */
.email .list-group {
  margin: 0;
}
.email .email-item-list .list-group-item {
  border: none;
  border-bottom: 1px solid #efefef !important;
  margin: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.email .email-item-list .list-group-item.active {
  background: #f5f5f5;
}
.email .email-item-list .list-group-item:hover {
  color: #797979;
}
.email #email_details.open {
  display: block !important;
}
.email #close-email-details {
  display: none;
}
@media (max-width: 991px) {
  .email #email_details.open #close-email-details {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
/* --- LOADING [less.employees] from assets/components/modules/admin/employees/assets/less/employees.less */
.widget-employees hr {
  margin: 10px 0;
}
.widget-employees .title h3 {
  line-height: 23px;
  margin: 2px 0 0 0;
}
.widget-employees .title .col-md-4 .muted {
  margin: 5px 0 3px 0;
}
.widget-employees .detailsWrapper {
  position: relative;
}
.widget-employees .detailsWrapper .ajax-loading {
  position: absolute;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.widget-employees .detailsWrapper .ajax-loading i {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -26px;
  margin-top: -23px;
}
.widget-employees [class*="col"].listWrapper {
  height: 100%;
  min-height: 410px;
  position: relative;
  overflow: hidden;
}
.widget-employees [class*="col"].listWrapper .results {
  display: block;
  background: rgba(54, 149, 213, 0.15);
  border: 1px solid rgba(54, 149, 213, 0.2);
  border-left: none;
  border-right: none;
  color: #3695d5;
  padding: 0 14px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.widget-employees [class*="col"].listWrapper ul.list {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.widget-employees [class*="col"].listWrapper ul.list li {
  position: relative;
  border-bottom: 1px solid #e2e1e1;
  cursor: pointer;
}
.widget-employees [class*="col"].listWrapper ul.list li:nth-child(odd) {
  background: #fafafa;
}
.widget-employees [class*="col"].listWrapper ul.list li.active,
.widget-employees [class*="col"].listWrapper ul.list li:hover {
  background: #f2f2f2;
}
.widget-employees [class*="col"].listWrapper ul.list li .thumb {
  padding: 0;
  border-color: #9a9a9a;
}
.widget-employees [class*="col"].listWrapper ul.list li .strong,
.widget-employees [class*="col"].listWrapper ul.list li .muted {
  line-height: 15px;
  display: block;
}
.widget-employees [class*="col"].listWrapper ul.list li .muted {
  margin-bottom: 3px;
}
.widget-employees [class*="col"].listWrapper ul.list li i {
  color: #c8c8c8;
}
.widget-employees [class*="col"].listWrapper ul.list li:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-left-color: #c8c8c8;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.widget-employees ul.team {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-employees ul.team li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 10px 10px 60px;
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.widget-employees ul.team li span {
  display: block;
  line-height: 13px;
}
.widget-employees ul.team li span.muted {
  font-size: 11px;
}
.widget-employees ul.team li span.crt {
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e5e5e5;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
/* --- LOADING [less.events-carousel] from assets/components/modules/admin/events/assets/less/events-carousel.less */
.mark .text {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  color: #fff;
  z-index: 9999;
}
.mark .caret {
  border-top: 8px solid transparent;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  z-index: 9998;
  text-align: center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}
.mark .caret-default {
  border-left: 20px solid #e2e2e2;
  border-right: 20px solid #e2e2e2;
  border-bottom: 30px solid #e2e2e2;
  color: #ccc;
}
.mark .caret-primary {
  border-left: 20px solid #3695d5;
  border-right: 20px solid #3695d5;
  border-bottom: 30px solid #3695d5;
}
.mark .caret-danger {
  border-left: 20px solid #cc3a3a;
  border-right: 20px solid #cc3a3a;
  border-bottom: 30px solid #cc3a3a;
}
.mark .caret-default {
  border-left: 20px solid #424242;
  border-right: 20px solid #424242;
  border-bottom: 30px solid #424242;
}
.mark .caret-default .text {
  color: #fff;
}
#events-carousel .item {
  border-bottom: 1px solid #e2e1e1;
}
#events-carousel.owl-theme .owl-controls .owl-page span {
  background: #3695d5;
  width: 20px;
  height: 20px;
}
#events-carousel.owl-theme .owl-controls {
  margin-top: 3px;
}
#events-carousel .widget-pinterest {
  margin: 0;
  border: none;
}
#events-carousel .widget-pinterest .widget-body .thumb {
  display: block;
  overflow: hidden;
}
#events-carousel .widget-pinterest .widget-body .thumb img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  position: relative;
}
#events-carousel .widget-pinterest .mark {
  position: absolute;
  top: 0;
  right: 15px;
}
#events-carousel .widget-pinterest .mark .caret {
  position: relative;
  top: 0;
  right: 0;
}
#events-carousel .widget-pinterest .mark .text {
  top: 5px;
  text-align: center;
  right: 0;
}
/* --- LOADING [less.events-speakers] from assets/components/modules/admin/events/assets/less/events-speakers.less */
#events-speakers .item {
  border-bottom: 1px solid #e2e1e1;
}
#events-speakers.owl-theme .owl-controls .owl-page span {
  background: #3695d5;
  width: 20px;
  height: 20px;
}
#events-speakers.owl-theme .owl-controls {
  margin-top: 3px;
}
#events-speakers .widget-pinterest {
  margin: 0;
  border: none;
}
#events-speakers .widget-pinterest .widget-body .thumb {
  height: 200px;
  display: block;
  overflow: hidden;
}
#events-speakers .widget-pinterest .widget-body .thumb img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* --- LOADING [less.invoice] from assets/components/modules/admin/invoice/assets/less/invoice.less */
.table-invoice td {
  border: none;
  padding: 0;
}
/* --- LOADING [less.maps-vector] from assets/components/modules/admin/maps/vector/assets/custom/maps-vector.less */
.jvectormap-zoomin,
.jvectormap-zoomout {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #3695d5;
}
.jvectormap-label {
  z-index: 1;
  border: 1px solid #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #3695d5;
  padding: 3px 5px;
}
.jvm-legend-item {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
#world-map-markers.fs {
  position: absolute;
  left: 0;
  top: 43px;
  right: 0;
  bottom: 0;
}
#world-map-markers.fs .jvectormap-zoomin {
  top: 35px;
  left: 35px;
}
#world-map-markers.fs .jvectormap-zoomout {
  top: 55px;
  left: 35px;
}
#content.fs {
  position: relative;
  height: 100%;
}
#maps_fs_heading {
  position: absolute;
  top: 80px;
  left: 85px;
  margin-top: 0 !important;
  text-shadow: 0 1px 0 #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}
#maps_fs_buttons {
  position: absolute;
  top: 80px;
  right: 35px;
}
@media (max-width: 1199px) {
  #world-map-markers.fs {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  #maps_fs_heading {
    top: 180px;
    left: 35px;
  }
  #maps_fs_buttons {
    top: 180px;
    right: 35px;
  }
  #world-map-markers.fs .jvectormap-zoomin {
    top: 30px;
    left: 15px;
  }
  #world-map-markers.fs .jvectormap-zoomout {
    top: 50px;
    left: 15px;
  }
}
/* --- LOADING [less.medical] from assets/components/modules/admin/medical/medical.less */
.easy-pie-gender .value {
  position: absolute;
  left: 0;
  right: 0;
  top: 27%;
}
.easy-pie-gender .value p {
  margin: 0;
}
.easy-pie-gender .value p.sublead {
  font-size: 18px;
  font-weight: 300;
}
.easy-pie-gender .value .male {
  color: #4193d0;
}
.easy-pie-gender .value .female {
  color: #d67fb0;
}
#chart_gender {
  height: 100px;
  width: 100%;
}
#chart_metrics {
  height: 400px;
  width: 100%;
}
#metrics table {
  width: 100%;
}
#metrics table tr:hover td {
  background: #fafafa;
}
#metrics table td {
  padding: 14px;
  border-bottom: 1px solid #e2e1e1;
  cursor: pointer;
}
#metrics table td.legendColorBox {
  width: 10px;
}
#metrics table td.legendColorBox > div {
  width: 14px;
  margin: 0 auto;
}
#metrics table td.legendLabel {
  padding-left: 0;
}
#metrics table td.legendSelect {
  width: 10px;
}
.text-female {
  color: #d67fb0;
}
.text-female-light {
  color: #efcce0;
}
.text-male {
  color: #4193d0;
}
.text-male-light {
  color: #93c1e4;
}
.timeline-appointments > li {
  background: #fff;
  margin-left: 100px;
  border-left: 1px solid #3695d5;
  position: relative;
}
.timeline-appointments > li .time {
  position: absolute;
  left: -90px;
  top: -10px;
  width: 70px;
  text-align: right;
  color: #222;
}
.timeline-appointments > li .dot {
  position: absolute;
  left: -6px;
  top: -6px;
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.timeline-appointments > li .appointments {
  min-height: 60px;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.timeline-appointments > li .appointments ul li {
  line-height: 30px;
  padding: 0 10px;
}
.timeline-appointments > li .appointments ul li .btn-group-xs {
  margin-top: 4px;
}
.timeline-appointments > li .appointments ul li .apt {
  display: block;
  line-height: 30px;
}
.timeline-appointments > li:first-of-type {
  padding-top: 30px;
}
.timeline-appointments > li:first-of-type .time {
  top: 20px;
}
.timeline-appointments > li:first-of-type .dot {
  top: 24px;
}
/* --- LOADING [less.messages] from assets/components/modules/admin/messages/assets/less/messages.less */
.widget-messages input[type=text],
.widget-messages input[type=password],
.widget-messages select,
.widget-messages textarea {
  border-color: #e2e1e1;
}
.widget-messages .widget-search .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.widget-messages .widget-search input[type=text],
.widget-messages .widget-search input[type=password] {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 24px !important;
  line-height: 24px !important;
  padding: 0 5px !important;
}
.widget-messages .row.row-merge > [class*="col"] ~ [class*="col"]:after {
  width: 1px !important;
}
.widget-messages .detailsWrapper {
  position: relative;
}
.widget-messages .detailsWrapper .load {
  display: block;
  background: #fafafa;
  color: #444;
  font-weight: 600;
  line-height: 30px;
  height: 40px;
  text-align: center;
  padding: 5px 0;
}
.widget-messages .detailsWrapper .load.border-top {
  border-top: 1px solid #e2e1e1;
}
.widget-messages .detailsWrapper .thumb {
  padding: 3px;
  border-width: 1px;
  display: inline-block;
}
.widget-messages .detailsWrapper .ajax-loading {
  position: absolute;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  left: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.widget-messages .detailsWrapper .ajax-loading i {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -26px;
  margin-left: -23px;
}
.widget-messages [class*="col"].listWrapper {
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.widget-messages [class*="col"].listWrapper .results {
  display: block;
  background: rgba(54, 149, 213, 0.15);
  border: 1px solid rgba(54, 149, 213, 0.2);
  border-left: none;
  border-right: none;
  color: #3695d5;
  padding: 0 14px;
  height: 23px;
  line-height: 21px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}
.widget-messages [class*="col"].listWrapper ul.list {
  margin: 0;
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.widget-messages [class*="col"].listWrapper ul.list li {
  position: relative;
  border-bottom: 1px solid #e2e1e1;
  cursor: pointer;
}
.widget-messages [class*="col"].listWrapper ul.list li:nth-child(odd) {
  background: #fafafa;
}
.widget-messages [class*="col"].listWrapper ul.list li .thumb {
  padding: 0;
  border-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-messages [class*="col"].listWrapper ul.list li .thumb img {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.widget-messages [class*="col"].listWrapper ul.list li .strong {
  line-height: 15px;
  display: block;
}
.widget-messages [class*="col"].listWrapper ul.list li i {
  color: #c8c8c8;
}
.widget-messages [class*="col"].listWrapper ul.list li:after {
  display: block;
  content: "";
  border: 5px solid transparent;
  border-left-color: #c8c8c8;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.widget-messages [class*="col"].listWrapper ul.list li.active,
.widget-messages [class*="col"].listWrapper ul.list li:hover {
  background: #f2f2f2;
}
/* --- LOADING [less.modal-inline] from assets/components/modules/admin/modals/assets/less/modal-inline.less */
.modal.modal-inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  z-index: 1;
  max-width: 100%;
  width: auto;
  display: block;
}
.modal.modal-inline .modal-dialog {
  width: auto;
  left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.modal.modal-inline .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* --- LOADING [less.modals] from assets/components/modules/admin/modals/assets/less/modals.less */
.modal-backdrop {
  z-index: 10000;
  background: #ffffff;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=90);
}
.modal {
  z-index: 10001;
}
.modal .modal-content {
  border-color: #fff;
  border-width: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.modal .modal-header {
  padding: 0 10px;
  line-height: 29px;
  border-color: #e2e1e1;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
  background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.modal .modal-header .modal-title {
  font-size: 14px;
  line-height: 39px;
  height: 39px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.modal .modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #525252;
  text-shadow: 0 1px 0 #ffffff;
}
.modal .modal-body {
  padding: 10px;
}
.modal .modal-body p:last-child {
  margin: 0;
}
.modal .modal-footer {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  border-color: #ebebeb;
  padding: 10px;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 620px;
  }
}
/* --- LOADING [less.gritter] from assets/components/modules/admin/notifications/gritter/assets/custom/less/gritter.less */
#gritter-notice-wrapper {
  z-index: 99999;
}
.gritter-item-wrapper .gritter-item p {
  margin: 0 0 10px;
}
.gritter-item-wrapper .gritter-item p:last-child {
  margin: 0;
}
.gritter-item-wrapper.gritter-primary .gritter-top {
  display: none;
}
.gritter-item-wrapper.gritter-primary .gritter-bottom {
  display: none;
}
.gritter-item-wrapper.gritter-primary .gritter-item {
  background: rgba(54, 149, 213, 0.9);
  padding: 10px 10px 15px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
}
.gritter-item-wrapper.gritter-primary .gritter-item a {
  color: #fff;
  text-decoration: underline;
}
/* --- LOADING [less.notyfy] from assets/components/modules/admin/notifications/notyfy/assets/custom/less/notyfy.less */
.notyfy_wrapper {
  border: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.notyfy_wrapper.notyfy_alert {
  background: #ffffff;
}
.notyfy_wrapper.notyfy_error {
  background: #cc3a3a;
  color: #fff;
}
.notyfy_wrapper.notyfy_success {
  background: #8bbf61;
  color: #fff;
}
.notyfy_wrapper.notyfy_warning {
  background: #ab7a4b;
  color: #fff;
}
.notyfy_wrapper.notyfy_information {
  background: #4193d0;
  color: #fff;
}
.notyfy_wrapper.notyfy_confirm {
  background: #ffffff;
}
.notyfy_wrapper.notyfy_primary {
  background: #3695d5;
  border: none;
}
.notyfy_wrapper.notyfy_primary,
.notyfy_wrapper.notyfy_primary * {
  color: #fff;
}
.notyfy_wrapper.notyfy_default {
  background: #fafafa;
}
.notyfy_wrapper.notyfy_dark {
  background: #4a4846;
}
.notyfy_wrapper.notyfy_dark,
.notyfy_wrapper.notyfy_dark * {
  color: #fff;
}
#notyfy_container_top {
  top: 0;
  left: 0;
  width: 100%;
}
#notyfy_container_top .notyfy_wrapper {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#content-notification .notyfy_wrapper {
  border: none;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#content-notification .notyfy_wrapper p {
  margin: 0;
}
#content-notification .notyfy_wrapper .notyfy_message {
  padding: 15px 10px;
}
#content-notification .notyfy_wrapper.notyfy_default {
  background: #fafafa;
}
#content-notification .notyfy_wrapper.notyfy_dark {
  background: #4a4846;
}
#content-notification .notyfy_wrapper.notyfy_primary {
  background: #3695d5;
  box-shadow: inset 0 8px 8px -8px #06151f, inset 0 -8px 8px -8px #1d5d88;
  -moz-box-shadow: inset 0 8px 8px -8px #06151f, inset 0 -8px 8px -8px #1d5d88;
  -webkit-box-shadow: inset 0 8px 8px -8px #06151f, inset 0 -8px 8px -8px #1d5d88;
}
/* --- LOADING [less.filter-bar] from assets/components/modules/admin/online-shop/assets/less/filter-bar.less */
.filter-bar {
  background: #f4f4f4;
  margin: 0 auto 14px;
  border: 1px solid #e2e1e1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 10px;
  line-height: 30px;
  /* Desktops */
}
.filter-bar.dark {
  background: #64625f;
  color: #fff;
}
@media (min-width: 992px) {
  .filter-bar label {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
  }
  .filter-bar .form-group:first-of-type label {
    margin-left: 0;
  }
}
/* --- LOADING [less.page-tour] from assets/components/modules/admin/page-tour/assets/less/page-tour.less */
#guided-tour {
  position: fixed;
  z-index: 10000;
  top: 100px;
  right: -100%;
  width: 40px;
  height: 20px;
  padding: 10px;
  background: #3695d5;
  font-size: 14pt;
  color: #fff;
  text-align: center;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  transition: width 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
}
#guided-tour .hide {
  float: left;
  height: 0;
  display: inline-block !important;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#guided-tour #close-tour {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 #fff;
  background: rgba(255, 255, 255, 0.6);
}
#guided-tour #close-tour:hover {
  background: rgba(255, 255, 255, 0.9);
}
#guided-tour:hover {
  width: 100px;
  padding: 10px 40px 10px 10px;
}
#guided-tour:hover .hide {
  padding: 0 5px 0 0;
  opacity: 1;
  height: auto;
}
#guided-tour:hover #close-tour {
  display: block;
}
#tlyPageGuideWrapper #tlyPageGuideMessages {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 90000;
}
#tlyPageGuideWrapper #tlyPageGuideMessages div {
  margin: 0 90px 0 120px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages h4 {
  color: #fff;
}
#tlyPageGuideWrapper #tlyPageGuideMessages p:last-child {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li {
  background: rgba(0, 0, 0, 0.4);
}
#tlyPageGuideWrapper #tlyPageGuide li:hover {
  background: rgba(0, 0, 0, 0.9);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:after {
  border-top-color: rgba(0, 0, 0, 0.3);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_right:hover:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_left:hover:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_top:hover:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover {
  margin: 0;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide_bottom:hover:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tlypageguide_shadow:after {
  background: rgba(54, 149, 213, 0.2);
  box-shadow: 0 0 1px 1px rgba(54, 149, 213, 0.7);
  -moz-box-shadow: 0 0 1px 1px rgba(54, 149, 213, 0.7);
  -webkit-box-shadow: 0 0 1px 1px rgba(54, 149, 213, 0.7);
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active {
  background: #3695d5;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_right:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_left:after,
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_top:after {
  border-top-color: #3695d5;
}
#tlyPageGuideWrapper #tlyPageGuide li.tlypageguide-active.tlypageguide_bottom:after {
  border-bottom-color: #3695d5;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back,
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  top: 29px;
}
#tlyPageGuideWrapper #tlyPageGuideMessages span {
  top: 20px;
  background: #3695d5;
}
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  background: #3695d5;
}
/* --- LOADING [less.profile_resume] from assets/components/modules/admin/profile/assets/less/profile_resume.less */
.resume-documents {
  clear: both;
}
.resume-documents li {
  float: left;
  display: inline-block;
  margin: 10px;
}
.resume-documents li a {
  float: left;
  display: inline;
  color: #fff;
  padding: 10px;
  color: #757575;
  font-weight: bold;
  text-align: center;
}
.resume-documents li a i {
  clear: both;
  font-size: 38px;
  display: block;
  line-height: 40px;
  color: #3695d5;
}
.resume-documents li a span {
  color: #8f8f8f;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.resume-documents li:hover {
  background: #f7f7f7;
}
.resume-documents li:hover a i {
  color: #c2c2c2;
}
/* --- LOADING [less.timeline-project] from assets/components/modules/admin/projects/timeline-project.less */
.timeline-project {
  position: relative;
  display: block;
}
.timeline-project .timeline-image img {
  border-radius: 50%;
  width: 60px;
  float: left;
  position: absolute;
  left: 0;
  top: 14px;
}
.timeline-project .timeline-border {
  border-left: 2px solid rgba(54, 149, 213, 0.4);
  margin-left: 30px;
  z-index: -1;
}
.timeline-project .heading .timeline-heading {
  position: relative;
  margin-left: 10px;
  top: 14px;
  padding: 14px 0;
}
.timeline-project .heading .timeline-heading .block .timeline-top-info {
  padding: 5px 10px;
}
.timeline-project .heading .timeline-heading .block .caret {
  top: 2px;
}
.timeline-project .heading .timeline-heading .block .dropdown-menu {
  margin: 0;
  padding: 0;
}
.timeline-project .heading .timeline-heading .block .dropdown-menu li {
  border: none;
  padding: 5px;
  margin: 0;
}
.timeline-project .heading .timeline-heading .block .dropdown-menu li a {
  padding: 0;
  font-weight: normal;
}
.timeline-project .project-preview {
  display: block;
  border: 2px solid rgba(54, 149, 213, 0.4);
  border-radius: 5px;
  padding: 3px;
  margin-left: 29px;
  position: relative;
}
.timeline-project .project-preview:hover {
  border-color: #3695d5;
}
.timeline-project .comments li:first-of-type {
  padding: 0;
}
.timeline-project .comments li {
  margin-left: 25px;
}
.timeline-project li {
  padding: 5px 0;
}
.timeline-project li .box-generic {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid rgba(54, 149, 213, 0.25);
  border-radius: 3px;
}
@media (min-width: 768px) {
  .timeline-project li .box-generic.row > div[class*="col-sm"] {
    border-right: 1px solid #efefef;
  }
  .timeline-project li .box-generic.row > div[class*="col-sm"]:last-of-type {
    border: none;
  }
}
@media (max-width: 768px) {
  .timeline-project li .box-generic.row div[class*="col-xs"] {
    border-bottom: 1px solid #efefef;
  }
  .timeline-project li .box-generic.row div[class*="col-xs"]:last-of-type {
    border: none;
  }
}
.timeline-project li .list-image img {
  position: relative;
  height: 45px;
  width: 45px;
  left: -23px;
  float: left;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  opacity: .8;
}
.timeline-project li:hover .list-image img,
.timeline-project li.active:hover .list-image img {
  opacity: 1;
}
.timeline-project li .caret {
  position: absolute;
  width: 8px;
  height: 0;
  top: 7px;
  left: 26px;
  margin-top: 5px;
  vertical-align: middle;
  border-right: 8px solid rgba(54, 149, 213, 0.25);
  border-top: 8px solid transparent;
  border-left: 0 dotted;
  border-bottom: 8px solid transparent;
  content: "";
}
.timeline-project li .block {
  position: relative;
  padding: 0 20px 0 36px;
}
.timeline-project li .block.block-inline {
  padding: 0 20px 0 36px;
}
.timeline-project li .block.block-inline + .block-inline {
  padding: 0 10px 0 0;
}
.timeline-project li .block .media.active {
  background: rgba(54, 149, 213, 0.2);
  border: 1px solid rgba(54, 149, 213, 0.2);
  border-left: none;
  border-right: none;
  color: #424242;
}
.timeline-project li .block .media.active .timeline-bottom {
  color: #3695d5;
}
.timeline-project li .block .content-filled {
  padding: 10px;
  background: rgba(54, 149, 213, 0.1);
}
.timeline-project li .timeline-top-info {
  padding: 14px;
}
.timeline-project li .timeline-top-info a {
  font-weight: bold;
}
.timeline-project li .timeline-top-info a:hover {
  text-decoration: underline;
  color: #424242;
}
.timeline-project li .timeline-top-info i {
  color: #dfdfdf;
}
.timeline-project li .timeline-bottom {
  color: #c2c2c2;
  font-size: 12px;
}
.timeline-project li:first-of-type {
  padding: 28px 0 14px;
}
.timeline-project .media-icons a {
  color: #c2c2c2;
  font-size: 16px;
  padding-right: 5px;
}
.timeline-project .media-icons a:hover {
  color: #4193d0;
}
/* --- LOADING [less.rating] from assets/components/modules/admin/ratings/assets/less/rating.less */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating.text-large {
  margin: 7px 0;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 0;
}
.rating:not(.read-only) span.star:hover {
  cursor: pointer;
}
.rating:not(.read-only) span.star:hover:before,
.rating:not(.read-only) span.star:hover ~ span.star:before {
  content: "\f005";
  color: #3695d5;
}
.rating span.star.active:before,
.rating span.star.active ~ span.star:before {
  content: "\f005";
  color: #3695d5;
}
/* --- LOADING [less.social] from assets/components/modules/admin/social/assets/less/social.less */
.bottom-social {
  line-height: 28px;
  font-style: italic;
}
.bottom-social a {
  color: #3695d5;
  margin-right: 7px;
}
.bottom-social .glyphiconaas,
.bottom-social .glyphicons-social {
  font-size: 12px;
  padding: 0 0 0 25px;
}
.bottom-social .glyphiconaas.conversation i:before,
.bottom-social .glyphicons-social.conversation i:before {
  color: #3695d5;
}
.bottom-social .glyphiconaas i:before,
.bottom-social .glyphicons-social i:before {
  color: #ccc;
  font-size: 17px;
  left: 0;
  top: 4px;
}
ul.social-comments li .user-info {
  position: relative;
  display: block;
  margin: 0;
}
ul.social-comments li .user-info abbr {
  position: relative;
  display: block;
  clear: both;
  font-size: 11px;
}
.activity-line p {
  margin-top: 8px;
}
.activity-line .border-top {
  border-top: 1px solid #efefef;
}
.activity-line .icon .glyphicons {
  height: 40px;
}
.activity-line .icon .glyphicons i:before {
  line-height: 40px;
}
.activity-line.medium .icon .glyphicons {
  height: 80px;
}
.activity-line.medium .icon .glyphicons i:before {
  line-height: 80px;
}
.activity-line.large .icon .glyphicons {
  height: 120px;
}
.activity-line.large .icon .glyphicons i:before {
  line-height: 120px;
}
.activity-line .color-widget .activity-action.glyphicons i:before {
  color: rgba(255, 255, 255, 0.3);
}
.activity-line .color-widget .activity-action.glyphicons:hover i:before {
  color: #fff;
}
.activity-line a.activity-action {
  padding: 0;
}
.activity-line a.activity-action.glyphicons {
  margin-right: 30px;
}
.activity-line a.activity-action.glyphicons i:before {
  font-size: 17px;
  line-height: 40px;
  color: #d9d9d9;
}
.activity-line a.activity-action.glyphicons:hover i:before {
  color: #808080;
}
.activity-line .primary {
  background-color: #3695d5;
}
.activity-line .danger {
  background-color: #cc3a3a;
}
.activity-line .color-widget {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
}
.activity-line .color-widget .glyphicons-social {
  height: 120px;
  padding: 36px;
  margin: 0;
}
.activity-line .color-widget .glyphicons-social.social-big i:before {
  color: rgba(255, 255, 255, 0.3);
  font-size: 70px;
  line-height: 120px;
}
.activity-line .color-widget.primary {
  background-color: #3695d5;
}
.activity-line .color-widget.primary .darken {
  background-color: #257ab3;
}
.activity-line .color-widget.primary .darken .glyphicons i:before {
  color: #000000;
}
.activity-line .color-widget.danger {
  background-color: #cc3a3a;
}
.activity-line .color-widget.danger .darken {
  background-color: #a82b2b;
}
.activity-line .color-widget.danger .darken .glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
}
.activity-line .color-widget.success {
  background-color: #8bbf61;
}
.activity-line .color-widget.success .darken {
  background-color: #71a944;
}
.activity-line .color-widget.warning {
  background-color: #ab7a4b;
}
.activity-line .color-widget.warning .darken {
  background-color: #88613b;
}
.activity-line .color-widget.inverse {
  background-color: #424242;
}
.activity-line .color-widget.inverse .darken {
  background-color: #292929;
}
.activity-line .color-widget.dribble {
  background-color: #fce7ef;
}
.activity-line .color-widget.dribble .glyphicons-social.social-big i:before {
  color: #ea4c89;
}
.activity-line .color-widget.dribble .darken {
  background-color: #e51e6b;
}
.activity-line .color-widget a {
  color: #fff;
  font-weight: bold;
}
.activity-line.inverse {
  background-color: #424242;
}
.activity-line .icon {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.activity-line .icon .glyphicons {
  padding-left: 30px;
  padding-right: 10px;
}
.activity-line .icon .glyphicons i:before {
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
}
.activity-line .icon.primary {
  background-color: #3695d5;
}
.activity-line .icon.danger {
  background-color: #cc3a3a;
}
.activity-line .icon.success {
  background-color: #8bbf61;
}
.activity-line .icon.inverse {
  background-color: #424242;
}
.activity-line .icon.warning {
  background-color: #ab7a4b;
}
.activity-line span {
  padding-left: 10px;
}
.activity-line .activity-author {
  float: left;
  margin: 0 10px 10px 10px;
}
.activity-line .activity-author img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.activity-line .activity-status {
  font-size: 14px;
  padding: 15px 0 0;
  position: relative;
}
.activity-line .activity-status span {
  position: relative;
  float: left;
  width: 80%;
  margin-top: 3px;
  padding-left: 20px;
  font-size: 12px;
}
.activity-line .activity-status span.glyphicons i:before {
  padding: 0;
  font-size: 16px;
  color: #ccc;
}
.activity-line .activity-content {
  background: #efefef;
  clear: both;
  padding: 10px;
}
.activity-line .activity-comments {
  margin-top: -8px;
}
.activity-line .activity-comments p.comment {
  font-size: 13px;
  border: 1px solid #efefef;
  background: #f7f7f7;
  padding: 5px 10px 5px 40px;
  color: #797979;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.activity-line .activity-comments p.comment.glyphicons i:before {
  font-size: 24px;
  color: #e2e2e2;
  padding: 8px;
}
.activity-line .activity-comments abbr {
  font-size: 11px;
  font-style: italic;
  color: #797979;
  display: block;
}
.share {
  margin: 5px;
}
.share .form-control {
  width: 100%;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #efefef;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.share .share-buttons {
  position: relative;
  display: inline;
  height: 38px;
  margin: 0;
  padding: 0;
}
.share .share-buttons .glyphicons,
.share .share-buttons .glyphicons-social {
  height: 38px;
  width: 40px;
  padding: 13px;
  margin: 0;
}
.share .share-buttons .glyphicons i:before,
.share .share-buttons .glyphicons-social i:before {
  font-size: 18px;
  line-height: 40px;
  color: #ccc;
  padding-left: 10px;
  margin: 0;
}
.share .share-buttons .glyphicons:hover i:before,
.share .share-buttons .glyphicons-social:hover i:before {
  color: #3695d5;
}
.share .btn-primary {
  margin: 5px 3px;
}
/* --- LOADING [less.surveys] from assets/components/modules/admin/surveys/surveys.less */
.widget.widget-survey .widget-head {
  height: auto;
  line-height: 1;
}
/* --- LOADING [less.tabs] from assets/components/modules/admin/tabs/assets/tabs.less */
.widget.widget-tabs {
  border-color: #e2e1e1;
}
.widget.widget-tabs .tab-content {
  padding: 0;
}
.widget.widget-tabs > .widget-head {
  background: #ffffff;
  border-color: #e2e1e1;
  overflow: visible;
}
.widget.widget-tabs > .widget-head ul {
  position: relative;
  overflow: visible;
  list-style: none;
  height: 35px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.widget.widget-tabs > .widget-head ul li {
  height: 35px;
  line-height: 35px;
  float: left;
  display: block;
  border-right: 1px solid #e2e1e1;
}
.widget.widget-tabs > .widget-head ul li a {
  width: auto;
  height: 35px;
  display: block;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  color: #525252;
  text-decoration: none;
}
.widget.widget-tabs > .widget-head ul li a i:before {
  left: 5px;
  top: 5px;
  color: #9d9d9d;
  text-shadow: 0 1px 0 #ffffff;
}
.widget.widget-tabs > .widget-head ul li a.glyphicons {
  padding: 0 15px 0 35px;
}
.widget.widget-tabs > .widget-head ul li.active {
  height: 36px;
  background: #fff;
  color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a {
  color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a i:before {
  color: #505050;
}
.widget.widget-tabs > .widget-body.large {
  padding: 25px;
}
@media (max-width: 991px) {
  .widget.widget-tabs.widget-tabs-responsive > .widget-head {
    height: auto;
    padding: 0;
  }
  .widget.widget-tabs.widget-tabs-responsive > .widget-head ul {
    display: block;
    height: auto;
  }
  .widget.widget-tabs.widget-tabs-responsive > .widget-head ul li {
    display: block;
    float: none;
    border-right: none;
    border-bottom: 1px solid #e2e1e1;
  }
  .widget.widget-tabs.widget-tabs-responsive > .widget-head ul li:last-of-type {
    border-bottom: none;
  }
}
.widget.widget-tabs-double > .widget-head {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul {
  height: 40px;
}
.widget.widget-tabs-double > .widget-head ul li,
.widget.widget-tabs-double > .widget-head ul li.active {
  height: 40px;
  line-height: 20px;
}
.widget.widget-tabs-double > .widget-head ul li a,
.widget.widget-tabs-double > .widget-head ul li.active a {
  height: 35px;
  padding: 5px 0 0;
}
.widget.widget-tabs-double > .widget-head ul li a span,
.widget.widget-tabs-double > .widget-head ul li.active a span {
  display: block;
  line-height: 15px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons,
.widget.widget-tabs-double > .widget-head ul li.active a.glyphicons {
  padding: 5px 15px 0 38px;
}
.widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before,
.widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before {
  left: 4px;
  top: 9px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .widget.widget-tabs-double > .widget-head {
    height: auto;
  }
  .widget.widget-tabs-double > .widget-head ul {
    height: auto;
  }
  .widget.widget-tabs-double > .widget-head ul li {
    display: block;
    float: none;
  }
}
.widget.widget-tabs-double-2 {
  border: none;
}
.widget.widget-tabs-double-2 > .widget-head {
  border: 1px solid #e2e1e1;
  border-bottom: none;
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head.border-bottom {
  border-bottom: 1px solid #e2e1e1;
}
.widget.widget-tabs-double-2 > .widget-head ul {
  height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head ul li {
  height: 70px;
  line-height: 20px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a {
  height: 70px;
  padding: 5px 0 0;
  text-decoration: none;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a span {
  display: block;
  line-height: 30px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons {
  padding: 0 15px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i {
  display: block;
  height: 37px;
  padding: 13px 0 0;
  line-height: 24px;
  text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before {
  left: auto;
  top: auto;
  font-size: 24px;
  position: relative;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active {
  height: 70px;
  background: #ffffff;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a {
  color: #3695d5;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
  color: #3695d5;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover {
  background: #ffffff;
  height: 69px;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover a {
  color: #3695d5;
}
.widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before {
  color: #3695d5;
}
.widget.widget-tabs-double-2 > .widget-body {
  padding: 0;
}
.widget.widget-tabs-double-2 .widget-body-regular {
  padding: 10px;
  border: 1px solid #e2e1e1;
}
.widget.widget-tabs-double-2 .widget-body-regular p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .widget.widget-tabs-double-2 > .widget-head {
    height: auto;
  }
  .widget.widget-tabs-double-2 > .widget-head ul {
    height: auto;
  }
  .widget.widget-tabs-double-2 > .widget-head ul li {
    display: block;
    float: none;
  }
}
.widget.widget-tabs-social-account {
  border: none;
}
.widget.widget-tabs-social-account > .widget-head {
  border-bottom: none;
  height: 70px;
}
.widget.widget-tabs-social-account > .widget-head ul {
  height: 70px;
}
.widget.widget-tabs-social-account > .widget-head ul li {
  height: 70px;
  line-height: 20px;
}
.widget.widget-tabs-social-account > .widget-head ul li:first-child.active {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget.widget-tabs-social-account > .widget-head ul li a {
  height: 70px;
  padding: 5px 0 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.widget.widget-tabs-social-account > .widget-head ul li a span {
  display: block;
  line-height: 30px;
}
.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons {
  padding: 0 15px;
}
.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i {
  display: block;
  height: 37px;
  padding: 13px 0 0;
  line-height: 24px;
  text-align: center;
}
.widget.widget-tabs-social-account > .widget-head ul li a.glyphicons i:before {
  color: #ccc;
  left: auto;
  top: auto;
  font-size: 24px;
  position: relative;
}
.widget.widget-tabs-social-account > .widget-head ul li.active {
  height: 70px;
  background: #3695d5;
}
.widget.widget-tabs-social-account > .widget-head ul li.active a {
  color: #fff;
}
.widget.widget-tabs-social-account > .widget-head ul li.active a i:before {
  color: #fff;
}
.widget.widget-tabs-social-account > .widget-head ul li:hover {
  height: 70px;
  background: #3695d5;
}
.widget.widget-tabs-social-account > .widget-head ul li:hover a {
  color: #fff;
}
.widget.widget-tabs-social-account > .widget-head ul li:hover a i:before {
  color: #fff;
}
.widget.widget-tabs-social-account > .widget-body {
  padding: 0;
}
.widget.widget-tabs-social-account .widget-body-regular {
  padding: 10px;
  border: 1px solid #e2e1e1;
}
.widget.widget-tabs-social-account .widget-body-regular p:last-child {
  margin: 0;
}
.widget.widget-tabs-vertical .widget-head {
  border: none;
  height: auto;
  padding: 0;
}
.widget.widget-tabs-vertical .widget-head ul {
  display: block;
  height: auto;
}
.widget.widget-tabs-vertical .widget-head ul li {
  float: none;
  display: block;
  border-right: none;
  border-bottom: 1px solid #e2e1e1;
}
.widget.widget-tabs-vertical .widget-head ul li:last-child {
  border: none;
}
.widget.widget-tabs-vertical .widget-body {
  padding: 0;
}
.widget.widget-tabs-vertical .widget-body .tab-content {
  padding: 12px 15px;
}
.widget.widget-wizard-pills .widget-head {
  height: 80px;
  padding: 10px 0;
}
.widget.widget-wizard-pills .widget-head ul {
  height: 60px;
}
.widget.widget-wizard-pills .widget-head ul li {
  height: 60px;
  line-height: 60px;
  color: #525252;
  padding: 0 0 0 10px;
  border: none;
  position: relative;
}
.widget.widget-wizard-pills .widget-head ul li.status {
  height: 45px;
  padding: 15px 15px 0;
  font-weight: 700;
}
.widget.widget-wizard-pills .widget-head ul li.status span.r {
  display: block;
  line-height: 15px;
}
.widget.widget-wizard-pills .widget-head ul li a {
  height: 58px;
  line-height: 60px;
  padding: 0;
  width: 58px;
  text-align: center;
  background: #e2e1e1;
  border: 1px solid #e2e1e1;
  color: #c8c8c8;
  font-weight: 700;
  font-size: 16pt;
  position: relative;
  z-index: 2;
}
.widget.widget-wizard-pills .widget-head ul li.active {
  height: 60px;
  background: none;
}
.widget.widget-wizard-pills .widget-head ul li.active a {
  width: 60px;
  height: 60px;
  background: #fbfbfb;
  border: none;
}
.widget.widget-wizard-pills .widget-head ul li.primary a {
  width: 60px;
  height: 60px;
  background: #3695d5;
  border: none;
  color: #fff;
}
.widget.widget-wizard-pills .widget-head ul li:not(:first-child):before {
  position: absolute;
  background: #e2e1e1;
  height: 1px;
  left: 0;
  right: 0;
  top: 29px;
  display: block;
  content: "";
  z-index: 1;
}
.widget.widget-wizard-pills .widget-head ul li.no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .widget.widget-wizard-pills .widget-head ul li,
  .widget.widget-wizard-pills .widget-head ul li.active {
    padding: 10px;
    height: auto;
  }
  .widget.widget-wizard-pills .widget-head ul li a,
  .widget.widget-wizard-pills .widget-head ul li.active a {
    width: auto;
  }
  .widget.widget-wizard-pills .widget-head ul li:before,
  .widget.widget-wizard-pills .widget-head ul li.active:before {
    display: none !important;
  }
  .widget.widget-wizard-pills .widget-head ul li.active a {
    background: #3695d5;
    color: #fff;
  }
  .widget.widget-wizard-pills .widget-head ul li.status {
    padding: 15px;
    height: auto;
  }
}
.widget.widget-tabs-2 {
  border-bottom: 1px solid #e2e1e1;
}
.widget.widget-tabs-2.border-bottom-none {
  border-bottom: none;
}
.widget.widget-tabs-2 > .widget-head {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e2e1e1;
  padding: 0 10px;
}
.widget.widget-tabs-2 > .widget-head ul {
  border-color: #e2e1e1;
}
.widget.widget-tabs-2 > .widget-head ul li {
  border: none;
}
.widget.widget-tabs-2 > .widget-head ul li.active {
  background-color: #f7f7f7;
}
.widget.widget-tabs-2 > .widget-head ul li a {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-right: none;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.widget.widget-tabs-2 > .widget-head ul li:first-child a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 > .widget-body {
  background: #fff;
  border: none;
  padding: 15px;
}
.widget.tabs-right .widget-head ul {
  float: right;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons {
  width: 38px;
  padding: 0;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i {
  width: 38px;
  display: block;
  line-height: 35px;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before {
  width: 38px;
  text-align: center;
  left: auto;
  top: auto;
  position: relative;
  display: block;
  line-height: 35px;
  color: #cbcbcb;
}
.widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before {
  color: #505050;
}
.widget.widget-tabs-icons-only .widget-body {
  padding: 0;
}
.widget.widget-tabs-icons-only .widget-body p:last-child {
  margin: 0;
}
.widget.widget-tabs-icons-only .widget-head {
  padding: 0 0 10px;
}
.widget.widget-tabs-icons-only .widget-head ul {
  display: block;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.widget.widget-tabs-icons-only .widget-head ul li {
  color: #dadada;
  float: left;
  display: block;
  padding: 0 10px 0 0;
  font-size: 8pt;
  line-height: 30px;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons {
  width: 36px;
  height: 30px;
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i {
  background: #e5e5e5;
  display: block;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  height: 30px;
  position: relative;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #64625f;
  font-size: 17px;
  line-height: 30px;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i {
  background: #dedede;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i {
  background: #64625f;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before {
  color: #fff;
}
.widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child {
  padding: 0;
}
@media (max-width: 991px) {
  .widget.widget-tabs-icons-only > .widget-head {
    height: auto;
  }
  .widget.widget-tabs-icons-only > .widget-head ul {
    height: auto;
    float: left !important;
  }
}
.tabsbar {
  height: 64px;
  border-top: 2px solid #e2e1e1;
  border-bottom: 2px solid #e2e1e1;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  margin: 0 0 14px;
}
.tabsbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 62px;
}
.tabsbar ul li {
  float: left;
  display: block;
  height: 62px;
  border-right: 1px solid #e2e1e1;
  background: #fdfdfd;
  padding: 3px;
}
.tabsbar ul li a {
  display: block;
  height: 54px;
  line-height: 54px;
  background: #fdfdfd;
  padding: 0 15px;
  color: #525252;
  text-decoration: none;
}
.tabsbar ul li a i {
  display: inline-block;
  float: left;
  width: 39px;
  height: 54px;
}
.tabsbar ul li a i:before {
  color: #525252;
  position: relative;
  top: auto;
  left: auto;
  line-height: 54px;
  text-align: center;
}
.tabsbar ul li.active a {
  background: #3695d5;
  color: #fff;
}
.tabsbar ul li.active a i:before {
  color: #fff;
}
.tabsbar.tabsbar-2 {
  height: 40px;
}
.tabsbar.tabsbar-2 ul {
  height: 40px;
}
.tabsbar.tabsbar-2 ul li {
  height: 40px;
  padding: 0;
  background: none;
  border: none;
}
.tabsbar.tabsbar-2 ul li a {
  height: 40px;
  line-height: 36px;
  background: none;
}
.tabsbar.tabsbar-2 ul li a i {
  height: 40px;
  width: 25px !important;
}
.tabsbar.tabsbar-2 ul li a i:before {
  line-height: 40px;
  font-size: 20px;
}
.tabsbar.tabsbar-2 ul li.active {
  background: #3695d5;
}
.tabsbar.tabsbar-2 ul li.active a {
  color: #fff;
}
.tabsbar.tabsbar-2 ul li.active a i:before {
  color: #fff;
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a {
  color: #3695d5;
}
.tabsbar.tabsbar-2 ul li:not(.active):hover a i:before {
  color: #3695d5;
}
.tabsbar.tabsbar-2.active-fill ul li.active a {
  background: #3695d5;
  color: #fff;
}
.tabsbar.tabsbar-2.active-fill ul li.active a i:before {
  color: #fff;
}
@media (max-width: 991px) {
  .tabsbar,
  .tabsbar.tabsbar-2 {
    height: auto;
  }
  .tabsbar ul,
  .tabsbar.tabsbar-2 ul {
    height: auto;
  }
  .tabsbar ul li,
  .tabsbar.tabsbar-2 ul li {
    display: block;
    float: none;
    border-right: none;
    border-bottom: 1px solid #e2e1e1;
  }
  .tabsbar ul li:last-of-type,
  .tabsbar.tabsbar-2 ul li:last-of-type {
    border-bottom: none;
  }
  .tabsbar ul li:after,
  .tabsbar.tabsbar-2 ul li:after {
    display: none;
  }
}
.nav-tabs > li > a:hover,
.nav-pills > li > a,
.nav-pills > li > a:hover {
  background: #3695d5;
  border-bottom-color: #3695d5;
  color: #fff;
}
.nav-tabs {
  border-bottom-color: #3695d5;
}
.nav-tabs > li > a {
  padding: 6px 8px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #3695d5;
  border-top-color: #3695d5;
  border-left-color: #3695d5;
  border-right-color: #3695d5;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.nav-pills a {
  cursor: pointer;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: #3695d5;
  color: #fff;
}
.nav-pills .glyphicons {
  padding-left: 25px;
}
.nav-pills .glyphicons i:before {
  position: relative;
  font-size: 14px;
  left: -10px;
  top: 2px;
  color: #F5EADB;
  font-weight: normal;
  text-shadow: none;
}
.tab-content {
  overflow: visible;
  padding: 0;
}
.tab-content.box-generic {
  border-top: none;
  border-bottom: 3px solid #e2e1e1;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* --- LOADING [less.tickets] from assets/components/modules/admin/tickets/assets/less/tickets.less */
.tickets li label {
  margin-left: 5px;
  margin-bottom: 0;
}
.tickets li .media-heading {
  font-size: 14px;
  font-weight: bold;
  color: #3695d5;
}
.tickets li .media-body i {
  font-size: 80%;
}
.tickets li .media-body .media {
  margin-top: 5px;
  padding: 10px;
  border-top: 1px solid #efefef;
}
.tickets li .empty-photo {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #dbdbdb;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.tickets li .empty-photo i {
  color: #8f8f8f;
  line-height: 50px;
}
.tickets li .empty-photo.agent {
  background: #3695d5;
  width: 20px;
  height: 20px;
}
.tickets li .empty-photo.agent i {
  line-height: 20px;
  color: #fff;
  font-size: 15px;
}
.tickets li a.user-ticket-action {
  color: #fff;
}
.tickets li a.user-ticket-action.primary {
  background: #3695d5;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.tickets li a.user-ticket-action i {
  font-size: 80%;
}
.tickets:hover {
  background: #f7f7f7;
}
.tickets:hover .media-body .media {
  background: #fff;
}
/* --- LOADING [less.timeline.appointments] from assets/components/modules/admin/timeline/assets/less/timeline.appointments.less */
.timeline-appointments.bg-primary-light > li {
  border-left: 1px solid #3695d5;
}
.timeline-appointments > li {
  background: #fff;
  margin-left: 90px;
  border-left: 1px solid #e2e1e1;
  position: relative;
}
.timeline-appointments > li .time {
  position: absolute;
  left: -90px;
  top: -10px;
  width: 70px;
  text-align: right;
  color: #222;
}
.timeline-appointments > li .dot {
  position: absolute;
  left: -6px;
  top: -6px;
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.timeline-appointments > li .appointments {
  min-height: 60px;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, #ffffff 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.timeline-appointments > li .appointments ul li {
  line-height: 30px;
  padding: 0 10px;
}
.timeline-appointments > li .appointments ul li .btn-group-xs {
  margin-top: 4px;
}
.timeline-appointments > li .appointments ul li .apt {
  display: block;
  line-height: 30px;
}
.timeline-appointments > li:first-of-type {
  padding-top: 30px;
}
.timeline-appointments > li:first-of-type .time {
  top: 20px;
}
.timeline-appointments > li:first-of-type .dot {
  top: 24px;
}
/* --- LOADING [less.timeline] from assets/components/modules/admin/timeline/assets/less/timeline.less */
.layout-timeline {
  margin: 0;
}
.layout-timeline > [class*="col-md"] ~ [class*="col-md"]:after {
  width: 2px;
  background: #d2d1d0;
}
.layout-timeline .media {
  margin: 0 0 14px;
}
.layout-timeline .media .media-body {
  padding: 10px 0 0;
  line-height: 17px;
}
.layout-timeline .media .media-body .author {
  font-size: 14px;
}
.layout-timeline .glyphicons.pencil {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.layout-timeline .glyphicons.pencil i:before {
  top: 0;
  right: 0;
  font-size: 17px;
  color: #cccccc;
}
.layout-timeline ul.timeline {
  list-style: none;
  margin: 0;
  padding: 14px 14px 14px 35px;
}
.layout-timeline ul.timeline > li {
  position: relative;
  padding: 0 0 14px;
}
.layout-timeline ul.timeline > li .date {
  width: 50px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: -70px;
  top: 0;
  z-index: 2;
}
.layout-timeline ul.timeline > li .date strong {
  display: block;
  line-height: 10px;
  padding: 3px 0 0;
}
.layout-timeline ul.timeline > li .type {
  position: absolute;
  text-transform: uppercase;
  color: #525252;
  font-weight: 700;
  padding: 0 35px 0 0;
  top: 15px;
  width: 100px;
  text-align: right;
  left: -160px;
  line-height: 24px;
  z-index: 2;
}
.layout-timeline ul.timeline > li .type i:before {
  left: auto;
  right: 0;
  color: #c6c6c5;
}
.layout-timeline ul.timeline > li .type .time {
  position: absolute;
  top: 24px;
  right: 0;
  color: #c6c6c5;
}
.layout-timeline ul.timeline > li .type:after {
  display: block;
  content: "";
  position: absolute;
  right: -60px;
  top: 12px;
  width: 45px;
  height: 2px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline > li .type:before {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline > li .separator .type {
  top: 60px;
}
.layout-timeline ul.timeline > li .alert-gray {
  background: #f8f8f8;
  color: #525252;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  margin: 0;
}
.layout-timeline ul.timeline > li p.glyphicons {
  padding: 5px 0 5px 25px;
}
.layout-timeline ul.timeline > li p.glyphicons i:before {
  color: #dfdfdf;
  font-size: 17px;
  top: 5px;
  left: 0;
}
.layout-timeline ul.timeline > li .widget-body-gray .glyphicons i:before {
  color: #525252;
}
.layout-timeline ul.timeline > li .widget-body-gray a {
  color: #000;
  text-decoration: underline;
}
.layout-timeline ul.timeline > li .widget-body-gray strong {
  font-weight: 400;
  color: #000;
}
.layout-timeline ul.timeline > li.active .type {
  color: #3695d5;
}
.layout-timeline ul.timeline > li.active .type i:before {
  color: #3695d5;
}
.layout-timeline ul.timeline > li.active .type:before,
.layout-timeline ul.timeline > li.active .type:after {
  background: #3695d5;
}
.layout-timeline ul.timeline > li.active:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -45px;
  width: 2px;
  z-index: 2;
  background: #3695d5;
}
.layout-timeline ul.timeline-2 {
  list-style: none;
  margin: 0;
  padding: 14px 14px 14px 28px;
}
.layout-timeline ul.timeline-2 > li {
  position: relative;
  padding: 0 0 14px;
}
.layout-timeline ul.timeline-2 > li .date {
  padding: 5px 4px 4px 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 60px;
  position: absolute;
  left: -74px;
  top: 0;
  z-index: 2;
}
.layout-timeline ul.timeline-2 > li .date strong {
  display: block;
  line-height: 10px;
  padding: 3px 0 0;
}
.layout-timeline ul.timeline-2 > li .type {
  position: absolute;
  color: #525252;
  padding: 0 35px 0 0;
  top: 15px;
  width: 100px;
  text-align: right;
  left: -160px;
  line-height: 24px;
  z-index: 2;
}
.layout-timeline ul.timeline-2 > li .type i:before {
  left: auto;
  right: 0;
  color: #c6c6c5;
  font-size: 22px;
}
.layout-timeline ul.timeline-2 > li .type .time {
  position: absolute;
  top: 24px;
  right: 0;
  color: #c6c6c5;
}
.layout-timeline ul.timeline-2 > li .type:after {
  display: block;
  content: "";
  position: absolute;
  right: -60px;
  top: 12px;
  width: 45px;
  height: 2px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline-2 > li .type:before {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #d2d1d0;
}
.layout-timeline ul.timeline-2 > li .separator .type {
  top: 60px;
  clear: both;
}
.layout-timeline ul.timeline-2 > li .separator.calendar {
  padding-bottom: 35px;
}
.layout-timeline ul.timeline-2 > li .alert-gray {
  background: #f8f8f8;
  color: #525252;
  border: none;
  margin: 0;
}
.layout-timeline ul.timeline-2 > li .alert-gray .glyphicons i:before {
  color: #dfdfdf;
}
.layout-timeline ul.timeline-2 > li .media-footer {
  color: #dfdfdf;
}
.layout-timeline ul.timeline-2 > li .media-footer a {
  color: #797979;
  margin: 4px;
}
.layout-timeline ul.timeline-2 > li .media-footer a:hover {
  color: #4193d0;
}
.layout-timeline ul.timeline-2 > li .media-footer a.media-object {
  position: relative;
  left: 0;
}
.layout-timeline ul.timeline-2 > li .media-footer .comment {
  position: relative;
  left: 0;
  right: 0;
  display: inline;
}
.layout-timeline ul.timeline-2 > li p.glyphicons {
  padding: 5px 0 5px 25px;
}
.layout-timeline ul.timeline-2 > li .widget-body-gray .glyphicons i:before {
  color: #525252;
}
.layout-timeline ul.timeline-2 > li.active .type {
  color: #3695d5;
}
.layout-timeline ul.timeline-2 > li.active .type i:before {
  color: #3695d5;
}
.layout-timeline ul.timeline-2 > li.active .type:before,
.layout-timeline ul.timeline-2 > li.active .type:after {
  background: #3695d5;
}
.layout-timeline ul.timeline-2 > li.active:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -45px;
  width: 2px;
  z-index: 2;
  background: #3695d5;
}
.layout-timeline.layout-timeline-mirror {
  padding-left: 8px;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
  left: -100%;
  width: 100%;
  margin-left: -90px;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
  left: auto;
  right: -70px;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
  left: auto;
  right: -160px;
  text-align: left;
  padding: 0 0 0 35px;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
  left: 0;
  right: auto;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
  left: 0;
  right: auto;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before {
  left: -18px;
  right: auto;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
  left: -60px;
  right: auto;
}
.layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active:before {
  left: auto;
  right: -47px;
}
.nav-timeline > li {
  margin: 0 0 5px;
}
.nav-timeline > li > a {
  background: #b3b3b3;
  border: none;
  margin: 0 !important;
  font-weight: 700;
}
.nav-timeline > li > a.glyphicons {
  padding: 8px 12px;
}
.nav-timeline > li > a.glyphicons i:before {
  position: absolute;
  left: auto;
  right: 8px;
  top: 8px;
  color: #fff;
}
.nav-timeline > li.active > a {
  background: #3695d5;
}
@media (max-width: 767px) {
  .layout-timeline,
  .layout-timeline.layout-timeline-mirror {
    padding: 0;
  }
  .layout-timeline ul.timeline,
  .layout-timeline.layout-timeline-mirror ul.timeline {
    padding: 0;
  }
  .layout-timeline ul.timeline > li,
  .layout-timeline.layout-timeline-mirror ul.timeline > li,
  .layout-timeline ul.timeline > li:nth-child(odd),
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
    left: auto;
    margin-left: 0;
    width: auto;
  }
  .layout-timeline ul.timeline > li .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .date,
  .layout-timeline ul.timeline > li:nth-child(odd) .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
    position: relative;
    left: auto;
    display: block;
    top: auto;
    right: auto;
  }
  .layout-timeline ul.timeline > li .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 60px 10px 0;
    right: auto;
    padding: 0 35px 0 0;
  }
  .layout-timeline ul.timeline > li .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type i:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
    left: auto;
    right: 0;
  }
  .layout-timeline ul.timeline > li .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline ul.timeline > li .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:after,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
    display: none;
    left: auto;
  }
  .layout-timeline ul.timeline > li .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type .time,
  .layout-timeline ul.timeline > li:nth-child(odd) .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
    top: 0;
    right: -40px;
    left: auto;
  }
  .layout-timeline ul.timeline > li .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .separator .type {
    top: auto;
  }
  .layout-timeline ul.timeline > li.active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li.active .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd).active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active .separator .type {
    margin-bottom: 0;
  }
}
.timeline-activity {
  position: relative;
  display: block;
}
.timeline-activity li {
  padding: 14px 0;
  border-left: 1px solid #efefef;
  margin-left: 35px;
  position: relative;
}
.timeline-activity li .box-generic {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .timeline-activity li .box-generic.row > div[class*="col-sm"] {
    border-right: 1px solid #efefef;
  }
  .timeline-activity li .box-generic.row > div[class*="col-sm"]:last-of-type {
    border: none;
  }
}
@media (max-width: 768px) {
  .timeline-activity li .box-generic.row div[class*="col-xs"] {
    border-bottom: 1px solid #efefef;
  }
  .timeline-activity li .box-generic.row div[class*="col-xs"]:last-of-type {
    border: none;
  }
}
.timeline-activity li i.list-icon {
  position: absolute;
  height: 36px;
  width: 36px;
  top: 15px;
  left: -18px;
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  color: #dfdfdf;
}
.timeline-activity li:hover i.list-icon,
.timeline-activity li.active:hover i.list-icon {
  background-color: #fff;
  border-color: #3695d5;
  color: #3695d5;
}
.timeline-activity li.active i.list-icon {
  background-color: #3695d5;
  color: #fff;
  border: 2px solid #3695d5;
}
.timeline-activity li .caret {
  position: absolute;
  width: 8px;
  height: 0;
  top: 10px;
  left: 28px;
  margin-top: 5px;
  vertical-align: middle;
  border-right: 8px solid #dfdfdf;
  border-top: 8px solid transparent;
  border-left: 0 dotted;
  border-bottom: 8px solid transparent;
  content: "";
}
.timeline-activity li .block {
  position: relative;
  padding: 0 20px 0 36px;
}
.timeline-activity li .block.block-inline {
  display: inline-block;
  padding: 0 20px 0 36px;
}
.timeline-activity li .block.block-inline + .block-inline {
  padding: 0 10px 0 0;
}
.timeline-activity li .block .icon-block {
  height: 120px;
  line-height: 80px;
  padding: 20px;
  background: rgba(54, 149, 213, 0.1);
  border: 1px solid rgba(54, 149, 213, 0.2);
  font-size: 70px;
  color: #3695d5;
}
.timeline-activity li .block .icon-block .glyphicons {
  position: relative;
  display: inline-block;
  padding: 0;
}
.timeline-activity li .block .icon-block .glyphicons i:before {
  position: relative;
  font-size: 70px;
  color: #3695d5;
}
.timeline-activity li .block .media.active {
  background: rgba(54, 149, 213, 0.2);
  border: 1px solid rgba(54, 149, 213, 0.2);
  border-left: none;
  border-right: none;
  color: #424242;
}
.timeline-activity li .block .media.active .timeline-bottom {
  color: #3695d5;
}
.timeline-activity li .block .content-filled {
  padding: 10px;
  background: #f7f7f7;
}
.timeline-activity li .timeline-top-info {
  padding: 14px;
}
.timeline-activity li .timeline-top-info a {
  font-weight: bold;
}
.timeline-activity li .timeline-top-info a:hover {
  text-decoration: underline;
  color: #424242;
}
.timeline-activity li .timeline-top-info i {
  color: #dfdfdf;
}
.timeline-activity li .timeline-bottom {
  color: #c2c2c2;
  font-size: 12px;
}
.timeline-activity li:first-of-type {
  padding: 28px 0 14px;
}
.timeline-activity .media-icons a {
  color: #c2c2c2;
  font-size: 16px;
  padding-right: 5px;
}
.timeline-activity .media-icons a:hover {
  color: #4193d0;
}
.timeline-activity.project .list-date {
  position: absolute;
  height: 40px;
  width: 50px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  top: 30px;
  left: -25px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #efefef;
  color: #dfdfdf;
}
.timeline-activity.project .list-date .day {
  font-size: 18px;
  line-height: 20px;
  background: #efefef;
  color: #8f8f8f;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  display: block;
}
.timeline-activity.project .list-date .month {
  font-size: 10px;
  line-height: 13px;
  position: relative;
  top: -3px;
  font-weight: bold;
}
.timeline-activity.project li {
  margin-left: 45px;
  padding-top: 29px;
}
.timeline-activity.project li .block {
  position: relative;
  padding: 0 20px 0 50px;
}
.timeline-activity.project li .caret {
  left: 40px;
}
.timeline-activity.project li:first-of-type {
  padding: 28px 0 14px;
}
.timeline-activity.project li:hover .list-date,
.timeline-activity.project li.active:hover .list-date {
  border-color: #3695d5;
  color: #3695d5;
}
.timeline-activity.project li:hover .list-date .day,
.timeline-activity.project li.active:hover .list-date .day {
  background: #3695d5;
  color: #fff;
}
.timeline-activity.project li .attachement a.glyphicons-filetype {
  padding-left: 0px;
  padding-right: 5px;
}
.timeline-activity.project li .attachement a.glyphicons-filetype i:before {
  position: relative;
  color: #ccc;
  font-size: 32px;
}
.timeline-activity.project li .attachement a.glyphicons-filetype:hover i:before {
  color: #3695d5;
}
.bg-primary-light .timeline-activity li:hover i.list-icon {
  background-color: #3695d5;
  color: #fff;
  border: 2px solid #3695d5;
}
.bg-primary-light .timeline-activity li i.list-icon {
  color: #3695d5;
}
/* --- LOADING [less.widget-timeline] from assets/components/modules/admin/timeline/assets/less/widget-timeline.less */
.widget-timeline .widget-body {
  padding: 15px;
  position: relative;
}
.widget-timeline .widget-body:before {
  display: block;
  width: 1px;
  background: #e2e1e1;
  top: 15px;
  bottom: 30px;
  left: 75px;
  content: "";
  position: absolute;
}
.widget-timeline:not(.widget) {
  position: relative;
}
.widget-timeline:not(.widget):before {
  display: block;
  width: 1px;
  background: #e2e1e1;
  top: 15px;
  bottom: 34px;
  left: 75px;
  content: "";
  position: absolute;
}
.widget-timeline .view-all {
  margin-left: 35px;
}
.widget-timeline ul.list-timeline {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.widget-timeline ul.list-timeline li {
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0 0 10px;
  padding: 0 10px;
}
.widget-timeline ul.list-timeline li:last-child {
  margin: 0;
}
.widget-timeline ul.list-timeline li span {
  display: block;
  height: 35px;
  line-height: 35px;
  float: left;
  position: relative;
  overflow: hidden;
}
.widget-timeline ul.list-timeline li span.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75%;
}
.widget-timeline ul.list-timeline li span.date {
  width: 40px;
  text-align: center;
}
.widget-timeline ul.list-timeline li .activity-icon {
  width: 30px;
  height: 35px;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
}
.widget-timeline ul.list-timeline li .activity-icon i {
  height: 35px;
  display: block;
  position: relative;
  background: #64625f;
}
.widget-timeline ul.list-timeline li .activity-icon i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
}
/* --- LOADING [less.twitter] from assets/components/modules/admin/twitter/assets/less/twitter.less */
.jstwitter {
  position: relative;
}
.jstwitter .item {
  overflow: hidden;
}
.jstwitter .tweet-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  padding: 15px;
}
.jstwitter .widget {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.jstwitter .widget-body {
  padding: 0;
}
.jstwitter .item a {
  text-decoration: none;
}
.jstwitter .item img {
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: none;
  padding: 0;
}
.jstwitter .item .thumb {
  padding: 0;
  border: none;
}
.jstwitter .item a:hover {
  text-decoration: underline;
}
.jstwitter .item .text {
  display: block;
}
.jstwitter .item .time,
.jstwitter .item .user {
  font-style: italic;
  color: #999;
}
.jstwitter .item.active {
  display: block;
}
/* --- LOADING [less.my-account-advanced] from assets/components/modules/admin/user/my-account-advanced/assets/less/my-account-advanced.less */
.table-projects .stats span {
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}
.table-projects .stats span.count {
  font-size: 18pt;
  font-weight: normal;
  color: #3695d5;
}
/* --- LOADING [less.widget-activity] from assets/components/modules/admin/widgets/widget-activity/assets/less/widget-activity.less */
.widget-activity > .widget-body {
  padding: 0 14px;
}
.widget-activity ul.list {
  list-style: none;
  margin: 0 -14px;
  padding: 0;
}
.widget-activity ul.list li {
  height: 39px;
  line-height: 39px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding: 0 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.widget-activity ul.list li:hover,
.widget-activity ul.list li.highlight {
  background: #f2f2f2;
  box-shadow: 0 1px 0 0 #ffffff inset;
  -moz-box-shadow: 0 1px 0 0 #ffffff inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.widget-activity ul.list li:hover:after,
.widget-activity ul.list li.highlight:after {
  content: "\e212";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  height: 39px;
  line-height: 39px;
  font-family: "Glyphicons Regular";
  font-size: 24px;
  color: #d5d5d5;
}
.widget-activity ul.list li:hover .activity-icon i:before,
.widget-activity ul.list li.highlight .activity-icon i:before {
  color: #505050;
}
.widget-activity ul.list li > span {
  display: block;
  height: 39px;
  line-height: 39px;
  float: left;
  position: relative;
  overflow: hidden;
}
.widget-activity ul.list li > span.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75%;
}
.widget-activity ul.list li > span.date {
  width: 40px;
  text-align: center;
}
.widget-activity ul.list li .activity-icon {
  width: 30px;
  height: 39px;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
}
.widget-activity ul.list li .activity-icon i {
  height: 39px;
  display: block;
  position: relative;
}
.widget-activity ul.list li .activity-icon i:before {
  position: relative;
  top: 0;
  left: 0;
  color: #cbcbcb;
  font-size: 18px;
  line-height: 39px;
}
.widget-activity ul.list li.double {
  height: 45px;
  line-height: 45px;
}
.widget-activity ul.list li.double > span {
  height: 45px;
  line-height: 45px;
}
.widget-activity ul.list li.double > span.ellipsis {
  line-height: 15px;
  padding: 7px 0 0;
  font-weight: 600;
  font-size: 11px;
}
.widget-activity ul.list li.double > span .meta {
  display: block;
  line-height: 15px;
  font-weight: 400;
  color: #b7b7b7;
}
.widget-activity ul.list li.double > span .meta i:before {
  top: 1px;
  color: #b7b7b7;
}
.widget-activity ul.list li.double > span .meta span {
  font-style: italic;
}
.widget-activity ul.list li.double .activity-icon {
  margin-left: 0;
  height: 45px;
}
.widget-activity ul.list li.double .activity-icon i {
  height: 45px;
}
.widget-activity ul.list li.double .activity-icon i:before {
  line-height: 45px;
}
.widget-activity ul.list li.double:hover:after,
.widget-activity ul.list li.double.highlight:after {
  height: 45px;
  line-height: 45px;
}
.widget-activity ul.list li:last-child {
  border: none;
}
.widget-activity .view-all {
  position: absolute;
  top: 17px;
  right: 14px;
}
/* --- LOADING [less.widget-chat] from assets/components/modules/admin/widgets/widget-chat/assets/less/widget-chat.less */
.widget-chat {
  padding-bottom: 54px !important;
}
.widget-chat .chat-items {
  height: 235px;
}
.widget-chat .media {
  position: relative;
  min-height: 115px;
  margin: 0;
}
.widget-chat .media .media-object {
  position: relative;
}
.widget-chat .media .thumb {
  padding: 0;
}
.widget-chat .media small {
  color: #cccccc;
}
.widget-chat .media small:before,
.widget-chat .media small:after {
  content: "";
}
.widget-chat .media small.author {
  position: absolute;
  left: 15px;
  width: 75px;
  top: 80px;
  text-align: center;
  display: block;
}
.widget-chat .media small.date {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
.widget-chat .media.right small.author {
  left: auto;
  right: 15px;
}
.widget-chat .media.right small.date {
  text-align: left;
}
.widget-chat .media .media-body {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 0;
}
.widget-chat .media .media-body blockquote {
  padding: 0;
  font-size: 13px;
  width: 100%;
}
.widget-chat .media .media-body blockquote p:last-child {
  margin: 0;
}
.widget-chat .chat-controls {
  position: absolute;
  height: 54px;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget-chat .chat-controls input {
  border: none;
}
/* --- LOADING [less.widget-collapsible] from assets/components/modules/admin/widgets/widget-collapsible/assets/widget-collapsible.less */
[data-toggle="collapse-widget"] .collapse-toggle {
  position: relative;
  height: 35px;
  width: 30px;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: -10px;
}
[data-toggle="collapse-widget"] .collapse-toggle:before {
  font-family: "Glyphicons Regular";
  font-size: 17px;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 34px;
  text-align: center;
  color: #cccccc;
  content: "\e192";
}
[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle {
  margin-right: 0;
  height: 25px;
}
[data-toggle="collapse-widget"].widget-heading-simple .collapse-toggle:before {
  height: 25px;
  line-height: 25px;
}
[data-toggle="collapse-widget"] a ~ .collapse-toggle {
  margin-right: 0;
}
[data-toggle="collapse-widget"][data-collapse-closed="false"] .collapse-toggle:before {
  content: "\e192";
}
[data-toggle="collapse-widget"][data-collapse-closed="true"] .collapse-toggle:before {
  content: "\e191";
}
[data-toggle="collapse-widget"][data-collapse-closed="true"] .widget-head {
  border-bottom: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
[data-toggle="collapse-widget"] .collapse:not(.list) {
  -webkit-transition: padding 0.1s ease;
  -moz-transition: padding 0.1s ease;
  -o-transition: padding 0.1s ease;
  -ms-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  padding: 0px;
}
[data-toggle="collapse-widget"] .collapse:not(.list).in {
  padding: 14px;
}
/* --- LOADING [less.widget-offer] from assets/components/modules/admin/widgets/widget-offer/assets/less/widget-offer.less */
.widget-offers .price {
  font-size: 14px;
}
.widget-offers .price strong {
  color: #000;
}
.widget-offers .thumb {
  padding: 0;
}
.widget-offers h5 {
  border-bottom: 1px solid #cecece;
  font-weight: 600;
  text-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 0 #eeeeee;
  padding: 0 0 5px;
}
/* --- LOADING [less.widget-progress] from assets/components/modules/admin/widgets/widget-progress/assets/less/widget-progress.less */
.widget .widget-head.progress {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0;
}
/* --- LOADING [less.widget-stats] from assets/components/modules/admin/widgets/widget-stats/assets/less/widget-stats.less */
.widget-stats {
  background: #ffffff;
  padding: 14px 0;
  margin: 0 0 14px;
  height: 110px;
  position: relative;
  text-align: center;
  display: block;
}
.widget-stats .count {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.widget-stats .label {
  font-weight: 700;
  padding: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.widget-stats span {
  display: inline-block;
}
.widget-stats .txt {
  padding: 0;
  color: #cecece;
}
.widget-stats .glyphicons {
  padding: 0;
  display: block;
}
.widget-stats .glyphicons i {
  display: block;
}
.widget-stats .glyphicons i:before {
  color: #cecece;
  font-size: 25px;
  top: 0;
  left: 0;
  position: relative;
}
.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
  text-decoration: none;
}
.widget-stats:hover {
  background: #fdfdfd;
}
.widget-stats.small {
  padding: 5px 0;
}
.widget-stats.small .glyphicons {
  padding: 12px 0 0;
}
.widget-stats.small .glyphicons i:before {
  font-size: 25px;
}
.widget-stats.widget-stats-1 {
  padding: 8px 0;
  height: 110px;
}
.widget-stats.widget-stats-1 .glyphicons {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-bottom: 5px;
}
.widget-stats.widget-stats-1 .glyphicons .txt {
  display: inline-block;
  padding: 0 5px;
  line-height: 35px;
}
.widget-stats.widget-stats-1 .glyphicons i {
  display: inline-block;
}
.widget-stats.widget-stats-1 .glyphicons i:before {
  top: 5px;
  font-size: 20px;
}
.widget-stats.widget-stats-1 .count {
  position: relative;
  top: auto;
  right: auto;
  font-size: 60px;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  line-height: 40px;
}
.widget-stats.widget-stats-2 {
  padding: 15px 0;
}
.widget-stats.widget-stats-2 .txt {
  font-size: 14px;
}
.widget-stats.widget-stats-2 .sparkline {
  margin: 0 0 5px;
}
.widget-stats.widget-stats-2 .count {
  position: relative;
  top: auto;
  right: auto;
  font-size: 60px;
  font-weight: 700;
  padding: 0 0 3px;
  display: block;
  line-height: 55px;
}
.widget-stats.widget-stats-gray.widget-stats-1,
.widget-stats.widget-stats-gray.widget-stats-2,
.widget-stats.widget-stats-gray.widget-stats-1 .txt,
.widget-stats.widget-stats-gray.widget-stats-2 .txt {
  color: #424242;
}
.widget-stats.widget-stats-easy-pie .easy-pie {
  display: block;
  width: 50px;
  margin: -5px auto 0;
}
.widget-stats.widget-stats-easy-pie.txt-single .easy-pie {
  margin: 0 auto;
}
.widget-stats.widget-stats-easy-pie.txt-single .txt {
  padding: 7px 0 0;
}
.widget-stats.widget-stats-3 .sparkline {
  display: inline-block;
}
.widget-stats.widget-stats-3 .txt {
  text-align: left;
  vertical-align: middle;
  padding: 13px 0 0 10px;
}
.widget-stats.widget-stats-3 .count {
  padding: 0 0 5px;
  display: block;
}
.widget-stats.widget-stats-gray {
  background: #f4f4f4;
}
.widget-stats.widget-stats-primary {
  background: #3695d5;
}
.widget-stats.widget-stats-primary,
.widget-stats.widget-stats-primary *,
.widget-stats.widget-stats-primary i:before {
  color: #fff;
}
.widget-stats.widget-stats-inverse {
  background: #424242;
}
.widget-stats.widget-stats-inverse,
.widget-stats.widget-stats-inverse *,
.widget-stats.widget-stats-inverse i:before {
  color: #fff;
}
.widget-stats.widget-stats-info {
  background: #4193d0;
}
.widget-stats.widget-stats-info,
.widget-stats.widget-stats-info *,
.widget-stats.widget-stats-info i:before {
  color: #fff;
}
/* --- LOADING [less.image-preview] from assets/components/plugins/image-preview/image-preview.less */
#image-preview {
  position: absolute;
  border: 1px solid #efefef;
  background: #fff;
  padding: 10px;
  display: none;
  color: #222;
  overflow: hidden;
  width: 140px;
  z-index: 1006;
  text-align: center;
}
#image-preview h4 {
  font-weight: 700;
}
#image-preview img {
  display: inline-block;
  width: 100px;
  margin: 0 0 10px;
}
#image-preview p {
  font-size: 12px;
  color: #666;
}
#image-preview p:last-of-type {
  margin-bottom: 0;
}
.opacity30 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.opacity30:hover {
  opacity: 0.7;
}
/* --- LOADING [less.mixitup] from assets/components/plugins/mixitup/mixitup.less */
.mixitup .mix {
  opacity: 0;
  display: none;
}
/* --- LOADING [less.preload.pace] from assets/components/plugins/preload/pace/preload.pace.less */
.container-fluid {
  visibility: hidden;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  opacity: 0;
}
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 5px;
  background: #3695d5;
  opacity: 0.9;
  -webkit-transition: -webkit-transform 1.3s, width 1s, opacity 1s;
  -moz-transition: width 1s, opacity 1s;
  -o-transform: width 1s, opacity 1s;
  transition: transform 1.3s, width 1s, opacity 1s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-active .pace-progress {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* --- LOADING [less.maps-google] from assets/components/modules/admin/maps/google/assets/custom/maps-google.less */
.maps-google-fs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43px;
  right: 0;
  overflow: hidden;
}
#content.fs {
  position: relative;
  height: 100%;
}
#maps_fs_heading {
  position: absolute;
  top: 80px;
  left: 85px;
  margin-top: 0 !important;
  text-shadow: 0 1px 0 #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}
#maps_fs_buttons {
  position: absolute;
  top: 80px;
  right: 35px;
}
#map-fs-sidebar {
  width: 273px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  min-height: 400px;
}
@media (max-width: 1199px) {
  #google-fs {
    position: relative;
    top: 0;
  }
  #map-fs-sidebar {
    position: relative;
  }
}
@media (max-width: 767px) {
  #maps_fs_heading {
    top: 180px;
    left: 35px;
  }
  #maps_fs_buttons {
    top: 180px;
    right: 35px;
  }
}
.gm-style-iw {
  padding: 20px 0 20px 20px;
}
/* --- LOADING [less.menu.sidebar.collapse] from assets/components/modules/admin/menus/menu.sidebar.collapse.less */
.sidebar.sidebar-collapse #menu {
  width: 236px;
  background: #27292a;
}
.sidebar.sidebar-collapse #menu img {
  border-color: #5c5c5c;
}
.sidebar.sidebar-collapse #menu a {
  color: #fff;
}
.sidebar.sidebar-collapse #menu .text-faded {
  color: #757575 !important;
}
.sidebar.sidebar-collapse #menu .bg-primary .text-faded {
  color: #fff !important;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper {
  height: 120px;
  background: #313233;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo {
  position: relative;
  padding: 22px 15px 0 15px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo .btn {
  position: relative;
  overflow: visible;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo .btn .badge {
  position: absolute;
  top: -5px;
  right: -7px;
  padding: 3px 5px;
  font-size: 10px;
  border: none;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper {
  position: relative;
  z-index: 3;
  background: #27292a;
  height: 59px;
  width: 236px;
  padding: 0 15px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper .logo {
  width: 33px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper .logo img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper > a {
  line-height: 59px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper > a > span.text {
  font-size: 24px;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 8px;
  position: relative;
  top: -1px;
}
.sidebar.sidebar-collapse #menu > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sidebar.sidebar-collapse #menu > div ul {
  padding: 0;
  width: 236px;
  background: #27292a;
  list-style: none;
  overflow: hidden;
}
.sidebar.sidebar-collapse #menu > div ul > li {
  height: 48px;
  border-bottom: 1px solid #2c2e2f;
  padding: 0;
  position: relative;
}
.sidebar.sidebar-collapse #menu > div ul > li > a {
  padding: 0 0 0 20px;
  display: block;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  height: 47px;
  line-height: 47px;
  position: relative;
  font-size: 14px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > span.badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 20px;
  left: auto;
  padding: 3px 5px;
  font-size: 11px;
  color: #424242;
  border-color: #424242;
  font-weight: 700;
  background: #999;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > span.badge.badge-inverse {
  color: #fff;
  border-color: #3695d5;
  background: #27292a;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > i {
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  width: 33px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > i:before {
  color: #999999;
  color: #414243;
  position: relative;
  text-align: left;
  top: -2px;
  left: auto;
  width: 40px;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover {
  background: #353535;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover span.badge {
  border-color: #3695d5;
  background: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"] {
  position: relative;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"] > span.badge {
  right: 45px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"]:after {
  display: inline-block;
  font-family: "picto-foundry-general";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f100";
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 19px;
}
.sidebar.sidebar-collapse #menu > div ul > li.active.hasSubmenu {
  height: auto;
}
.sidebar.sidebar-collapse #menu > div ul > li.active.hasSubmenu > a[data-toggle="collapse"]:after {
  content: "\f16f";
  top: 24px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerAll {
  padding: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerLR {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerB {
  padding-bottom: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerT {
  padding-top: 20px;
}
.sidebar.sidebar-collapse #menu > div > ul {
  position: absolute;
  top: 179px;
  left: 0;
  z-index: 2;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active > a {
  background: #3695d5;
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active > a > i:before {
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active > a > span.badge-inverse {
  border-color: #27292a;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active span.badge {
  border-color: #3695d5;
  background: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset {
  height: auto;
  opacity: 1;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul {
  width: auto;
  background: none;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul li {
  height: auto;
  border: none;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul li > a {
  padding: 7px;
  height: auto;
  line-height: normal;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.sidebar.sidebar-collapse #menu > div > ul > li .btn-inverse:hover {
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li .btn-inverse:hover i {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul {
  background: #313233;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li.active > a {
  background: #353535;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li.active > a > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li.active > a span.badge {
  border-color: #3695d5;
  background: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li a {
  padding: 0 0 0 32px;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li > ul {
  background: #4a4c4d;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li > ul > li a {
  padding: 0 0 0 48px;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper #brandWrapper {
  background: #3695d5;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a {
  background: #383a3b;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu .dropdown.open .dropdown-toggle {
  background: #fff;
}
.sidebar.sidebar-collapse #menu .dropdown.open .dropdown-toggle i {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu {
  background: #fff;
  width: 212px;
  min-width: 212px;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #efefef;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 5px 5px;
  color: #000;
  font-weight: 300;
  font-size: 13px;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .sidebar.sidebar-collapse .menu-left-visible .menu-left-hidden-xs {
    display: none !important;
  }
}
/* --- LOADING [less.menus.sidebar.collapse] from assets/components/modules/admin/menus/menus.sidebar.collapse.less */
.sidebar.sidebar-collapse #menu {
  width: 236px;
  background: #27292a;
}
.sidebar.sidebar-collapse #menu img {
  border-color: #5c5c5c;
}
.sidebar.sidebar-collapse #menu a {
  color: #fff;
}
.sidebar.sidebar-collapse #menu .text-faded {
  color: #757575 !important;
}
.sidebar.sidebar-collapse #menu .bg-primary .text-faded {
  color: #fff !important;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper {
  height: 50px;
  background: #313233;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo {
  position: relative;
  padding: 10px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo .btn {
  position: relative;
  overflow: visible;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #logoWrapper #logo .btn .badge {
  position: absolute;
  top: -5px;
  right: -7px;
  padding: 3px 5px;
  font-size: 10px;
  border: none;
  z-index: 2;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper {
  position: relative;
  z-index: 3;
  background: #27292a;
  height: 58px;
  width: 236px;
  padding: 0 15px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper .logo {
  width: 33px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper .logo img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper > a {
  line-height: 58px;
}
.sidebar.sidebar-collapse #menu #sidebar-collapse-wrapper #brandWrapper > a > span.text {
  font-size: 17px;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 8px;
  position: relative;
  top: -1px;
}
.sidebar.sidebar-collapse #menu > div {
  position: relative;
  overflow: hidden;
  height: 100%;
  top: 49px;
}
.sidebar.sidebar-collapse #menu > div ul {
  padding: 0;
  width: 236px;
  background: #27292a;
  list-style: none;
  overflow: hidden;
}
.sidebar.sidebar-collapse #menu > div ul > li {
  height: 56px;
  border-bottom: 1px solid #2c2e2f;
  padding: 0;
  position: relative;
}
.sidebar.sidebar-collapse #menu > div ul > li > a {
  padding: 0 0 0 20px;
  display: block;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  height: 55px;
  line-height: 55px;
  position: relative;
  font-size: 14px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > span.badge {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  left: auto;
  padding: 3px 5px;
  font-size: 11px;
  color: #424242;
  border-color: #424242;
  font-weight: 700;
  background: #999;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > span.badge.badge-inverse {
  color: #fff;
  border-color: #3695d5;
  background: #27292a;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > i {
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: 33px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a > i:before {
  color: #414243;
  position: relative;
  text-align: left;
  top: -2px;
  left: auto;
  width: 40px;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover {
  background: #353535;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div ul > li > a:hover span.badge {
  border-color: #3695d5;
  background: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"] {
  position: relative;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"] > span.badge {
  right: 34px;
}
.sidebar.sidebar-collapse #menu > div ul > li > a[data-toggle="collapse"]:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f054";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #404344;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 22px;
}
.sidebar.sidebar-collapse #menu > div ul > li.active.hasSubmenu {
  height: auto;
}
.sidebar.sidebar-collapse #menu > div ul > li.active.hasSubmenu > a[data-toggle="collapse"]:after {
  font-family: "FontAwesome";
  content: "\f056";
}
.sidebar.sidebar-collapse #menu > div ul > li .innerAll {
  padding: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerLR {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerB {
  padding-bottom: 20px;
}
.sidebar.sidebar-collapse #menu > div ul > li .innerT {
  padding-top: 20px;
}
.sidebar.sidebar-collapse #menu > div > ul {
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 2;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active > a {
  background: #3695d5;
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu > div > ul > li.active > a > i:before {
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset {
  height: auto;
  opacity: 1;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul {
  width: auto;
  background: none;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul li {
  height: auto;
  border: none;
}
.sidebar.sidebar-collapse #menu > div > ul > li.reset ul li > a {
  padding: 7px;
  height: auto;
  line-height: normal;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.sidebar.sidebar-collapse #menu > div > ul > li .btn-inverse:hover {
  color: #fff;
}
.sidebar.sidebar-collapse #menu > div > ul > li .btn-inverse:hover i {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul {
  background: #313233;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li.active > a {
  background: #353535;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li.active > a > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li a {
  padding: 0 0 0 32px;
}
.sidebar.sidebar-collapse #menu > div > ul > li > ul > li > ul > li a {
  padding: 0 0 0 48px;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper #brandWrapper {
  background: #3695d5;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a {
  background: #383a3b;
}
.sidebar.sidebar-collapse #menu.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a > i:before {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu .dropdown.open .dropdown-toggle {
  background: #fff;
}
.sidebar.sidebar-collapse #menu .dropdown.open .dropdown-toggle i {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu {
  background: #fff;
  width: 212px;
  min-width: 212px;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li {
  border-bottom: 1px solid #efefef;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 5px 5px;
  color: #000;
  font-weight: 300;
  font-size: 13px;
}
.sidebar.sidebar-collapse #menu .dropdown ul.dropdown-menu li a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .sidebar.sidebar-collapse .menu-left-visible .menu-left-hidden-xs {
    display: none !important;
  }
}
/* --- LOADING [less.menus.sidebar.collapse.white] from assets/components/modules/admin/menus/menus.sidebar.collapse.white.less */
.sidebar.sidebar-collapse #menu.sidebar-white {
  height: 100%;
  color: #fff;
  background: #3f3f3f;
}
.sidebar.sidebar-collapse #menu.sidebar-white img {
  border-color: #595959;
}
.sidebar.sidebar-collapse #menu.sidebar-white .text-faded {
  color: #727272 !important;
}
.sidebar.sidebar-collapse #menu.sidebar-white .bg-primary .text-faded {
  color: #373737 !important;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper .btn-inverse {
  background: #323232;
  border-color: #323232;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper .bg-inverse {
  background: #2e404e !important;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper #logoWrapper {
  background: #3f3f3f;
  border-bottom: 1px solid #444444;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper #logoWrapper .btn-inverse {
  background: #323232;
  border-color: #323232;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper #logoWrapper .btn-inverse:hover {
  background: #3695d5;
  border-color: #3695d5;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper #logoWrapper .btn-inverse:hover i {
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu.sidebar-white #sidebar-collapse-wrapper #brandWrapper {
  background: #323232;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul {
  background: #3f3f3f;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul > li.hasSubmenu.active > a {
  border-color: #2780bb;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul > li.hasSubmenu.active > ul li.hasSubmenu.active > a {
  border-color: #353535;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li {
  border-bottom-color: #444444;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a {
  color: #999999;
  border-left: 4px solid #353535;
  border-right: 4px solid #353535;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a > span.badge {
  color: #ffffff;
  background: #383838;
  border-color: #383838;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a > span.badge.badge-inverse {
  color: #fff;
  border-color: #3695d5;
  background: #3f3f3f;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a > i:before {
  color: #727272;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a:hover {
  background: #323232;
  color: #fff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a:hover > i:before {
  color: #fff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div ul li > a[data-toggle="collapse"]:after {
  font-size: 1em;
  color: #727272;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li.active > a {
  border-color: #2780bb;
  background: #3695d5;
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li.active > a > i:before {
  color: #fff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li.active > a .badge {
  background: #fff;
  border-color: #ffffff;
  color: #000000;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li.active > a[data-toggle="collapse"]:after {
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li .btn-inverse:hover {
  color: #fff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li .btn-inverse:hover i {
  color: #3695d5;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li > ul {
  /*background: #2e404e;*/
  border-bottom: none;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li > ul > li.active > a {
  background: #323232;
  color: #ffffff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li > ul > li.active > a > i:before {
  color: #fff;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li > ul > li.active > a .badge {
  background: #fff;
  border-color: #ffffff;
  color: #000000;
}
.sidebar.sidebar-collapse #menu.sidebar-white > div > ul > li > ul > li > ul {
  /*background: darken(@menuSidebarBg, 8%);*/
}
.sidebar.sidebar-collapse #menu.sidebar-white.sidebar-brand-primary #sidebar-collapse-wrapper #brandWrapper {
  background: #3695d5;
}
.sidebar.sidebar-collapse #menu.sidebar-white.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a {
  background: #283943;
}
.sidebar.sidebar-collapse #menu.sidebar-white.sidebar-brand-primary #sidebar-collapse-wrapper > ul > li.active > a > i:before {
  color: #3695d5;
}
/* --- LOADING [less.menus.sidebar.discover] from assets/components/modules/admin/menus/menus.sidebar.discover.less */
.sidebar.sidebar-discover #menu {
  top: 49px;
  width: 236px;
  background: #3f3f3f;
  bottom: 0;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper .sidebar-discover-menu {
  display: none;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  background: #3f3f3f;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover .border-bottom {
  border-color: #3f3f3f;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul {
  list-style: none;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li {
  border-bottom: 1px solid #efefef;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li:last-of-type {
  border-color: #e0e0e0;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li a {
  position: relative;
  text-align: left;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  display: block;
  font-size: 14px;
  color: #676767;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li a i {
  margin-right: 10px;
  color: #cdcdcd;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li a .badge {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 700;
  background: #3695d5;
  border-color: #3695d5;
  color: #fff;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li a:hover {
  background-color: #fff;
  color: #000;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li.active {
  border-color: #e0e0e0;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li.active > a {
  background: #ffffff;
  color: #3695d5;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper #discover ul li.active span.badge {
  border-color: #2c2c2c;
  background: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini {
  background-color: #f9f9f9;
  border-right: 3px solid #e2e1e1;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open #discover,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini #discover {
  opacity: 1;
  background: #f9f9f9;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open #discover .close-discover,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini #discover .close-discover {
  position: absolute;
  right: 10px;
  padding: 0 2px;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul {
  width: 56px;
  overflow: hidden;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a > i,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a > i {
  width: 50px;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a > i:before,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a > i:before {
  width: 50px;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a.open > i:before,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a.open > i:before {
  color: #3695d5;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a:hover > i:before,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a:hover > i:before {
  color: #fff;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a span,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a span {
  opacity: 0;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a[data-toggle="sidebar-discover"]:after,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a[data-toggle="sidebar-discover"]:after {
  display: none;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li.active > a,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li.active > a {
  background: none;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li > a.open,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li > a.open {
  background: #292929;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li.active > a.open i:before,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li.active > a.open i:before {
  color: #fff;
}
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.open > ul > li.active > a,
.sidebar.sidebar-discover #menu #sidebar-discover-wrapper.mini > ul > li.active > a {
  background: #3695d5;
}
.sidebar.sidebar-discover #menu > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sidebar.sidebar-discover #menu > div > ul {
  padding: 0;
  width: 236px;
  position: absolute;
  left: 0;
  z-index: 2;
  background: #3f3f3f;
  min-height: 100%;
}
.sidebar.sidebar-discover #menu > div > ul > li {
  position: relative;
  height: 56px;
  border-bottom: 1px solid #444444;
  padding: 0;
}
.sidebar.sidebar-discover #menu > div > ul > li > a {
  padding: 0 0 0 14px;
  display: block;
  color: #999999;
  font-weight: 600;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 14px;
  border-left: 4px solid #353535;
  border-right: 4px solid #353535;
}
.sidebar.sidebar-discover #menu > div > ul > li > a[data-toggle="sidebar-discover"]:after {
  display: block;
  content: "\f054";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #595959;
  position: absolute;
  right: 10px;
  top: 0;
  height: 56px;
  line-height: 56px;
}
.sidebar.sidebar-discover #menu > div > ul > li > a > span {
  position: absolute;
  left: 50px;
}
.sidebar.sidebar-discover #menu > div > ul > li > a > span.badge {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 33px;
  left: auto;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background: #383838;
  border-color: #383838;
}
.sidebar.sidebar-discover #menu > div > ul > li > a > i {
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: 40px;
}
.sidebar.sidebar-discover #menu > div > ul > li > a > i:before {
  color: #727272;
  position: relative;
  text-align: left;
  top: -2px;
  left: auto;
  width: 40px;
  font-size: 22px;
  height: 56px;
  line-height: 56px;
}
.sidebar.sidebar-discover #menu > div > ul > li > a:hover {
  background: #353535;
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li > a:hover > i:before {
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li > a:hover[data-toggle="sidebar-discover"]:after {
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li > a:hover span.badge {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li.active > a {
  background: #3695d5;
  border-left: 4px solid #2780bb;
  border-right: 4px solid #2780bb;
  color: #ffffff;
}
.sidebar.sidebar-discover #menu > div > ul > li.active > a > i:before {
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li.active > a[data-toggle="sidebar-discover"]:after {
  color: #fff;
}
.sidebar.sidebar-discover #menu > div > ul > li.active span.badge {
  background: #fff;
  border-color: #fff;
  color: #2c2c2c;
}
.sidebar.sidebar-discover #menu > div > ul > li.active:hover span.badge {
  background: #b5d8ef;
  border-color: #b5d8ef;
  color: #2c2c2c;
}
.sidebar.sidebar-discover .sidebar-discover-mini #content {
  margin-left: 56px;
}
.sidebar.sidebar-discover .sidebar-discover-mini #menu {
  width: 56px;
}
/* --- LOADING [less.navbar.colors] from assets/components/modules/admin/menus/navbar.colors.less */
.navbar.main .colors > li {
  padding: 15px 2px;
  float: left;
}
.navbar.main .colors > li > a {
  display: block;
  width: 18px;
  height: 18px;
  background: #3695d5;
}
.navbar.main .colors > li.active > a {
  border: 1px solid #1d5d88;
}
.navbar.main .colors > li.dropdown > a {
  background: none;
}
.navbar.main .colors > li.dropdown > a .color {
  width: 9px;
  height: 9px;
  display: inline-block;
  float: left;
}
.navbar.main .colors > li.dropdown > a .color.primary {
  background: #3695d5;
}
.navbar.main .colors > li.dropdown > a .color.info {
  background: #4193d0;
}
.navbar.main .colors > li.dropdown > a .color.inverse {
  background: #424242;
}
.navbar.main .colors > li.dropdown > a .color.success {
  background: #8bbf61;
}
.navbar.main .colors > li.dropdown > a .color.danger {
  background: #cc3a3a;
}
.navbar.main .colors > li.dropdown .dropdown-menu {
  border-color: #dedede;
  margin: 1px 0 0;
  width: 472px;
  padding: 10px;
}
.navbar.main .colors > li.dropdown .dropdown-menu li {
  width: 150px;
  float: left;
  border: none;
}
.navbar.main .colors > li.dropdown .dropdown-menu li a {
  padding: 3px 3px 3px 5px;
  font-size: 13px;
}
.navbar.main .colors > li.dropdown .dropdown-menu .color {
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: text-top;
  width: 10px;
  height: 10px;
}
.navbar.main .colors > li.dropdown .dropdown-menu .color.primary {
  background: #3695d5;
}
/* --- LOADING [less.navbar.main.inverse] from assets/components/modules/admin/menus/navbar.main.inverse.less */
.navbar.main.navbar-inverse {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
.navbar.main.navbar-inverse .badge {
  border: none;
}
.navbar.main.navbar-inverse .dropdown.active > a {
  color: #fff;
}
.navbar.main.navbar-inverse .dropdown.active > a.caret {
  border-top-color: #fff;
}
.navbar.main.navbar-inverse .dropdown.active .dropdown-toggle > .caret {
  border-top-color: #fff;
}
.navbar.main.navbar-inverse .dropdown .dropdown-toggle {
  color: #999;
}
.navbar.main.navbar-inverse .dropdown .dropdown-toggle.active,
.navbar.main.navbar-inverse .dropdown .dropdown-toggle:focus {
  color: #ffffff;
}
.navbar.main.navbar-inverse .dropdown .dropdown-toggle > .caret {
  border-top-color: #999;
}
.navbar.main.navbar-inverse .dropdown .dropdown-toggle:hover > .caret {
  border-top-color: #fff;
}
.navbar.main.navbar-inverse .dropdown.dropdown-icons a.dropdown-toggle {
  background: none;
}
.navbar.main.navbar-inverse [class*="border-"],
.navbar.main.navbar-inverse .notifications > li {
  border-color: #4c4c4c;
}
.navbar.main.navbar-inverse [class*="border-"] a.notif-block.fa,
.navbar.main.navbar-inverse .notifications > li a.notif-block.fa {
  color: #999;
}
.navbar.main.navbar-inverse [class*="border-"]:hover,
.navbar.main.navbar-inverse .notifications > li:hover,
.navbar.main.navbar-inverse [class*="border-"].open,
.navbar.main.navbar-inverse .notifications > li.open {
  background-color: #4c4c4c;
}
.navbar.main.navbar-inverse .input-group input {
  background-color: #474747;
  border-color: #4c4c4c;
}
.navbar.main.navbar-inverse .input-group input:hover,
.navbar.main.navbar-inverse .input-group input:active,
.navbar.main.navbar-inverse .input-group input:focus {
  background-color: #4c4c4c;
}
.navbar.main.navbar-inverse .btn-primary.btn-stroke {
  border-color: #4c4c4c;
}
/* --- LOADING [less.shop-featured-1] from assets/components/modules/admin/online-shop/assets/js/shop-featured-1.less */
.mark .text {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  color: #fff;
  z-index: 9999;
}
.mark .caret {
  border-top: 8px solid transparent;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  z-index: 9998;
  text-align: center;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}
.mark .caret-default {
  border-left: 20px solid #e2e2e2;
  border-right: 20px solid #e2e2e2;
  border-bottom: 30px solid #e2e2e2;
  color: #ccc;
}
.mark .caret-primary {
  border-left: 20px solid #3695d5;
  border-right: 20px solid #3695d5;
  border-bottom: 30px solid #3695d5;
}
.mark .caret-danger {
  border-left: 20px solid #cc3a3a;
  border-right: 20px solid #cc3a3a;
  border-bottom: 30px solid #cc3a3a;
}
.mark .caret-default {
  border-left: 20px solid #424242;
  border-right: 20px solid #424242;
  border-bottom: 30px solid #424242;
}
.mark .caret-default .text {
  color: #fff;
}
#shop-featured-1 .item {
  border-bottom: 1px solid #e2e1e1;
}
#shop-featured-1.owl-theme .owl-controls .owl-page span {
  background: #3695d5;
  width: 20px;
  height: 20px;
}
#shop-featured-1.owl-theme .owl-controls {
  margin-top: 3px;
}
#shop-featured-1 .widget-pinterest {
  margin: 0;
  border: none;
}
#shop-featured-1 .widget-pinterest .widget-body .thumb {
  height: 250px;
  display: block;
  overflow: hidden;
}
#shop-featured-1 .widget-pinterest .widget-body .thumb img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#shop-featured-1 .widget-pinterest .mark {
  position: absolute;
  top: 0;
  right: 15px;
}
#shop-featured-1 .widget-pinterest .mark .caret {
  position: relative;
  top: 0;
  right: 0;
}
#shop-featured-1 .widget-pinterest .mark .text {
  top: 5px;
  text-align: center;
  right: 0;
}
/* --- LOADING [less.widget-activity-social] from assets/components/modules/admin/widgets/widget-activity/assets/less/widget-activity-social.less */
.widget-activity-social .share {
  margin: 10px 10px 5px;
}
.widget-activity-social .share .btn {
  margin: 10px 0 5px;
}
/* --- LOADING [less.footer] from assets/components/core/less/footer.less */
#footer {
  font-weight: 700;
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  background: #efefef;
  text-align: center;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer a {
  color: #686868;
  text-decoration: underline;
}
.sidebar.sidebar-discover #footer {
  left: 236px;
}
.sidebar.sidebar-collapse #footer {
  left: 236px;
}
/* --- LOADING [less.responsive] from assets/components/core/less/responsive.less */
/* Desktop wide */
/* Desktop regular */
@media (min-width: 980px) and (max-width: 1199px) {
  body > .container-fluid.fixed {
    width: 98%;
    margin: 10px auto 10px;
  }
  .hidden-desktop-1 {
    display: none !important;
  }
  .widget-stats.widget-stats-4 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .widget-stats.widget-stats-4 .glyphicons,
  .widget-stats.widget-stats-4 .glyphicons.star {
    width: 55px;
  }
  .widget-stats.widget-stats-4 .glyphicons i,
  .widget-stats.widget-stats-4 .glyphicons.star i {
    font-size: 55px;
  }
  .widget-stats.widget-stats-4 .glyphicons i:before,
  .widget-stats.widget-stats-4 .glyphicons.star i:before {
    top: -5px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star {
    width: 65px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star i {
    font-size: 65px;
  }
  .widget-stats.widget-stats-4 .glyphicons.star i:before {
    top: -13px;
  }
  .widget-stats.widget-stats-5 {
    padding: 14px;
  }
  .widget-stats.widget-stats-5 .txt {
    float: none;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
  }
  .widget-stats.widget-stats-5 .txt span {
    font-size: 20px;
    line-height: 20px;
  }
  .widget-stats.widget-stats-5 .glyphicons {
    float: none;
    display: block;
    padding: 0;
  }
  .widget-stats.widget-stats-5 .glyphicons i {
    font-size: 30px;
  }
  .widget-stats.widget-stats-5 .glyphicons i:before {
    display: block;
    text-align: center;
  }
}
/* Phone & Tablet Portrait */
@media (max-width: 979px) {
  .widget-stats.widget-stats-4,
  .widget-stats.widget-stats-5 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .widget-stats.widget-stats-4 .count,
  .widget-stats.widget-stats-5 .count {
    float: none;
  }
  .widget-stats.widget-stats-4 .txt,
  .widget-stats.widget-stats-5 .txt {
    padding-left: 0;
    padding-right: 0;
    display: block;
    float: none;
  }
  .widget-stats.widget-stats-4 .glyphicons,
  .widget-stats.widget-stats-5 .glyphicons {
    display: none;
  }
}
/* Tablet */
@media (max-width: 979px) and (min-width: 768px) {
  /* Dashboard Fix */
  .tablet-column-reset {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    clear: both !important;
  }
  .container-960 {
    width: auto;
  }
  #content > .container-960,
  #content [id*="landing"] .container-960 {
    margin: 0 10px;
  }
}
@media (max-width: 979px) {
  body > .container-fluid.fixed {
    width: auto;
    border: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container-960 {
    width: auto;
  }
  .nav-tabs > li > a {
    font-size: 10pt;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .documentation .col-md-3 .menu.affix {
    position: relative;
    top: 0;
    width: auto;
  }
  .phone-margin.bottom {
    margin: 0 0 10px;
  }
  .well {
    padding: 5px;
  }
  .margin-bottom-phone {
    margin-bottom: 14px !important;
  }
  .padding-bottom-none-phone {
    padding-bottom: 0 !important;
  }
  .layout-timeline ul.timeline > li .alert-gray {
    padding: 8px;
  }
  .widget-activity ul.list li > span.ellipsis {
    max-width: 60%;
  }
  .widget-activity ul.list li.double > span.ellipsis {
    max-width: 75%;
  }
  .widget-gallery .nav {
    display: none;
  }
  .widget-gallery.widget-gallery-slide .gallery {
    width: auto;
  }
  .widget-chat .media .pull-left,
  .widget-chat .media .pull-right {
    margin: 0;
  }
  .widget-chat .chat-controls {
    height: 60px;
  }
  .widget-chat {
    padding-bottom: 90px !important;
  }
  .widget-chat .media small.author {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .widget-chat .media small.date {
    border: none;
  }
  .tabsbar,
  .tabsbar.tabsbar-2 {
    height: auto;
  }
  .tabsbar ul,
  .tabsbar.tabsbar-2 ul {
    height: auto;
  }
  .layout-timeline,
  .layout-timeline.layout-timeline-mirror {
    padding: 0;
  }
  .layout-timeline ul.timeline,
  .layout-timeline.layout-timeline-mirror ul.timeline {
    padding: 0;
  }
  .layout-timeline ul.timeline > li,
  .layout-timeline.layout-timeline-mirror ul.timeline > li,
  .layout-timeline ul.timeline > li:nth-child(odd),
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
    left: auto;
    margin-left: 0;
    width: auto;
  }
  .layout-timeline ul.timeline > li .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .date,
  .layout-timeline ul.timeline > li:nth-child(odd) .date,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
    position: relative;
    left: auto;
    display: block;
    top: auto;
    right: auto;
  }
  .layout-timeline ul.timeline > li .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 60px 10px 0;
    right: auto;
    padding: 0 35px 0 0;
  }
  .layout-timeline ul.timeline > li .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type i:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type i:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
    left: auto;
    right: 0;
  }
  .layout-timeline ul.timeline > li .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:before,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before,
  .layout-timeline ul.timeline > li .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type:after,
  .layout-timeline ul.timeline > li:nth-child(odd) .type:after,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
    display: none;
    left: auto;
  }
  .layout-timeline ul.timeline > li .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .type .time,
  .layout-timeline ul.timeline > li:nth-child(odd) .type .time,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
    top: 0;
    right: -40px;
    left: auto;
  }
  .layout-timeline ul.timeline > li .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd) .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .separator .type {
    top: auto;
  }
  .layout-timeline ul.timeline > li.active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li.active .separator .type,
  .layout-timeline ul.timeline > li:nth-child(odd).active .separator .type,
  .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active .separator .type {
    margin-bottom: 0;
  }
  .widget-activity ul.list {
    margin: 0;
  }
  .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
    height: 35px;
  }
  .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
    float: left;
    width: auto;
  }
  .media {
    /*.pull-left, .pull-right { border: none; padding-bottom: 0; margin: 0; }*/
  }
  .media img.pull-left,
  .media img.pull-right {
    display: inline-block;
  }
  .media blockquote {
    padding: 0;
    text-align: center;
  }
  .media blockquote.pull-right p,
  .media blockquote.pull-right small {
    text-align: center;
  }
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"] {
    width: auto;
  }
  .row-merge > [class*="col-md-"] ~ [class*="col-md-"]:after {
    display: none;
  }
  .row-merge.border-top,
  .row-merge ~ .row-merge {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3 {
    line-height: 30px;
    font-size: 18pt;
  }
  h3.glyphicons i:before,
  h2.glyphicons i:before {
    font-size: 24px;
    top: 3px;
    left: 5px;
  }
  .heading-buttons .buttons {
    margin-top: 10px;
    float: none;
    padding: 0 10px;
    text-align: center;
  }
  .heading-buttons .buttons .btn {
    margin: 0;
    float: none;
  }
  .separator {
    padding: 5px 0;
    margin: 0;
  }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px;
  }
  p.glyphicons {
    padding: 5px 0 10px 55px;
  }
  p.glyphicons i:before {
    color: #D67170;
    font-size: 35pt;
    top: 0;
  }
  p.glyphicons.right {
    padding: 0 55px 0 0;
  }
}
@media (max-width: 320px) {
  .nav-tabs > li,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover {
    display: block;
    float: none;
    margin: 0 0 -1px;
    border-color: #3695d5;
  }
  .nav-tabs > li:hover {
    border-color: #3695d5;
  }
  .nav-tabs > li,
  .nav-tabs > li > a {
    border-color: #E0D5C6;
    background: #F5EADB;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
.info{
    
}
#przypomnij {
  display: none;
}
.forgot{
	cursor: pointer;
}

.clear{
	clear: both;
}
.option-box{
	text-align: center;
}
.option-box a{
	margin-right: 3px;
}
.label-haslo{
	padding-top: 8px;
}
.btn-back{
	border: 1px solid #95b5d9;
	padding: 6px 12px;
	font-size: 14px;
	color: #95b5dd;
	border-radius: 4px;
}
.aktywny{
	background-color: #4a84c2 !important;
	border-color: #4a84c2 !important;
}
.fileSize{
  color: #7f7f7f;
  font-size: 11px;
  position: relative;
  top: -22px !important;
  left: -20px;
}
.icon {
  border: 0px;
  margin: 1px 3px;
  vertical-align: middle;
  width: 16px;
  height: 24px;
  //background: url('/images/icons2.png') no-repeat top left;
  overflow: hidden;
  display: inline-block;
}

.icon-AA_brak_ikony{ background-position: 0 0; width: 16px; height: 16px; }
.icon-FAQ24{ background-position: 0 -21px; width: 24px; height: 24px; }
.icon-Iphone24{ background-position: 0 -50px; width: 24px; height: 24px; }
.icon-Mobile24{ background-position: 0 -79px; width: 24px; height: 24px; }
.icon-Play24{ background-position: 0 -108px; width: 24px; height: 24px; }
.icon-add{ background-position: 0 -137px; width: 16px; height: 16px; }
.icon-add_micro{ background-position: 0 -158px; width: 12px; height: 11px; }
.icon-advanced_data_grid{ background-position: 0 -174px; width: 16px; height: 16px; }
.icon-archiwum_active{ background-position: 0 -216px; width: 16px; height: 11px; }
.icon-archiwum_icon{ background-position: 0 -232px; width: 16px; height: 11px; }
.icon-arrow_back{ background-position: 0 -248px; width: 16px; height: 16px; }
.icon-arrow_redo{ background-position: 0 -269px; width: 16px; height: 16px; }
.icon-arrow_refresh{ background-position: 0 -290px; width: 16px; height: 16px; }
.icon-arrow_right{ background-position: 0 -311px; width: 6px; height: 10px; }
.icon-arrow_right_grey{ background-position: 0 -326px; width: 6px; height: 10px; }
.icon-attachment{ background-position: 0 -341px; width: 16px; height: 16px; }
.icon-autoship24{ background-position: 0 -362px; width: 24px; height: 24px; }
.icon-bell{ background-position: 0 -391px; width: 16px; height: 16px; }
.icon-bell_add{ background-position: 0 -412px; width: 16px; height: 16px; }
.icon-blogs{ background-position: 0 -433px; width: 16px; height: 16px; }
.icon-bold{ background-position: 0 -454px; width: 24px; height: 24px; }
.icon-book_addresses{ background-position: 0 -483px; width: 16px; height: 16px; }
.icon-box_down{ background-position: 0 -504px; width: 16px; height: 16px; }
.icon-box_open{ background-position: 0 -525px; width: 16px; height: 16px; }
.icon-brand24{ background-position: 0 -546px; width: 16px; height: 16px; }
.icon-bricks{ background-position: 0 -567px; width: 16px; height: 16px; }
.icon-briefcase{ background-position: 0 -588px; width: 16px; height: 16px; }
.icon-budzet_sprzedaz{ background-position: 0 -609px; width: 16px; height: 16px; }
.icon-bullet_grey{ background-position: 0 -630px; width: 11px; height: 15px; }
.icon-bw_FAQ24{ background-position: 0 -650px; width: 24px; height: 24px; }
.icon-bw_Iphone24{ background-position: 0 -679px; width: 24px; height: 24px; }
.icon-bw_Mobile24{ background-position: 0 -708px; width: 24px; height: 24px; }
.icon-bw_Play24{ background-position: 0 -737px; width: 24px; height: 24px; }
.icon-bw_autoship24{ background-position: 0 -766px; width: 24px; height: 24px; }
.icon-bw_edit16{ background-position: 0 -795px; width: 16px; height: 16px; }
.icon-bw_examples24{ background-position: 0 -816px; width: 24px; height: 24px; }
.icon-bw_female-inf-24{ background-position: 0 -845px; width: 24px; height: 24px; }
.icon-bw_help-disk24{ background-position: 0 -874px; width: 24px; height: 24px; }
.icon-bw_logout24{ background-position: 0 -903px; width: 24px; height: 24px; }
.icon-bw_maintenance24{ background-position: 0 -932px; width: 24px; height: 24px; }
.icon-bw_male-inf-24{ background-position: 0 -961px; width: 24px; height: 24px; }
.icon-bw_wheel24{ background-position: 0 -990px; width: 24px; height: 24px; }
.icon-cake{ background-position: 0 -1019px; width: 16px; height: 16px; }
.icon-calculator{ background-position: 0 -1040px; width: 16px; height: 16px; }
.icon-calendar{ background-position: 0 -1061px; width: 16px; height: 16px; }
.icon-calendar_add{ background-position: 0 -1082px; width: 16px; height: 16px; }
.icon-calendar_edit{ background-position: 0 -1103px; width: 16px; height: 16px; }
.icon-calendar_view_day{ background-position: 0 -1124px; width: 16px; height: 16px; }
.icon-calendar_view_month{ background-position: 0 -1145px; width: 16px; height: 16px; }
.icon-calendar_view_week{ background-position: 0 -1166px; width: 16px; height: 16px; }
.icon-cancel{ background-position: 0 -1187px; width: 16px; height: 16px; }
.icon-car{ background-position: 0 -1208px; width: 16px; height: 16px; }
.icon-car_add{ background-position: 0 -1229px; width: 16px; height: 16px; }
.icon-car_delete{ background-position: 0 -1250px; width: 16px; height: 16px; }
.icon-car_edit{ background-position: 0 -1271px; width: 16px; height: 16px; }
.icon-car_error{ background-position: 0 -1292px; width: 16px; height: 16px; }
.icon-car_go{ background-position: 0 -1313px; width: 16px; height: 16px; }
.icon-cash_stack{ background-position: 0 -1334px; width: 16px; height: 16px; }
.icon-chart{ background-position: 0 -1355px; width: 16px; height: 16px; }
.icon-chart_bar_edit{ background-position: 0 -1376px; width: 16px; height: 16px; }
.icon-chart_curve{ background-position: 0 -1397px; width: 16px; height: 16px; }
.icon-chart_curve_add{ background-position: 0 -1418px; width: 16px; height: 16px; }
.icon-chart_organisation{ background-position: 0 -1439px; width: 16px; height: 16px; }
.icon-chart_organisation_add{ background-position: 0 -1460px; width: 16px; height: 16px; }
.icon-check_box{ background-position: 0 -1481px; width: 16px; height: 16px; }
.icon-check_gray{ background-position: 0 -1502px; width: 16px; height: 16px; }
.icon-check_off{ background-position: 0 -1523px; width: 13px; height: 13px; }
.icon-check_ok{ background-position: 0 -1541px; width: 16px; height: 16px; }
.icon-check_on{ background-position: 0 -1562px; width: 13px; height: 13px; }
.icon-close{ background-position: 0 -1580px; width: 24px; height: 24px; }
.icon-close{ background-position: 0 -1609px; width: 8px; height: 9px; }
.icon-cog{ background-position: 0 -1623px; width: 16px; height: 16px; }
.icon-coins{ background-position: 0 -1644px; width: 16px; height: 16px; }
.icon-coins_add{ background-position: 0 -1665px; width: 16px; height: 16px; }
.icon-coins_in_hand{ background-position: 0 -1686px; width: 16px; height: 16px; }
.icon-collapsed{ background-position: 0 -1707px; width: 16px; height: 16px; }
.icon-collapsed_left{ background-position: 0 -1728px; width: 16px; height: 16px; }
.icon-comment{ background-position: 0 -1749px; width: 16px; height: 16px; }
.icon-comment_add{ background-position: 0 -1770px; width: 16px; height: 16px; }
.icon-comment_delete{ background-position: 0 -1791px; width: 16px; height: 16px; }
.icon-comments{ background-position: 0 -1812px; width: 16px; height: 16px; }
.icon-control_play_blue{ background-position: 0 -1833px; width: 32px; height: 32px; }
.icon-date_go{ background-position: 0 -1870px; width: 16px; height: 16px; }
.icon-delete{ background-position: 0 -1891px; width: 16px; height: 16px; }
.icon-disk{ background-position: 0 -1912px; width: 16px; height: 16px; }
.icon-disk_multiple{ background-position: 0 -1933px; width: 16px; height: 16px; }
.icon-document_copies{ background-position: 0 -1954px; width: 16px; height: 16px; }
.icon-document_layout{ background-position: 0 -1975px; width: 16px; height: 16px; }
.icon-document_todo{ background-position: -37px 0; width: 16px; height: 16px; }
.icon-documents_email{ background-position: -37px -21px; width: 16px; height: 16px; }
.icon-documents_email_bw{ background-position: -37px -42px; width: 16px; height: 16px; }
.icon-dodaj_folder_icon{ background-position: -37px -63px; width: 18px; height: 15px; }
.icon-door_out{ background-position: -37px -83px; width: 16px; height: 16px; }
.icon-drag{ background-position: -37px -104px; width: 16px; height: 16px; }
.icon-dropbox{ background-position: -37px -125px; width: 16px; height: 16px; }
.icon-edit{ background-position: -37px -146px; width: 16px; height: 16px; }
.icon-edit16{ background-position: -37px -167px; width: 16px; height: 16px; }
.icon-edytuj_foldery_icon{ background-position: -37px -188px; width: 19px; height: 15px; }
.icon-email{ background-position: -37px -208px; width: 16px; height: 16px; }
.icon-email_add{ background-position: -37px -229px; width: 16px; height: 16px; }
.icon-email_attach{ background-position: -37px -250px; width: 16px; height: 16px; }
.icon-email_edit{ background-position: -37px -271px; width: 16px; height: 16px; }
.icon-email_go{ background-position: -37px -292px; width: 16px; height: 16px; }
.icon-email_open{ background-position: -37px -313px; width: 16px; height: 16px; }
.icon-email_to_friend{ background-position: -37px -334px; width: 16px; height: 16px; }
.icon-envelope_attachment{ background-position: -37px -355px; width: 16px; height: 16px; }
.icon-error{ background-position: -37px -376px; width: 16px; height: 16px; }
.icon-examples24{ background-position: -37px -397px; width: 24px; height: 24px; }
.icon-fav-cos{ background-position: -37px -426px; width: 16px; height: 16px; }
.icon-fav-dws{ background-position: -37px -447px; width: 16px; height: 16px; }
.icon-fav-spd{ background-position: -37px -468px; width: 16px; height: 16px; }
.icon-fax{ background-position: -37px -489px; width: 16px; height: 16px; }
.icon-female-inf-24{ background-position: -37px -510px; width: 24px; height: 24px; }
.icon-find{ background-position: -37px -539px; width: 16px; height: 14px; }
.icon-flag_1{ background-position: -37px -558px; width: 16px; height: 16px; }
.icon-flag_black{ background-position: -37px -579px; width: 16px; height: 16px; }
.icon-flag_blue{ background-position: -37px -600px; width: 16px; height: 16px; }
.icon-flag_high{ background-position: -37px -621px; width: 16px; height: 16px; }
.icon-flag_low{ background-position: -37px -642px; width: 16px; height: 16px; }
.icon-flag_red{ background-position: -37px -663px; width: 16px; height: 16px; }
.icon-flag_std{ background-position: -37px -684px; width: 16px; height: 16px; }
.icon-folder{ background-position: -37px -705px; width: 16px; height: 16px; }
.icon-folder_add{ background-position: -37px -726px; width: 16px; height: 16px; }
.icon-folder_delete{ background-position: -37px -747px; width: 16px; height: 16px; }
.icon-folder_user{ background-position: -37px -768px; width: 16px; height: 16px; }
.icon-fuel{ background-position: -37px -789px; width: 16px; height: 16px; }
.icon-google-document{ background-position: -37px -810px; width: 16px; height: 16px; }
.icon-google-drawing{ background-position: -37px -831px; width: 16px; height: 16px; }
.icon-google-drive{ background-position: -37px -852px; width: 16px; height: 16px; }
.icon-google-form{ background-position: -37px -873px; width: 16px; height: 16px; }
.icon-google-presentation{ background-position: -37px -894px; width: 16px; height: 16px; }
.icon-google-spreadsheet{ background-position: -37px -915px; width: 16px; height: 16px; }
.icon-group{ background-position: -37px -936px; width: 16px; height: 16px; }
.icon-group_add{ background-position: -37px -957px; width: 16px; height: 16px; }
.icon-group_delete{ background-position: -37px -978px; width: 16px; height: 16px; }
.icon-group_gear{ background-position: -37px -999px; width: 16px; height: 16px; }
.icon-group_key{ background-position: -37px -1020px; width: 16px; height: 16px; }
.icon-group_link{ background-position: -37px -1041px; width: 16px; height: 16px; }
.icon-help-disk24{ background-position: -37px -1062px; width: 24px; height: 24px; }
.icon-help{ background-position: -37px -1091px; width: 16px; height: 16px; }
.icon-help_icon{ background-position: -37px -1112px; width: 14px; height: 14px; }
.icon-home{ background-position: -37px -1131px; width: 16px; height: 16px; }
.icon-icon_bell{ background-position: -37px -1152px; width: 16px; height: 16px; }
.icon-icon_client{ background-position: -37px -1173px; width: 16px; height: 16px; }
.icon-icon_faxmachine{ background-position: -37px -1194px; width: 16px; height: 16px; }
.icon-icon_gadugadu{ background-position: -37px -1215px; width: 16px; height: 16px; }
.icon-icon_label{ background-position: -37px -1236px; width: 16px; height: 16px; }
.icon-icon_page_white_add{ background-position: -37px -1257px; width: 16px; height: 16px; }
.icon-icon_page_white_camera{ background-position: -37px -1278px; width: 16px; height: 16px; }
.icon-icon_page_white_gear{ background-position: -37px -1299px; width: 16px; height: 16px; }
.icon-icon_page_white_zip{ background-position: -37px -1320px; width: 16px; height: 16px; }
.icon-icon_present{ background-position: -37px -1341px; width: 17px; height: 17px; }
.icon-icon_rozliczenie_salda{ background-position: -37px -1363px; width: 16px; height: 16px; }
.icon-icon_sell{ background-position: -37px -1384px; width: 16px; height: 16px; }
.icon-icon_tlenpl{ background-position: -37px -1405px; width: 16px; height: 16px; }
.icon-icon_work{ background-position: -37px -1426px; width: 16px; height: 16px; }
.icon-image{ background-position: -37px -1447px; width: 24px; height: 24px; }
.icon-info{ background-position: -37px -1476px; width: 16px; height: 16px; }
.icon-italic{ background-position: -37px -1497px; width: 24px; height: 24px; }
.icon-key{ background-position: -37px -1526px; width: 16px; height: 16px; }
.icon-key_add{ background-position: -37px -1547px; width: 16px; height: 16px; }
.icon-key_f{ background-position: -37px -1568px; width: 16px; height: 16px; }
.icon-key_go{ background-position: -37px -1589px; width: 16px; height: 16px; }
.icon-keyboard_button{ background-position: -37px -1610px; width: 24px; height: 24px; }
.icon-lightbulb{ background-position: -37px -1639px; width: 16px; height: 16px; }
.icon-lightning{ background-position: -37px -1660px; width: 16px; height: 16px; }
.icon-link{ background-position: -37px -1681px; width: 16px; height: 16px; }
.icon-location{ background-position: -37px -1702px; width: 16px; height: 16px; }
.icon-location_pin{ background-position: -37px -1723px; width: 16px; height: 16px; }
.icon-lock{ background-position: -37px -1744px; width: 16px; height: 16px; }
.icon-log_key{ background-position: -37px -1765px; width: 16px; height: 16px; }
.icon-logout24{ background-position: -37px -1786px; width: 24px; height: 24px; }
.icon-mail_box{ background-position: -37px -1815px; width: 16px; height: 16px; }
.icon-mail_server_setting{ background-position: -37px -1836px; width: 16px; height: 16px; }
.icon-maintenance24{ background-position: -37px -1857px; width: 24px; height: 24px; }
.icon-male-inf-24{ background-position: -37px -1886px; width: 24px; height: 24px; }
.icon-medal_red{ background-position: -37px -1915px; width: 16px; height: 16px; }
.icon-mobile{ background-position: -37px -1936px; width: 16px; height: 16px; }
.icon-modules{ background-position: -37px -1957px; width: 16px; height: 16px; }
.icon-money{ background-position: -37px -1978px; width: 16px; height: 16px; }
.icon-money_add{ background-position: -74px 0; width: 16px; height: 16px; }
.icon-money_bw{ background-position: -74px -21px; width: 16px; height: 16px; }
.icon-money_delete{ background-position: -74px -42px; width: 16px; height: 16px; }
.icon-news{ background-position: -74px -63px; width: 16px; height: 16px; }
.icon-notatki_x{ background-position: -74px -84px; width: 16px; height: 16px; }
.icon-note{ background-position: -74px -105px; width: 16px; height: 16px; }
.icon-note_add{ background-position: -74px -126px; width: 16px; height: 16px; }
.icon-nowa_active{ background-position: -74px -147px; width: 15px; height: 13px; }
.icon-nowa_icon{ background-position: -74px -165px; width: 15px; height: 13px; }
.icon-odebrane_active{ background-position: -74px -183px; width: 18px; height: 14px; }
.icon-odebrane_icon{ background-position: -74px -202px; width: 18px; height: 14px; }
.icon-office365{ background-position: -74px -221px; width: 16px; height: 16px; }
.icon-opis_wykonania{ background-position: -74px -242px; width: 16px; height: 16px; }
.icon-package_go{ background-position: -74px -263px; width: 16px; height: 16px; }
.icon-page{ background-position: -74px -284px; width: 16px; height: 16px; }
.icon-page_edit{ background-position: -74px -305px; width: 16px; height: 16px; }
.icon-page_link{ background-position: -74px -326px; width: 16px; height: 16px; }
.icon-page_white_stack{ background-position: -74px -347px; width: 16px; height: 16px; }
.icon-pages{ background-position: -74px -368px; width: 16px; height: 16px; }
.icon-participation_rate{ background-position: -74px -389px; width: 16px; height: 16px; }
.icon-paste_plain{ background-position: -74px -410px; width: 16px; height: 16px; }
.icon-pause{ background-position: -74px -431px; width: 16px; height: 16px; }
.icon-pdf{ background-position: -74px -452px; width: 16px; height: 16px; }
.icon-phone_comment{ background-position: -74px -473px; width: 16px; height: 16px; }
.icon-play{ background-position: -74px -494px; width: 16px; height: 16px; }
.icon-play_small{ background-position: -74px -515px; width: 16px; height: 16px; }
.icon-preview{ background-position: -74px -536px; width: 16px; height: 16px; }
.icon-print{ background-position: -74px -557px; width: 16px; height: 16px; }
.icon-print_print{ background-position: -74px -578px; width: 15px; height: 13px; }
.icon-produkty{ background-position: -74px -596px; width: 16px; height: 16px; }
.icon-raport{ background-position: -74px -617px; width: 16px; height: 16px; }
.icon-raport_archiwum{ background-position: -74px -638px; width: 16px; height: 16px; }
.icon-realizacja_sprzedazy{ background-position: -74px -659px; width: 16px; height: 16px; }
.icon-refresh_desktop{ background-position: -74px -680px; width: 16px; height: 16px; }
.icon-report_user{ background-position: -74px -701px; width: 16px; height: 16px; }
.icon-salesmanago{ background-position: -74px -722px; width: 16px; height: 16px; }
.icon-share{ background-position: -74px -743px; width: 16px; height: 16px; }
.icon-sheduled_task{ background-position: -74px -764px; width: 16px; height: 16px; }
.icon-skydrive{ background-position: -74px -785px; width: 16px; height: 16px; }
.icon-skype{ background-position: -74px -806px; width: 16px; height: 16px; }
.icon-slideshow{ background-position: -74px -827px; width: 16px; height: 16px; }
.icon-spinacz{ background-position: -74px -848px; width: 14px; height: 16px; }
.icon-spotkanie_move{ background-position: -74px -869px; width: 16px; height: 16px; }
.icon-spotkanie_move_white{ background-position: -74px -890px; width: 16px; height: 16px; }
.icon-star{ background-position: -74px -911px; width: 16px; height: 16px; }
.icon-start{ background-position: -74px -932px; width: 16px; height: 16px; }
.icon-stop{ background-position: -74px -953px; width: 16px; height: 16px; }
.icon-summer{ background-position: -74px -974px; width: 16px; height: 16px; }
.icon-support{ background-position: -74px -995px; width: 16px; height: 16px; }
.icon-synch{ background-position: -74px -1016px; width: 16px; height: 16px; }
.icon-tab_add{ background-position: -74px -1037px; width: 16px; height: 16px; }
.icon-tab_new{ background-position: -74px -1058px; width: 16px; height: 16px; }
.icon-table{ background-position: -74px -1079px; width: 16px; height: 16px; }
.icon-table_chart{ background-position: -74px -1100px; width: 16px; height: 16px; }
.icon-table_key{ background-position: -74px -1121px; width: 16px; height: 16px; }
.icon-table_money{ background-position: -74px -1142px; width: 16px; height: 16px; }
.icon-table_print{ background-position: -74px -1163px; width: 15px; height: 14px; }
.icon-table_print_hover{ background-position: -74px -1182px; width: 15px; height: 14px; }
.icon-table_save{ background-position: -74px -1201px; width: 16px; height: 16px; }
.icon-table_sum{ background-position: -74px -1222px; width: 16px; height: 16px; }
.icon-tag_blue{ background-position: -74px -1243px; width: 16px; height: 16px; }
.icon-tag_blue_add{ background-position: -74px -1264px; width: 16px; height: 16px; }
.icon-tag_blue_delete{ background-position: -74px -1285px; width: 16px; height: 16px; }
.icon-tag_blue_edit{ background-position: -74px -1306px; width: 16px; height: 16px; }
.icon-tasks{ background-position: -74px -1327px; width: 16px; height: 16px; }
.icon-telephone{ background-position: -74px -1348px; width: 16px; height: 16px; }
.icon-template{ background-position: -74px -1369px; width: 16px; height: 16px; }
.icon-text{ background-position: -74px -1390px; width: 16px; height: 16px; }
.icon-text_bold{ background-position: -74px -1411px; width: 16px; height: 16px; }
.icon-text_italic{ background-position: -74px -1432px; width: 16px; height: 16px; }
.icon-text_list_bullets{ background-position: -74px -1453px; width: 16px; height: 16px; }
.icon-text_list_numbers{ background-position: -74px -1474px; width: 16px; height: 16px; }
.icon-text_signature{ background-position: -74px -1495px; width: 16px; height: 16px; }
.icon-text_strikethroungh{ background-position: -74px -1516px; width: 16px; height: 16px; }
.icon-text_underline{ background-position: -74px -1537px; width: 16px; height: 16px; }
.icon-three_tags{ background-position: -74px -1558px; width: 16px; height: 16px; }
.icon-thumb_up{ background-position: -74px -1579px; width: 16px; height: 16px; }
.icon-time{ background-position: -74px -1600px; width: 16px; height: 16px; }
.icon-time_add{ background-position: -74px -1621px; width: 16px; height: 16px; }
.icon-time_delete{ background-position: -74px -1642px; width: 16px; height: 16px; }
.icon-time_edit{ background-position: -74px -1663px; width: 16px; height: 16px; }
.icon-time_go{ background-position: -74px -1684px; width: 16px; height: 16px; }
.icon-time_red{ background-position: -74px -1705px; width: 16px; height: 16px; }
.icon-time_stop{ background-position: -74px -1726px; width: 16px; height: 16px; }
.icon-total_plan_cost{ background-position: -74px -1747px; width: 16px; height: 16px; }
.icon-trash{ background-position: -74px -1768px; width: 16px; height: 16px; }
.icon-trojkat_niebieski{ background-position: -74px -1789px; width: 7px; height: 7px; }
.icon-trojkat_pomarancz{ background-position: -74px -1801px; width: 7px; height: 7px; }
.icon-unordered{ background-position: -74px -1813px; width: 24px; height: 24px; }
.icon-user_add{ background-position: -74px -1842px; width: 16px; height: 16px; }
.icon-user_client{ background-position: -74px -1863px; width: 16px; height: 16px; }
.icon-user_comment{ background-position: -74px -1884px; width: 16px; height: 16px; }
.icon-user_go{ background-position: -74px -1905px; width: 16px; height: 16px; }
.icon-user_gray{ background-position: -74px -1926px; width: 16px; height: 16px; }
.icon-user_student{ background-position: -74px -1947px; width: 16px; height: 16px; }
.icon-user_time{ background-position: -74px -1968px; width: 16px; height: 16px; }
.icon-vcard{ background-position: -74px -1989px; width: 16px; height: 16px; }
.icon-vcard_add{ background-position: -111px 0; width: 16px; height: 16px; }
.icon-vcard_delete{ background-position: -111px -21px; width: 16px; height: 16px; }
.icon-vcard_edit{ background-position: -111px -42px; width: 16px; height: 16px; }
.icon-web{ background-position: -111px -63px; width: 16px; height: 16px; }
.icon-wheel24{ background-position: -111px -84px; width: 24px; height: 24px; }
.icon-warning{ background: url('/images/icons/error.png') 0px center no-repeat; }
.icon-wiadomosci_delete{ background-position: -111px -113px; width: 8px; height: 8px; }
.icon-wiadomosci_koperta_in{ background-position: -111px -126px; width: 15px; height: 16px; }
.icon-wiadomosci_odpisz{ background-position: -111px -147px; width: 16px; height: 16px; }
.icon-wiadomosci_przekaz{ background-position: -111px -168px; width: 16px; height: 16px; }
.icon-wiadomosci_usun{ background-position: -111px -189px; width: 16px; height: 16px; }
.icon-winter{ background-position: -111px -210px; width: 16px; height: 16px; }
.icon-wishlist_add{ background-position: -111px -231px; width: 16px; height: 16px; }
.icon-wybierak_icon_1{ background-position: -111px -252px; width: 16px; height: 16px; }
.icon-wybierak_icon_2{ background-position: -111px -273px; width: 18px; height: 15px; }
.icon-wyslane_active{ background-position: -111px -293px; width: 19px; height: 13px; }
.icon-wyslane_icon{ background-position: -111px -311px; width: 19px; height: 13px; }
.icon-zoom{ background-position: -111px -329px; width: 16px; height: 16px; }
.icon-zy_appbar_page_excel{ background-position: -111px -350px; width: 13px; height: 16px; }
.icon-zzcomputer--plus{ background-position: -111px -371px; width: 16px; height: 16px; }
.icon-zzscanner--plus{ background-position: -111px -392px; width: 16px; height: 16px; }
.icon-zzscanner{ background-position: -111px -413px; width: 16px; height: 16px; }
.icon-ajax_form_loader { background: url(../images/ajax_form_loader.gif) no-repeat top left; width: 16px; height: 16px; display:inline-block; position: relative; top: 3px;}
textarea { 
    resize: none; 
}
#rejestruj{
	display: none;
	position: relative;
}
.register-form{
	cursor: pointer;
}
.m-top-10{
	margin-top: 10px;
}
.icon.fa-file-text, .icon.fa-file-image-o, .icon.fa-file-pdf-o, .icon.fa-file-excel-o, .icon.fa-file-powerpoint-o, .icon.fa-file, .jstree-themeicon.fa-folder{
    font-size: 20px;
	color: #074C8D;
}
.jstree-themeicon.fa-folder{
	font-size: 16px;
	color: #074C8D;
}
textarea{
	border: 1px solid #e2e1e1;
	min-height: 80px;
}
.inp-sztuki{
	width: 100px;
}
.klienci-nav li a{
	color: #fff;
}
.klienci-nav .btn-default a{
    color: rgb(121, 121, 121);
}
.klienci-nav .btn-default.active a{
	text-decoration: none;
	color: #fff;
}
.klienci-nav .btn-default.active{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-transform: uppercase;
}
.info-chkbox{
	margin-top: 5px;
	color: #a94442;
    margin-left: 24px;
}
.help-block{
	display: none;
}
.help-komunikat{
	display: block;
}
.has-error.help-block{
	display: block;
}
.has-error label{
	color: #a94442;
}
.ajax-filtr {
  z-index: 1000;
  margin: 0 auto;
  position: absolute;
  display: none;
  top: 200px;
  left: 49%;
  text-align: center; }
.ajax-filtr #loaderImage {
	text-align: center;
	margin: 20px 0;
  }
.visible {
  display: block; }
 #wyp_drzwi_ral{
	margin-top: 10px;
 }
 .ral-preview{
    width: 40px;
	height: 40px;
	margin: 8px 0 0 5px;
	display: inline-block;
	border-radius: 50%;
 }
 .before-ral-preview{
	position: relative;
	top: -16px;
 }
 .mb-0{
	margin-bottom: 0px;
 }
 .mb-10{
	margin-bottom: 10px;
 }
 .mb-20{
	margin-bottom: 20px;
 }
 .padding-wartosc{
	padding-top: 4px !important;
	padding-bottom: 8px !important; 
 }
 .padding-uwagi{
	padding-top: 4px !important;
	padding-bottom: 4px !important;
 }
 #uwagi_t{
	padding-bottom: 4px;
 }
 .zalacznik{
	margin: 0 auto;
    width: 238px;
	background-color: #074C8D;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
 }
 .padding-art{
	padding: 14px !important;
 }
 .padding-art ul, .padding-art ol{
	margin-left: 25px;
 }
 .cena-wymiary{
	font-weight: bold;
 }
 .kal-icon{
	padding-top: 3px;
 }
 .strong a{
	color: #525252;
	text-decoration: underline;
 }
 #cena_mal_p{
	display: none;
 }
 .grupa-krok{
	margin-top: 15px;
	padding-bottom: 9px;
}
.grupa-header{
	background: #074C8D;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
}
.grupa-krok:first-of-type{
	margin-top: 0;
}