.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
}

.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default;
}

.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker>div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999;
  border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.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: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  box-shadow: none;
  border: 1px solid #ffce4f;
  border-radius: 0px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active {
  background: #ffce4f !important;
  text-shadow: none;
  border-radius: 0px;
  font-family: Arial,helvetica,sans-serif;
}

.datepicker {
  padding: 10px 15px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  float: left;
  width: 100% !important;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../plugins/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../plugins/icons/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url("../../plugins/icons/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../../plugins/icons/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #ddd;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px !important;
  border: 1px solid #ddd !important;
  max-width: 100%;
  background-color: #e9e9e9;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../plugins/icons/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 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: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url("../../plugins/icons/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../../plugins/icons/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../../plugins/icons/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ng-table th.sortable {
  cursor: pointer;
}

.ng-table th.sortable div {
  padding-right: 18px;
  position: relative;
}

.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

.ng-table th.sortable div:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.ng-table th.sortable div:hover:after,
.ng-table th.sortable div:hover:before {
  opacity: 1;
  visibility: visible;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141,192,219,.25);
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
}

.ng-table th.sortable.sort-desc div:after,
.ng-table th.sortable.sort-asc div:after {
  margin-top: -2px;
}

.ng-table th.sortable.sort-desc div:before,
.ng-table th.sortable.sort-asc div:before {
  visibility: hidden;
}

.ng-table th.sortable.sort-asc div:after,
.ng-table th.sortable.sort-asc div:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}

.ng-table th.sortable.sort-desc div:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}

.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ng-table+.pagination {
  margin-top: 0;
}

@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999;
  }

  .ng-table-responsive tr {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }

  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  .ng-table-responsive thead tr th {
    text-align: left;
  }

  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }

  .ng-table-responsive thead tr.ng-table-filters th form>div {
    padding: 8px;
  }

  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }

  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}
.ngdialog.ngdialog-theme-plain {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
  background: #fff;
  color: #444;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content h1,
.ngdialog.ngdialog-theme-plain .ngdialog-content h2,
.ngdialog.ngdialog-theme-plain .ngdialog-content h3,
.ngdialog.ngdialog-theme-plain .ngdialog-content h4,
.ngdialog.ngdialog-theme-plain .ngdialog-content h5,
.ngdialog.ngdialog-theme-plain .ngdialog-content h6,
.ngdialog.ngdialog-theme-plain .ngdialog-content p,
.ngdialog.ngdialog-theme-plain .ngdialog-content ul,
.ngdialog.ngdialog-theme-plain .ngdialog-content li {
  color: inherit;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  background: transparent;
  color: #bbb;
  content: "×";
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-plain .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=text],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=password],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=email],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=url] {
  background: #f0f0f0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=text]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=password]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=email]:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type=url]:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
  outline: none;
}

.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
  clear: both;
  content: "";
  display: table;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button {
  border: 0;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog,
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0,0,0,.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein .5s;
  animation: ngdialog-fadein .5s;
  z-index: 999;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout .5s;
  animation: ngdialog-fadeout .5s;
}

.ngdialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein .5s;
  animation: ngdialog-fadein .5s;
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 1000;
  padding: 40px;
  box-shadow: 0px 2px 5px #666;
}

.ngdialog-content>h2 {
  font-size: 28px;
  margin: 0 0 30px 0;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout .5s;
  animation: ngdialog-fadeout .5s;
}

.ngdialog-close:before {
  font-family: "Helvetica",Arial,sans-serif;
  content: "×";
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}
.notifyjs-header-wrapper {
  position: fixed;
  top: 112px;
  right: 6%;
  z-index: 1000;
  display: block;
}

.notifyjs-corner {
  top: 0px !important;
  right: 0% !important;
  position: absolute !important;
}

.notifyjs-bootstrap-base {
  border-radius: 0px !important;
  border: none !important;
  padding: 10px 15px 10px 15px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 600;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-success {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -moz-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.notifyjs-bootstrap-success {
  color: #4c9466 !important;
  text-shadow: 0px 2px 2px #fff !important;
  opacity: .9 !important;
  font-weight: 300 !important;
  border: 1px solid #9fdfa5 !important;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-success {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -moz-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.notifyjs-bootstrap-success {
  color: #000 !important;
  text-shadow: 0px 2px 2px #fff !important;
  opacity: .8 !important;
  font-weight: 300 !important;
  border: 1px solid #000 !important;
  background: rgba(255,255,255,.9);
}

.notifyjs-bootstrap-error {
  padding-left: 25px !important;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-success {
  border: none !important;
  text-shadow: none;
  background-color: #fff;
  opacity: 1;
}

.notifyjs-header-wrapper {
  top: 76px !important;
  right: 15px !important;
}
.cbp-qtrotator {
  position: relative;
  margin: 100px auto 100px auto;
  width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #ffb800;
  height: 1px;
  width: 0%;
  bottom: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  color: #232323;
  font-style: italic;
  border-left: none;
}

.cbp-qtrotator blockquote p {
  margin: .4em 0 1em;
  font-size: 15px;
  line-height: 30px;
  color: #232323;
  font-style: italic;
  text-align: center;
}

.cbp-qtrotator blockquote footer {
  text-align: center;
  font-size: 15px;
}

.cbp-qtrotator blockquote footer:before {
  content: "";
}
.angular-ui-tree-empty {
  min-height: 0px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0,30px 30px;
}

.angular-ui-tree-nodes {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
}

.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: .8;
}

.angular-ui-tree-placeholder:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px dashed #ddd;
}
#login-wrapper {
  width: 100%;
  display: block;
  padding: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 800px;
}

#login-box {
  width: 300px;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
}

#login-box h2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  margin: 0;
}

#login-box form {
  padding: 50px 15px 120px;
}

#login-box form .btn {
  width: 100%;
  padding: 10px 0 !important;
  font-size: 15px;
  margin-top: 70px;
}

.user-info-box {
  position: absolute !important;
  top: 8px;
  right: 8px;
  z-index: 100;
}

.user-info-box .a-icn {
  display: block;
  width: 40px;
  height: 40px;
  color: #ccc;
  fill: currentColor;
}

.user-info-box .a-icn.user {
  background: url("icons/user.png");
  background-size: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}

.user-info-box .userInfoDropdownWrapper {
  width: 200px;
}

.user-info-box .userInfoDropdownWrapper label {
  width: 70px;
  display: block;
  float: left;
  height: 30px;
  margin: 0;
}

.user-info-box .userInfoDropdownWrapper span {
  width: 130px;
  display: block;
  float: left;
  height: 30px;
  margin: 0;
}

.user-info-box .userInfoDropdownWrapper a {
  display: block;
  float: left;
  margin-top: 10px;
}

#adminHeader {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #fff;
  transition: width 1s,margin 1s;
  -webkit-transition: width 1s,margin 1s;
  top: -20px;
}

#adminHeader .superadmin-menu-item {
  display: none;
}

