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

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

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

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,.15);
  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-bottom:before {
  top: -7px;
}

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

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0,0,0,.15);
}

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

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

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

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

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

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

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

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

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

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

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

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

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

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

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

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

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

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

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

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

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

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

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

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

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

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

.input-daterange {
  width: 100%;
}

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

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

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

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before, .fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before, .fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before, .fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before, .fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before, .fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before, .fa-users:before {
  content: "";
}

.fa-chain:before, .fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before, .fa-scissors:before {
  content: "";
}

.fa-copy:before, .fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before, .fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before, .fa-sort:before {
  content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "";
}

.fa-legal:before, .fa-gavel:before {
  content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before, .fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before, .fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before, .fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before, .fa-usd:before {
  content: "";
}

.fa-rupee:before, .fa-inr:before {
  content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}

.fa-won:before, .fa-krw:before {
  content: "";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before, .fa-car:before {
  content: "";
}

.fa-cab:before, .fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}

.fa-ge:before, .fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before, .fa-weixin:before {
  content: "";
}

.fa-send:before, .fa-paper-plane:before {
  content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before, .fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before, .fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before, .fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before, .fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before, .fa-address-card:before {
  content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.offline-ui {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 2000;
  margin: auto;
  top: 35%;
  left: 0;
  right: 0;
}

.offline-ui .offline-ui-content:before {
  display: inline;
}

.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}

.offline-ui .offline-ui-retry:before {
  display: inline;
}

.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}

.offline-ui.offline-ui-down {
  display: block;
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@keyframes offline-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes offline-fadeout-and-hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes offline-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.offline-ui {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Segoe UI",sans-serif;
  padding: 1em;
  top: 1em;
  width: 38em;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width:38em) {
  .offline-ui {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 0;
  }
}

.offline-ui .offline-ui-content:before {
  line-height: 1.25em;
}

.offline-ui .offline-ui-retry {
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.1);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em;
}

.offline-ui.offline-ui-up {
  -webkit-animation: offline-fadeout-and-hide forwards .5s 2s;
  -moz-animation: offline-fadeout-and-hide forwards .5s 2s;
  -ms-animation: offline-fadeout-and-hide forwards .5s 2s;
  -o-animation: offline-fadeout-and-hide forwards .5s 2s;
  animation: offline-fadeout-and-hide forwards .5s 2s;
  -webkit-backface-visibility: hidden;
  background: #d6e9c6;
  color: #468847;
}

.offline-ui.offline-ui-down {
  -webkit-animation: offline-fadein .5s;
  -moz-animation: offline-fadein .5s;
  -ms-animation: offline-fadein .5s;
  -o-animation: offline-fadein .5s;
  animation: offline-fadein .5s;
  -webkit-backface-visibility: hidden;
  background: #ec8787;
  color: #551313;
}

.offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
  background: #ec8787;
  color: #551313;
  padding-right: 3em;
}

.offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
  -webkit-animation: offline-rotation .7s linear infinite;
  -moz-animation: offline-rotation .7s linear infinite;
  -ms-animation: offline-rotation .7s linear infinite;
  -o-animation: offline-rotation .7s linear infinite;
  animation: offline-rotation .7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid rgba(0,0,0,0);
  border-top-color: #7c6d1f;
  border-left-color: #7c6d1f;
  opacity: .7;
}

.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em;
}

.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0;
}

.offline-ui .offline-ui-retry:before {
  content: "Сейчас";
}

.offline-ui.offline-ui-up .offline-ui-content:before {
  content: "Соединение установлено.";
}

@media (max-width:1024px) {
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Соединение установлено.";
  }
}

@media (max-width:568px) {
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Устройтво подключено.";
  }
}

.offline-ui.offline-ui-down .offline-ui-content:before {
  content: "Соединение потеряно.";
}

@media (max-width:1024px) {
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Соединение потеряно";
  }
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Устройство не подключено.";
  }
}

.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
  content: "Попытка переподключения...";
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " сек...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Попытка через " attr(data-retry-in-value) "с...";
  }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " сек...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Попытка через " attr(data-retry-in-value) "с...";
  }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " мин...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Попытка через " attr(data-retry-in-value) "м...";
  }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " мин...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Попытка через " attr(data-retry-in-value) "м...";
  }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " ч...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Попытка через " attr(data-retry-in-value) "ч...";
  }
}

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
  content: "Соединение потеряно. Попытка через " attr(data-retry-in-value) " ч...";
}

@media (max-width:568px) {
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Попытка через " attr(data-retry-in-value) "ч...";
  }
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
  content: "Попытка подключения завершилась неудачей.";
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 2001;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 450px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 450px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-selection {
  overflow: hidden!important;
}

.select2-selection__rendered {
  white-space: normal!important;
  word-break: break-all!important;
}