#adminHeader .dashboard-navigation-wrapper {
  position: absolute;
  margin: 0;
  background: #fff;
  z-index: 888;
  width: 100%;
  display: block;
  padding: 0px 80px 0px 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon {
  width: 40px;
  height: 40px;
  display: block;
  background: url("icons/dashboardIcons.png");
  background-size: 40px 240px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-company {
  background-position: 0px 0px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-employees {
  background-position: 0px -40px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-tests {
  background-position: 0px -80px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-files {
  background-position: 0px -120px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-settings {
  background-position: 0px -160px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation .dashboard-icon.dashboard-icon-machines {
  background-position: 0px -200px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation>div {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #eee;
  border: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation>div>i {
  position: absolute;
  left: 15px;
  top: 15px;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation>div>span {
  width: 100%;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px;
  color: #000;
  padding: 28px 5px 28px 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation.dashboard-menu-item>div>i.dashboard-icon-dashboard {
  background: url("img/logo-black.png") center center no-repeat;
  background-size: 22px 22px;
  width: 25px;
  height: 25px;
  top: 25px;
  left: 35px;
  transform: scale(1, 1);
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation:hover {
  text-decoration: none;
}

#adminHeader .dashboard-navigation-wrapper .dashboard-navigation.active:after,
#adminHeader .dashboard-navigation-wrapper .dashboard-navigation:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffce4f;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.welcome-back {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 60px 0 50px 0;
  margin-bottom: 0px;
}

.dashboard-hero {
  background: rgba(40,150,169,.24);
}

.chart-legend {
  padding: 20px 0;
  text-align: center;
}

.chart-legend .item {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
}

.chart-legend .item.black {
  color: #666;
}

.chart-legend .item i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.chart-legend .item i.color1 {
  background: #68e6a9;
}

.chart-legend .item i.color2 {
  background: #ffce4f;
}

.document-analytics .bg-doughnut-company {
  background: url("icons/company-white.png") center center no-repeat;
  background-size: 40px 40px;
}

.document-analytics .bg-doughnut-employees {
  background: url("icons/employees-white.png") center center no-repeat;
  background-size: 40px 40px;
}

.document-analytics .bg-doughnut-machines {
  background: url("icons/wrench-white.png") center center no-repeat;
  background-size: 40px 40px;
}

#locations-places-list-widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#locations-places-list-widget ul li {
  margin: 0 0 3px 0;
}

#locations-places-list-widget .locations-wrapper {
  margin-bottom: 10px;
}

#locations-places-list-widget .locations-wrapper>li {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}

#locations-places-list-widget .locations-wrapper>li .location-title {
  padding: 0px 10px 0px 0px;
  min-height: 35px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  transition: margin .5s;
}

#locations-places-list-widget .locations-wrapper>li .location-title.open {
  margin-bottom: 10px;
}

#locations-places-list-widget .locations-wrapper>li .location-content {
  background: #fff;
}

#locations-places-list-widget .locations-wrapper>li .location-content.open {
  height: auto;
}

#locations-places-list-widget .place .harmonica-title {
  text-align: left;
  padding: 10px;
  min-height: 55px;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0px;
}

#locations-places-list-widget .place .harmonica-content {
  background: #fff;
  padding: 10px 20px 0;
  border: 1px solid #fff;
  transition: background .5s;
}

#locations-places-list-widget .place .harmonica-content.open {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  height: auto;
}

#locations-places-list-widget .place .harmonica-content>div:first-child {
  margin-top: 0px;
}

#locations-places-list-widget .place .harmonica-content>div:last-child {
  margin-botom: 20px;
}

.risk-list-directive .header-controls {
  display: block;
  padding: 2px 0;
  width: 100%;
  text-align: right;
}

.risk-list-directive .header-controls .checkbox-label {
  cursor: pointer;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  padding: 5px 0 0 0;
  margin-bottom: 0px;
  color: #666;
  font-weight: 300;
}

.risk-list-directive .header-controls .checkbox-label input[type=checkbox] {
  vertical-align: middle;
  margin-top: 0;
}

.risk-list-directive .header-controls .print-label {
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 300;
  cursor: pointer;
}

.risk-list-directive .footer-buttons-bar {
  width: 100%;
  padding: 15px;
  display: block;
  border-left: 5px solid #f9f9f9;
  border-bottom: 5px solid #f9f9f9;
}

.risk-list-directive .risk-list-item-controls {
  position: absolute;
  right: 5px;
  top: 5px;
}

.risk-list-directive .list-wrapper {
  list-style-type: none;
  width: 100%;
  display: block;
  padding: 0;
}

.risk-list-directive .list-wrapper li {
  border-top: none;
  padding: 2px 0px;
}

.risk-list-directive .list-wrapper li .list-drag-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}

.risk-list-directive .list-wrapper li .list-title {
  text-align: left;
  padding: 5px;
  line-height: 32px;
  background: #f9f9f9;
  min-height: 48px;
  margin-bottom: 0px;
  box-shadow: 0px 1px 2px #ccc;
}

.risk-list-directive .list-wrapper li .list-title .list-title-name-tag {
  font-size: 16px;
  color: #333;
  padding: 7px 135px 7px 50px;
  display: block;
  width: 100%;
  line-height: 20px;
  min-height: 32px;
}

.risk-list-directive .list-wrapper li .list-content {
  padding: 0;
  background: #f9f9f9;
  text-align: left;
  font-size: 13px;
  margin: 0px;
  position: relative;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0px 1px 1px #ccc;
  width: 100%;
}

.risk-list-directive .list-wrapper li .list-content .norms-form-group .chosen-results {
  max-height: 100px;
}

.risk-list-directive .list-wrapper li .list-content.open {
  height: auto;
  border-right: 5px solid #f9f9f9;
}

.risk-list-directive .list-wrapper li .list-content .list-content-footer-name-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px;
  background: #f9f9f9;
  border-left: 5px solid #f9f9f9;
  text-transform: uppercase;
  color: #bbb;
  font-size: 10px;
}

.risk-list-directive .list-wrapper .category-form-row {
  border-left: 5px solid #f9f9f9;
  border-right: 5px solid #f9f9f9;
  padding: 10px 0 0px 20px;
  width: 100%;
}

.risk-list-directive .list-wrapper .category-form-row .form-group {
  margin-bottom: 0px;
}

.risk-list-directive .list-wrapper .list-wrapper {
  border-left: 5px solid #f9f9f9;
  padding-bottom: 0px;
}

.risk-list-directive .list-wrapper .list-wrapper li {
  padding: 2px 0px 2px 15px;
  border-right: 5px solid #f9f9f9;
}

.risk-list-directive .list-wrapper .list-wrapper li:last-child {
  margin-bottom: 0px;
}

.risk-list-directive .list-wrapper .list-wrapper:last-child {
  border-bottom: 5px solid #f9f9f9;
}

.risk-list-directive .risk-questions-list-question {
  border-right: none;
}

.risk-list-directive .risk-questions-list-question .question-check-icon {
  border: 1px solid #b1e87e;
  margin-right: 5px;
  color: #b1e87e;
  padding: 8px;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper {
  width: 100%;
  display: inline-block;
  padding: 0px 2px;
  transform: rotate(0deg) !important;
  margin: 10px 0px -9px 0px;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn {
  border: 1px solid #ececec;
  color: #333;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn i {
  border: none !important;
  margin: 0px;
  float: left;
  transform: rotate(0deg) !important;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.active {
  color: #fff;
  box-shadow: none;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.active i {
  color: #fff !important;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-no i {
  color: #ffce4f;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-yes i {
  color: #87be5a;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-na i {
  color: #8cadb2;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-no.active {
  background: #ffce4f;
  border: 1px solid #ffce4f;
  font-weight: 700;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-yes.active {
  background: #91c283;
  border: 1px solid #ffce4f;
  font-weight: 700;
}

.risk-list-directive .risk-questions-list-question .question-check-btns-wrapper .question-check-btn.btn-na.active {
  background: #8cadb2;
  border: 1px solid #ffce4f;
  font-weight: 700;
}

.risk-list-directive .risk-questions-list-question .list-title {
  background: #fff !important;
}

.risk-list-directive .risk-questions-list-question .list-content {
  border-right: none !important;
}

.risk-list-directive .risk-questions-list-question .list-content .list-content-body {
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
  background: #fff;
}

.risk-list-directive .risk-questions-list-question .vjerovatnost-stetnost-wrapper {
  padding: 5px 10px;
  background: #f5f5f5;
  margin-left: -10px;
  margin-right: -10px;
}

.risk-list-directive .risk-questions-list-question .vjerovatnost-stetnost-wrapper>p {
  text-align: center;
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
}

.risk-list-directive .question-with-measures .list-title,
.risk-list-directive .question-with-measures .list-content .list-content-body {
  background: #fffcec !important;
}

.risk-list-directive .question-with-measures .category-name-input {
  background: transparent !important;
}

.risk-list-directive .risk-questions-list-question .list-wrapper {
  border-left: none;
  border-bottom: none !important;
  padding-left: 0;
}

.risk-list-directive .risk-questions-list-measure {
  padding: 0px !important;
  border-right: none !important;
}

.risk-list-directive .risk-questions-list-measure .risk-questions-list-measure-formrow {
  padding: 15px 20px 0px;
  margin-bottom: 5px;
}

.risk-list-directive .risk-questions-list-measure .list-title {
  border: none;
  background: #f9f9f9 !important;
  margin-top: 0px;
}

.risk-list-directive .risk-questions-list-measure .question-check-btns-wrapper {
  margin-top: 5px;
}

.risk-list-directive .risk-questions-list-measure .list-content {
  border-bottom: 1px solid #ddd;
  padding: 0 20px !important;
  margin-bottom: 10px !important;
  background: #f9f9f9 !important;
}

.risk-list-directive .risk-questions-list-measure .list-content .measure-types-wrapper {
  border: 1px solid #f9f9f9;
  border-right: none;
  padding: 0;
}

.risk-list-directive .risk-questions-list-measure .list-content .measure-types-wrapper label {
  font-weight: 400;
  cursor: pointer;
  border-right: 1px solid #f9f9f9;
  margin: 0;
  padding: 10px 15px;
}

.risk-list-directive .risk-questions-list-measure .list-content .measure-types-wrapper label input {
  margin-right: 3px;
}

.risk-list-directive .risk-questions-list-measure .list-content.open {
  border-right: none;
  background: #fff;
}

.risk-list-directive .risk-questions-list-measure .list-content .vjerovatnost-stetnost-wrapper {
  margin-bottom: 10px;
  background: #fff;
}

.risk-list-directive .risk-questions-list-measure:last-child .list-content {
  border-bottom: none;
}

.risk-list-directive .directive-footer-buttons-bar {
  width: 100%;
  padding: 0px;
  display: block;
}

.risk-list-directive .directive-footer-buttons-bar .btn {
  margin-top: 15px;
  margin-left: 10px;
}

.risk-list-directive .directive-footer-buttons-bar .btn:first-child {
  margin-left: 0px;
}

.risk-list-directive .directive-footer-buttons-bar .btn i {
  font-size: 13px;
  color: #333;
}

.location-place-workplaces-list {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}

.location-place-workplaces-list h3 {
  font-size: 18px;
}

.location-place-workplaces-list>.harmonica {
  box-shadow: 0px 1px 2px #ccc;
  background: #f9f9f9;
  padding: 3px;
  margin-bottom: 10px;
}

.location-place-workplaces-list>.harmonica .harmonica-title {
  text-align: left;
  min-height: 40px;
  margin: 0;
  padding: 7px 0 10px 20px;
}

.location-place-workplaces-list>.harmonica .harmonica-title .harmonica-list-caret {
  margin-top: 12px !important;
}

.location-place-workplaces-list>.harmonica .harmonica-content {
  background: transparent;
}

.location-place-workplaces-list>.harmonica .harmonica-content hr {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}

.location-place-workplaces-list>.harmonica .harmonica-content h4 {
  font-size: 14px;
  color: #999;
  margin: 50px auto 15px;
}

.location-place-workplaces-list .employee-name {
  padding: 3px 0px 0px 3px;
  display: inline-block;
}

.location-place-workplaces-list .employee-name:after {
  content: ",";
}

.location-place-workplaces-list .employee-name:last-child:after {
  display: none;
}

.risk-header {
  padding: 20px;
}

.risk-header #riskAssessmentCreate {
  color: #fff;
}

.risk-header #riskAssessmentCreate .widget-title {
  font-size: 18px;
  padding: 15px 0 15px;
}

.risk-header #riskAssessmentCreate .btn {
  float: none;
}

.risk-header #riskAssessmentList {
  color: #fff;
}

.risk-header #riskAssessmentList .table-wrapper {
  width: 100%;
}

.risk-header #riskAssessmentList .table-wrapper .table thead {
  display: none;
}

.risk-header #riskAssessmentList .table-wrapper .table tr td {
  background: transparent;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.risk-header #riskAssessmentList .table-wrapper .table tr td:first-child:before {
  display: none;
}

.risk-header #riskAssessmentList .table-wrapper .table tr td:last-child .glyphicon {
  padding: 5px;
  color: #fff;
  background: transparent;
}

.risk-header #riskAssessmentList .table-wrapper .ng-table-counts button {
  background: transparent;
  padding: 4px 10px !important;
  color: #fff;
}

.risk-header #riskAssessmentList .table-wrapper .ng-table-counts button.active {
  opacity: .5;
}

.risk-header #riskAssessmentList .table-wrapper .pagination li a {
  background: transparent;
  padding: 4px 10px !important;
  color: #fff;
}

.risk-header #riskAssessmentList .table-wrapper .pagination li.active a {
  color: #fff !important;
  border-color: #fff;
  opacity: .5;
}

.dashboard-reports-wrapper {
  padding: 20px 0;
}

.dashboard-reports-wrapper .report-trigger {
  width: 100px;
  height: 100px;
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("icons/reports.png");
  background-size: 100px 300px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  transition: all .5s;
  cursor: pointer;
  position: relative;
}

.dashboard-reports-wrapper .report-trigger.report-trigger-company {
  background-position: 0 0;
}

.dashboard-reports-wrapper .report-trigger.report-trigger-employees {
  background-position: 0 -100px;
}

.dashboard-reports-wrapper .report-trigger.report-trigger-machines {
  background-position: 0 -200px;
}

.dashboard-reports-wrapper .report-trigger:hover {
  background-color: #f9f9f9;
}

.dashboard-reports-wrapper .report-trigger span {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  text-align: center;
}

.ngdialog.ngdialog-reports .ngdialog-content {
  max-width: 90%;
}

.ngdialog.ngdialog-reports .ngdialog-content .ngdialog-close {
  right: 12px;
  margin-right: 0px;
}

.reports-modal-wrapper .table-wrapper {
  overflow: initial;
}

.reports-modal-wrapper .table-wrapper .reports-table-wrapper {
  padding-top: 40px;
}

.reports-modal-wrapper .table-wrapper .reports-table-wrapper .table td:last-child {
  text-align: left;
}

.reports-modal-wrapper .table-wrapper .reports-table-wrapper .table-filter-toggle {
  margin-top: -40px;
}

.reports-modal-wrapper .reports-table-header th {
  background: #fff !important;
}

.reports-modal-wrapper .ng-table-filters th {
  background: #f9f9f9 !important;
}

.reports-modal-wrapper .table-columns-filter {
  padding-bottom: 20px;
}

.reports-modal-wrapper .table-columns-filter .harmonica-content {
  border-bottom: 1px solid #e5e5e5;
}

.reports-modal-wrapper .table-columns-filter .harmonica-content .harmonica-content-filters-wrapper {
  padding: 10px 0;
}

.reports-modal-wrapper .table-columns-filter .harmonica-content .harmonica-content-filters-wrapper label {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reports-modal-wrapper .reports-table-wrapper {
  overflow: auto;
  width: 100%;
  margin-bottom: 50px;
}

.reports-modal-wrapper .reports-table-wrapper table {
  max-width: none;
  min-width: 100%;
  width: auto;
}

.reports-modal-wrapper .reports-table-wrapper table th {
  white-space: nowrap;
}

.reports-modal-wrapper .reports-table-wrapper [ng-table-pagination] {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}

.ngdialog.ngdialog-nrconfig .ngdialog-content {
  max-width: 90%;
  overflow: auto;
}

.ngdialog.ngdialog-nrconfig .ngdialog-content .ngdialog-close {
  right: 12px;
  margin-right: 0px;
}

.ngdialog.ngdialog-nrconfig .table td {
  padding: 3px 8px;
}
.people-select {
  position: relative;
  width: 100%;
  min-height: 35px;
  display: block;
}

.people-select ul {
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 140px;
  border-bottom: 1px solid #ddd;
  min-height: 40px;
}

.people-select ul li {
  width: 100%;
  display: block;
  padding: 5px 5px 5px 15px;
}

.people-select .glyphicon.buttonish {
  position: absolute;
  top: 0;
  right: 0;
}

.people-select .total {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 12px;
  border: 1px solid #ddd;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

.people-select .total b {
  color: #000;
}

.people-select--small ul {
  padding: 0;
  min-height: 25px;
}

.btn-dropdown>* {
  display: none;
}

#workplaceSelectedSelect {
  width: 288px;
  -webkit-appearance: none;
}

@media ALL and (max-width: 1368px) {
  #workplaceSelectedSelect {
    width: 226px;
    font-size: 11px;
  }
}