body {
  background: #fafafa;
  color: #1a1a1a;
  font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}

body > header {
  padding-bottom: 60px;
}

body > main {
  flex-grow: 1;
}

body > footer {
  background-color: #fafafa;
  padding-top: 2rem;
}

body > footer h5 {
  font-family: Akrobat,Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
}

body > footer li {
  line-height: 14px;
  padding: 4px 0;
  color: #555;
  font-size: 12px;
}

body > footer li a {
  color: #0c4f72;
}

.footer-logo {
  max-width: 100%;
}

@media (max-width:767px) {
  .footer-logo {
    max-width: 200px;
  }
}

.footer-store-img {
  width: 25px;
}

.footer-app-name {
  font-size: 12px;
  line-height: 14px;
}

a, a.h1, a.h2, a.h3, a.h4, a.h5 {
  color: #0c4f72;
  text-decoration: none;
}

a:hover, a.h1:hover, a.h2:hover, a.h3:hover, a.h4:hover, a.h5:hover {
  color: #b30;
  text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 100;
}

input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="email"], input[type="datetime-local"], input[type="time"], input[type="datetime"], input[type="date"], input[type="number"], select, textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
  resize: auto;
  height: 120px;
}

.del {
  text-decoration: line-through;
}

.container-def {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container-def {
    max-width: 750px;
  }
}

@media (min-width:992px) {
  .container-def {
    max-width: 970px;
  }
}

@media (min-width:1200px) {
  .container-def {
    max-width: 1170px;
  }
}

@media (min-width:1600px) {
  .container-def {
    max-width: 1570px;
  }
}

.text-muted {
  color: #adc2cc;
}

.btn-primary {
  background-color: #0687b1!important;
  border-color: #0687b1!important;
}

.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #057397!important;
  border-color: #057397!important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #045e7c!important;
  border-color: #045e7c!important;
}

.btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
  color: #333!important;
  background-color: #e6e6e6!important;
  border-color: #adadad!important;
}

.btn-secondary:hover {
  color: #333!important;
  background-color: #e6e6e6!important;
  border-color: #adadad!important;
}

.btn-secondary:focus {
  color: #333!important;
  background-color: #e6e6e6!important;
  border-color: #8c8c8c!important;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .dropdown-toggle.btn-secondary.focus, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary:hover {
  color: #333!important;
  background-color: #d4d4d4!important;
  border-color: #8c8c8c!important;
}

.dropdown-menu > li > a, .dropdown-menu > div > li > a {
  padding: 10px 20px;
}

.dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
}

.dropdown-menu > li {
  display: block;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: auto!important;
  right: 0!important;
}

.dropdown-menu:not(.datepicker) {
  left: auto!important;
  right: 0!important;
  transform: translate3d(0,0,0)!important;
  top: 100%!important;
  max-width: 90vw;
  max-height: 30rem;
  font-size: 14px;
}

.dropdown-menu > li > a, .dropdown-menu > div > li > a {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu > li.disabled > a {
  background-color: transparent!important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > div > li > a:hover, .dropdown-menu > div > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #aad0f9;
}

.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
  background-color: #0687b1;
}

.btn.btn-link.dropdown-toggle:not(.SmallBlue) {
  border-radius: 50%;
  border: 2px solid #0687b1;
  background: #0687b1;
  color: #fff;
  width: 38px;
  height: 38px;
  padding: 0!important;
}

.btn.btn-link.dropdown-toggle:not(.SmallBlue)[aria-expanded=true] {
  border: 2px solid #fff!important;
  background: #045e7c;
}

.btn.btn-link.dropdown-toggle::after {
  content: none;
}

.btn.btn-link.dropdown-toggle:not(.SmallBlue):hover {
  border-color: #057397;
  background: #057397;
  text-decoration: none!important;
}

.btn.btn-link.dropdown-toggle:not(.SmallBlue):active {
  border-color: #045e7c;
  background: #045e7c;
}

.btn.btn-link.dropdown-toggle:not(.SmallBlue) > span {
  font-size: 34px;
  padding-top: 7px;
}

.counter:before {
  counter-increment: section;
  content: counter(section);
  color: #adc2cc;
  width: 40px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 10px;
}

td.counter {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}

td.counter:before {
  margin-right: -30px;
  padding-right: 20px;
}

.text-danger .counter:before {
  color: #a94442;
}

.modal-dialog .modal-content {
  border-radius: 0;
  min-width: min-content;
}

input, select, textarea, .form-control {
  border-radius: 0;
}

.table thead th, .table > thead > tr > th {
  font-weight: 500;
  text-transform: uppercase;
  color: #7f7f7f;
  border-bottom: 2px solid #ddd;
  vertical-align: middle;
}

.list-unstyled > .divider {
  border-bottom: 1px solid red;
  margin: 5px 0;
}