.measure-places-wrapper {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.measure-places-wrapper ul {
  list-style-type: none;
  padding: 10px 15px;
  float: left;
  width: 100%;
}

.measure-places-wrapper ul li {
  padding: 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.measure-places-wrapper ul li span {
  float: left;
  padding: 10px 0;
}
.circleHover {
  position: relative;
}

.circleHover:before,
.circleHover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 19px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform .3s,opacity .3s;
  -moz-transition: -moz-transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.circleHover:after {
  width: 50px;
  height: 50px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.circleHover:hover::before,
.circleHover:hover::after,
.circleHover:focus::before,
.circleHover:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.loader {
  width: 30px;
  height: 30px;
  background-color: #ffb800;
  border: 0px solid #fff;
  position: fixed;
  top: 5px;
  z-index: 100000;
  right: 5px;
  opacity: 0;
  display: none;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

#loaderFull {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -110%;
  left: 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.3);
  background-color: #ffb800;
  background-image: url("img/anparoWhite.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 500px auto;
  z-index: 10000;
  transition: all 1s;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#loaderFull.active,
.first-load #loaderFull {
  top: 0;
}

.testsNoEmailTr {
  position: relative;
}

.testsNoEmailTr>span {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  text-transform: uppercase;
  text-align: center;
  background: #fff !important;
  color: red !important;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  cursor: default !important;
}

#studio42 {
  opacity: .5;
}

#web_by:hover #studio42 {
  opacity: 1;
}

#web_by {
  position: absolute;
  right: 1%;
  bottom: -15px;
  float: right;
  font-size: 10px;
  color: #aaa;
  padding: 5px 0px 0px 13px;
  cursor: pointer;
}

#web_by label {
  display: none;
  position: absolute;
  FONT-SIZE: 0PX;
  right: 65px;
  top: -55px;
  z-index: 10000;
  color: #ffa200;
  padding: 10px 9px;
  cursor: pointer;
  width: 60px;
  height: 40px;
  background-image: url("img/42/jobotic_bubble.png");
  background-repeat: no-repeat;
}

#jobotic {
  position: fixed;
  right: -100px;
  bottom: -3px;
  font-size: 10px;
  color: #aaa;
  padding: 13px 13px 4px 13px;
  cursor: pointer;
  z-index: 9999;
}

.alert {
  padding: 5px 10px;
  text-align: center;
}
#home {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#home .tl-white-bg {
  background: #fff;
  transition: width 1s,margin 1s;
  -webkit-transition: width 1s,margin 1s;
  float: left;
  width: 100%;
}

#home .tl-transparent-bg {
  width: 100%;
  float: left;
  background: rgba(40,150,169,.24);
  padding: 20px 10px;
}

#home .intro {
  padding: 100px 0;
}

#home .intro small {
  width: 100%;
  display: block;
  padding-top: 10px;
}

@media all and (max-width: 768px) {
  #home .intro {
    padding: 30px 0;
  }

  #home .intro h1 {
    font-size: 18px;
    line-height: 20px;
  }

  #home .intro small {
    font-size: 12px;
  }
}

#home .logo {
  width: 100%;
  height: 160px;
  display: inline-block;
  background-image: url("img/anparo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 550px auto;
}

#home .info-boxes {
  margin-top: 50px;
}

#home .info-boxes h2 {
  font-size: 20px;
  text-transform: uppercase;
}

#home .info-boxes img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 1px 2px 4px #ccc;
}

#home .info-boxes p {
  text-align: justify;
  font-size: 15px;
  color: #666;
}

#home .info-boxes .col-md-4 {
  padding: 25px;
}

#home .pricing {
  padding: 0 30px 0 30px;
}

#home .pricing .item {
  margin: 10px;
  background: #fff;
  padding-bottom: 20px;
}

#home .pricing .item .item_content {
  display: flex;
  align-items: center;
  min-height: 250px;
  padding: 20px 20px 0 20px;
  justify-content: center;
}

#home .pricing .item header {
  padding: 10px 0 10px 0;
  border-bottom: 3px solid #ffb800;
}

#home .pricing .item header h2 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

#home .pricing .item .center_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .pricing .item .price {
  margin: 20px 0 20px 0;
  color: #ffb800;
  font-weight: 700;
  text-align: center;
}

#home .pricing .item .price span {
  margin: 0 auto;
  display: block;
  font-size: 35px;
  font-weight: 700;
}

#home .pricing .item .price p {
  margin: 0 auto;
  display: block;
  font-size: 18px;
}

#home .pricing .item .features p {
  color: teal;
}

#home .pricing .item .features ul {
  padding-left: 5px;
  margin: 0;
}

#home .pricing .item .features ul li {
  display: block;
  width: 100%;
}

#home .pricing .item .features ul li.chk {
  color: #999;
}

#home .pricing .item .features ul li.chk:before {
  content: "✓ ";
  color: teal;
  font-weight: bold;
}

#home h1 {
  width: 100%;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  opacity: 1;
}

#home .cbp-qtrotator {
  width: 80%;
  margin: 100px 10% 50px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  opacity: 1;
}

#home #softwareHeadline {
  text-align: center;
  font-size: 20px;
  margin: 0px 0 0px 0;
  padding-top: 50px;
  width: 100%;
  color: #fff;
}

#home .decription {
  font-size: 15px;
  color: #666;
  padding: 0px 100px 50px 100px;
  text-align: justify;
}

@media all and (max-width: 768px) {
  #home .decription {
    padding: 0 20px 40px;
  }
}

#home .devices-wrapper {
  width: 100%;
  height: 540px;
  display: block;
  position: relative;
}

#home .devices-wrapper>img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#home .devices-wrapper__monitor {
  margin: -260px 0 0 -220px;
}

#home .devices-wrapper__tablet {
  margin: -120px 0 0 -410px;
}

#home .devices-wrapper__phone {
  margin: 22px 0 0 -190px;
}

#home .service {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 50px 100px 150px;
}

#home .service .service-icon-hole {
  width: 100%;
  overflow: hidden;
}

#home .service .service-icon-hole .service-icon-wrap {
  background: url("img/iconHole.png");
  width: 140px;
  height: 140px;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  display: block;
}

#home .service .service-icon-hole .service-icon-wrap:before {
  content: "";
  width: 1000px;
  height: 140px;
  position: absolute;
  top: 0;
  left: -1000px;
  background: #fff;
}

#home .service .service-icon-hole .service-icon-wrap:after {
  content: "";
  width: 1000px;
  height: 140px;
  position: absolute;
  top: 0;
  right: -1000px;
  background: #fff;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon {
  width: 70px;
  height: 70px;
  display: block;
  background: url("img/servicesIcons.png");
  background-size: 350px 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px auto auto -35px;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon.work {
  background-position: 0px 0px;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon.fire {
  background-position: -70px 0px;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon.environment {
  background-position: -140px 0px;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon.rescue {
  background-position: -210px 0px;
}

#home .service .service-icon-hole .service-icon-wrap .service-icon.deratization {
  background-position: -280px 0px;
}

#home .service h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
}

#home .service h3 {
  text-align: center;
  font-size: 16px;
  margin: 35px 0 15px 0;
  color: #ccc;
  letter-spacing: 1px;
  text-decoration: underline;
}

#home #referencesHeadline {
  text-align: center;
  font-size: 20px;
  margin: 0px 0 0px 0;
  padding-top: 70px;
  width: 100%;
}

#home .referencesCarousel {
  margin: 40px 10% 140px !important;
}

#home .referencesCarousel .cbp-qtrotator .cbp-qtcontent {
  padding-top: 0;
}

#home .referencesCarousel blockquote {
  text-align: center;
}

#home .imagesCarousel {
  margin: 30px 10% 120px !important;
}

#home .imagesCarousel .cbp-qtcontent {
  padding: 2px 0;
}

#home .imagesCarousel .cbp-qtcontent>img {
  max-width: 100%;
  width: 100%;
}

#home .quotesCarousel {
  margin-bottom: 120px !important;
}

#home #shopHeadline {
  text-align: center;
  font-size: 20px;
  margin: 0px 0 0px 0;
  padding-top: 50px;
  width: 100%;
  color: #fff;
}

#home .shop {
  padding: 20px 60px 60px !important;
}

#home .shop h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
}

#home .shop .stickers-carousels-wrapper {
  padding: 0 100px;
}

#home .shop .stickers-carousels-wrapper .stickers-carousel .cbp-qtrotator {
  margin: 10px 5% 25px 5% !important;
  padding: 0px;
  width: 90% !important;
}

#home .shop .stickers-carousels-wrapper .stickers-carousel .cbp-qtrotator .cbp-qtcontent {
  margin: 0;
  padding: 3px;
  background: #ffce4f;
}

#home .shop .stickers-carousels-wrapper .stickers-carousel img {
  max-width: 100%;
}

#home .shop .text {
  padding: 0 150px 50px 150px;
  color: #fff;
}

#home .shop .btn {
  position: relative;
  margin: 0 auto;
  width: 200px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}

#home .shop .btn .coming-soon {
  position: absolute;
  top: -3px;
  right: -25px;
  margin: 0;
  background-color: #fff;
  font-size: 11px;
  color: #30a97c;
  width: 100px;
  line-height: 22px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

#home #ourTeamHeadline {
  text-align: center;
  font-size: 20px;
  margin: 0px 0 40px 0;
  padding-top: 70px;
  width: 100%;
  color: #fff;
}

#home #ourTeam {
  padding: 15px 100px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}

#home #ourTeam .member {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
  margin: 10px 2% 55px;
  float: none;
  height: 300px;
}

#home #ourTeam .member:nth-child(3n+3) {
  margin-right: 0px;
}

#home #ourTeam .member img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
  border: 2px solid #fff;
}

#home #ourTeam .member h3 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 8px 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
}

#home #ourTeam .member p {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  color: #fff;
}

#home #kontaktHeadline {
  padding-top: 70px;
  margin: 0px 0 50px 0;
  width: 100%;
  float: left;
}

#home #kontakt {
  padding: 15px 100px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}

#home #kontakt form {
  width: 50%;
  float: left;
}

#home #kontakt form input[type=text],
#home #kontakt form input[type=email],
#home #kontakt form textarea {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff !important;
}

#home #kontakt form textarea {
  height: 145px;
}

#home #kontakt form input[type=submit] {
  border: 0px;
  color: #fff;
  float: left;
  width: 100%;
  padding: 10px 50px;
  outline: none;
}

#home #kontakt ul {
  float: left;
  width: 40%;
  margin-left: 10%;
  list-style-type: none;
}

#home #kontakt ul li {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#home #kontakt ul small {
  float: left;
  display: block;
  width: 30%;
  line-height: 24px;
  font-size: 12px;
  color: #777;
}

#home #kontakt ul label {
  float: left;
  display: block;
  width: 70%;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
}

#home #map {
  height: 400px;
  width: 88%;
  margin: 30px 6% 10px;
  display: block;
  float: left;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.eu-project-div {
  padding-top: 4rem;
}

.eu-project-zajedno-logo {
  margin: auto;
  max-height: 11vh;
}

.eu-project-logo {
  margin: auto;
  max-height: 7vh;
}

.eu-project-text {
  text-align: center;
  color: #fff;
}
html,
body {
  height: 100%;
  font-family: "PT Sans",sans-serif;
}

body {
  background-color: #35aac5;
  background-image: url("img/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
}

body.first-load {
  background: #ffb800;
}

#mobile-menu-trigger,
.mobile-spacer {
  display: none;
}

#main-wrapper {
  position: relative;
  float: left;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0);
  transition: background 1s;
  -webkit-transition: background 1s;
}

#main-wrapper #navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: transparent;
  border: none;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#main-wrapper #navbar #logo {
  width: 100%;
  height: 150px;
  display: block;
  background-image: url("img/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

#main-wrapper #navbar #logo:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

#main-wrapper #navbar ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}

#main-wrapper #navbar ul li {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 13px;
  text-shadow: 0px 1px -1px rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
}

#main-wrapper #navbar ul li:hover {
  opacity: .8;
}

#main-wrapper #navbar #login-button {
  padding: 8px 50px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 14px;
  margin: auto auto auto -69px;
  color: #fff;
  font-weight: 400;
}

#main-wrapper #main {
  width: 84%;
  min-height: 500px;
  margin: 1% 0 20px 15%;
  padding: 0;
  display: block;
  position: relative;
  background: transparent;
  box-shadow: none;
  transition: width 1s,margin 1s;
  -webkit-transition: width 1s,margin 1s;
}

#main-wrapper #main .page-content {
  background: transparent;
  box-shadow: none;
  transition: width 1s,margin 1s;
  -webkit-transition: width 1s,margin 1s;
}

#main-wrapper #main .admin-page-title {
  width: 100%;
  padding: 20px;
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
  -webkit-transition: width 1s,margin 1s;
  transition: width 1s,margin 1s;
  border-bottom: none;
  background: rgba(40,150,169,.24);
  color: #fff;
}

#main-wrapper #main .admin-page-title h1 {
  font-size: 15px;
  margin: 0px;
  color: #fff;
}

#main-wrapper #main .admin-page-title h1 a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: #fff;
}

#main-wrapper #main .admin-page-title h1 a:hover {
  opacity: 1;
}

#main-wrapper #main .admin-page-title h1>span {
  color: #ccc;
  font-size: 15px;
}

#main-wrapper #main .admin-page-title h1>span.glyphicon {
  color: #428bca;
  color: #ddd;
  color: #ffce4f;
  font-size: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 10px;
  left: 18px;
}

#main-wrapper #main .admin-page-title h1>span+a {
  margin-left: 30px;
}

#main-wrapper #main .admin-page-title:hover>h1>span.glyphicon {
  color: #000;
  transform: rotate(90deg);
}

#main-wrapper #main .admin-page-title div {
  position: relative;
  display: inline-block;
  padding: 0 0 0 45px;
}

#main-wrapper #main .admin-page-title .count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #78d06e;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: -7px;
  left: 7px;
  border: 2px solid #fff;
}

#main-wrapper #main .admin-page-title .dashboard-navigation-wrapper {
  position: absolute;
  top: 100%;
  height: 142px;
  margin: 0 -15px;
  background: #fff;
  z-index: 888;
  padding: 0;
  width: 100%;
  padding: 32px 0px 20px 0px;
  width: none;
  display: block;
  overflow: hidden;
  -webkit-transition: width .5s;
  transition: width .5s;
}

#main-wrapper #main .admin-page-title .dashboard-navigation>div {
  overflow: hidden;
}

#main-wrapper #main .admin-page-title:hover .dashboard-navigation-wrapper {
  width: 100%;
}

#main-wrapper #main .admin-page-content {
  background: #fff;
  transition: width 1s,margin 1s;
  -webkit-transition: width 1s,margin 1s;
  padding: 40px;
}

.admin-mobile-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
}