table.table-noborder > tbody > tr > td, table.table-noborder tfoot > tr > td {
  border: 0;
}

table.table.width-auto {
  width: auto;
}

.bordered-nav-pills {
  margin-top: 5px;
}

.bordered-nav-pills > li > a, .bordered-nav-pills > li > a:hover {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.bordered-nav-pills > li.current > a, .bordered-nav-pills > li.current > a:hover, .bordered-nav-pills > li.current > a:focus {
  border-bottom: 2px solid #d9edf7;
}

.bordered-nav-pills > li.active > a, .bordered-nav-pills > li.active > a:hover, .bordered-nav-pills > li.active > a:focus, .bordered-nav-pills > li.current.active > a, .bordered-nav-pills > li.current.active > a:hover, .bordered-nav-pills > li.current.active > a:focus {
  color: #000;
  background-color: transparent;
  border-bottom: 2px solid #337ab7;
}

.center-pills {
  text-align: center;
}

.center-pills ul.nav.nav-pills, .center-pills ul.nav.nav-tabs {
  display: inline-block;
}

.center-pills ul.nav.nav-pills li, .center-pills ul.nav.nav-tabs li {
  display: inline;
}

.nav > li {
  margin-bottom: -1px;
  display: inline;
  float: left;
  position: relative;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a.active, .nav > li.show {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.bordered-nav-pills > li > a, .bordered-nav-pills > li > a:hover {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.nav > li, .nav > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #0c4f72;
}

.nav > li > a:hover {
  text-decoration: none;
}

ul.nav-pills > li.nav-item.show > a.nav-link, ul.nav-pills a.nav-link.active {
  background-color: #0687b1;
}

.department-list {
  margin-top: 25px;
}

.department-list dt {
  width: 25px;
  float: left;
}

.department-list dt.h3 {
  margin-top: 0;
}

.department-list > dd > ul.list-unstyled > li {
  padding: 2px 5px;
  margin-left: -5px;
}

.department-list > dd > ul.list-unstyled > li.active a {
  color: #fff!important;
  background-color: #337ab7!important;
  position: relative;
  padding: 2px 5px;
  margin-left: -5px;
}

table, ul {
  counter-reset: section;
}

table.start-zero, ul.start-zero {
  counter-reset: section -1;
}

.list-menu li {
  width: 95%;
}

.list-menu li:not(:first-child) {
  padding-top: 5px;
}

@media (min-width:768px) {
  .department-list dd {
    margin-left: 35px;
  }
}

.bg-form {
  background-color: #fcfcfc;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.input-group-addon {
  border-radius: 0;
  border-right: 0;
  background-color: #fff;
}

.legend div {
  padding: 3% 0;
  margin-bottom: 8px;
  margin-top: 7px;
}

.modal-header .close {
  font-size: 32px;
  font-weight: 100;
}

.system-message {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 1rem;
  margin-bottom: 1rem;
  width: 400px;
  z-index: 2001;
  overflow: hidden;
  border-radius: .25rem;
}

.system-message-wrapper {
  border-radius: .25rem;
  max-height: calc(100vh - 1rem - 44px);
  width: 100%;
  overflow-y: auto;
  box-sizing: content-box;
  padding-right: calc(1rem + 17px);
}

.system-message-wrapper .alert:last-child {
  margin-bottom: 0;
}

.system-message-wrapper .alert:first-child {
  margin-top: 1rem;
}

@media (max-width:575px) {
  .system-message {
    width: 100%;
  }
}

.scheduleitem.media {
  margin-top: 5px;
}

.scheduleitem span.pull-left {
  margin-top: 11px;
  width: 100px;
  margin-right: 20px;
  text-align: right;
}

.scheduleitem h4 {
  font-weight: 400;
}

.big-month-calendar div:not(.clearfix) {
  vertical-align: middle;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  padding: 3% 0;
  width: 12.5%;
  float: left;
  min-height: 1px;
  position: relative;
}

.big-month-calendar div.current:after {
  content: " ";
  width: 100%;
  height: 100%;
  padding: 3% 0;
  display: block;
  position: absolute;
  top: 0;
  left: initial;
  color: transparent;
  border: 1px solid #d9edf7;
}

.big-month-calendar div.bg-warning.current:after {
  border-color: #cac29b;
}

.big-month-calendar div.bg-danger.current:after {
  border-color: #c29a9a;
}

.big-month-calendar div.bg-success.current:after {
  border-color: #aacb9c;
}

.big-month-calendar div.edit-day:hover {
  cursor: pointer;
  background-color: #eff8ff;
}

.big-month-calendar div.edit-day.bg-danger:hover {
  background-color: #fdeded;
}

.big-month-calendar div.edit-day.bg-warning:hover {
  background-color: #f5f3ea;
}

.big-month-calendar div.edit-day.bg-success:hover {
  background-color: #f0fbeb;
}

table.shedule-settings tbody tr td h5 {
  margin: 5px 0;
  font-weight: 400;
  font-size: 16px;
}

table.shedule-settings tbody tr td h5 {
}

table.shedule-settings tbody tr td h5:hover {
  cursor: pointer;
  box-shadow: 0 0 5px #ebf4f8;
  background: rgba(51,122,183,.1);
}

table.shedule-settings tbody tr td.week-name {
  width: 30%;
  border-bottom: 2px solid #eee!important;
}

.btn.m-btn {
  border: 3px solid #0c4f72;
  font-size: 16px;
  padding: 8px 30px;
  white-space: nowrap;
  border-radius: 0;
  color: #0c4f72;
  outline: none;
}

.btn.m-btn:hover, .btn.m-btn:focus:hover {
  background: transparent;
  border-color: #1383bf;
  color: #1383bf;
}

.btn.m-btn:focus {
  background: transparent;
  border-color: #0c4f72;
  color: #0c4f72;
  box-shadow: none;
}

.btn.m-btn:active {
  background: #1383bf;
  border-color: #1383bf;
  color: #fff;
  box-shadow: none;
  outline: none;
}

#map {
  height: 300px;
  margin: 15px 0;
  display: none;
}

#map > ymaps {
  border: 1px solid #d3d3d3;
}

.datepicker {
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #3276b1;
  padding-bottom: 4px;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, :hover .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-color: #e5e5e5;
  border-bottom: 2px solid #3276b1;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active, .datepicker table tr td.active.disabled, .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: #337ab7;
}

.datepicker table tr td, .datepicker table tr th, .datepicker table tr td span {
  border-radius: 0;
}

.datepicker table.table-condensed {
  margin: 20px 55px;
  margin-bottom: 10px;
  width: 310px!important;
}

th.dow {
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
}

th.dow:nth-child(7), th.dow:nth-child(8), td.day:nth-child(7), td.day:nth-child(8) {
  color: #ed1b24;
}

td.cw {
  color: #adc2cc;
}

th.datepicker-switch {
  font-weight: 600;
}

th.today {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
}

th.prev, th.next {
  padding: 45px 10px!important;
  background-color: #f5f5f5;
  position: absolute;
  top: 40%;
  color: transparent;
}

th.prev {
  left: 0;
}

th.next {
  right: 0;
}

th.prev:hover, th.next:hover {
  background-color: #e5e5e5;
}

th.prev:after, th.next:after {
  color: #9e9e9e;
  top: 40%;
  position: absolute;
  display: block;
  font-family: FontAwesome;
}

th.next:after {
  content: "";
  right: 11px;
}

th.prev:after {
  content: "";
  left: 11px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 10px;
}

.datepicker .datepicker-switch, .datepicker th.dow, .datepicker td.day, .datepicker .today {
  text-align: center;
}

.datepicker-months td .month, .datepicker-years td .year {
  float: left;
  text-align: center;
  width: 90px;
  height: 50px;
}

.datepicker td:not(.disabled), .datepicker th:not(.disabled):not(.dow) {
  cursor: pointer;
}

.in-empty:before {
  content: " ";
  display: block;
  float: left;
  width: 37%;
  height: 1px;
}

.out-empty:before {
  content: " ";
  display: block;
  float: right;
  width: 37%;
  height: 1px;
}

.inner, .outer {
  position: absolute;
  height: 10px;
  width: 1px;
  font-size: 90%;
}

.inner::after, .outer:after {
  content: attr(title);
  left: -14px;
  position: absolute;
}

.inner::after {
  vertical-align: top;
  margin-top: -17px;
}

.outer:after {
  bottom: 0;
  vertical-align: bottom;
  margin-bottom: -17px;
}

.inner {
  border-left: 1px solid rgba(139,186,0,.5);
  bottom: -7px;
}

.inner::before {
  content: " ";
  width: 100%;
  display: block;
  position: absolute;
  height: 16px;
  bottom: 0;
  opacity: .5;
  background: #8bba00;
  background: -moz-linear-gradient(left,#8bba00 0%,#ff6f02 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#8bba00),color-stop(100%,#ff6f02));
  background: -webkit-linear-gradient(left,#8bba00 0%,#ff6f02 100%);
  background: -o-linear-gradient(left,#8bba00 0%,#ff6f02 100%);
  background: -ms-linear-gradient(left,#8bba00 0%,#ff6f02 100%);
  background: linear-gradient(to right,#8bba00 0%,#ff6f02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8BBA00',endColorstr='#ff6f02',GradientType=1);
}

.outer {
  background-color: rgba(255,111,2,.5);
  top: -8px;
}

.signal {
  border: 1px solid #3276b1;
  background-color: #fff;
  border-radius: 50%;
  height: 50%;
  left: 0;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 0%;
  width: 50%;
  animation: pulsate .75s ease-out;
  animation-iteration-count: infinite;
  margin-top: 25%;
  margin-left: 25%;
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.journal-marks {
}

.journal-marks .week-end {
  border-right-color: #b7b7b7;
}

.journal-marks tbody tr:nth-child(5n) td {
  border-bottom-color: #b7b7b7;
}

.journal-marks .counter {
  min-width: 45px;
}

.journal-marks .total-mark, .journal-marks .midlle-mark {
  min-width: 60px;
  border-right: 1px!important;
}

.journal-marks td:not(.JsFixedColl) {
  min-width: 36px;
}

.journal-marks thead tr:first-child th:not([rowspan]) {
  border-bottom: 1px;
}

.journal-marks th.create-modal:hover, .journal-marks td[data-mark][data-lesson]:hover, .journal-marks td[data-total-mark]:hover, .journal-marks td[data-exam-to-discipline-id]:hover {
  background-color: #337ab7;
  color: #fff;
}

.TableFluidJs table {
  overflow: hidden;
}

.TableFluidJs td, .TableFluidJs th {
  padding: 10px;
  position: relative;
  outline: 0;
}

body:not(.nohover) .TableFluidJs tr:hover {
  background-color: rgba(92,184,92,.22);
}

.TableFluidJs td:hover::after, .TableFluidJs thead th:not(:empty):hover::after, .TableFluidJs td:focus::after, .TableFluidJs thead th:not(:empty):focus::after {
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: -1;
}

.TableFluidJs td:hover::after, .TableFluidJs th:hover::after {
  background-color: rgba(92,184,92,.22);
}

.TableFluidJs td:focus::after, .TableFluidJs th:focus::after {
  background-color: #add8e6;
}

.TableFluidJs td:focus::before, .TableFluidJs tbody th:focus::before {
  background-color: #add8e6;
  content: '';
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}

.journal-marks tr:not(:first-child) th:not(.JsFixedColl), .journal-marks td:not(.JsFixedColl), .journal-marks td.total-mark, .journal-marks td.midlle-mark, .journal-marks td[data-exam-to-discipline-id] {
  text-align: center;
}

.journal-marks td[data-mark][data-lesson], .journal-marks td[data-total-mark], .journal-marks td[data-exam-to-discipline-id], .journal-marks td[data-mark][data-lesson].isTransfered.haveMark {
  cursor: pointer;
}

.journal-marks td[data-mark][data-lesson].isTransfered:not(.haveMark), .journal-marks .markReadOnly td[data-total-mark], .journal-marks .markReadOnly td[data-total-mark].markResultReadOnly, .journal-marks .markReadOnly td[data-mark][data-lesson], .journal-marks .markReadOnly td[data-exam-to-discipline-id].markResultReadOnly {
  cursor: default;
}

.journal-marks th.ktp-lesson {
  border-bottom-color: #ed9c28;
}

.journal-marks th.created {
  border-bottom-color: #47a447;
}

.journal-marks th.out-lesson {
  border-bottom-color: rgba(221,22,219,.7);
}

.journal-marks th.current {
  border-bottom-color: #3276b1;
}

.journal-marks .isTransfered, .isTransfered {
  background-color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAFElEQVR42mNgwALq6+v/D5wgEAAAWkoO6Ybc9moAAAAASUVORK5CYII=) repeat;
}

.journal-marks td[title]:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 7px solid rgba(255,0,116,.77);
  border-left: 7px solid transparent;
  right: 0;
}

.left-blue-triangle:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 7px solid #1311a2;
  border-left: 7px solid transparent;
  right: 33px;
  transform: rotate(90deg);
}

.journal-marks td input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 8px 0;
  height: 100%;
  height: auto\0/;
  padding-top: 7px\0/;
}

.journal-marks td.total-mark .signal {
  border: 1px solid #3276b1;
  background-color: #fff;
  border-radius: 50%;
  height: 50%;
  left: 0;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 0%;
  width: 18.5px;
  animation: pulsate .75s ease-out;
  animation-iteration-count: infinite;
  margin-top: 15%;
  margin-left: 35%;
  margin-right: auto;
}

.btriangle {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 18px 18px 18px;
  border-color: #3276b1 transparent transparent;
  right: 10px;
  top: 46px;
  z-index: 1;
  margin-right: -10px;
}

.triangle {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 9px;
  border-color: transparent transparent transparent #5cb85c;
  right: 0;
  top: 0;
  z-index: 1;
  margin-right: -10px;
  cursor: pointer;
}

.triangle:hover {
  border-color: transparent transparent transparent #2ce82c;
}

.triangle.comment-mark-wrapper {
  width: 300px;
  height: 67px;
  right: -100%;
  background-color: #fff;
  margin-right: 0;
  border-width: 0;
  top: -50%;
  left: 100%;
  margin-left: 10px;
  -webkit-box-shadow: 0 30px 70px -10px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
  box-shadow: 0 30px 70px -10px rgba(0,0,0,.4),0 0 0 1px rgba(0,0,0,.06);
  padding: 15px;
}

.triangle.comment-mark-wrapper:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  margin-top: 25px;
  margin-left: -8px;
  left: 0;
  z-index: 1;
}

.triangle.comment-mark-wrapper:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid rgba(0,0,0,.15);
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 0;
  margin-top: 25px;
  left: 0;
  z-index: 1;
  margin-left: -9px;
}

.triangle.comment-mark-wrapper input[type="text"] {
  position: relative;
  height: auto;
  text-align: left;
  padding: 8px;
}

.triangle2 {
  content: " ";
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 7px 23px 0;
  border-left-color: transparent;
  border-right-color: #5cb85c;
  border-bottom-color: transparent;
  border-top-color: transparent;
  z-index: 1;
  top: 0;
  right: 0;
}

td:hover .triangle2 {
  visibility: visible;
}

.triangle2:hover {
  border-left-color: transparent;
  border-right-color: #2ce82c;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

td.absence-cell {
  cursor: pointer;
}

td.absence-cell:hover {
  outline: 1px solid #aaa;
}

.TableFixedJs .TbFixedColJs, .TableFixedJs .TbFixedColJs td {
  position: relative;
  z-index: 1;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.TbFluidColJs td, .ThFluidColJs th {
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.TableFixedJs .TbFixedColJs, .TableFixedJs .ThFixedColJs {
  box-shadow: 6px 0 4px -4px rgba(0,0,0,.2),0 0 4px -4px rgba(0,0,0,.2);
}

.TableFluidJs td:first-child, .TableFluidJs th:first-child {
  border-left: 0;
}

.TableFixedJs th, .TableFluidJs th {
  background-color: #fff;
}

.TableGridWrapJs {
  float: left;
}

.TableFixedJs, .TableFluidJs {
  float: left;
}

.TableFluidJs td > div > div > p {
  margin: 0;
}

.ThFixedColJs table, .ThFluidColJs table {
  margin-bottom: 0;
}

.ThFixedColJs, .ThFluidColJs {
  display: none;
  position: fixed;
  top: 55px;
  z-index: 2;
}

.ThFixedColJs {
  z-index: 3;
}

.ThFluidColJs {
  overflow: hidden;
}

.ThFluidColJs table {
  position: relative;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.TableFluidJs {
  overflow-x: scroll;
}

.JsTableFixedColl, .JsTableFixedCollOld {
  width: auto;
}

.TbFluidColJs table, .ThFluidColJs table {
  table-layout: fixed;
}

.JsFixedColl {
  white-space: nowrap;
}

td.filler, th.filler {
  padding: 0!important;
  margin: 0!important;
  height: 0!important;
  border: 0!important;
  visibility: hidden!important;
}

.form-filter {
  background-color: transparent;
  padding: 30px;
  padding-bottom: 20px;
  margin-top: 1px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

table.table tbody tr td button {
  padding-top: 0;
  padding-bottom: 0;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
  box-shadow: 0 0 7px 1px rgba(255,0,0,.5);
}

.field-validation-error {
  background-color: #d43f3a;
  margin-top: 3px;
  float: left;
  position: absolute;
  z-index: 1;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}

.field-validation-error:after {
  content: ' ';
  position: absolute;
  left: 5px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d43f3a transparent;
}

.redactor_toolbar {
  padding: 0;
}

body div#redactor_modal {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  font-family: Segoe UI;
}

body div#redactor_modal_header {
  padding: 11px 30px 0 15px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.42857143;
}

body div#redactor_modal_close {
  font-size: 32px;
  font-weight: 100;
  right: 15px;
}

body #redactor_modal label {
  font-size: 14px;
}

body #redactor_modal input[type="text"], body #redactor_modal input[type="password"], body #redactor_modal input[type="email"], body #redactor_modal textarea {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body #redactor_tabs a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .redactor_color_link {
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
}

body .redactor_color_none {
  clear: both;
}

body .redactor_toolbar li a:active, body .redactor_toolbar li a.redactor_act {
  background-color: #b30;
  color: #fff;
}

body #redactor_modal_content {
  padding: 20px;
}