.admin-mobile-menu .dashboard-navigation {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  display: block;
  text-align: center;
  font-size: 13px;
  text-shadow: 0px 1px -1px rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.admin-mobile-menu .dashboard-navigation:hover {
  opacity: .8;
}

.admin-mobile-menu .logout-btn {
  padding: 8px 32px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 14px;
  margin: auto auto auto -72px;
  color: #fff;
  font-weight: 400;
}

.widget-box {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.widget-box .widget-title {
  font-size: 22px;
  margin: 0px 0px 10px 0;
  width: 100%;
}

.widget-box .widget-title .step {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
  background: #43aec2;
  font-size: 16px;
  float: left;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}

.widget-box .widget-title .checkbox-label {
  display: block;
  text-align: right;
  float: right;
  font-size: 12px;
  padding: 10px 0 5px 30px;
  color: #666;
  font-weight: 300;
}

.widget-box .widget-title .checkbox-label input[type=checkbox] {
  margin: 2px 5px 0px 0px;
  float: left;
}

.widget-box .widget-body {
  padding: 20px 0px 10px 0px;
  background: #fff;
  border-top: 1px solid #eee;
}

.widget-box .widget-footer {
  margin: 25px 0px 0px 0;
  padding: 10px 0px 10px 0px;
  background: #fff;
  border-top: 1px solid #eee;
}

.harmonica .harmonica-title {
  text-align: center;
  font-size: 16px;
  margin: 10px 0 5px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

.harmonica .harmonica-title i {
  content: "";
  display: inline-block;
  float: right;
  margin: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #999 transparent;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.harmonica .harmonica-title.open i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent transparent #000 transparent;
}

.harmonica .harmonica-title.open:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f7f7f7 transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
}

.harmonica .harmonica-content {
  text-align: left;
  font-size: 13px;
  margin: 0px;
  padding: 0px 20px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.harmonica .harmonica-content p {
  margin: 10px 0 15px 0;
}

.ngdialog .ngdialog-content {
  max-width: 70%;
}

.ngdialog .ngdialog-content .widget-box {
  padding: 0;
  margin: 0;
}

.ngdialog .ngdialog-content .widget-box .widget-body {
  border-top: none;
  padding: 0;
}

.ngdialog .ngdialog-content .ngdialog-close {
  position: absolute;
  top: 0px;
  right: 0;
  margin-right: 40px;
  z-index: 1000;
  font-size: 30px;
  color: #ccc;
}

.ngdialog .ngdialog-content .ngdialog-close:hover {
  color: #000;
}

.ngdialog.risk-list-dialog-category-edit .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: -250px;
  width: 500px;
}

.ngdialog.risk-list-dialog-category-edit .ngdialog-content .ngdialog-close {
  right: 0;
  margin-right: 10px;
}

.ngdialog.risk-list-dialog-question-edit .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -250px;
  width: 500px;
}

.ngdialog.risk-list-dialog-question-edit .ngdialog-content .ngdialog-close {
  right: 0;
  margin-right: 10px;
}

.ngdialog.risk-list-dialog-measure-edit .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -250px;
  width: 500px;
}

.ngdialog.risk-list-dialog-measure-edit .ngdialog-content .ngdialog-close {
  right: 0;
  margin-right: 10px;
}

.delete-box {
  text-align: center;
}

.delete-box h2 {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
}

.delete-box .btn {
  display: inline-block;
  margin: 10px;
  padding: 10px 60px;
  font-weight: 700;
  font-size: 16px;
}

.delete-box .ng-table-pager .btn {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background: #fff;
}

.table-wrapper {
  position: relative;
}

.table-wrapper.loading:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("icons/spinner.gif") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -17px;
}

.table-wrapper>h2 {
  font-size: 22px;
  margin-top: 0;
}

.table-wrapper>h2>.btn {
  float: right;
  margin: -1px auto auto 10px;
  font-size: 12px;
}

.table-wrapper>h2>.count {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background: #78d06e;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.table-wrapper>h2>.count.red {
  background: red;
}

.table-wrapper>.btns-wrapper {
  width: 100%;
  margin: 0 0 20px 0;
}

.table-wrapper>.table-options-wrapper {
  width: 100%;
  position: relative;
  height: 0;
  z-index: 100;
}

.table-wrapper>.table-options-wrapper .table-filter-toggle {
  position: absolute;
  top: 2px;
  right: 32px;
  display: block;
  padding: 15px 3px;
  background: #fff;
  z-index: 10;
  border: 1px solid #fff;
  color: #999;
  cursor: pointer;
}

.table-wrapper>.table-options-wrapper .table-filter-toggle.active {
  color: #000;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.table-wrapper>.table-options-wrapper .table-columns-toggle {
  position: absolute;
  top: 0;
  right: 7px;
  display: block;
  margin-right: 0px;
  padding: 15px 3px 10px;
  background: #fff;
  z-index: 10;
  border: 1px solid #fff;
  color: #999;
  cursor: pointer;
}

.table-wrapper>.table-options-wrapper .table-columns-toggle.active {
  color: #000;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.table-wrapper>.table-options-wrapper .table-columns-toggle .table-columns-toggle-content {
  position: absolute;
  top: 50px;
  display: block;
  width: 148px;
  left: -120px;
  background: #f9f9f9;
}

.table-wrapper>.table-options-wrapper .table-columns-toggle .table-columns-toggle-content label {
  width: 100%;
  display: block;
  padding: 5px 5px 5px 35px;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}

.table-wrapper>.table-options-wrapper .table-columns-toggle .table-columns-toggle-content label input {
  position: absolute;
  top: 4px;
  left: 13px;
}

.table-wrapper .table {
  table-layout: fixed;
}

.table-wrapper .table th {
  text-align: left;
  border-bottom: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 6px;
}

.table-wrapper .table th,
.table-wrapper .table td {
  overflow: hidden;
}

.table-wrapper .table td {
  padding: 15px;
  text-overflow: ellipsis;
}

.table-wrapper .table td.table-link-cell {
  color: #158ca5;
  cursor: pointer;
}

.table-wrapper .table tr td:first-child,
.table-wrapper .table tr.trCaution td:first-child,
.table-wrapper .table tr.trAlert td:first-child {
  position: relative;
}

.table-wrapper .table tr td:first-child:before,
.table-wrapper .table tr.trAlert td:first-child:before,
.table-wrapper .table tr.trCaution td:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffb800 transparent transparent transparent;
  display: block;
}

.table-wrapper .table tr.trAlert td:first-child:before {
  border-color: red transparent transparent transparent;
}

.table-wrapper .table tr td:first-child:before {
  border-color: #83d220 transparent transparent transparent;
}

.table-wrapper .table td:last-child {
  padding: 8px;
  min-width: 88px;
  text-align: right;
}

.table-wrapper .table td:last-child span,
.table-wrapper .table td:last-child a {
  padding: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3;
  transition: all .3;
  margin-bottom: 3px;
}

.table-wrapper .table td:last-child span:hover,
.table-wrapper .table td:last-child a:hover {
  background: #eee;
}

.table-wrapper .table tr.selected td {
  background: #fff4d9 !important;
}

.table-wrapper .table td.oneIcon {
  width: 50px;
}

.table-wrapper .table td.twoIcon {
  width: 100px;
}

.table-wrapper .table td.threeIcon {
  width: 150px;
}

.table-wrapper .table td.fourIcon {
  width: 200px;
}

.table-wrapper .table .ng-table-header th {
  background: #fff;
}

.table-wrapper .ng-table-filters {
  background: #f9f9f9;
}

.table-wrapper .ng-table-filters th {
  border-bottom: 10px solid #fff;
  box-sizing: border-box;
  padding: 6px 3px;
  background: #f9f9f9 !important;
}

.table-wrapper .ng-table-filters th .input-filter {
  font-weight: 400;
}

.table-wrapper .ng-table th.sortable.sort-desc,
.table-wrapper .ng-table th.sortable.sort-asc {
  background: #fff4d9 !important;
}

.table-wrapper .ng-table th.sortable:last-child div:before,
.table-wrapper .ng-table th.sortable:last-child div:after {
  right: 50px;
}

.table-wrapper .ng-table-pager .pagination {
  margin: 0;
}

.table-wrapper .pagination>li>a,
.table-wrapper .pagination>li>span,
.table-wrapper .pagination>li:hover>a,
.table-wrapper .pagination>li:hover>span {
  color: #999;
}

.table-wrapper .ng-table-pager .pagination>.active>a,
.table-wrapper .ng-table-pager .pagination>.active>span,
.table-wrapper .ng-table-pager .pagination>.active>a:hover,
.table-wrapper .ng-table-pager .pagination>.active>span:hover,
.table-wrapper .ng-table-pager .pagination>.active>a:focus,
.table-wrapper .ng-table-pager .pagination>.active>span:focus {
  background-color: #fff;
  border-color: #ffce4f;
  color: #ffce4f !important;
}

.table-wrapper .ng-table-counts .btn {
  padding: 6px 12px;
  color: #999;
  background: #fff;
}

.table-wrapper .ng-table-counts .btn:hover {
  background: #eee;
  box-shadow: none;
}

.table-wrapper .ng-table-counts .btn:hover:after {
  display: none;
}

.table-wrapper .ng-table-counts .btn.active {
  background: #fff;
  color: #ffce4f;
  border-color: #ffce4f;
  box-shadow: none;
  box-shadow: none;
}

.table-wrapper .ng-table-counts .btn-default:hover,
.table-wrapper .ng-table-counts .btn-default:focus,
.table-wrapper .ng-table-counts .btn-default:active,
.table-wrapper .ng-table-counts .btn-default.active,
.table-wrapper .ng-table-counts .open .dropdown-toggle.btn-default {
  border-color: #ddd;
  background: #fff;
}

#footer {
  width: 100%;
  float: left;
  display: block;
  padding: 50px 0;
  min-height: 10px;
}
@media screen and (max-width: 1367px) {
  .btn {
    padding: 6px 12px 5px !important;
    font-size: 13px;
  }

  .btn i {
    margin-right: 2px;
  }

  .mobile-spacer {
    width: 100%;
    display: block;
    padding: 30px;
  }

  .ngdialog .ngdialog-content {
    padding: 25px;
  }

  .ngdialog .ngdialog-content h2 {
    font-size: 16px;
  }

  .ngdialog .ngdialog-content .ngdialog-close {
    right: 10px;
    margin-right: 0;
  }

  .notifyjs-header-wrapper {
    top: 12px !important;
    right: 15px !important;
    z-index: 100000;
  }

  .mobile-margin-bottom {
    margin-bottom: 30px;
  }

  #mobile-menu-trigger {
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1000;
    background-color: #ffb800;
    border-radius: 50%;
    position: fixed;
    top: 19px;
    left: 3%;
  }

  #mobile-menu-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 24px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #mobile-menu-trigger span:nth-child(1) {
    top: 10px;
  }

  #mobile-menu-trigger span:nth-child(2) {
    top: 17px;
  }

  #mobile-menu-trigger span:nth-child(3) {
    top: 24px;
  }

  #main-wrapper #navbar {
    left: -160px;
    width: 160px;
    background: transparent;
    -webkit-transition: left 1s;
    transition: left 1s;
  }

  #main-wrapper #navbar #logo {
    height: 95px;
  }

  #main-wrapper #navbar.admin-navbar .admin-mobile-hide {
    display: none !important;
  }

  #main-wrapper #navbar #login-button {
    width: 106px;
  }

  #main-wrapper #main {
    width: 96%;
    margin: 10px 2% 20px;
  }

  #main-wrapper #main #adminHeader {
    display: none;
  }

  #main-wrapper #main .admin-page-title {
    margin-top: 0px;
    padding-left: 70px;
  }

  #main-wrapper #main .admin-page-content {
    padding: 25px;
  }

  #main-wrapper.mobile-menu-open #mobile-overflow-container {
    overflow: hidden;
  }

  #main-wrapper.mobile-menu-open #mobile-menu-trigger {
    left: 180px;
  }

  #main-wrapper.mobile-menu-open #mobile-menu-trigger span:nth-child(1) {
    top: 17px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #main-wrapper.mobile-menu-open #mobile-menu-trigger span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #main-wrapper.mobile-menu-open #mobile-menu-trigger span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #main-wrapper.mobile-menu-open #navbar {
    display: block;
    left: 0;
  }

  #main-wrapper.mobile-menu-open #main {
    margin-left: 170px;
  }

  #home .logo {
    width: 100%;
    margin: 30px 0% 0px;
    height: 150px;
    background-size: contain;
  }

  #home h1 {
    font-size: 15px;
    line-height: 30px;
    width: 90%;
    margin: 15px 5% 10px;
  }

  #home h1 br {
    display: none;
  }

  #home .cbp-qtrotator {
    margin: 25px 10% 50px;
  }

  #home .cbp-qtrotator .cbp-qtcontent {
    min-height: 0px;
  }

  #home .service {
    padding: 10px 30px 30px;
  }

  #home .harmonica .harmonica-title {
    font-size: 14px;
  }

  #home .harmonica .harmonica-title i {
    position: absolute;
    right: -20px;
    top: -1px;
  }

  #home #shopHeadline {
    padding: 10px 0;
  }

  #home .shop {
    padding: 20px 5px 60px !important;
    overflow: hidden;
  }

  #home .shop .stickers-carousels-wrapper {
    padding: 0 10px;
  }

  #home .shop .text {
    padding: 0 20px 50px 20px;
  }

  #home #ourTeam {
    padding: 15px 30px;
  }

  #home #kontakt {
    padding: 15px 30px;
  }

  #home #kontakt ul {
    width: 50%;
    margin-left: 0;
  }

  #footer {
    min-height: 0px;
    padding: 20px;
  }

  #loaderFull {
    background-size: 50% auto;
  }

  .dashboard-hero {
    overflow: hidden;
  }

  .document-analytics .bg-doughnut-company,
  .document-analytics .bg-doughnut-employees,
  .document-analytics .bg-doughnut-machines {
    background-size: 30px 30px;
  }

  .document-analytics .bg-doughnut-company canvas,
  .document-analytics .bg-doughnut-employees canvas,
  .document-analytics .bg-doughnut-machines canvas {
    width: 100px;
    height: 100px;
  }

  .document-analytics .chart-legend .item {
    font-size: 12px;
  }

  .document-analytics .chart-legend .item i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .widget-box .widget-title {
    font-size: 16px;
    margin: 0px 0px 10px 0;
    width: 100%;
    text-transform: uppercase;
  }

  .widget-box .widget-title .step {
    margin-top: -4px;
  }

  .widget-box .widget-title .checkbox-label {
    padding-top: 4px;
  }

  .table-wrapper {
    overflow: auto;
  }

  .table-wrapper>h2 {
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
  }

  .table-wrapper>h2 .count {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-top: -5px;
  }

  .table-wrapper>h2 .btn {
    font-size: 10px;
  }

  .table-wrapper>h2 .btn.show-archived-btn {
    padding: 8px 5px 7px 20px !important;
    width: 135px;
  }

  .table-wrapper>h2 .btn.show-archived-btn i {
    font-size: 11px;
    top: 8px;
    left: 7px;
  }

  .table-wrapper .table {
    width: 100%;
    font-size: 12px;
  }

  .table-wrapper .table td {
    padding: 5px;
    vertical-align: middle;
  }

  .table-wrapper .table td:last-child span,
  .table-wrapper .table td:last-child a {
    padding: 10px 5px;
  }

  .glyphicon.buttonish {
    font-size: 12px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    font-size: 12px;
    padding: 2px 12px 4px;
    height: auto;
  }

  .form-horizontal .control-label {
    font-size: 11px;
    line-height: 11px;
  }

  .people-select ul {
    max-height: 125px;
  }

  .people-select ul li {
    font-size: 12px;
  }

  .harmonica .harmonica-title {
    text-align: center;
    font-size: 14px;
  }

  #risk-questions-list-widget .risk-questions-list-question .question-check-btns-wrapper {
    margin-top: 5px;
  }

  #risk-questions-list-widget .risk-questions-list-question .question-check-btns-wrapper .btn {
    margin: 0;
    float: left;
  }

  #risk-questions-list-widget .risk-questions-list-question .question-check-btns-wrapper .btn i {
    float: none;
    margin-right: 30px;
  }

  #risk-questions-list-widget .list-wrapper li .list-title .list-title-name-tag {
    font-size: 14px;
  }

  #locations-places-list-widget .locations-wrapper>li .location-title {
    font-size: 14px;
  }

  #locations-places-list-widget .locations-wrapper .place .harmonica-title {
    font-size: 14px;
  }

  #locations-places-list-widget .locations-wrapper .place .harmonica-content>div:first-child {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  #home #ourTeam {
    padding: 15px 30px;
  }

  #home #ourTeam .member {
    display: inline-block;
    width: 100%;
    margin: 10px 0% 55px;
    float: left;
    height: auto;
  }

  #home #kontakt {
    padding: 15px 30px;
  }

  #home #kontakt form {
    width: 100%;
  }

  #home #kontakt ul {
    width: 95%;
    padding-left: 0;
    margin: 25px 5% 30px;
  }

  #home #kontakt ul label {
    font-size: 14px;
  }

  #risk-questions-list-widget .risk-questions-list-question .question-check-btns-wrapper .btn i {
    display: none;
  }
}
a.link:hover {
  cursor: pointer;
}