.tooltip-inner {
  text-align: justify!important;
}

.presence-modal-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-top: -10px;
}

.presence-modal-table td {
  text-align: center;
  padding: 5px;
}

.presence-modal-table th {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #333;
}

.presence-modal-table td.num-cell {
  text-align: center;
}

.telegram {
  background-color: #ddd;
  width: 100%;
  text-align: center;
  padding: 2px;
}

.telegram-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.big-month-calendar div.bg-different-classes {
  background-color: #e91e63;
}

.legend div.bg-different-classes {
  background-color: #e91e63;
}

.text-different-classes {
  color: #fff;
}

.big-month-calendar div.bg-different-classes.current:after {
  border-color: #000;
}

.big-month-calendar div.edit-day.bg-different-classes:hover {
  background-color: #e95e70;
}

.navbar-brand-nocontent {
  z-index: 19;
  font-size: 20px;
  color: #000;
  padding-top: 19px;
}

.navbar-brand-nocontent:hover {
  cursor: pointer;
}

.navbar-brand-nocontent > a {
  text-decoration: none;
}

.media-body > h4 {
  font-size: 18px;
}

.media-body > h4 > small {
  color: #777;
  font-size: 13.5px;
}

.pagination {
  display: inline-block;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li > a, .pagination > li > span {
  border-radius: 0;
  border: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

@media (min-width:768px) {
  .modal-dialog {
    max-width: 600px!important;
    margin: 30px auto;
  }
}

@media (min-width:768px) {
  .modal-lg {
    max-width: 800px!important;
  }
}

.modal-header {
  /*display: block;*/
  white-space: inherit!important;
}

.table-success:hover {
  background-color: #b3d6bb!important;
}

.table-warning:hover {
  background-color: #efdeca!important;
}

.table-danger:hover {
  background-color: #e5b6bb!important;
}

.form-control-file {
  width: auto;
}

.modal-title {
  margin-right: 20px!important;
}

.active-li, navbar-active-li > .active {
  border-bottom: 2px solid #337ab7;
}

span.linkToInstitute:hover {
  border-bottom: 2px solid #b30;
  display: inline-block;
  line-height: .85;
}

span.linkToInstitute > a {
  text-decoration: none;
}

.modal {
  z-index: 2000;
}

.spinner-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 2005;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spinner-modal__text {
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}

.spinner-modal__text_hide {
  display: none;
}

.spinner-modal__spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

.spinner-modal__spinner_hide {
  display: none;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.modal-dialog {
  pointer-events: auto;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

.width-max-content {
  width: max-content;
}

.drop-block {
}

.drop-block__button {
  cursor: pointer;
  user-select: none;
  padding: .25rem .5rem;
  border-radius: .125rem;
}

.drop-block__button:hover {
}

.drop-block__button:active {
}

.drop-block__button::after {
  content: '';
  font-family: FontAwesome;
  margin-left: .25em;
  margin-right: .25em;
}

.drop-block__button_active {
}

.drop-block__body {
  padding: 1rem;
  display: none;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #fff;
  border-radius: .25em;
  min-width: 150px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  word-break: keep-all;
  white-space: nowrap;
}

.drop-block__body::before {
  content: '';
  position: absolute;
  width: 14px;
  top: -14px;
  left: 48%;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.drop-block__body_open {
  display: block;
}

.options-block {
}

.options-block_type_checkbox {
}

.options-block_type_radio {
}

.options-block__header {
}

.options-block__header-controls {
  display: flex;
  justify-content: flex-end;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: .5rem;
  box-shadow: inset 0 -.5rem 0 0 #fff;
}

.options-block__accept-button {
  margin-left: .5rem;
}

.options-block__header-search {
  padding-bottom: .5rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: .5rem;
  box-shadow: inset 0 -.5rem 0 0 #fff;
}

.options-block_search-input {
}

.options-block__body {
}

.option-button {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0;
  padding: .25rem .5rem;
  border-radius: .25rem;
  user-select: none;
}

.option-button:hover, .option-button:focus {
  background-color: #f1f2f3;
}

.option-button_check_all {
}

.option-button_check_one {
}

.option-button_hidden {
  display: none;
}

.option-button_search-hidden {
  display: none;
}

.option-button__input {
  display: none;
}

.option-button__input:checked + .option-button__view {
  background-color: #0687b1;
}

.option-button__view {
  display: inline-block;
  background-color: #fff;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #d7e4ed,inset 0 1px 0 rgba(0,0,0,.08),0 1px 0 2px rgba(0,0,0,.05);
}

.option-button__view_type_radio {
  border-radius: 50%;
}

.option-button__view_type_checkbox {
  border-radius: 2px;
}

.option-button__text {
  display: inline-block;
}

.list-group-item.active {
  background-color: #0687b1!important;
  border-color: #0687b1!important;
}

.toggler {
  display: flex;
}

.toggler .toggler__button {
  height: 30px;
  width: 60px;
  margin: 0 10px;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  transition: all .25s ease;
  cursor: pointer;
  outline: none!important;
}

.toggler .toggler__button:after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #adb5bd;
  display: block;
  border-radius: 20px;
  margin-top: -1px;
  margin-left: -2px;
  transition: all .25s ease;
}

.toggler .toggler__button:not(.toggler__button_firstActive) {
  background-color: #0687b1;
}

.toggler .toggler__button:not(.toggler__button_firstActive):after {
  background-color: #fff;
  margin-left: 28px;
}

.toggler .toggler__first, .toggler .toggler__second {
  margin: 2px 0;
  font-size: 16px;
}

.noform-validator {
  position: absolute;
  background-color: #d43f3a;
  color: #fff;
  padding: 9px 10px 2px 10px;
  z-index: 1;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 3px 3px 8px -4px rgba(0,0,0,.5);
}

.noform-validator:before {
  content: '';
  display: block;
  border-color: transparent transparent #d43f3a transparent;
  border-width: 0 5px 5px 5px;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -14px;
  margin-left: -1px;
}

.noform-validator__invalid {
  box-shadow: 0 0 3px 3px rgba(212,63,63,.4)!important;
}

select:disabled, input:disabled {
  background-color: #e9ecef;
}

.submenu .submenu__span {
  width: 30px;
  display: block;
  background: linear-gradient(90deg,#fff 0%,#fff 50%,transparent 51%,transparent 100%);
  height: 5px;
  padding: 0!important;
  position: absolute;
  transition: transform .25s ease,margin .25s ease;
  border-radius: 3px;
}

.submenu .btn-group:not(.show) .submenu__span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 3px 0 0 3.5px;
}

.submenu .btn-group:not(.show) .submenu__span:nth-child(2) {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 3px 0 0 .5px;
}

.submenu .btn-group.show .submenu__span:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -7px 0 0 3.5px;
}

.submenu .btn-group.show .submenu__span:nth-child(2) {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin: -7px 0 0 .5px;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

.word-break-break-word {
  word-break: break-word;
}

.word-break-normal {
  word-break: normal;
}

.mdlist {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mdlist__title {
  padding: 20px;
  font-weight: 500;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mdlist__item__logo {
  font-size: 20px!important;
  margin: 0 10px 0 0;
  width: 20px;
}

.mdlist__item__logo-img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #6ca5a7;
}

.mdlist__item {
  padding: 20px;
  color: #000;
  height: 62px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mdlist__item:hover {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}

.mdlist__item:not(:last-child):after {
  content: '';
  border-bottom: 1px solid #dee2e6;
  display: block;
  left: 30px;
  position: relative;
  top: 20px;
}

.mdlist__item.mdlist__item_no-logo:not(:last-child):after {
  left: 0;
  margin: 0 -20px;
  top: 41px;
}

.mdlist__item_disabled {
  color: #aaa!important;
  background-color: transparent;
}

.mdlist__item_disabled:hover {
  background-color: transparent;
}

.mdlist__item__title {
  margin-top: -2px;
  position: absolute;
}

.mdtable {
  border: 1px solid #dee2e6;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
}

.mdtable-row__title {
  font-weight: 500;
  padding: 25px 15px!important;
}

.mdtable-row__logo-wrapper {
  max-width: 65px;
  width: 65px;
  padding: 18px 0 20px 15px!important;
}

.mdtable-row__logo {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #6ca5a7;
}

.mdtable-row__maininfo {
  padding: 15px 3px 0!important;
}

.mdtable-row__secondinfo {
  color: #6c757d!important;
}

.mdtable-row__secondinfo {
  padding: 15px 3px!important;
}

.mdtable-row__secondinfo:first-child {
  padding: 3px 3px 10px!important;
}

.mdtable-row__secondinfo {
  border-bottom: 1px solid #dee2e6!important;
}

@media (min-width:992px) {
  .mdtable-row__maininfo {
    border-bottom: 1px solid #dee2e6!important;
  }
}

.mdtable-row_last td, .mdtable-row_last + .mdtable-row td {
  border: none!important;
}

.mdtable-row__action {
  width: 40px;
  font-size: 20px;
  border-bottom: 1px solid #dee2e6!important;
  text-align: center;
  padding-right: 10px!important;
}

.mdtable-row_last .mdtable-row__action {
  border-bottom: none!important;
}

.mdtable__title {
  font-weight: 500;
  padding: 35px 15px 15px;
}

.mdtable-row__header td:not(:empty) {
  color: #6c757d;
  padding: 5px 3px 15px;
  border-bottom: 1px solid #dee2e6!important;
  vertical-align: middle;
}

.mdtable-row__counter {
  width: 12px;
  font-size: 20px;
  padding: 15px 15px 25px!important;
}

@media (max-width:991px) {
  .no-scroll-less-lg {
    overflow: hidden;
  }
}

.pumpkin {
  width: 100px;
  height: 100px;
  animation: pumpkin-scale 2s ease infinite;
  opacity: .8;
}

@keyframes pumpkin-scale {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(.7);
  }
  100% {
    transform: scale(1.2);
  }
}

.halloween-web {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  pointer-events: none;
}