.btn {
  position: relative;
  background: #ffce4f;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 22px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
}

.btn.save-btn.loading,
.btn.save-btn.loading:hover,
.btn.save-btn.loading:active {
  background-color: #ffce4f !important;
  background-image: url("icons/spinner.gif") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  color: #ffce4f !important;
}

.btn:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffb800;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn:hover,
.btn:active {
  color: #fff;
  background: #ffb800;
}

.btn:hover:after,
.btn:active:after {
  width: 100%;
}

.btn.vulgaris {
  background: #ddd;
}

.btn.vulgaris:hover,
.btn .btn.vulgaris:active {
  color: #fff;
  background: #ccc;
}

.btn.outlined {
  background: #fff;
  border: 1px solid #ddd;
  color: #999;
  font-size: 13px;
}

.btn.outlined.active {
  background: #ffce4f !important;
  color: #fff !important;
  box-shadow: none;
}

.btn.outlined.active:hover,
.btn.outlined.active:active {
  background: #ffce4f !important;
  color: #fff !important;
}

.btn.outlined:hover,
.btn .btn.outlined:active {
  color: #333 !important;
  background: #eee !important;
}

.btn.outlined:hover:after,
.btn .btn.outlined:active:after {
  display: none;
}

.btn.selected {
  background: #ffce4f;
}

.btn i {
  margin-right: 10px;
}

.btn.lightyellow {
  background: #fffcec !important;
}

.btn.gradation1.active {
  background: #cef9d4 !important;
}

.btn.gradation3.active {
  background: #f6f9ce !important;
}

.btn.gradation5.active {
  background: #ffc9c9 !important;
}

.btn-group.small-btn-group {
  margin-top: 2px;
}

.btn-group.small-btn-group .btn:after {
  display: none;
}

.btn-group.small-btn-group .btn {
  padding: 5px 15px;
}

.btn-group.small-btn-group .btn:hover {
  background: #fff;
  color: #000;
}

.btn-group.small-btn-group .btn.active {
  background: #ffeec1;
  color: #000;
  box-shadow: none;
}

.save-btn {
  float: right;
  margin: 10px 15px 0px 0px;
}

.show-archived-btn {
  float: right;
  display: block;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #ccc;
  padding: 9px 12px 8px 30px !important;
  color: #999;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  width: 155px;
}

.show-archived-btn:hover {
  border: 1px solid #ffb800;
}

.show-archived-btn i {
  font-size: 14px;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 9px;
}

.show-archived-btn.archived-shown {
  color: #fff;
  background: #ffce4f;
  border: 1px solid #ffce4f;
}

.btn-upload {
  position: relative;
  overflow: hidden;
  padding: 2px 15px;
  margin: 1px -3px 0 0;
  line-height: 24px;
}

.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.btn-dropdown {
  height: 0px;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  min-width: 190px;
}

.btn-dropdown.open {
  border: 1px solid #eee;
}

.btn-dropdown>div {
  width: 100%;
  font-family: sans-serif;
  background: #fff;
  border-top: 1px solid #eee;
  display: block;
  padding: 10px;
}

.btn-dropdown>div:first-child {
  border-top: none;
}

.btn-dropdown>div:hover {
  background: #f5f5f5;
}

.btn-description {
  float: right;
  max-width: 350px;
  margin-top: 7px;
  color: #999;
}

.btn-description em {
  color: #000;
  font-weight: 700;
  font-style: normal;
}

.glyphicon.buttonish {
  padding: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3;
  transition: all .3;
  margin-bottom: 3px;
}

.glyphicon.buttonish:hover {
  background: #eee;
}

.glyphicon.buttonish.isNa {
  font-weight: 700;
  color: #7ea0a5;
}

.glyphicon.buttonish.angular-ui-tree-handle {
  color: #ccc;
}

.glyphicon.inverse:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("img/inverse.png") center center no-repeat;
  background-size: contain;
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: .5;
}

.glyphicon.inverse:hover:after {
  opacity: 1;
}

.file-download {
  overflow: hidden;
  max-width: 100%;
  display: block;
  word-break: break-all;
  text-overflow: ellipsis;
  padding: 8px 0;
}

.dropdown-trigger {
  position: relative;
}

.dropdown-trigger .dropdown-target {
  display: none;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 100%;
  left: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #fff;
  border: 1px solid #ffce4f;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.dropdown-trigger .dropdown-target.right {
  right: 0px;
  left: auto;
}

.dropdown-trigger .dropdown-target:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7px 7px 7px;
  border-color: transparent transparent #ffce4f transparent;
  position: absolute;
  top: -7px;
  right: 14px;
}

.dropdown-trigger .dropdown-target:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -6px;
  right: 14px;
}

.dropdown-trigger .dropdown-target .dropdown-target-content {
  width: 100%;
  min-width: 150px;
  height: auto;
  display: block;
}

.dropdown-trigger:hover .dropdown-target,
.dropdown-trigger.open .dropdown-target {
  overflow: visible;
  padding: 20px;
  display: block;
}

.form-control {
  border: 1px solid #fff;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control.warning {
  border-bottom: 1px solid #ffce4f;
}

.input-group-addon:last-child {
  border-left: 0;
  border-top: 0px;
  border-right: 0px;
  font-size: 12px;
}

select.form-control {
  padding: 6px 8px;
}

.control-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  font-weight: 400;
  line-height: 24px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: 10px;
  margin-right: 3px;
  margin-top: 2px;
  display: inline-block;
  float: left;
}

.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
  vertical-align: top;
  float: left;
  margin-right: 20px;
  padding-top: 2px;
}

.ng-invalid .form-group>div {
  position: relative;
}

.submitted input.ng-invalid,
.submitted textarea.ng-invalid,
.submitted select.ng-invalid {
  border: 1px solid red;
}

.ng-invalid-required:not(.form-horizontal),
.ng-valid-required:not(.form-horizontal) {
  background: url("img/required.png") 100% -3px no-repeat;
  background-size: 30px;
}

.chosen-container-multi .chosen-choices {
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: "x";
  font-size: 12px;
  position: absolute;
  top: -2px;
  right: 3px;
  color: #999;
}

.need-to-save {
  float: right;
  margin: 10px -2px 12px 12px;
  padding: 5px 10px 6px 8px;
  border: 1px solid #ffe0e0;
  border-right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.need-to-save span {
  color: red;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 0;
  float: right;
}

.need-to-save i {
  color: #ff3838;
  font-size: 12px;
  vertical-align: middle;
  float: right;
  margin: 4px 8px 4px 4px;
}

.list-drag-icon {
  font-size: 14px;
  padding: 6px 9px !important;
  margin-right: 5px;
  color: #ccc !important;
  border: 1px solid #f5f5f5 !important;
}

.list-drag-icon:hover {
  color: #333 !important;
}

.harmonica-list-caret {
  margin: 15px 15px 0px !important;
  border-width: 5px 4px 0 4px !important;
  border-color: #000 transparent transparent transparent !important;
}

.harmonica-title.open .harmonica-list-caret {
  border-color: #999 transparent transparent transparent !important;
}