/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.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 {
  left: 0;
  padding: 4px;
  top: 0
}

.datepicker-dropdown:before {
  border-bottom: 7px solid rgba(0, 0, 0, .2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
  border-top: 0;
  content: "";
  display: inline-block;
  position: absolute
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

.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 {
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, .15);
  bottom: -7px
}

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

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

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

.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: none;
  color: #777;
  cursor: default
}

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

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

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

.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 {
  background-color: #91cbe8;
  border-color: #298fc2;
  color: #000
}

.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 {
  background-color: #ffdb99;
  border-color: #ffb733;
  color: #000
}

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

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

.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 {
  background-color: #ffbc42;
  border-color: #b37400;
  color: #000
}

.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 {
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
  color: #000
}

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

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

.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 {
  background-color: #c3c3c3;
  border-color: #7c7c7c;
  color: #000
}

.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 {
  background-color: #e4eef3;
  border-color: #9dc1d3;
  color: #000
}

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

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

.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 {
  background-color: #a8c8d8;
  border-color: #4b88a6;
  color: #000
}

.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 {
  background-color: #f7ca77;
  border-color: #f1a417;
  color: #000
}

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

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

.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 {
  background-color: #f2aa25;
  border-color: #815608;
  color: #000
}

.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 {
  background-color: #777;
  border-color: #555;
  color: #fff;
  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 {
  background-color: #5e5e5e;
  border-color: #161616;
  color: #fff
}

.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.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
  background-color: #5e5e5e;
  border-color: #373737;
  color: #fff
}

.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 {
  background-color: #4c4c4c;
  border-color: #161616;
  color: #fff
}

.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  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 {
  background-color: #286090;
  border-color: #122b40;
  color: #fff
}

.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.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff
}

.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 {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff
}

.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 {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%
}

.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: none;
  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 {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  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 {
  background-color: #286090;
  border-color: #122b40;
  color: #fff
}

.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,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff
}

.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 {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff
}

.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;
  padding: 0 2px 0 5px;
  vertical-align: middle;
  width: 12px
}

.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 {
  border-width: 1px 0;
  line-height: 1.42857143;
  margin-left: -5px;
  margin-right: -5px;
  min-width: 16px;
  padding: 4px 5px;
  width: auto
}

.datepicker.dropdown-menu {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  color: #333;
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  line-height: 1.42857143;
  list-style: none;
  min-width: 160px;
  position: absolute;
  top: 100%;
  z-index: 1000
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0 5px
}

.croppie-container {
  height: 100%;
  width: 100%
}

.croppie-container .cr-image {
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  z-index: -1
}

.croppie-container .cr-boundary {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
  border: 2px solid #fff;
  bottom: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}

.croppie-container .cr-resizer {
  box-shadow: none;
  pointer-events: none;
  z-index: 2
}

.croppie-container .cr-resizer-horisontal,
.croppie-container .cr-resizer-vertical {
  pointer-events: all;
  position: absolute
}

.croppie-container .cr-resizer-horisontal:after,
.croppie-container .cr-resizer-vertical:after {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  height: 10px;
  width: 100%
}

.croppie-container .cr-resizer-vertical:after {
  left: 50%;
  margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
  cursor: col-resize;
  height: 100%;
  right: -5px;
  width: 10px
}

.croppie-container .cr-resizer-horisontal:after {
  margin-top: -5px;
  top: 50%
}

.croppie-container .cr-original-image {
  display: none
}

.croppie-container .cr-vp-circle {
  border-radius: 50%
}

.croppie-container .cr-overlay {
  cursor: move;
  position: absolute;
  touch-action: none;
  z-index: 1
}

.croppie-container .cr-slider-wrap {
  margin: 15px auto;
  text-align: center;
  width: 75%
}

.croppie-result {
  overflow: hidden;
  position: relative
}

.croppie-result img {
  position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0)
}

.cr-slider {
  -webkit-appearance: none;
  background-color: transparent;
  max-width: 100%;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 300px
}

.cr-slider::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 3px;
  height: 3px;
  width: 100%
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #ddd;
  border: none;
  border-radius: 50%;
  height: 16px;
  margin-top: -6px;
  width: 16px
}

.cr-slider:focus {
  outline: none
}

.cr-slider::-moz-range-track {
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 3px;
  height: 3px;
  width: 100%
}

.cr-slider::-moz-range-thumb {
  background: #ddd;
  border: none;
  border-radius: 50%;
  height: 16px;
  margin-top: -6px;
  width: 16px
}

.cr-slider:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px
}

.cr-slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  height: 5px;
  width: 100%
}

.cr-slider::-ms-fill-lower,
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, .5);
  border-radius: 10px
}

.cr-slider::-ms-thumb {
  background: #ddd;
  border: none;
  border-radius: 50%;
  height: 16px;
  margin-top: 1px;
  width: 16px
}

.cr-slider:focus::-ms-fill-lower,
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
  bottom: 5px;
  left: 5px;
  position: absolute;
  z-index: 1
}

.cr-rotate-controls button {
  background: none;
  border: 0
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 900
}

.cr-rotate-l i:before {
  content: "↺"
}

.cr-rotate-r i:before {
  content: "↻"
}

/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes jconfirm-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important
}

.jconfirm {
  font-family: inherit;
  overflow: hidden;
  z-index: 99999999
}

.jconfirm,
.jconfirm .jconfirm-bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.jconfirm .jconfirm-bg {
  transition: opacity .4s
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important
}

.jconfirm .jconfirm-scrollpane {
  display: table;
  height: 100%;
  perspective: 500px;
  perspective-origin: 50%;
  width: 100%
}

.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%
}

.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle
}

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0
}

.jconfirm .jconfirm-box-container {
  transition: transform
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  transition: none !important
}

.jconfirm .jconfirm-box {
  background: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  overflow: hidden;
  padding: 15px 15px 0;
  position: relative
}

@-webkit-keyframes type-blue {

  1%,
  to {
    border-color: #3498db
  }

  50% {
    border-color: #5faee3
  }
}

@keyframes type-blue {

  1%,
  to {
    border-color: #3498db
  }

  50% {
    border-color: #5faee3
  }
}

@-webkit-keyframes type-green {

  1%,
  to {
    border-color: #2ecc71
  }

  50% {
    border-color: #54d98c
  }
}

@keyframes type-green {

  1%,
  to {
    border-color: #2ecc71
  }

  50% {
    border-color: #54d98c
  }
}

@-webkit-keyframes type-red {

  1%,
  to {
    border-color: #e74c3c
  }

  50% {
    border-color: #ed7669
  }
}

@keyframes type-red {

  1%,
  to {
    border-color: #e74c3c
  }

  50% {
    border-color: #ed7669
  }
}

@-webkit-keyframes type-orange {

  1%,
  to {
    border-color: #f1c40f
  }

  50% {
    border-color: #f4d03f
  }
}

@keyframes type-orange {

  1%,
  to {
    border-color: #f1c40f
  }

  50% {
    border-color: #f4d03f
  }
}

@-webkit-keyframes type-purple {

  1%,
  to {
    border-color: #9b59b6
  }

  50% {
    border-color: #b07cc6
  }
}

@keyframes type-purple {

  1%,
  to {
    border-color: #9b59b6
  }

  50% {
    border-color: #b07cc6
  }
}

@-webkit-keyframes type-dark {

  1%,
  to {
    border-color: #34495e
  }

  50% {
    border-color: #46627f
  }
}

@keyframes type-dark {

  1%,
  to {
    border-color: #34495e
  }

  50% {
    border-color: #46627f
  }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
  -webkit-animation-name: type-blue;
  animation-name: type-blue;
  border-top: 7px solid #3498db
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  -webkit-animation-name: type-green;
  animation-name: type-green;
  border-top: 7px solid #2ecc71
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  -webkit-animation-name: type-red;
  animation-name: type-red;
  border-top: 7px solid #e74c3c
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  -webkit-animation-name: type-orange;
  animation-name: type-orange;
  border-top: 7px solid #f1c40f
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
  -webkit-animation-name: type-purple;
  animation-name: type-purple;
  border-top: 7px solid #9b59b6
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
  -webkit-animation-name: type-dark;
  animation-name: type-dark;
  border-top: 7px solid #34495e
}

.jconfirm .jconfirm-box.loading {
  height: 120px
}

.jconfirm .jconfirm-box.loading:before {
  background: #fff;
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.jconfirm .jconfirm-box.loading:after {
  -webkit-animation: jconfirm-spin 1s linear infinite;
  animation: jconfirm-spin 1s linear infinite;
  border: 3px solid transparent;
  border-bottom-color: #1e90ff;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: .6;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 2
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  cursor: pointer;
  display: none;
  font-size: 27px !important;
  height: 20px;
  line-height: 14px !important;
  opacity: .6;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 20px;
  z-index: 1
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa,
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon,
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  cursor: default;
  display: block;
  font-size: 22px;
  line-height: 20px;
  padding-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  display: inline-block;
  height: auto;
  margin-bottom: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  transition: height .4s ease-in;
  width: 100%
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1)
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  height: auto;
  max-width: 100%
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px
}

.jconfirm .jconfirm-box .jconfirm-buttons>button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  min-height: 1em;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #fff;
  text-shadow: none;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #fff
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important
}

.jconfirm .jconfirm-clear {
  clear: both
}

.jconfirm.jconfirm-rtl {
  direction: rtl
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto
}

.jconfirm.jconfirm-light .jconfirm-bg,
.jconfirm.jconfirm-white .jconfirm-bg {
  background-color: #444;
  opacity: .2
}

.jconfirm.jconfirm-light .jconfirm-box,
.jconfirm.jconfirm-white .jconfirm-box {
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 0;
  margin-right: 8px
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
  float: right
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd
}

.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: #2f4f4f;
  opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  background: #444;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 0;
  margin-right: 8px
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  background-image: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  transition: background .1s
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  background: none;
  box-shadow: none;
  color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
  animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translateZ(0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
  animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translateZ(0)
}

@-webkit-keyframes shake {

  10%,
  90% {
    transform: translate3d(-2px, 0, 0)
  }

  20%,
  80% {
    transform: translate3d(4px, 0, 0)
  }

  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0)
  }

  40%,
  60% {
    transform: translate3d(8px, 0, 0)
  }
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-2px, 0, 0)
  }

  20%,
  80% {
    transform: translate3d(4px, 0, 0)
  }

  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0)
  }

  40%,
  60% {
    transform: translate3d(8px, 0, 0)
  }
}

@-webkit-keyframes glow {

  0%,
  to {
    box-shadow: 0 0 0 red
  }

  50% {
    box-shadow: 0 0 30px red
  }
}

@keyframes glow {

  0%,
  to {
    box-shadow: 0 0 0 red
  }

  50% {
    box-shadow: 0 0 30px red
  }
}

.jconfirm {
  perspective: 400px
}

.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-scalex,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  opacity: 0
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg)
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translateY(-100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translateY(100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2)
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(.5)
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, .95)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
  padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 0;
  margin-right: 8px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  color: #fff;
  text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  background: #303f53;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  min-width: 100px;
  padding: 10px;
  text-shadow: none
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0
}

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, .67)
}

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: #fff;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
  padding: 30px 25px 10px
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 0;
  margin-right: 8px
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, .87);
  font-size: 22px;
  font-weight: 700
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
  text-transform: uppercase
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, .21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .4);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
  padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 0;
  margin-right: 8px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, .87);
  font-size: 22px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, .87);
  padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ddd;
  margin: -5px 0 0;
  overflow: hidden;
  padding: 10px;
  text-align: right
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0
}

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: #708090;
  opacity: .6
}

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: #fff;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
  padding: 30px 30px 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, .87);
  right: 15px;
  top: 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, .87);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  color: #aaa;
  display: block;
  font-size: 69px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transform: scale(0);
  transition: transform .5s
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  color: #777;
  font-size: 15px;
  margin-bottom: 25px;
  text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background .1s
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {
  margin-left: 4px
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1)
}

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 * 
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: none;
  left: 0;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  bottom: auto;
  box-shadow: none;
  display: block;
  height: 0;
  left: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: auto;
  top: auto;
  transform: none;
  width: 0;
  z-index: auto
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px;
  left: 50%;
  margin-left: -11px
}

.popover.top>.arrow:after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
  content: " ";
  margin-left: -10px
}

.popover.right>.arrow {
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  left: -11px;
  margin-top: -11px;
  top: 50%
}

.popover.right>.arrow:after {
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  content: " ";
  left: 1px
}

.popover.bottom>.arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px
}

.popover.bottom>.arrow:after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px
}

.popover.left>.arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
  border-right-width: 0;
  margin-top: -11px;
  right: -11px;
  top: 50%
}

.popover.left>.arrow:after {
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  content: " ";
  right: 1px
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  outline: 0
}

.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none
}

.btn-block {
  display: block;
  width: 100%
}

.text-primary {
  color: #428bca
}

.clockpicker .input-group-addon {
  cursor: pointer
}

.clockpicker-moving {
  cursor: move
}

.clockpicker-align-left.popover>.arrow {
  left: 25px
}

.clockpicker-align-top.popover>.arrow {
  top: 17px
}

.clockpicker-align-right.popover>.arrow {
  left: auto;
  right: 25px
}

.clockpicker-align-bottom.popover>.arrow {
  bottom: 6px;
  top: auto
}

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center
}

.clockpicker-popover .popover-title span {
  cursor: pointer
}

.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px
}

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.clockpicker-plate {
  -webkit-touch-callout: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 200px;
  overflow: visible;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px
}

.clockpicker-canvas,
.clockpicker-dial {
  height: 200px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 200px
}

.clockpicker-minutes {
  visibility: hidden
}

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, .25)
}

.clockpicker-button {
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 1px 0 0;
  margin: 0;
  padding: 10px 0
}

.clockpicker-button:hover {
  background-color: #ebebeb;
  background-image: none
}

.clockpicker-button:focus {
  outline: 0 !important
}

.clockpicker-dial {
  transition: transform .35s, opacity .35s
}

.clockpicker-dial-out {
  opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
  transform: scale(.8)
}

.clockpicker-canvas {
  transition: opacity 175ms
}

.clockpicker-canvas-out {
  opacity: .25
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd
}

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7
}

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, .25)
}

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round
}

.clockpicker-button.am-button {
  margin: 1px
}

.clockpicker-button.am-button,
.clockpicker-button.pm-button {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding: 5px
}

.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px
}

@charset "UTF-8";

table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0;
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important
}

table.dataTable td,
table.dataTable th {
  box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
  display: inline-block;
  width: auto
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block;
  margin-left: .5em;
  width: auto
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  text-align: right;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
  margin: 2px 0;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_processing {
  left: 50%;
  margin-left: -100px;
  margin-top: -26px;
  padding: 1em 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px
}

table.dataTable>thead>tr>td:active,
table.dataTable>thead>tr>th:active {
  outline: none
}

table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
  padding-right: 30px
}

table.dataTable>thead .sorting,
table.dataTable>thead .sorting_asc,
table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc,
table.dataTable>thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before {
  bottom: .9em;
  display: block;
  opacity: .3;
  position: absolute
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc_disabled:before {
  content: "↑";
  right: 1em
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_desc_disabled:after {
  content: "↓";
  right: .5em
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
  opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
  opacity: 0
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:after,
div.dataTables_scrollBody table thead .sorting_desc:before {
  display: none
}

div.dataTables_scrollBody table tbody tr:first-child td,
div.dataTables_scrollBody table tbody tr:first-child th {
  border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  border-top: none;
  margin-top: 0 !important
}

@media screen and (max-width:767px) {

  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important
  }
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
  padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  right: .85em;
  top: 5px
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px
}

table.table-bordered.dataTable {
  border-right-width: 0
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-left-width: 0
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
  border-right-width: 1px
}

div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
  border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
  padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
  padding-right: 0
}

@keyframes dtb-spinner {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes dtb-spinner {
  to {
    transform: rotate(1turn)
  }
}

div.dt-button-info {
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 3px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 400px;
  z-index: 21
}

div.dt-button-info h2 {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  margin: 0;
  padding: .5em
}

div.dt-button-info>div {
  padding: 1em
}

div.dt-button-collection-title {
  font-size: .9em;
  padding: .3em 0 .5em;
  text-align: center
}

div.dt-button-collection-title:empty {
  display: none
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001
}

div.dt-button-collection div.dropdown-menu {
  display: block;
  min-width: 100%;
  z-index: 2002
}

div.dt-button-collection div.dt-button-collection-title {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15)
}

div.dt-button-collection.fixed {
  border-radius: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  top: 50%
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px
}

div.dt-button-collection>:last-child {
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
  display: block !important
}

div.dt-button-collection>:last-child>* {
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

div.dt-button-collection.two-column {
  width: 400px
}

div.dt-button-collection.two-column>:last-child {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  padding-bottom: 1px
}

div.dt-button-collection.three-column {
  width: 450px
}

div.dt-button-collection.three-column>:last-child {
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  padding-bottom: 1px
}

div.dt-button-collection.four-column {
  width: 600px
}

div.dt-button-collection.four-column>:last-child {
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  padding-bottom: 1px
}

div.dt-button-collection .dt-button {
  border-radius: 0
}

div.dt-button-collection.fixed {
  max-width: none
}

div.dt-button-collection.fixed:after,
div.dt-button-collection.fixed:before {
  display: none
}

div.dt-button-background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

@media screen and (max-width:767px) {
  div.dt-buttons {
    float: none;
    margin-bottom: .5em;
    text-align: center;
    width: 100%
  }

  div.dt-buttons a.btn {
    float: none
  }
}

div.dt-buttons a.btn.processing,
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing {
  color: rgba(0, 0, 0, .2)
}

div.dt-buttons a.btn.processing:after,
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after {
  animation: dtb-spinner 1.5s linear infinite;
  -o-animation: dtb-spinner 1.5s linear infinite;
  -ms-animation: dtb-spinner 1.5s linear infinite;
  -webkit-animation: dtb-spinner 1.5s linear infinite;
  -moz-animation: dtb-spinner 1.5s linear infinite;
  border-color: #282828 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px
}

table.DTCR_clonedTable.dataTable {
  background-color: hsla(0, 0%, 100%, .7);
  position: absolute !important;
  z-index: 202
}

div.DTCR_pointer {
  background-color: #0275d8;
  width: 1px;
  z-index: 201
}

table.DTFC_Cloned tr {
  background-color: #fff;
  margin-bottom: 0
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  background-color: #fff;
  border-bottom: none !important;
  margin-bottom: 0 !important
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
  z-index: 2
}

div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting:before,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting:before,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:before {
  display: none
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th {
  border-top: none
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  background-color: #fff;
  border-top: none;
  margin-top: 0 !important
}

div.DTFC_Blocker,
table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: #fff
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: #fff;
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

table.dataTable.fixedHeader-floating {
  position: fixed !important
}

table.dataTable.fixedHeader-locked {
  position: absolute !important
}

@media print {
  table.fixedHeader-floating {
    display: none
  }
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
  box-shadow: inset 0 0 1px 2px #0275d8
}

div.dtk-focus-alt table.dataTable tbody td.focus,
div.dtk-focus-alt table.dataTable tbody th.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
  cursor: default !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
  display: none !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  cursor: pointer;
  padding-left: 30px;
  position: relative
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background-color: #0275d8;
  border: .15em solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  color: #fff;
  content: "+";
  display: block;
  font-family: Courier New, Courier, monospace;
  height: 1em;
  left: 5px;
  line-height: 1em;
  margin-top: -9px;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  top: 50%;
  width: 1em
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  background-color: #d33333;
  content: "-"
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
  padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before {
  border-radius: 14px;
  height: 14px;
  left: 4px;
  line-height: 14px;
  text-indent: 3px;
  width: 14px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>td.dtr-control,
table.dataTable.dtr-column>tbody>tr>th.control,
table.dataTable.dtr-column>tbody>tr>th.dtr-control {
  cursor: pointer;
  position: relative
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before {
  background-color: #0275d8;
  border: .15em solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  color: #fff;
  content: "+";
  display: block;
  font-family: Courier New, Courier, monospace;
  height: .8em;
  left: 50%;
  line-height: 1em;
  margin-left: -.5em;
  margin-top: -.5em;
  position: absolute;
  text-align: center;
  text-indent: 0 !important;
  top: 50%;
  width: .8em
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before {
  background-color: #d33333;
  content: "-"
}

table.dataTable>tbody>tr.child {
  padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
  background: transparent !important
}

table.dataTable>tbody>tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
  padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
  display: inline-block;
  font-weight: 700;
  min-width: 75px
}

div.dtr-modal {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 10em 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100
}

div.dtr-modal div.dtr-modal-display {
  background-color: #f5f5f7;
  border: 1px solid #000;
  border-radius: .5em;
  bottom: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
  height: 50%;
  left: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 102
}

div.dtr-modal div.dtr-modal-content {
  padding: 1em;
  position: relative
}

div.dtr-modal div.dtr-modal-close {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 22px;
  z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101
}

@media screen and (max-width:767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none
}

table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: 700
}

table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td,
table.dataTable tr.dtrg-group.dtrg-level-3 td,
table.dataTable tr.dtrg-group.dtrg-level-4 td,
table.dataTable tr.dtrg-group.dtrg-level-5 td {
  background-color: #f0f0f0;
  font-size: .9em;
  padding-bottom: .25em;
  padding-left: 2em;
  padding-top: .25em
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
  padding-left: 2.5em
}

table.dataTable tr.dtrg-group.dtrg-level-3 td {
  background-color: #f3f3f3;
  padding-left: 3em
}

table.dataTable tr.dtrg-group.dtrg-level-4 td {
  background-color: #f3f3f3;
  padding-left: 3.5em
}

table.dataTable tr.dtrg-group.dtrg-level-5 td {
  background-color: #f3f3f3;
  padding-left: 4em
}

table.dt-rowReorder-float {
  opacity: .8;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  position: absolute !important;
  table-layout: fixed;
  z-index: 2001
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden
}

table.dataTable td.reorder {
  cursor: move;
  text-align: center
}

div.DTS {
  display: block !important
}

div.DTS tbody td,
div.DTS tbody th {
  white-space: nowrap
}

div.DTS div.DTS_Loading {
  z-index: 1
}

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 0, #fff 20px)
}

div.DTS div.dataTables_scrollBody table {
  z-index: 2
}

div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
  display: none
}

div.DTS div.dataTables_scrollBody table {
  background-color: #fff
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
  background-color: #0275d8
}

table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected {
  background-color: #0272d3
}

table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover {
  background-color: #0271d0
}

table.dataTable.display tbody>tr.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_2,
table.dataTable.display tbody>tr.selected>.sorting_3,
table.dataTable.display tbody>tr>.selected,
table.dataTable.order-column tbody>tr.selected>.sorting_1,
table.dataTable.order-column tbody>tr.selected>.sorting_2,
table.dataTable.order-column tbody>tr.selected>.sorting_3,
table.dataTable.order-column tbody>tr>.selected {
  background-color: #0273d4
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
  background-color: #026fcc
}

table.dataTable.display tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
  background-color: #0270ce
}

table.dataTable.display tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
  background-color: #0270d0
}

table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
  background-color: #0273d4
}

table.dataTable.display tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
  background-color: #0274d5
}

table.dataTable.display tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3 {
  background-color: #0275d7
}

table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.order-column.stripe tbody>tr.odd>.selected {
  background-color: #026fcc
}

table.dataTable.display tbody>tr.even>.selected,
table.dataTable.order-column.stripe tbody>tr.even>.selected {
  background-color: #0273d4
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
  background-color: #026bc6
}

table.dataTable.display tbody>tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2 {
  background-color: #026cc8
}

table.dataTable.display tbody>tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3 {
  background-color: #026eca
}

table.dataTable.display tbody>tr:hover>.selected,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.order-column.hover tbody>tr:hover>.selected,
table.dataTable.order-column.hover tbody>tr>.selected:hover {
  background-color: #026bc6
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
  box-sizing: border-box;
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 1.2em;
  width: 12px
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #000;
  border-radius: 3px;
  content: " ";
  margin-left: -6px;
  margin-top: -2px
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-left: -6px;
  margin-top: -19px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before,
table.dataTable.compact tbody th.select-checkbox:before {
  margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after,
table.dataTable.compact tr.selected th.select-checkbox:after {
  margin-top: -16px
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: .5em
}

@media screen and (max-width:640px) {

  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    display: block;
    margin-left: 0
  }
}

table.dataTable tbody td.selected,
table.dataTable tbody th.selected,
table.dataTable tbody tr.selected {
  color: #fff
}

table.dataTable tbody td.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody tr.selected a {
  color: #a2d4ed
}

div.dt-autofill-handle {
  background: #0275d8;
  box-sizing: border-box;
  cursor: pointer;
  height: 8px;
  position: absolute;
  width: 8px;
  z-index: 102
}

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33
}

div.dt-autofill-select {
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 10px);
  position: absolute;
  z-index: 1001
}

div.dt-autofill-select.bottom,
div.dt-autofill-select.top {
  height: 3px;
  margin-top: -1px
}

div.dt-autofill-select.left,
div.dt-autofill-select.right {
  margin-left: -1px;
  width: 3px
}

div.dt-autofill-list {
  background-color: #fff;
  border: 2px solid #444;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  box-sizing: border-box;
  left: 50%;
  margin-left: -250px;
  padding: 1.5em 2em;
  position: fixed;
  top: 50%;
  width: 500px;
  z-index: 11
}

div.dt-autofill-list ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

div.dt-autofill-list ul li {
  display: table-row
}

div.dt-autofill-list ul li:last-child div.dt-autofill-button,
div.dt-autofill-list ul li:last-child div.dt-autofill-question {
  border-bottom: none
}

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6
}

div.dt-autofill-list div.dt-autofill-question {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: .5em 0
}

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  width: 30px
}

div.dt-autofill-list div.dt-autofill-button {
  border-bottom: 1px solid #ccc;
  display: table-cell;
  padding: .5em 0
}

div.dt-autofill-background {
  background: rgba(0, 0, 0, .7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10
}

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  margin: -2px 0;
  padding: 6px;
  width: 60px
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box
}

.dropzone {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, .3);
  min-height: 150px;
  padding: 20px
}

.dropzone.dz-clickable {
  cursor: pointer
}

.dropzone.dz-clickable * {
  cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer
}

.dropzone.dz-started .dz-message {
  display: none
}

.dropzone.dz-drag-hover {
  border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5
}

.dropzone .dz-message {
  margin: 2em 0;
  text-align: center
}

.dropzone .dz-message .dz-button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0
}

.dropzone .dz-preview {
  display: inline-block;
  margin: 16px;
  min-height: 100px;
  position: relative;
  vertical-align: top
}

.dropzone .dz-preview:hover {
  z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(180deg, #eee, #ddd);
  border-radius: 20px
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, .9);
  font-size: 13px;
  left: 0;
  line-height: 150%;
  max-width: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 2em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 20
}

.dropzone .dz-preview .dz-details .dz-size {
  font-size: 16px;
  margin-bottom: 1em
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(200, 200, 200, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, .4);
  border-radius: 3px;
  padding: 0 .4em
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
  z-index: 10
}

.dropzone .dz-preview .dz-image img {
  display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
  animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
  animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
  opacity: 1
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  display: block;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 500
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  height: 54px;
  width: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, .9);
  border-radius: 8px;
  height: 16px;
  left: 50%;
  margin-left: -40px;
  margin-top: -8px;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(1);
  width: 80px;
  z-index: 1000
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(180deg, #666, #444);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .3s ease-in-out;
  width: 0
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
  background: #be2626;
  background: linear-gradient(180deg, #be2626, #a92222);
  border-radius: 8px;
  color: #fff;
  display: block;
  display: none;
  font-size: 13px;
  left: -10px;
  opacity: 0;
  padding: .5em 1.2em;
  pointer-events: none;
  position: absolute;
  top: 130px;
  transition: opacity .3s ease;
  width: 140px;
  z-index: 1000
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #be2626;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 64px;
  position: absolute;
  top: -6px;
  width: 0
}

/*!
 * 
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 * 
 * 
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 * 
 * Date: 2020-05-20T16:47Z
 * 
 */
@font-face {
  font-display: auto;
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/summernote/dist/summernote.eot?bd0d8be1fbad3612dfe1e6baafd42af3);
  src: url(/fonts/vendor/summernote/dist/summernote.eot?bd0d8be1fbad3612dfe1e6baafd42af3?#iefix) format("embedded-opentype"), url(/fonts/vendor/summernote/dist/summernote.woff2?7c9436ed8d2deac04e375be2d373e647) format("woff2"), url(/fonts/vendor/summernote/dist/summernote.woff?08c343ff91f188dfc1a7ae4ad1126b59) format("woff"), url(/fonts/vendor/summernote/dist/summernote.ttf?b293d601cf1cddd1a1b40941d9cbd683) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  font-family: summernote;
  font-size: inherit;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle
}

.note-icon-fw {
  text-align: center;
  width: 1.25em
}

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

.note-icon-pull-left {
  float: left
}

.note-icon-pull-right {
  float: right
}

.note-icon.note-icon-pull-left {
  margin-right: .3em
}

.note-icon.note-icon-pull-right {
  margin-left: .3em
}

.note-icon-align:before {
  content: ""
}

.note-icon-align-center:before {
  content: ""
}

.note-icon-align-indent:before {
  content: ""
}

.note-icon-align-justify:before {
  content: ""
}

.note-icon-align-left:before {
  content: ""
}

.note-icon-align-outdent:before {
  content: ""
}

.note-icon-align-right:before {
  content: ""
}

.note-icon-arrow-circle-down:before {
  content: ""
}

.note-icon-arrow-circle-left:before {
  content: ""
}

.note-icon-arrow-circle-right:before {
  content: ""
}

.note-icon-arrow-circle-up:before {
  content: ""
}

.note-icon-arrows-alt:before {
  content: ""
}

.note-icon-arrows-h:before {
  content: ""
}

.note-icon-arrows-v:before {
  content: ""
}

.note-icon-bold:before {
  content: ""
}

.note-icon-caret:before {
  content: ""
}

.note-icon-chain-broken:before {
  content: ""
}

.note-icon-circle:before {
  content: ""
}

.note-icon-close:before {
  content: ""
}

.note-icon-code:before {
  content: ""
}

.note-icon-col-after:before {
  content: ""
}

.note-icon-col-before:before {
  content: ""
}

.note-icon-col-remove:before {
  content: ""
}

.note-icon-eraser:before {
  content: ""
}

.note-icon-float-left:before {
  content: ""
}

.note-icon-float-none:before {
  content: ""
}

.note-icon-float-right:before {
  content: ""
}

.note-icon-font:before {
  content: ""
}

.note-icon-frame:before {
  content: ""
}

.note-icon-italic:before {
  content: ""
}

.note-icon-link:before {
  content: ""
}

.note-icon-magic:before {
  content: ""
}

.note-icon-menu-check:before {
  content: ""
}

.note-icon-minus:before {
  content: ""
}

.note-icon-orderedlist:before {
  content: ""
}

.note-icon-pencil:before {
  content: ""
}

.note-icon-picture:before {
  content: ""
}

.note-icon-question:before {
  content: ""
}

.note-icon-redo:before {
  content: ""
}

.note-icon-rollback:before {
  content: ""
}

.note-icon-row-above:before {
  content: ""
}

.note-icon-row-below:before {
  content: ""
}

.note-icon-row-remove:before {
  content: ""
}

.note-icon-special-character:before {
  content: ""
}

.note-icon-square:before {
  content: ""
}

.note-icon-strikethrough:before {
  content: ""
}

.note-icon-subscript:before {
  content: ""
}

.note-icon-summernote:before {
  content: ""
}

.note-icon-superscript:before {
  content: ""
}

.note-icon-table:before {
  content: ""
}

.note-icon-text-height:before {
  content: ""
}

.note-icon-trash:before {
  content: ""
}

.note-icon-underline:before {
  content: ""
}

.note-icon-undo:before {
  content: ""
}

.note-icon-unorderedlist:before {
  content: ""
}

.note-icon-video:before {
  content: ""
}

.note-editor {
  position: relative
}

.note-editor .note-dropzone {
  background-color: #fff;
  color: #87cefa;
  display: none;
  opacity: .95;
  position: absolute;
  z-index: 100
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle
}

.note-editor .note-dropzone.hover {
  color: #098ddf
}

.note-editor.dragover .note-dropzone {
  display: table
}

.note-editor .note-editing-area {
  position: relative
}

.note-editor .note-editing-area .note-editable {
  outline: none
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid #00000032
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  word-wrap: break-word;
  overflow: auto;
  padding: 10px
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #222;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  display: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  border: 0;
  border-top: 1px solid #e2e2e2;
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857143;
  margin-bottom: 0;
  width: 100%
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  border-top: 0 solid transparent;
  height: 0
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  margin: -7px 0 0;
  padding: 7px 10px 2px
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  background-color: #dff0d8 !important;
  color: #3c763d !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  background-color: #d9edf7 !important;
  color: #31708f !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  height: 9px;
  padding-top: 1px;
  width: 100%
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #00000032;
  margin: 1px auto;
  width: 20px
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px
}

.note-editor.note-airframe {
  border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0
}

.note-popover.popover {
  display: none;
  max-width: none
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap
}

.note-popover.popover .arrow {
  left: 20px !important
}

.note-toolbar {
  position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  cursor: pointer;
  height: 10em;
  position: absolute !important;
  width: 10em;
  z-index: 3
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 5em;
  position: relative !important;
  width: 5em;
  z-index: 1
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 1em;
  position: absolute !important;
  width: 1em;
  z-index: 2
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 2px 7px;
  text-align: center
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  width: 100%
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
  margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  left: auto;
  right: 0
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
  left: auto !important;
  right: 9px
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
  left: auto !important;
  right: 10px
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  border: 0;
  border-radius: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all .2s
}

.note-modal .modal-dialog {
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0
}

.note-modal .form-group {
  margin-left: 0;
  margin-right: 0
}

.note-modal .note-modal-form {
  margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
  border: 4px dashed #d3d3d3;
  color: #d3d3d3;
  font-size: 30px;
  line-height: 4;
  margin-bottom: 10px;
  min-height: 100px;
  text-align: center
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto
  }
}

.note-placeholder {
  color: gray;
  display: none;
  position: absolute
}

.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute
}

.note-handle .note-control-selection>div {
  position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
  background-color: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  height: 100%;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  width: 100%
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  border: 1px solid #000;
  height: 7px;
  width: 7px
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
  border-bottom: none;
  border-right: none;
  left: -5px;
  top: -5px
}

.note-handle .note-control-selection .note-control-ne {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: -5px
}

.note-handle .note-control-selection .note-control-sw {
  border-right: none;
  border-top: none;
  bottom: -5px;
  left: -5px
}

.note-handle .note-control-selection .note-control-se {
  bottom: -5px;
  cursor: se-resize;
  right: -5px
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  border-left: none;
  border-top: none;
  cursor: default
}

.note-handle .note-control-selection .note-control-selection-info {
  background-color: #000;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 12px;
  margin: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  padding: 5px;
  right: 0
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px
}

.note-hint-popover .popover-content {
  max-height: 150px;
  overflow: auto;
  padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  background-color: #428bca;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
  text-decoration: none;
  white-space: nowrap
}

/*!
 * 
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 * 
 * 
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 * 
 * Date: 2020-05-20T16:47Z
 * 
 */
@font-face {
  font-display: auto;
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/summernote/dist/summernote.eot?bd0d8be1fbad3612dfe1e6baafd42af3);
  src: url(/fonts/vendor/summernote/dist/summernote.eot?bd0d8be1fbad3612dfe1e6baafd42af3?#iefix) format("embedded-opentype"), url(/fonts/vendor/summernote/dist/summernote.woff2?7c9436ed8d2deac04e375be2d373e647) format("woff2"), url(/fonts/vendor/summernote/dist/summernote.woff?08c343ff91f188dfc1a7ae4ad1126b59) format("woff"), url(/fonts/vendor/summernote/dist/summernote.ttf?b293d601cf1cddd1a1b40941d9cbd683) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  font-family: summernote;
  font-size: inherit;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle
}

.note-icon-fw {
  text-align: center;
  width: 1.25em
}

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

.note-icon-pull-left {
  float: left
}

.note-icon-pull-right {
  float: right
}

.note-icon.note-icon-pull-left {
  margin-right: .3em
}

.note-icon.note-icon-pull-right {
  margin-left: .3em
}

.note-icon-align:before {
  content: ""
}

.note-icon-align-center:before {
  content: ""
}

.note-icon-align-indent:before {
  content: ""
}

.note-icon-align-justify:before {
  content: ""
}

.note-icon-align-left:before {
  content: ""
}

.note-icon-align-outdent:before {
  content: ""
}

.note-icon-align-right:before {
  content: ""
}

.note-icon-arrow-circle-down:before {
  content: ""
}

.note-icon-arrow-circle-left:before {
  content: ""
}

.note-icon-arrow-circle-right:before {
  content: ""
}

.note-icon-arrow-circle-up:before {
  content: ""
}

.note-icon-arrows-alt:before {
  content: ""
}

.note-icon-arrows-h:before {
  content: ""
}

.note-icon-arrows-v:before {
  content: ""
}

.note-icon-bold:before {
  content: ""
}

.note-icon-caret:before {
  content: ""
}

.note-icon-chain-broken:before {
  content: ""
}

.note-icon-circle:before {
  content: ""
}

.note-icon-close:before {
  content: ""
}

.note-icon-code:before {
  content: ""
}

.note-icon-col-after:before {
  content: ""
}

.note-icon-col-before:before {
  content: ""
}

.note-icon-col-remove:before {
  content: ""
}

.note-icon-eraser:before {
  content: ""
}

.note-icon-float-left:before {
  content: ""
}

.note-icon-float-none:before {
  content: ""
}

.note-icon-float-right:before {
  content: ""
}

.note-icon-font:before {
  content: ""
}

.note-icon-frame:before {
  content: ""
}

.note-icon-italic:before {
  content: ""
}

.note-icon-link:before {
  content: ""
}

.note-icon-magic:before {
  content: ""
}

.note-icon-menu-check:before {
  content: ""
}

.note-icon-minus:before {
  content: ""
}

.note-icon-orderedlist:before {
  content: ""
}

.note-icon-pencil:before {
  content: ""
}

.note-icon-picture:before {
  content: ""
}

.note-icon-question:before {
  content: ""
}

.note-icon-redo:before {
  content: ""
}

.note-icon-rollback:before {
  content: ""
}

.note-icon-row-above:before {
  content: ""
}

.note-icon-row-below:before {
  content: ""
}

.note-icon-row-remove:before {
  content: ""
}

.note-icon-special-character:before {
  content: ""
}

.note-icon-square:before {
  content: ""
}

.note-icon-strikethrough:before {
  content: ""
}

.note-icon-subscript:before {
  content: ""
}

.note-icon-summernote:before {
  content: ""
}

.note-icon-superscript:before {
  content: ""
}

.note-icon-table:before {
  content: ""
}

.note-icon-text-height:before {
  content: ""
}

.note-icon-trash:before {
  content: ""
}

.note-icon-underline:before {
  content: ""
}

.note-icon-undo:before {
  content: ""
}

.note-icon-unorderedlist:before {
  content: ""
}

.note-icon-video:before {
  content: ""
}

.note-editor {
  position: relative
}

.note-editor .note-dropzone {
  background-color: #fff;
  color: #87cefa;
  display: none;
  opacity: .95;
  position: absolute;
  z-index: 100
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle
}

.note-editor .note-dropzone.hover {
  color: #098ddf
}

.note-editor.dragover .note-dropzone {
  display: table
}

.note-editor .note-editing-area {
  position: relative
}

.note-editor .note-editing-area .note-editable {
  outline: none
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid #00000032
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  word-wrap: break-word;
  overflow: auto;
  padding: 10px
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #222;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  display: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  border: 0;
  border-top: 1px solid #e2e2e2;
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857143;
  margin-bottom: 0;
  width: 100%
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  border-top: 0 solid transparent;
  height: 0
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  margin: -7px 0 0;
  padding: 7px 10px 2px
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  background-color: #dff0d8 !important;
  color: #3c763d !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  background-color: #d9edf7 !important;
  color: #31708f !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  height: 9px;
  padding-top: 1px;
  width: 100%
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #00000032;
  margin: 1px auto;
  width: 20px
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px
}

.note-editor.note-airframe {
  border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0
}

.note-popover.popover {
  display: none;
  max-width: none
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap
}

.note-popover.popover .arrow {
  left: 20px !important
}

.note-toolbar {
  position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  cursor: pointer;
  height: 10em;
  position: absolute !important;
  width: 10em;
  z-index: 3
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 5em;
  position: relative !important;
  width: 5em;
  z-index: 1
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 1em;
  position: absolute !important;
  width: 1em;
  z-index: 2
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 2px 7px;
  text-align: center
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  width: 100%
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
  margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  left: auto;
  right: 0
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
  left: auto !important;
  right: 9px
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
  left: auto !important;
  right: 10px
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  border: 0;
  border-radius: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all .2s
}

.note-modal .modal-dialog {
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0
}

.note-modal .form-group {
  margin-left: 0;
  margin-right: 0
}

.note-modal .note-modal-form {
  margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
  border: 4px dashed #d3d3d3;
  color: #d3d3d3;
  font-size: 30px;
  line-height: 4;
  margin-bottom: 10px;
  min-height: 100px;
  text-align: center
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto
  }
}

.note-placeholder {
  color: gray;
  display: none;
  position: absolute
}

.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute
}

.note-handle .note-control-selection>div {
  position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
  background-color: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  height: 100%;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  width: 100%
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  border: 1px solid #000;
  height: 7px;
  width: 7px
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
  border-bottom: none;
  border-right: none;
  left: -5px;
  top: -5px
}

.note-handle .note-control-selection .note-control-ne {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: -5px
}

.note-handle .note-control-selection .note-control-sw {
  border-right: none;
  border-top: none;
  bottom: -5px;
  left: -5px
}

.note-handle .note-control-selection .note-control-se {
  bottom: -5px;
  cursor: se-resize;
  right: -5px
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  border-left: none;
  border-top: none;
  cursor: default
}

.note-handle .note-control-selection .note-control-selection-info {
  background-color: #000;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 12px;
  margin: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  padding: 5px;
  right: 0
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px
}

.note-hint-popover .popover-content {
  max-height: 150px;
  overflow: auto;
  padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  background-color: #428bca;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
  text-decoration: none;
  white-space: nowrap
}

.note-toolbar {
  background: #8080801d
}

.note-btn-group .note-btn {
  border-color: #00000032;
  font-size: 13px;
  padding: .28rem .65rem
}

.submenu_dev {
  border-radius: 0 6px 6px 6px;
  position: relative
}

.submenu_dev>.dropdownmenu_dev {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -1px;
  margin-top: -6px;
  top: 0
}

.submenu_dev:hover>.dropdownmenu_dev {
  display: block
}

.dropdownmenu_dev a {
  color: #fff
}

.dropdownmenu_dev li :hover {
  background: #758bfb
}

.submenu_dev>a:after {
  border-radius: 0 6px 6px 6px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0
}

.submenu_dev.pull-left {
  float: none
}

.submenu_dev.pull-left>.dropdownmenu_dev {
  border-radius: 6px 0 6px 6px;
  left: -100%;
  margin-left: 10px
}

@charset "UTF-8";

:focus {
  outline: none !important
}

::-moz-selection {
  text-shadow: 0
}

::selection {
  background: #f06d27;
  color: #fff;
  text-shadow: 0
}

::-moz-selection {
  background: #f06d27;
  color: #fff
}

input:disabled {
  background: #ddd
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0
}

.no-col-padding {
  padding-left: 0 !important;
  padding-right: 0 !important
}

@media only screen and (max-width:767px) {
  .no-col-padding {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5bc0de;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #df4b33;
  --orange: #f90;
  --yellow: #ffc107;
  --green: #60c060;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #878787;
  --gray-dark: #323232;
  --primary: #758bfb;
  --secondary: #878787;
  --success: #2cc185;
  --info: #58c7ef;
  --warning: #ffdc42;
  --danger: #f45846;
  --light: #fff;
  --dark: #323232;
  --grey: #e5e5e5;
  --noir: #545454;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: ("Open Sans", sans-serif), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  background-color: #f4f4f4;
  color: #545454;
  font-family: Open Sans, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.538;
  margin: 0;
  text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .7692rem;
  margin-top: 0
}

p {
  margin-bottom: 1rem;
  margin-top: 0
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  background-color: transparent;
  color: #2e2e2e;
  text-decoration: none
}

a:hover {
  color: #080808;
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  caption-side: bottom;
  color: #878787;
  padding-bottom: .9rem;
  padding-top: .9rem;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

summary {
  cursor: pointer;
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: .7692rem
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.615rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.1
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.1
}

.display-4 {
  font-size: 3.5rem
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 1rem;
  margin-top: 1rem
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em
}

.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  font-size: 1.308rem;
  margin-bottom: 1rem
}

.blockquote-footer {
  color: #878787;
  display: block;
  font-size: 80%
}

.blockquote-footer:before {
  content: "— "
}

.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%
}

.img-thumbnail {
  background-color: #f4f4f4;
  border: 1px solid #dee2e6;
  padding: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  line-height: 1;
  margin-bottom: .5rem
}

.figure-caption {
  color: #878787;
  font-size: 90%
}

code {
  word-wrap: break-word;
  color: #e83e8c;
  font-size: 87.5%
}

a>code {
  color: inherit
}

kbd {
  background-color: #212529;
  color: #fff;
  font-size: 87.5%;
  padding: .2rem .4rem
}

kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0
}

pre {
  color: #212529;
  display: block;
  font-size: 87.5%
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.no-gutters {
  margin-left: 0;
  margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-left: 0;
  padding-right: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.table {
  color: #545454;
  margin-bottom: 1rem;
  width: 100%
}

.table td,
.table th {
  border-top: 1px solid #eceeef;
  padding: .9rem;
  vertical-align: top
}

.table thead th {
  border-bottom: 2px solid #eceeef;
  vertical-align: bottom
}

.table tbody+tbody {
  border-top: 2px solid #eceeef
}

.table-sm td,
.table-sm th {
  padding: .6rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
  color: #545454
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #ffeebc
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #ffdf82
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #ffe8a3
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #ddd
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #c1c1c1
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #d0d0d0
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c4eedd
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #91dfc0
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b0e8d2
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #d0effb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #a8e2f7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #b9e7f9
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #fff5ca
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffed9d
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #fff0b1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #fcd0cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #f9a89f
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #fbbab3
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fff
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #f2f2f2
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c6c6
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #949494
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9b9b9
}

.table-grey,
.table-grey>td,
.table-grey>th {
  background-color: #f8f8f8
}

.table-grey tbody+tbody,
.table-grey td,
.table-grey th,
.table-grey thead th {
  border-color: #f1f1f1
}

.table-hover .table-grey:hover,
.table-hover .table-grey:hover>td,
.table-hover .table-grey:hover>th {
  background-color: #ebebeb
}

.table-noir,
.table-noir>td,
.table-noir>th {
  background-color: #cfcfcf
}

.table-noir tbody+tbody,
.table-noir td,
.table-noir th,
.table-noir thead th {
  border-color: #a6a6a6
}

.table-hover .table-noir:hover,
.table-hover .table-noir:hover>td,
.table-hover .table-noir:hover>th {
  background-color: #c2c2c2
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  background-color: #323232;
  border-color: #454545;
  color: #fff
}

.table .thead-light th {
  background-color: #eceeef;
  border-color: #eceeef;
  color: #636c72
}

.table-dark {
  background-color: #323232;
  color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454545
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, .075);
  color: #fff
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 0;
  color: #878787;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 3.23077rem;
  line-height: 1;
  padding: .923077rem 1.307rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #878787
}

.form-control:focus {
  background-color: #fff;
  border-color: #ffe28f;
  box-shadow: 0 0 0 0 transparent;
  color: #878787;
  outline: 0
}

.form-control::-moz-placeholder {
  color: #bababa;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #bababa;
  opacity: 1
}

.form-control::placeholder {
  color: #bababa;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fafafa;
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #878787
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  font-size: inherit;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: calc(.92308rem + 2px);
  padding-top: calc(.92308rem + 2px)
}

.col-form-label-lg {
  font-size: 1.154rem;
  line-height: 1;
  padding-bottom: calc(1.15385rem + 2px);
  padding-top: calc(1.15385rem + 2px)
}

.col-form-label-sm {
  font-size: .8462rem;
  line-height: 1;
  padding-bottom: calc(.61538rem + 2px);
  padding-top: calc(.61538rem + 2px)
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
  color: #545454;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  padding: .923077rem 0;
  width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0
}

.form-control-sm {
  font-size: .8462rem;
  height: 2.53846rem;
  line-height: 1;
  padding: .615385rem 1.307rem
}

.form-control-lg {
  font-size: 1.154rem;
  height: 3.84615rem;
  line-height: 1;
  padding: 1.15385rem 1.307rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1.5rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-left: 5px;
  padding-right: 5px
}

.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative
}

.form-check-input {
  margin-left: -1.25rem;
  margin-top: .3rem;
  position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #878787
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0
}

.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: .3125rem;
  margin-top: 0;
  position: static
}

.valid-feedback {
  color: #2cc185;
  display: none;
  font-size: 80%;
  margin-top: .25rem;
  width: 100%
}

.valid-tooltip {
  background-color: rgba(44, 193, 133, .9);
  color: #fff;
  display: none;
  font-size: .8462rem;
  left: 0;
  line-height: 1.538;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%232cc185' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(.25em + .46154rem) center;
  background-repeat: no-repeat;
  background-size: calc(.5em + .92308rem) calc(.5em + .92308rem);
  border-color: #2cc185;
  padding-right: calc(1em + 1.84615rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #2cc185;
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(.25em + .46154rem) right calc(.25em + .46154rem);
  padding-right: calc(1em + 1.84615rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23323232' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.307rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%232cc185' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 2.307rem/calc(.5em + .92308rem) calc(.5em + .92308rem) no-repeat;
  border-color: #2cc185;
  padding-right: calc(.75em + 3.69162rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #2cc185;
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #2cc185
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #2cc185
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #2cc185
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  background-color: #4ad69e;
  border-color: #4ad69e
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
  border-color: #2cc185
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #2cc185
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #2cc185;
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .25)
}

.invalid-feedback {
  color: #f45846;
  display: none;
  font-size: 80%;
  margin-top: .25rem;
  width: 100%
}

.invalid-tooltip {
  background-color: rgba(244, 88, 70, .9);
  color: #fff;
  display: none;
  font-size: .8462rem;
  left: 0;
  line-height: 1.538;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F45846'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F45846' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(.25em + .46154rem) center;
  background-repeat: no-repeat;
  background-size: calc(.5em + .92308rem) calc(.5em + .92308rem);
  border-color: #f45846;
  padding-right: calc(1em + 1.84615rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #f45846;
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(.25em + .46154rem) right calc(.25em + .46154rem);
  padding-right: calc(1em + 1.84615rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23323232' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.307rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F45846'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F45846' stroke='none'/%3E%3C/svg%3E") center right 2.307rem/calc(.5em + .92308rem) calc(.5em + .92308rem) no-repeat;
  border-color: #f45846;
  padding-right: calc(.75em + 3.69162rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f45846;
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #f45846
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #f45846
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #f45846
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  background-color: #f78376;
  border-color: #f78376
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
  border-color: #f45846
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #f45846
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #f45846;
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .25)
}

.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto
  }

  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: .25rem;
    margin-top: 0;
    position: relative
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  color: #545454;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: .81rem .7692rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #545454;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: 0
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  background-color: #758bfb;
  border-color: #758bfb;
  color: #212529
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #353281;
  border-color: #24226b;
  color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 19, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #758bfb;
  border-color: #758bfb;
  color: #212529
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #24226b;
  border-color: #ce9a00;
  color: #212529
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 19, .5)
}

.btn-secondary {
  background-color: #878787;
  border-color: #878787;
  color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #747474;
  border-color: #6e6e6e;
  color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 60%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #878787;
  border-color: #878787;
  color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #6e6e6e;
  border-color: #676767;
  color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 60%, .5)
}

.btn-success {
  background-color: #2cc185;
  border-color: #2cc185;
  color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #25a270;
  border-color: #239768;
  color: #fff
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0 rgba(76, 202, 151, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #2cc185;
  border-color: #2cc185;
  color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #239768;
  border-color: #208d61;
  color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(76, 202, 151, .5)
}

.btn-info {
  background-color: #58c7ef;
  border-color: #58c7ef;
  color: #212529
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #35bbec;
  border-color: #29b7eb;
  color: #212529
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0 rgba(80, 175, 209, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #58c7ef;
  border-color: #58c7ef;
  color: #212529
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  background-color: #29b7eb;
  border-color: #1eb3e9;
  color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80, 175, 209, .5)
}

.btn-warning {
  background-color: #ffdc42;
  border-color: #ffdc42;
  color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffd51c;
  border-color: #ffd30f;
  color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0 rgba(222, 193, 62, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffdc42;
  border-color: #ffdc42;
  color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  background-color: #ffd30f;
  border-color: #ffd002;
  color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 193, 62, .5)
}

.btn-danger {
  background-color: #f45846;
  border-color: #f45846;
  color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #f23722;
  border-color: #f12d16;
  color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0 hsla(6, 89%, 67%, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #f45846;
  border-color: #f45846;
  color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  background-color: #f12d16;
  border-color: #ec250e;
  color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(6, 89%, 67%, .5)
}

.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #ececec;
  border-color: #e6e6e6;
  color: #212529
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0 hsla(240, 2%, 87%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(240, 2%, 87%, .5)
}

.btn-dark {
  background-color: #323232;
  border-color: #323232;
  color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #1f1f1f;
  border-color: #191919;
  color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0 rgba(81, 81, 81, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #323232;
  border-color: #323232;
  color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  background-color: #191919;
  border-color: #121212;
  color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(81, 81, 81, .5)
}

.btn-grey {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #212529
}

.btn-grey.focus,
.btn-grey:focus,
.btn-grey:hover {
  background-color: #d2d2d2;
  border-color: #ccc;
  color: #212529
}

.btn-grey.focus,
.btn-grey:focus {
  box-shadow: 0 0 0 0 hsla(240, 1%, 79%, .5)
}

.btn-grey.disabled,
.btn-grey:disabled {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #212529
}

.btn-grey:not(:disabled):not(.disabled).active,
.btn-grey:not(:disabled):not(.disabled):active,
.show>.btn-grey.dropdown-toggle {
  background-color: #ccc;
  border-color: #c5c5c5;
  color: #212529
}

.btn-grey:not(:disabled):not(.disabled).active:focus,
.btn-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(240, 1%, 79%, .5)
}

.btn-noir {
  background-color: #545454;
  border-color: #545454;
  color: #fff
}

.btn-noir.focus,
.btn-noir:focus,
.btn-noir:hover {
  background-color: #414141;
  border-color: #3b3b3b;
  color: #fff
}

.btn-noir.focus,
.btn-noir:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 43%, .5)
}

.btn-noir.disabled,
.btn-noir:disabled {
  background-color: #545454;
  border-color: #545454;
  color: #fff
}

.btn-noir:not(:disabled):not(.disabled).active,
.btn-noir:not(:disabled):not(.disabled):active,
.show>.btn-noir.dropdown-toggle {
  background-color: #3b3b3b;
  border-color: #343434;
  color: #fff
}

.btn-noir:not(:disabled):not(.disabled).active:focus,
.btn-noir:not(:disabled):not(.disabled):active:focus,
.show>.btn-noir.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 43%, .5)
}

.btn-outline-primary {
  border-color: #758bfb;
  color: #758bfb
}

.btn-outline-primary:hover {
  background-color: #758bfb;
  border-color: #758bfb;
  color: #212529
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(255, 194, 15, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #758bfb
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #758bfb;
  border-color: #758bfb;
  color: #212529
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 194, 15, .5)
}

.btn-outline-secondary {
  border-color: #878787;
  color: #878787
}

.btn-outline-secondary:hover {
  background-color: #878787;
  border-color: #878787;
  color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 53%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #878787
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #878787;
  border-color: #878787;
  color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 53%, .5)
}

.btn-outline-success {
  border-color: #2cc185;
  color: #2cc185
}

.btn-outline-success:hover {
  background-color: #2cc185;
  border-color: #2cc185;
  color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #2cc185
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #2cc185;
  border-color: #2cc185;
  color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .5)
}

.btn-outline-info {
  border-color: #58c7ef;
  color: #58c7ef
}

.btn-outline-info:hover {
  background-color: #58c7ef;
  border-color: #58c7ef;
  color: #212529
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(88, 199, 239, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #58c7ef
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  background-color: #58c7ef;
  border-color: #58c7ef;
  color: #212529
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(88, 199, 239, .5)
}

.btn-outline-warning {
  border-color: #ffdc42;
  color: #ffdc42
}

.btn-outline-warning:hover {
  background-color: #ffdc42;
  border-color: #ffdc42;
  color: #212529
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(255, 220, 66, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffdc42
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  background-color: #ffdc42;
  border-color: #ffdc42;
  color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 220, 66, .5)
}

.btn-outline-danger {
  border-color: #f45846;
  color: #f45846
}

.btn-outline-danger:hover {
  background-color: #f45846;
  border-color: #f45846;
  color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #f45846
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  background-color: #f45846;
  border-color: #f45846;
  color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .5)
}

.btn-outline-light {
  border-color: #fff;
  color: #fff
}

.btn-outline-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #212529
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-dark {
  border-color: #323232;
  color: #323232
}

.btn-outline-dark:hover {
  background-color: #323232;
  border-color: #323232;
  color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(50, 50, 50, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #323232
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #323232;
  border-color: #323232;
  color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(50, 50, 50, .5)
}

.btn-outline-grey {
  border-color: #e5e5e5;
  color: #e5e5e5
}

.btn-outline-grey:hover {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #212529
}

.btn-outline-grey.focus,
.btn-outline-grey:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 90%, .5)
}

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  background-color: transparent;
  color: #e5e5e5
}

.btn-outline-grey:not(:disabled):not(.disabled).active,
.btn-outline-grey:not(:disabled):not(.disabled):active,
.show>.btn-outline-grey.dropdown-toggle {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #212529
}

.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 90%, .5)
}

.btn-outline-noir {
  border-color: #545454;
  color: #545454
}

.btn-outline-noir:hover {
  background-color: #545454;
  border-color: #545454;
  color: #fff
}

.btn-outline-noir.focus,
.btn-outline-noir:focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, .5)
}

.btn-outline-noir.disabled,
.btn-outline-noir:disabled {
  background-color: transparent;
  color: #545454
}

.btn-outline-noir:not(:disabled):not(.disabled).active,
.btn-outline-noir:not(:disabled):not(.disabled):active,
.show>.btn-outline-noir.dropdown-toggle {
  background-color: #545454;
  border-color: #545454;
  color: #fff
}

.btn-outline-noir:not(:disabled):not(.disabled).active:focus,
.btn-outline-noir:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-noir.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, .5)
}

.btn-link {
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: none
}

.btn-link:hover {
  color: #080808
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
  color: #878787;
  pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
  border-radius: 0;
  font-size: 1.154rem;
  line-height: 1;
  padding: .9231rem .7692rem
}

.btn-group-sm>.btn,
.btn-sm {
  border-radius: 0;
  font-size: .8462rem;
  line-height: 1;
  padding: .6923rem .7692rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, .15);
  color: #545454;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: .125rem 0 0;
  min-width: 10rem;
  padding: .8462rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto
  }

  .dropdown-menu-sm-right {
    left: auto;
    right: 0
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto
  }

  .dropdown-menu-md-right {
    left: auto;
    right: 0
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto
  }

  .dropdown-menu-lg-right {
    left: auto;
    right: 0
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto
  }

  .dropdown-menu-xl-right {
    left: auto;
    right: 0
  }
}

.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: .125rem;
  margin-top: 0;
  top: auto
}

.dropup .dropdown-toggle:after {
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  left: 100%;
  margin-left: .125rem;
  margin-top: 0;
  right: auto;
  top: 0
}

.dropright .dropdown-toggle:after {
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  border-right: 0;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  left: auto;
  margin-right: .125rem;
  margin-top: 0;
  right: 100%;
  top: 0
}

.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: .255em;
  vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
  border-bottom: .3em solid transparent;
  border-right: .3em solid;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  bottom: auto;
  right: auto
}

.dropdown-divider {
  border-top: 1px solid #eceeef;
  height: 0;
  margin: .5rem 0;
  overflow: hidden
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: .7rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #eceeef;
  color: #16181b;
  text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #758bfb;
  text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  color: #878787;
  display: block;
  font-size: .8462rem;
  margin-bottom: 0;
  padding: .8462rem 1.5rem;
  white-space: nowrap
}

.dropdown-item-text {
  color: #212529;
  display: block;
  padding: .7rem 1.5rem
}

.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  flex: 1 1 auto;
  position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -2px
}

.dropdown-toggle-split {
  padding-left: .5769rem;
  padding-right: .5769rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-left: .5769rem;
  padding-right: .5769rem
}

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -2px
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute
}

.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -2px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-file {
  align-items: center;
  display: flex
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -2px
}

.input-group-prepend {
  margin-right: -2px
}

.input-group-append {
  margin-left: -2px
}

.input-group-text {
  align-items: center;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  color: #878787;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  padding: .923077rem 1.307rem;
  text-align: center;
  white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: 3.84615rem
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  font-size: 1.154rem;
  line-height: 1;
  padding: 1.15385rem 1.307rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: 2.53846rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  font-size: .8462rem;
  line-height: 1;
  padding: .615385rem 1.307rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 2.307rem
}

.custom-control {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: block;
  min-height: 1.538rem;
  padding-left: 3.92308rem;
  position: relative;
  z-index: 1
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  height: 1.615155rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1.69231rem;
  z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
  background-color: #fff;
  border-color: #fff;
  color: #758bfb
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #ffe28f
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background-color: #fff;
  border-color: #fff;
  color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #878787
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #fafafa
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top
}

.custom-control-label:before {
  background-color: #fff;
  border: 2px solid #adb5bd;
  pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1.69231rem;
  left: -3.92308rem;
  position: absolute;
  top: -.077155rem;
  width: 1.69231rem
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: none
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  background-color: #758bfb;
  border-color: #758bfb
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23FFC20F' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 194, 15, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(255, 194, 15, .5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: none
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 194, 15, .5)
}

.custom-switch {
  padding-left: 5.1923125rem
}

.custom-switch .custom-control-label:before {
  border-radius: .846155rem;
  left: -5.1923125rem;
  pointer-events: all;
  width: 2.9615425rem
}

.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: .846155rem;
  height: calc(1.69231rem - 8px);
  left: calc(-5.19231rem + 4px);
  top: calc(-.07715rem + 4px);
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: calc(1.69231rem - 8px)
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(1.2692325rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(255, 194, 15, .5)
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23323232' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.307rem center/8px 10px no-repeat;
  border: 2px solid #ebebeb;
  border-radius: 0;
  color: #878787;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 3.23077rem;
  line-height: 1;
  padding: .923077rem 2.307rem .923077rem 1.307rem;
  vertical-align: middle;
  width: 100%
}

.custom-select:focus {
  border-color: #ffe28f;
  box-shadow: 0 0 0 0 transparent;
  outline: 0
}

.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #878787
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 1.307rem
}

.custom-select:disabled {
  background-color: #eceeef;
  color: #878787
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #878787
}

.custom-select-sm {
  font-size: .8462rem;
  height: 2.53846rem;
  padding-bottom: .615385rem;
  padding-left: 1.307rem;
  padding-top: .615385rem
}

.custom-select-lg {
  font-size: 1.154rem;
  height: 3.84615rem;
  padding-bottom: 1.15385rem;
  padding-left: 1.307rem;
  padding-top: 1.15385rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  height: 3.23077rem;
  position: relative;
  width: 100%
}

.custom-file-input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2
}

.custom-file-input:focus~.custom-file-label {
  border-color: #ffe28f;
  box-shadow: 0 0 0 0 transparent
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #fafafa
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  background-color: #fff;
  border: 2px solid #ebebeb;
  font-weight: 400;
  height: 3.23077rem;
  left: 0;
  overflow: hidden;
  z-index: 1
}

.custom-file-label,
.custom-file-label:after {
  color: #878787;
  line-height: 1;
  padding: .923077rem 1.307rem;
  position: absolute;
  right: 0;
  top: 0
}

.custom-file-label:after {
  background-color: #ebebeb;
  border-left: inherit;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1em + 1.84615rem);
  z-index: 3
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1rem;
  padding: 0;
  width: 100%
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 transparent
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 transparent
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 transparent
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #758bfb;
  border: 0;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffefc2
}

.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #758bfb;
  border: 0;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffefc2
}

.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.custom-range::-ms-thumb {
  appearance: none;
  background-color: #758bfb;
  border: 0;
  height: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffefc2
}

.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.nav-link {
  display: block;
  padding: .885rem 1.5rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #878787;
  cursor: default;
  pointer-events: none
}

.nav-tabs {
  border-bottom: 0 solid transparent
}

.nav-tabs .nav-link {
  border: 0 solid transparent;
  margin-bottom: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef transparent
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #878787
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #636c72
}

.nav-tabs .dropdown-menu {
  margin-top: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #758bfb;
  color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  padding: .5rem 1rem;
  position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  font-size: 1.154rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: .766574rem;
  padding-top: .766574rem;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static
}

.navbar-text {
  display: inline-block;
  padding-bottom: .885rem;
  padding-top: .885rem
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1.154rem;
  line-height: 1;
  padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  background: 50%/100% 100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}

@media (max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-left: 0;
  padding-right: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, .1);
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: hsla(0, 0%, 100%, .75)
}

.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative
}

.card>hr {
  margin-left: 0;
  margin-right: 0
}

.card>.list-group {
  border-bottom: inherit;
  border-top: inherit
}

.card>.list-group:first-child {
  border-top-width: 0
}

.card>.list-group:last-child {
  border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 0
}

.card-footer,
.card-header {
  background-color: rgba(0, 0, 0, .03);
  padding: .75rem 1.25rem
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
  margin-left: -.625rem;
  margin-right: -.625rem
}

.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    border-left: 0;
    margin-left: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0
}

.accordion>.card>.card-header {
  margin-bottom: -1px
}

.breadcrumb {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  color: #878787;
  content: "";
  float: left;
  padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none
}

.breadcrumb-item.active {
  color: #878787
}

.pagination {
  display: flex;
  list-style: none;
  padding-left: 0
}

.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #2e2e2e;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: .5rem .75rem;
  position: relative
}

.page-link:hover {
  background-color: #eceeef;
  border-color: #dee2e6;
  color: #080808;
  text-decoration: none;
  z-index: 2
}

.page-link:focus {
  box-shadow: 0 0 0 0 transparent;
  outline: 0;
  z-index: 3
}

.page-item:first-child .page-link {
  margin-left: 0
}

.page-item.active .page-link {
  background-color: #fff;
  border-color: #758bfb;
  color: #758bfb;
  z-index: 3
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #878787;
  cursor: auto;
  pointer-events: none
}

.pagination-lg .page-link {
  font-size: 1.154rem;
  line-height: 1.3333333333;
  padding: .75rem 1.5rem
}

.pagination-sm .page-link {
  font-size: .8462rem;
  line-height: 1.5;
  padding: .25rem .5rem
}

.badge {
  display: inline-block;
  font-size: .9231rem;
  font-weight: 400;
  line-height: 1;
  padding: .385rem .6154rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-left: .6em;
  padding-right: .6em
}

.badge-primary {
  background-color: #758bfb;
  color: #212529
}

a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #24226b;
  color: #212529
}

a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0 rgba(255, 194, 15, .5);
  outline: 0
}

.badge-secondary {
  background-color: #878787;
  color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #6e6e6e;
  color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 53%, .5);
  outline: 0
}

.badge-success {
  background-color: #2cc185;
  color: #fff
}

a.badge-success:focus,
a.badge-success:hover {
  background-color: #239768;
  color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0 rgba(44, 193, 133, .5);
  outline: 0
}

.badge-info {
  background-color: #58c7ef;
  color: #212529
}

a.badge-info:focus,
a.badge-info:hover {
  background-color: #29b7eb;
  color: #212529
}

a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0 rgba(88, 199, 239, .5);
  outline: 0
}

.badge-warning {
  background-color: #ffdc42;
  color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #ffd30f;
  color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0 rgba(255, 220, 66, .5);
  outline: 0
}

.badge-danger {
  background-color: #f45846;
  color: #fff
}

a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #f12d16;
  color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0 rgba(244, 88, 70, .5);
  outline: 0
}

.badge-light {
  background-color: #fff;
  color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
  background-color: #e6e6e6;
  color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
  outline: 0
}

.badge-dark {
  background-color: #323232;
  color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #191919;
  color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0 rgba(50, 50, 50, .5);
  outline: 0
}

.badge-grey {
  background-color: #e5e5e5;
  color: #212529
}

a.badge-grey:focus,
a.badge-grey:hover {
  background-color: #ccc;
  color: #212529
}

a.badge-grey.focus,
a.badge-grey:focus {
  box-shadow: 0 0 0 0 hsla(0, 0%, 90%, .5);
  outline: 0
}

.badge-noir {
  background-color: #545454;
  color: #fff
}

a.badge-noir:focus,
a.badge-noir:hover {
  background-color: #3b3b3b;
  color: #fff
}

a.badge-noir.focus,
a.badge-noir:focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, .5);
  outline: 0
}

.jumbotron {
  background-color: #eceeef;
  margin-bottom: 2rem;
  padding: 2rem 1rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0
}

.alert {
  border: 1px solid transparent;
  margin-bottom: 1rem;
  padding: 1.308rem 1.538rem;
  position: relative
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4.576rem
}

.alert-dismissible .close {
  color: inherit;
  padding: 1.308rem 1.538rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.alert-primary {
  background-color: #fff3cf;
  border-color: #ffeebc;
  color: #856508
}

.alert-primary hr {
  border-top-color: #ffe8a3
}

.alert-primary .alert-link {
  color: #554005
}

.alert-secondary {
  background-color: #e7e7e7;
  border-color: #ddd;
  color: #464646
}

.alert-secondary hr {
  border-top-color: #d0d0d0
}

.alert-secondary .alert-link {
  color: #2d2d2d
}

.alert-success {
  background-color: #d5f3e7;
  border-color: #c4eedd;
  color: #176445
}

.alert-success hr {
  border-top-color: #b0e8d2
}

.alert-success .alert-link {
  color: #0d3b28
}

.alert-info {
  background-color: #def4fc;
  border-color: #d0effb;
  color: #2e677c
}

.alert-info hr {
  border-top-color: #b9e7f9
}

.alert-info .alert-link {
  color: #204857
}

.alert-warning {
  background-color: #fff8d9;
  border-color: #fff5ca;
  color: #857222
}

.alert-warning hr {
  border-top-color: #fff0b1
}

.alert-warning .alert-link {
  color: #5c4f18
}

.alert-danger {
  background-color: #fddeda;
  border-color: #fcd0cb;
  color: #7f2e24
}

.alert-danger hr {
  border-top-color: #fbbab3
}

.alert-danger .alert-link {
  color: #572019
}

.alert-light {
  background-color: #fff;
  border-color: #fff;
  color: #858585
}

.alert-light hr {
  border-top-color: #f2f2f2
}

.alert-light .alert-link {
  color: #6c6c6c
}

.alert-dark {
  background-color: #d6d6d6;
  border-color: #c6c6c6;
  color: #1a1a1a
}

.alert-dark hr {
  border-top-color: #b9b9b9
}

.alert-dark .alert-link {
  color: #010101
}

.alert-grey {
  background-color: #fafafa;
  border-color: #f8f8f8;
  color: #777
}

.alert-grey hr {
  border-top-color: #ebebeb
}

.alert-grey .alert-link {
  color: #5e5e5e
}

.alert-noir {
  background-color: #ddd;
  border-color: #cfcfcf;
  color: #2c2c2c
}

.alert-noir hr {
  border-top-color: #c2c2c2
}

.alert-noir .alert-link {
  color: #131313
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1.692rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1.692rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  background-color: #eceeef;
  font-size: 1rem;
  height: 1.692rem;
  line-height: 0
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden
}

.progress-bar {
  background-color: #758bfb;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width .6s ease;
  white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 1.692rem 1.692rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.media {
  align-items: flex-start;
  display: flex
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0
}

.list-group-item-action {
  color: #636c72;
  text-align: inherit;
  width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #636c72;
  text-decoration: none;
  z-index: 1
}

.list-group-item-action:active {
  background-color: #eceeef;
  color: #545454
}

.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  display: block;
  padding: .924rem 1.48rem;
  position: relative
}

.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #878787;
  pointer-events: none
}

.list-group-item.active {
  background-color: #758bfb;
  border-color: #758bfb;
  color: #fff;
  z-index: 2
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-left-width: 0;
  border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  background-color: #ffeebc;
  color: #856508
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #ffe8a3;
  color: #856508
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #856508;
  border-color: #856508;
  color: #fff
}

.list-group-item-secondary {
  background-color: #ddd;
  color: #464646
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #d0d0d0;
  color: #464646
}

.list-group-item-secondary.list-group-item-action.active {
  background-color: #464646;
  border-color: #464646;
  color: #fff
}

.list-group-item-success {
  background-color: #c4eedd;
  color: #176445
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b0e8d2;
  color: #176445
}

.list-group-item-success.list-group-item-action.active {
  background-color: #176445;
  border-color: #176445;
  color: #fff
}

.list-group-item-info {
  background-color: #d0effb;
  color: #2e677c
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #b9e7f9;
  color: #2e677c
}

.list-group-item-info.list-group-item-action.active {
  background-color: #2e677c;
  border-color: #2e677c;
  color: #fff
}

.list-group-item-warning {
  background-color: #fff5ca;
  color: #857222
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #fff0b1;
  color: #857222
}

.list-group-item-warning.list-group-item-action.active {
  background-color: #857222;
  border-color: #857222;
  color: #fff
}

.list-group-item-danger {
  background-color: #fcd0cb;
  color: #7f2e24
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #fbbab3;
  color: #7f2e24
}

.list-group-item-danger.list-group-item-action.active {
  background-color: #7f2e24;
  border-color: #7f2e24;
  color: #fff
}

.list-group-item-light {
  background-color: #fff;
  color: #858585
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #f2f2f2;
  color: #858585
}

.list-group-item-light.list-group-item-action.active {
  background-color: #858585;
  border-color: #858585;
  color: #fff
}

.list-group-item-dark {
  background-color: #c6c6c6;
  color: #1a1a1a
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9b9b9;
  color: #1a1a1a
}

.list-group-item-dark.list-group-item-action.active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff
}

.list-group-item-grey {
  background-color: #f8f8f8;
  color: #777
}

.list-group-item-grey.list-group-item-action:focus,
.list-group-item-grey.list-group-item-action:hover {
  background-color: #ebebeb;
  color: #777
}

.list-group-item-grey.list-group-item-action.active {
  background-color: #777;
  border-color: #777;
  color: #fff
}

.list-group-item-noir {
  background-color: #cfcfcf;
  color: #2c2c2c
}

.list-group-item-noir.list-group-item-action:focus,
.list-group-item-noir.list-group-item-action:hover {
  background-color: #c2c2c2;
  color: #2c2c2c
}

.list-group-item-noir.list-group-item-action.active {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff
}

.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: .5;
  text-shadow: 0 1px 0 #fff
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  background-color: transparent;
  border: 0;
  padding: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, .85);
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  flex-basis: 350px;
  font-size: .875rem;
  max-width: 350px;
  opacity: 0
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, .85);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  color: #878787;
  display: flex;
  padding: .25rem .75rem
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050
}

.modal-dialog {
  margin: .5rem;
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  padding: 1rem
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem
}

.modal-title {
  line-height: 1.538;
  margin-bottom: 0
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative
}

.modal-footer {
  align-items: center;
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: .75rem
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px
}

@media (min-width:576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 545px
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 750px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: Open Sans, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial;
  font-size: .8462rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.538;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  display: block;
  height: .4rem;
  position: absolute;
  width: .8rem
}

.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: .4rem .4rem 0;
  top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  height: .8rem;
  left: 0;
  width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: .4rem .4rem .4rem 0;
  right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 .4rem .4rem;
  bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  height: .8rem;
  right: 0;
  width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: .4rem 0 .4rem .4rem;
  left: 0
}

.tooltip-inner {
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center
}

.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  font-family: Open Sans, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial;
  font-size: .8462rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.538;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060
}

.popover,
.popover .arrow {
  display: block;
  position: absolute
}

.popover .arrow {
  height: .5rem;
  margin: 0 .3rem;
  width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
  border-top-color: rgba(0, 0, 0, .25);
  border-width: .5rem .5rem 0;
  bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
  border-top-color: #fff;
  border-width: .5rem .5rem 0;
  bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  height: 1rem;
  left: calc(-.5rem - 1px);
  margin: .3rem 0;
  width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
  border-right-color: rgba(0, 0, 0, .25);
  border-width: .5rem .5rem .5rem 0;
  left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
  border-right-color: #fff;
  border-width: .5rem .5rem .5rem 0;
  left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
  border-bottom-color: rgba(0, 0, 0, .25);
  border-width: 0 .5rem .5rem;
  top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
  border-bottom-color: #fff;
  border-width: 0 .5rem .5rem;
  top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -.5rem;
  position: absolute;
  top: 0;
  width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  height: 1rem;
  margin: .3rem 0;
  right: calc(-.5rem - 1px);
  width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
  border-left-color: rgba(0, 0, 0, .25);
  border-width: .5rem 0 .5rem .5rem;
  right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
  border-left-color: #fff;
  border-width: .5rem 0 .5rem .5rem;
  right: 1px
}

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  margin-bottom: 0;
  padding: .5rem .75rem
}

.popover-header:empty {
  display: none
}

.popover-body {
  color: #545454;
  padding: .5rem .75rem
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block
}

.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform .6s ease-in-out;
  width: 100%
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s .6s;
  z-index: 0
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: .5;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .15s ease;
  width: 15%;
  z-index: 1
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: 50%/100% 100% no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15
}

.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: .5;
  text-indent: -999px;
  transition: opacity .6s ease;
  width: 30px
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

.spinner-border {
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  border: .25em solid;
  border-radius: 50%;
  border-right: .25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem
}

.spinner-border-sm {
  border-width: .2em;
  height: 1rem;
  width: 1rem
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2rem
}

.spinner-grow-sm {
  height: 1rem;
  width: 1rem
}

@media (prefers-reduced-motion:reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #758bfb !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #24226b !important
}

.bg-secondary {
  background-color: #878787 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6e6e6e !important
}

.bg-success {
  background-color: #2cc185 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #239768 !important
}

.bg-info {
  background-color: #58c7ef !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #29b7eb !important
}

.bg-warning {
  background-color: #ffdc42 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #ffd30f !important
}

.bg-danger {
  background-color: #f45846 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #f12d16 !important
}

.bg-light {
  background-color: #fff !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important
}

.bg-dark {
  background-color: #323232 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #191919 !important
}

.bg-grey {
  background-color: #e5e5e5 !important
}

a.bg-grey:focus,
a.bg-grey:hover,
button.bg-grey:focus,
button.bg-grey:hover {
  background-color: #ccc !important
}

.bg-noir {
  background-color: #545454 !important
}

a.bg-noir:focus,
a.bg-noir:hover,
button.bg-noir:focus,
button.bg-noir:hover {
  background-color: #3b3b3b !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #758bfb !important
}

.border-secondary {
  border-color: #878787 !important
}

.border-success {
  border-color: #2cc185 !important
}

.border-info {
  border-color: #58c7ef !important
}

.border-warning {
  border-color: #ffdc42 !important
}

.border-danger {
  border-color: #f45846 !important
}

.border-light {
  border-color: #fff !important
}

.border-dark {
  border-color: #323232 !important
}

.border-grey {
  border-color: #e5e5e5 !important
}

.border-noir {
  border-color: #545454 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix:after {
  clear: both;
  content: "";
  display: block
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%
}

.embed-responsive:before {
  content: "";
  display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  top: 0
}

.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.m-6 {
  margin: 4.5rem !important
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.p-6 {
  padding: 4.5rem !important
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-n6 {
  margin: -4.5rem !important
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .m-sm-6 {
    margin: 4.5rem !important
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .p-sm-6 {
    padding: 4.5rem !important
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-n6 {
    margin: -4.5rem !important
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .m-md-6 {
    margin: 4.5rem !important
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .p-md-6 {
    padding: 4.5rem !important
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-n6 {
    margin: -4.5rem !important
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .m-lg-6 {
    margin: 4.5rem !important
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .p-lg-6 {
    padding: 4.5rem !important
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-n6 {
    margin: -4.5rem !important
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .m-xl-6 {
    margin: 4.5rem !important
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .p-xl-6 {
    padding: 4.5rem !important
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-n6 {
    margin: -4.5rem !important
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #758bfb !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #c29000 !important
}

.text-secondary {
  color: #878787 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #616161 !important
}

.text-success {
  color: #2cc185 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #1e835a !important
}

.text-info {
  color: #58c7ef !important
}

a.text-info:focus,
a.text-info:hover {
  color: #16aee5 !important
}

.text-warning {
  color: #ffdc42 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #f5c700 !important
}

.text-danger {
  color: #f45846 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #e0230d !important
}

.text-light {
  color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important
}

.text-dark {
  color: #323232 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #0c0c0c !important
}

.text-grey {
  color: #e5e5e5 !important
}

a.text-grey:focus,
a.text-grey:hover {
  color: #bfbfbf !important
}

.text-noir {
  color: #545454 !important
}

a.text-noir:focus,
a.text-noir:hover {
  color: #2e2e2e !important
}

.text-body {
  color: #545454 !important
}

.text-muted {
  color: #878787 !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #eceeef
  }

  .table .thead-dark th {
    border-color: #eceeef;
    color: inherit
  }
}

.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: 28px;
  -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;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  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-left: 20px;
  padding-right: 8px
}

.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 {
  border: none;
  box-sizing: border-box;
  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 #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051
}

.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: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 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;
  white-space: nowrap !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.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: 26px;
  position: absolute;
  right: 1px;
  top: 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 #aaa;
  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-right: 10px;
  margin-top: 5px;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  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 #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  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;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  outline: 0
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.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;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: .25rem;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: .25rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px
}

.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-radius: 0;
  border-bottom-left-radius: .25rem;
  border-right: 1px solid #dee2e6;
  border-top-left-radius: .25rem;
  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: transparent;
  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 {
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  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 #dee2e6;
  border-radius: .25rem;
  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 #dee2e6;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0
}

.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: 200px;
  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
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.slider.slider-horizontal {
  height: 20px;
  width: 210px
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
  bottom: 0;
  height: 100%;
  top: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-left: -10px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
  border-bottom-color: #036fa5;
  border-width: 0 10px 10px;
  height: 0;
  margin-top: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 0
}

.slider.slider-horizontal .slider-tick-container {
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
  margin-top: 20px;
  white-space: nowrap
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  padding-top: 24px;
  text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: auto;
  right: 0
}

.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
  margin-left: 0;
  margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: auto;
  right: 0
}

.slider.slider-vertical {
  height: 210px;
  width: 20px
}

.slider.slider-vertical .slider-track {
  height: 100%;
  left: 25%;
  top: 0;
  width: 10px
}

.slider.slider-vertical .slider-selection {
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
  left: 0;
  right: 0;
  width: 100%
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
  border-left-color: #036fa5;
  border-width: 10px 0 10px 10px;
  height: 1px;
  margin-left: 0;
  width: 1px
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: auto;
  right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: auto;
  right: 0
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
  border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: 0;
  padding-right: 4px
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: linear-gradient(180deg, #dfdfdf, #bebebe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE", GradientType=0)
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: linear-gradient(180deg, #e5e5e5, #e9e9e9);
  background-repeat: repeat-x;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9", GradientType=0)
}

.slider input {
  display: none
}

.slider .tooltip {
  pointer-events: none
}

.slider .tooltip.top {
  margin-top: -36px
}

.slider .tooltip-inner {
  max-width: none;
  white-space: nowrap
}

.slider .hide {
  display: none
}

.slider-track {
  background-image: linear-gradient(180deg, #f5f5f5, #f9f9f9);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9", GradientType=0)
}

.slider-selection,
.slider-track {
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  border-radius: 4px;
  position: absolute
}

.slider-selection {
  background-image: linear-gradient(180deg, #f9f9f9, #f5f5f5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5", GradientType=0)
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(180deg, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd", GradientType=0)
}

.slider-track-high,
.slider-track-low {
  background: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute
}

.slider-handle {
  background-color: #0478b2;
  background-color: #0480be;
  background-image: linear-gradient(180deg, #0480be, #036fa5);
  background-repeat: repeat-x;
  border: 0 solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5", GradientType=0);
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px
}

.slider-handle:hover {
  cursor: pointer
}

.slider-handle.round {
  border-radius: 20px
}

.slider-handle.custom,
.slider-handle.triangle {
  background: transparent none
}

.slider-handle.custom:before {
  color: #726204;
  content: "★";
  font-size: 20px;
  line-height: 20px
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  border: 0 solid transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-sizing: border-box;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9", GradientType=0);
  filter: none;
  height: 20px;
  opacity: .8;
  position: absolute;
  width: 20px
}

.slider-tick.round {
  border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
  background: transparent none
}

.slider-tick.custom:before {
  color: #726204;
  content: "★";
  font-size: 20px;
  line-height: 20px
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(180deg, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd", GradientType=0);
  opacity: 1
}

.pretty * {
  box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none
}

.pretty {
  display: inline-block;
  line-height: 1;
  margin-right: 1em;
  position: relative;
  white-space: nowrap
}

.pretty input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  min-width: 1em;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.pretty .state label {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  min-width: calc(1em + 2px);
  position: static;
  text-indent: 1.5em
}

.pretty .state label:after,
.pretty .state label:before {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: calc(1em + 2px);
  left: 0;
  position: absolute;
  top: calc(-108% + 1em);
  width: calc(1em + 2px);
  z-index: 0
}

.pretty .state label:before {
  border-color: #bdc3c7
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0)
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0)
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7)
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1)
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.5)
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.24)
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.04)
  }

  to {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7)
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1)
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.5)
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.24)
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(1.04)
  }

  to {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1)
  }
}

@-webkit-keyframes jelly {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(.75, 1.25, 1)
  }

  40% {
    transform: scale3d(1.25, .75, 1)
  }

  50% {
    transform: scale3d(.85, 1.15, 1)
  }

  65% {
    transform: scale3d(1.05, .95, 1)
  }

  75% {
    transform: scale3d(.95, 1.05, 1)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes jelly {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(.75, 1.25, 1)
  }

  40% {
    transform: scale3d(1.25, .75, 1)
  }

  50% {
    transform: scale3d(.85, 1.15, 1)
  }

  65% {
    transform: scale3d(1.05, .95, 1)
  }

  75% {
    transform: scale3d(.95, 1.05, 1)
  }

  to {
    transform: scaleX(1)
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7
  }

  to {
    box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0)
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7
  }

  to {
    box-shadow: 0 0 0 1.5em hsla(204, 8%, 76%, 0)
  }
}

.pretty.p-default.p-fill .state label:after {
  transform: scale(1)
}

.pretty.p-default .state label:after {
  transform: scale(.6)
}

.pretty.p-default input:checked~.state label:after {
  background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
  border-width: .14286em
}

.pretty.p-default.p-thick .state label:after {
  transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
  border: 1px solid transparent;
  font-size: 1em;
  height: calc(1em + 2px);
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: calc(-108% + 1em);
  width: calc(1em + 2px);
  z-index: 1
}

.pretty.p-icon .state .icon:before {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%
}

.pretty.p-icon input:checked~.state .icon {
  opacity: 1
}

.pretty.p-icon input:checked~.state label:before {
  border-color: #5a656b
}

.pretty.p-svg .state .svg {
  border: 1px solid transparent;
  font-size: 1em;
  height: calc(1em + 2px);
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: calc(-108% + 1em);
  width: calc(1em + 2px);
  z-index: 1
}

.pretty.p-svg .state svg {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 100%
}

.pretty.p-svg input:checked~.state .svg {
  opacity: 1
}

.pretty.p-image .state img {
  height: calc(1em + 2px);
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  top: calc(-108% + 1em);
  transform: scale(.8);
  width: calc(1em + 2px);
  z-index: 0
}

.pretty.p-image input:checked~.state img {
  opacity: 1
}

.pretty.p-switch input {
  min-width: 2em
}

.pretty.p-switch .state {
  position: relative
}

.pretty.p-switch .state:before {
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  box-sizing: unset;
  content: "";
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc(-116% + 1em);
  transition: all .5s ease;
  width: 2em;
  z-index: 0
}

.pretty.p-switch .state label {
  text-indent: 2.5em
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
  border-color: transparent;
  border-radius: 100%;
  left: 0;
  transform: scale(.8);
  transition: all .5s ease
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked~.state:before {
  border-color: #5a656b
}

.pretty.p-switch input:checked~.state label:before {
  opacity: 0
}

.pretty.p-switch input:checked~.state label:after {
  background-color: #5a656b !important;
  left: 1em
}

.pretty.p-switch.p-fill input:checked~.state:before {
  background-color: #5a656b !important;
  border-color: #5a656b
}

.pretty.p-switch.p-fill input:checked~.state label:before {
  opacity: 0
}

.pretty.p-switch.p-fill input:checked~.state label:after {
  background-color: #fff !important;
  left: 1em
}

.pretty.p-switch.p-slim .state:before {
  background: #bdc3c7 !important;
  height: .1em;
  top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked~.state:before {
  background-color: #5a656b !important;
  border-color: #5a656b
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
  display: none
}

.pretty.p-has-hover input:hover~.state.p-is-hover,
.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
  display: block
}

.pretty.p-has-focus input:focus~.state label:before {
  box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate) {
  display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate {
  display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon {
  display: block;
  opacity: 1
}

.pretty.p-toggle .state.p-on {
  display: none;
  opacity: 0
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  display: inherit;
  opacity: 1
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7
}

.pretty.p-toggle input:checked~.state.p-on {
  display: inherit;
  opacity: 1
}

.pretty.p-toggle input:checked~.state.p-off {
  display: none;
  opacity: 0
}

.pretty.p-plain.p-toggle .state label:before,
.pretty.p-plain input:checked~.state label:before {
  content: none
}

.pretty.p-plain.p-plain .icon {
  transform: scale(1.1)
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
  border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
  transform: scale(.8)
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
  border-radius: 20%
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
  transition: all .5s ease
}

.pretty.p-smooth input:checked+.state label:after {
  transition: all .3s ease
}

.pretty.p-smooth.p-default input:checked+.state label:after,
.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
  content: "";
  transform: scale(0);
  transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:after,
.pretty.p-tada:not(.p-default) input:checked+.state label:before {
  -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
  animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
  opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
  -webkit-animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
  animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
  opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
  border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
  -webkit-animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
  animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
  opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
  border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none
}

.pretty input[disabled]~* {
  opacity: .5
}

.pretty.p-locked input {
  cursor: not-allowed;
  display: none
}

.pretty.p-toggle .state.p-primary label:after,
.pretty input:checked~.state.p-primary label:after {
  background-color: #428bca !important
}

.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg,
.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg {
  stroke: #fff;
  color: #fff
}

.pretty.p-toggle .state.p-primary-o label:before,
.pretty input:checked~.state.p-primary-o label:before {
  border-color: #428bca
}

.pretty.p-toggle .state.p-primary-o label:after,
.pretty input:checked~.state.p-primary-o label:after {
  background-color: transparent
}

.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg,
.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg {
  stroke: #428bca;
  color: #428bca
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
  background-color: #428bca !important
}

.pretty.p-switch input:checked~.state.p-primary:before {
  border-color: #428bca
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
  background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
  background-color: #245682 !important;
  border-color: #245682
}

.pretty.p-toggle .state.p-info label:after,
.pretty input:checked~.state.p-info label:after {
  background-color: #5bc0de !important
}

.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg,
.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg {
  stroke: #fff;
  color: #fff
}

.pretty.p-toggle .state.p-info-o label:before,
.pretty input:checked~.state.p-info-o label:before {
  border-color: #5bc0de
}

.pretty.p-toggle .state.p-info-o label:after,
.pretty input:checked~.state.p-info-o label:after {
  background-color: transparent
}

.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg,
.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg {
  stroke: #5bc0de;
  color: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
  background-color: #5bc0de !important
}

.pretty.p-switch input:checked~.state.p-info:before {
  border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
  background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
  background-color: #2390b0 !important;
  border-color: #2390b0
}

.pretty.p-toggle .state.p-success label:after,
.pretty input:checked~.state.p-success label:after {
  background-color: #5cb85c !important
}

.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg,
.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg {
  stroke: #fff;
  color: #fff
}

.pretty.p-toggle .state.p-success-o label:before,
.pretty input:checked~.state.p-success-o label:before {
  border-color: #5cb85c
}

.pretty.p-toggle .state.p-success-o label:after,
.pretty input:checked~.state.p-success-o label:after {
  background-color: transparent
}

.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg,
.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg {
  stroke: #5cb85c;
  color: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
  background-color: #5cb85c !important
}

.pretty.p-switch input:checked~.state.p-success:before {
  border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
  background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
  background-color: #357935 !important;
  border-color: #357935
}

.pretty.p-toggle .state.p-warning label:after,
.pretty input:checked~.state.p-warning label:after {
  background-color: #f0ad4e !important
}

.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg,
.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg {
  stroke: #fff;
  color: #fff
}

.pretty.p-toggle .state.p-warning-o label:before,
.pretty input:checked~.state.p-warning-o label:before {
  border-color: #f0ad4e
}

.pretty.p-toggle .state.p-warning-o label:after,
.pretty input:checked~.state.p-warning-o label:after {
  background-color: transparent
}

.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg,
.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg {
  stroke: #f0ad4e;
  color: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
  background-color: #f0ad4e !important
}

.pretty.p-switch input:checked~.state.p-warning:before {
  border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
  background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
  background-color: #c77c11 !important;
  border-color: #c77c11
}

.pretty.p-toggle .state.p-danger label:after,
.pretty input:checked~.state.p-danger label:after {
  background-color: #d9534f !important
}

.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg,
.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg {
  stroke: #fff;
  color: #fff
}

.pretty.p-toggle .state.p-danger-o label:before,
.pretty input:checked~.state.p-danger-o label:before {
  border-color: #d9534f
}

.pretty.p-toggle .state.p-danger-o label:after,
.pretty input:checked~.state.p-danger-o label:after {
  background-color: transparent
}

.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg,
.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg {
  stroke: #d9534f;
  color: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
  background-color: #d9534f !important
}

.pretty.p-switch input:checked~.state.p-danger:before {
  border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
  background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
  background-color: #a02622 !important;
  border-color: #a02622
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc(-135% + 1em) !important
}

.pretty.p-bigger label {
  text-indent: 1.7em
}

@media print {

  .pretty .state .icon,
  .pretty .state:before,
  .pretty .state label:after,
  .pretty .state label:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color-adjust: exact
  }
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/open-sans/light/opensans-light-webfont.eot);
  src: url(/fonts/open-sans/light/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/light/opensans-light-webfont.woff) format("woff"), url(/fonts/open-sans/light/opensans-light-webfont.ttf) format("truetype"), url(/fonts/open-sans/light/opensans-light-webfont.svg#OpenSansLight) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot);
  src: url(/fonts/open-sans/light-italic/opensans-light-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/light-italic/opensans-light-italic-webfont.woff) format("woff"), url(/fonts/open-sans/light-italic/opensans-light-italic-webfont.ttf) format("truetype"), url(/fonts/open-sans/light-italic/opensans-light-italic-webfont.svg#OpenSansLightItalic) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/open-sans/regular/opensans-regular-webfont.eot);
  src: url(/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/regular/opensans-regular-webfont.woff) format("woff"), url(/fonts/open-sans/regular/opensans-regular-webfont.ttf) format("truetype"), url(/fonts/open-sans/regular/opensans-regular-webfont.svg#OpenSansRegular) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/open-sans/italic/opensans-italic-webfont.eot);
  src: url(/fonts/open-sans/italic/opensans-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/italic/opensans-italic-webfont.woff) format("woff"), url(/fonts/open-sans/italic/opensans-italic-webfont.ttf) format("truetype"), url(/fonts/open-sans/italic/opensans-italic-webfont.svg#OpenSansItalic) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/open-sans/semibold/opensans-semibold-webfont.eot);
  src: url(/fonts/open-sans/semibold/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/semibold/opensans-semibold-webfont.woff) format("woff"), url(/fonts/open-sans/semibold/opensans-semibold-webfont.ttf) format("truetype"), url(/fonts/open-sans/semibold/opensans-semibold-webfont.svg#OpenSansSemibold) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot);
  src: url(/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.woff) format("woff"), url(/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.ttf) format("truetype"), url(/fonts/open-sans/semibold-italic/opensans-semibold-italic-webfont.svg#OpenSansSemiboldItalic) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/open-sans/bold/opensans-bold-webfont.eot);
  src: url(/fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/bold/opensans-bold-webfont.woff) format("woff"), url(/fonts/open-sans/bold/opensans-bold-webfont.ttf) format("truetype"), url(/fonts/open-sans/bold/opensans-bold-webfont.svg#OpenSansBold) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot);
  src: url(/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.woff) format("woff"), url(/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.ttf) format("truetype"), url(/fonts/open-sans/bold-italic/opensans-bold-italic-webfont.svg#OpenSansItalic) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot);
  src: url(/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/extrabold/opensans-extrabold-webfont.woff) format("woff"), url(/fonts/open-sans/extrabold/opensans-extrabold-webfont.ttf) format("truetype"), url(/fonts/open-sans/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold) format("svg")
}

@font-face {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 800;
  src: url(/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot);
  src: url(/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.woff) format("woff"), url(/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.ttf) format("truetype"), url(/fonts/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/raleway/thin/raleway-thin.eot);
  src: url(/fonts/raleway/thin/raleway-thin.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/thin/raleway-thin.woff) format("woff"), url(/fonts/raleway/thin/raleway-thin.ttf) format("truetype"), url(/fonts/raleway/thin/raleway-thin.svg#ralewaythin) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/raleway/extralight/raleway-extralight.eot);
  src: url(/fonts/raleway/extralight/raleway-extralight.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/extralight/raleway-extralight.woff) format("woff"), url(/fonts/raleway/extralight/raleway-extralight.ttf) format("truetype"), url(/fonts/raleway/extralight/raleway-extralight.svg#ralewayextralight) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/raleway/light/raleway-light.eot);
  src: url(/fonts/raleway/light/raleway-light.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/light/raleway-light.woff) format("woff"), url(/fonts/raleway/light/raleway-light.ttf) format("truetype"), url(/fonts/raleway/light/raleway-light.svg#ralewaylight) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/raleway/regular/raleway-regular.eot);
  src: url(/fonts/raleway/regular/raleway-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/regular/raleway-regular.woff) format("woff"), url(/fonts/raleway/regular/raleway-regular.ttf) format("truetype"), url(/fonts/raleway/regular/raleway-regular.svg#ralewayregular) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/raleway/medium/raleway-medium.eot);
  src: url(/fonts/raleway/medium/raleway-medium.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/medium/raleway-medium.woff) format("woff"), url(/fonts/raleway/medium/raleway-medium.ttf) format("truetype"), url(/fonts/raleway/medium/raleway-medium.svg#ralewaymedium) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/raleway/semibold/raleway-semibold.eot);
  src: url(/fonts/raleway/semibold/raleway-semibold.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/semibold/raleway-semibold.woff) format("woff"), url(/fonts/raleway/semibold/raleway-semibold.ttf) format("truetype"), url(/fonts/raleway/semibold/raleway-semibold.svg#ralewaysemibold) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/raleway/bold/raleway-bold.eot);
  src: url(/fonts/raleway/bold/raleway-bold.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/bold/raleway-bold.woff) format("woff"), url(/fonts/raleway/bold/raleway-bold.ttf) format("truetype"), url(/fonts/raleway/bold/raleway-bold.svg#ralewaybold) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/raleway/extrabold/raleway-extrabold.eot);
  src: url(/fonts/raleway/extrabold/raleway-extrabold.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/extrabold/raleway-extrabold.woff) format("woff"), url(/fonts/raleway/extrabold/raleway-extrabold.ttf) format("truetype"), url(/fonts/raleway/extrabold/raleway-extrabold.svg#ralewayextrabold) format("svg")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/raleway/heavy/raleway-heavy.eot);
  src: url(/fonts/raleway/heavy/raleway-heavy.eot?#iefix) format("embedded-opentype"), url(/fonts/raleway/heavy/raleway-heavy.woff) format("woff"), url(/fonts/raleway/heavy/raleway-heavy.ttf) format("truetype"), url(/fonts/raleway/heavy/raleway-heavy.svg#ralewayheavy) format("svg")
}

@font-face {
  font-family: Stroke\ 7;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/stroke-7/Stroke-7.eot?f72xkr);
  src: url(/fonts/stroke-7/Stroke-7.eot?f72xkr#iefix) format("embedded-opentype"), url(/fonts/stroke-7/Stroke-7.ttf?f72xkr) format("truetype"), url(/fonts/stroke-7/Stroke-7.woff?f72xkr) format("woff"), url(/fonts/stroke-7/Stroke-7.svg?f72xkr#Stroke-7) format("svg")
}

html {
  font-size: 13px
}

body,
html {
  height: 100%
}

a {
  outline: none
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none
}

p {
  font-size: 1.077rem
}

.main-content {
  padding: 45px 0
}

@media (max-width:767.98px) {
  .main-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px
  }
}

.mai-mega-dropdown {
  position: static
}

.mai-mega-menu.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0;
  box-shadow: 0 3px .3077rem rgba(0, 0, 0, .1);
  margin-top: 0;
  padding: 15px 0 25px;
  width: 100%;
  z-index: 999
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub .mai-mega-menu.dropdown-menu {
    background-color: #424242;
    padding: 0
  }
}

.mai-mega-menu-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}

@media (max-width:767.98px) {
  .mai-mega-menu-row {
    flex-direction: column;
    margin: 0;
    padding: 0
  }
}

.mai-mega-menu-column {
  border-right: 1px solid #f2f2f2;
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding: 7px 20px;
  position: relative;
  width: 100%
}

@media (max-width:767.98px) {
  .mai-mega-menu-column {
    border-right-width: 0;
    max-width: 100%;
    padding: 0
  }
}

.mai-mega-menu-column:first-child {
  padding-left: 40px
}

@media (max-width:767.98px) {
  .mai-mega-menu-column:first-child {
    padding: 0
  }
}

.mai-mega-menu-column:last-child {
  border-right-width: 0
}

.mai-mega-menu-section {
  margin: 0 0 15px
}

@media (max-width:767.98px) {
  .mai-mega-menu-section {
    margin: 0
  }

  .mai-mega-menu-section.parent>.nav-link {
    color: #a1a1a1
  }

  .mai-mega-menu-section.parent>.nav-link:after {
    content: "";
    font-family: Stroke\ 7;
    font-size: 1.9rem;
    position: absolute;
    right: 15px;
    top: 0;
    vertical-align: middle
  }

  .mai-mega-menu-section.open>.nav-link {
    color: #2e2e2e
  }

  .mai-mega-menu-section.open>.nav-link:after {
    content: ""
  }
}

.mai-mega-menu-section>.nav-link {
  color: #758bfb;
  font-size: 1.231rem;
  font-weight: 400
}

.navbar .navbar-nav .mai-mega-menu-section>.nav-link {
  padding: 10px 0 6px
}

@media (max-width:767.98px) {
  .navbar .navbar-nav .mai-mega-menu-section>.nav-link {
    padding: 0 17px 0 56px
  }

  .mai-mega-menu-section>.nav-link {
    color: #a1a1a1;
    font-size: 1rem;
    line-height: 50.4px;
    position: relative
  }
}

.mai-mega-menu-section>.nav-link .icon {
  font-size: 1.385rem;
  line-height: 1.1;
  margin-right: 6px;
  vertical-align: middle
}

@media (max-width:767.98px) {
  .mai-mega-menu-sub-items {
    display: none;
    padding: .6rem 0
  }

  .mai-mega-menu-section.open .mai-mega-menu-sub-items {
    display: block
  }
}

.mai-mega-menu-sub-items .dropdown-item {
  color: #616161;
  font-size: 1.077rem
}

.navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item {
  padding: 8px 23px
}

.navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item.active,
.navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item:hover {
  background-color: transparent;
  color: #758bfb
}

.navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item:focus {
  background-color: transparent
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub .dropdown-menu .mai-mega-menu-sub-items .dropdown-item {
    font-size: 1rem;
    padding: .7rem 1.5rem .7rem 78px
  }
}

.page-head {
  padding: 20px 0 30px
}

@media (max-width:767.98px) {
  .page-head {
    align-items: center;
    flex-direction: column;
    text-align: center
  }
}

.page-head-heading {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.page-head-heading h1 {
  font-size: 3.07692rem;
  line-height: 1.3
}

@media (max-width:767.98px) {
  .page-head-heading h1 {
    font-size: 2.5rem
  }
}

.page-head-desc {
  border-left: 2px solid #d9d9d9;
  text-align: center
}

@media (max-width:767.98px) {
  .page-head-desc {
    border-left-width: 0
  }
}

.page-head-desc h3 {
  color: #919191;
  font-size: 1.69231rem;
  line-height: 1.4
}

@media (max-width:767.98px) {
  .page-head-desc h3 {
    font-size: 1.4rem
  }
}

.mai-sub-header {
  background-color: #758bfb;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 70px
}

@media (max-width:767.98px) {
  .mai-sub-header {
    background-color: #3f3f3f;
    padding-bottom: 0
  }
}

.mai-sub-header:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1
}

@media (max-width:767.98px) {
  .mai-sub-header:before {
    display: none
  }
}

.mai-sub-header>.container {
  padding: 42px 0 0;
  position: relative
}

@media (max-width:767.98px) {
  .mai-sub-header>.container {
    padding: 0
  }
}

.mai-sub-header .navbar {
  padding: 0;
  width: 100%
}

.mai-sub-header .navbar-toggler {
  background-color: #ffbf02;
  height: auto;
  padding: 14px 0;
  width: 100%
}

.mai-sub-header .navbar-toggler:focus {
  outline: none
}

.mai-sub-header .navbar-toggler.collapsed {
  background-color: #353535
}

.mai-sub-header .navbar-toggler.collapsed .icon-bar span {
  background-color: #d8d8d8
}

.mai-sub-header .navbar-toggler .icon-bar {
  background-color: transparent;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: auto
}

.mai-sub-header .navbar-toggler .icon-bar span {
  background-color: #fff;
  display: block;
  height: 1px;
  margin-top: 6px;
  width: 24px
}

.mai-sub-header .navbar-toggler .icon-bar span:first-child {
  margin-top: 0
}

.mai-sub-header .navbar-nav>.nav-item+.nav-item {
  margin-left: 0
}

.mai-sub-header .navbar-nav>.nav-item>.nav-link {
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 1.308rem;
  font-weight: 500;
  line-height: 54px;
  min-width: 120px;
  padding: 0 17px;
  text-align: center;
  transition: color .12s ease-in-out
}

@media (min-width:768px) and (max-width:991.98px) {
  .mai-sub-header .navbar-nav>.nav-item>.nav-link {
    font-size: 1.2rem;
    min-width: 90px;
    padding: 0 13px
  }
}

@media (max-width:767.98px) {
  .mai-sub-header .navbar-nav>.nav-item>.nav-link {
    background-color: #3a3a3a;
    color: #bebebe;
    font-size: 1.077rem;
    text-align: left
  }
}

.mai-sub-header .navbar-nav>.nav-item>.nav-link>.icon {
  font-size: 2.154rem;
  margin-right: 5px
}

@media (min-width:768px) and (max-width:991.98px) {
  .mai-sub-header .navbar-nav>.nav-item>.nav-link>.icon {
    font-size: 1.5rem
  }
}

@media (max-width:767.98px) {
  .mai-sub-header .navbar-nav>.nav-item>.nav-link>.icon {
    display: inline-block;
    font-size: 1.615rem;
    margin-right: 10px;
    min-width: 21px;
    text-align: center
  }
}

.mai-sub-header .navbar-nav>.nav-item>.nav-link>span {
  vertical-align: middle
}

.mai-sub-header .navbar-nav>.nav-item>.nav-link:hover {
  background-color: transparent;
  color: contrast-color(#758bfb)
}

@media (max-width:767.98px) {
  .mai-sub-header .navbar-nav>.nav-item>.nav-link:hover {
    background-color: #3a3a3a;
    color: #bebebe
  }
}

.mai-sub-header .navbar-nav>.nav-item>.nav-link.dropdown-toggle:after {
  display: none
}

@media (max-width:767.98px) {
  .mai-sub-header .navbar-nav>.nav-item.parent>.nav-link:after {
    content: "";
    font-family: Stroke\ 7;
    font-size: 1.9rem;
    position: absolute;
    right: 15px;
    vertical-align: middle
  }

  .mai-sub-header .navbar-nav>.nav-item.parent.open>.nav-link:after {
    content: ""
  }
}

.mai-sub-header .navbar-nav>.nav-item.open:hover>a,
.mai-sub-header .navbar-nav>.nav-item.open>a {
  background-color: #fff;
  color: #758bfb
}

@media (max-width:767.98px) {

  .mai-sub-header .navbar-nav>.nav-item.open:hover>a,
  .mai-sub-header .navbar-nav>.nav-item.open>a {
    background-color: #3a3a3a
  }
}

.mai-sub-header .search {
  border-bottom: 1px solid #ffc418;
  margin-top: -21px;
  position: absolute;
  right: 0;
  top: 48px;
  width: 235px
}

@media (max-width:1199.98px) {
  .mai-sub-header .search {
    display: none
  }
}

.mai-sub-header .search>input {
  background-color: #ffbf02;
  border: 1px solid transparent;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 1.308rem;
  font-weight: 500;
  outline: none;
  padding: 8px 10px;
  transition: border-color .3s ease;
  width: 100%
}

.mai-sub-header .search>input:focus {
  border-color: #efb300
}

.mai-sub-header .search>span {
  color: #fff;
  font-size: 1.846rem;
  margin-top: -12px;
  position: absolute;
  right: 8px;
  top: 50%
}

.mai-sub-header ::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .4)
}

.mai-sub-header :-moz-placeholder {
  color: hsla(0, 0%, 100%, .4);
  opacity: 1
}

.mai-sub-header :-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .4)
}

.mai-nav-tabs-sub {
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub {
    background-color: #3f3f3f;
    flex-direction: column;
    padding: 5px 0;
    position: relative;
    top: 0
  }
}

.nav-item.open .mai-nav-tabs-sub {
  display: flex
}

.mai-nav-tabs-sub>.nav-item.mega-menu {
  position: static
}

.mai-nav-tabs-sub>.nav-item>.nav-link {
  font-size: 1.1rem;
  line-height: 70px;
  padding: 0 26px
}

@media (min-width:768px) and (max-width:991.98px) {
  .mai-nav-tabs-sub>.nav-item>.nav-link {
    padding: 0 14px
  }
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub>.nav-item>.nav-link {
    color: #a2a2a2;
    font-size: 1rem;
    line-height: 50.4px;
    padding-left: 34px
  }
}

.mai-nav-tabs-sub>.nav-item>.nav-link .icon {
  margin-right: .4rem
}

@media (min-width:768px) and (max-width:991.98px) {
  .mai-nav-tabs-sub>.nav-item>.nav-link .icon {
    display: none
  }
}

.mai-nav-tabs-sub>.nav-item>.nav-link.active {
  color: #758bfb
}

.mai-nav-tabs-sub>.nav-item.parent>.nav-link {
  padding-right: 34px
}

.mai-nav-tabs-sub>.nav-item.parent>.nav-link:after {
  content: "";
  font-family: Stroke\ 7;
  font-size: 1.9rem;
  position: absolute;
  vertical-align: middle
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub>.nav-item.parent>.nav-link:after {
    right: 15px
  }
}

.mai-nav-tabs-sub>.nav-item.parent.open>.nav-link {
  color: #2e2e2e
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub>.nav-item.parent.open>.nav-link:after {
    content: ""
  }

  .mai-nav-tabs-sub .dropdown.open>.dropdown-menu {
    display: block
  }
}

.mai-nav-tabs-sub .dropdown-menu {
  border: 0;
  box-shadow: 0 3px .3077rem rgba(0, 0, 0, .1);
  margin-top: 0;
  min-width: 200px;
  padding-top: .6rem
}

.mai-nav-tabs-sub .dropdown-menu .dropdown-item {
  color: #616161
}

.mai-nav-tabs-sub .dropdown-menu .dropdown-item.active {
  color: #758bfb
}

@media (max-width:767.98px) {
  .mai-nav-tabs-sub .dropdown-menu {
    background-color: #424242;
    box-shadow: none;
    padding-bottom: .6rem
  }

  .mai-nav-tabs-sub .dropdown-menu .dropdown-item {
    color: #a2a2a2;
    padding-left: 56px
  }

  .mai-nav-tabs-sub .dropdown-menu .dropdown-item:hover {
    background-color: inherit
  }
}

.mai-top-header {
  background-color: #323232;
  border: 0;
  margin-bottom: 0;
  padding: 0
}

@media (max-width:767.98px) {
  .mai-top-header {
    background-color: #758bfb
  }
}

.mai-top-header>.container {
  align-items: center;
  display: flex;
  padding: 0
}

@media (max-width:575.98px) {
  .mai-top-header>.container {
    justify-content: space-between
  }
}

.mai-top-header .dropdown-toggle:after {
  display: none
}

.mai-top-header .dropdown-menu {
  margin-top: 0
}

.mai-top-header .navbar-brand {
  background-image: url(/img/logo-devidend-white.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 300;
  height: 62px;
  line-height: 62px;
  margin-right: 45px;
  padding-bottom: 0;
  padding-top: 0;
  width: 133px
}

.mai-top-header .navbar-brand-text {
  background-image: none
}

@media (max-width:991.98px) {
  .mai-top-header .navbar-brand {
    flex: 1 1 100%
  }
}

@media (max-width:767.98px) {
  .mai-top-header .navbar-brand {
    display: none
  }
}

@media (max-width:575.98px) {
  .mai-top-header .navbar-brand {
    display: none
  }
}

@media (max-width:767.98px) {
  .mai-top-header.mai-top-header-show-logo .navbar-brand {
    display: inline-block;
    flex: 1 1;
    margin-left: 20px;
    margin-right: 0
  }
}

.mai-top-header .navbar-nav {
  flex-direction: row
}

.mai-top-header .mai-top-nav {
  flex: 1 1
}

@media (max-width:767.98px) {
  .mai-top-header .mai-top-nav {
    display: none
  }
}

@media (max-width:575.98px) {
  .mai-top-header .mai-top-nav {
    display: none
  }
}

@media (max-width:991.98px) {
  .mai-top-header .mai-top-nav {
    display: none
  }
}

.mai-top-header .mai-top-nav .nav-link {
  padding: 0 18px
}

.mai-top-header .navbar-collapse {
  padding-right: 45px
}

.mai-top-header .mai-icons-nav {
  flex: 0 0 auto;
  margin-right: 10px
}

@media (max-width:767.98px) {
  .mai-top-header .mai-icons-nav {
    order: 2
  }

  .mai-top-header .mai-icons-nav>.nav-item.dropdown {
    position: static
  }
}

@media (max-width:575.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown {
    position: static
  }
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link {
  padding: 0 9px;
  position: relative
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .icon {
  color: #707070;
  font-size: 25px;
  vertical-align: middle
}

@media (max-width:767.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .icon {
    color: #fff
  }
}

@media (max-width:575.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .icon {
    color: #fff
  }
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .indicator {
  background: #758bfb;
  border-radius: 50%;
  display: block;
  height: 6px;
  position: absolute;
  right: 7px;
  top: 19px;
  width: 6px
}

@media (max-width:767.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .indicator {
    background-color: #fff
  }
}

@media (max-width:575.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link .indicator {
    background-color: #fff
  }
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link:hover .icon {
  color: #7f7f7f
}

@media (max-width:767.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link:hover .icon {
    color: #fff
  }
}

@media (max-width:575.98px) {
  .mai-top-header .mai-icons-nav>.nav-item.dropdown>.nav-link:hover .icon {
    color: #fff
  }
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown.show:hover>a,
.mai-top-header .mai-icons-nav>.nav-item.dropdown.show>a {
  background-color: transparent
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown.show:hover>a .icon,
.mai-top-header .mai-icons-nav>.nav-item.dropdown.show>a .icon {
  color: #ffbe00
}

@media (max-width:767.98px) {

  .mai-top-header .mai-icons-nav>.nav-item.dropdown.show:hover>a .icon,
  .mai-top-header .mai-icons-nav>.nav-item.dropdown.show>a .icon {
    color: #fff
  }
}

@media (max-width:575.98px) {

  .mai-top-header .mai-icons-nav>.nav-item.dropdown.show:hover>a .icon,
  .mai-top-header .mai-icons-nav>.nav-item.dropdown.show>a .icon {
    color: #fff
  }
}

.mai-top-header .mai-icons-nav>.nav-item.dropdown.show:hover>a:after,
.mai-top-header .mai-icons-nav>.nav-item.dropdown.show>a:after {
  border-bottom: 10px solid #3b3b3b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  bottom: -1px;
  content: "";
  display: inline-block;
  margin-right: -10px;
  position: absolute;
  right: 50%
}

.mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu,
.mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu,
.mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu {
  border-radius: 5px;
  left: auto;
  margin-right: -165px;
  padding: 0;
  right: 50%;
  width: 330px
}

@media (max-width:767.98px) {

  .mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu,
  .mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu,
  .mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu {
    margin-right: 0;
    right: 0
  }
}

@media (max-width:575.98px) {

  .mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu,
  .mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu,
  .mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu {
    left: 0;
    width: 100%
  }
}

.mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu .title,
.mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu .title,
.mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu .title {
  background-color: #3b3b3b;
  color: #949494;
  font-family: Raleway, sans-serif;
  font-size: 1.154rem;
  padding: 14px 0;
  text-align: center
}

.mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu .footer a,
.mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu .footer a,
.mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu .footer a {
  background-color: #3b3b3b;
  color: #949494;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  padding: 10px 0;
  text-align: center
}

.mai-top-header .mai-icons-nav .mai-messages>.dropdown-menu .footer a:hover,
.mai-top-header .mai-icons-nav .mai-notifications>.dropdown-menu .footer a:hover,
.mai-top-header .mai-icons-nav .mai-settings>.dropdown-menu .footer a:hover {
  background-color: #383838;
  color: #b2b2b2
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller {
  height: 252px;
  position: relative
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul {
  list-style: none;
  padding-left: 0
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li {
  background-color: #3d3d3d;
  border-bottom: 1px solid #414141;
  overflow: hidden
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a {
  display: block;
  overflow: hidden;
  padding: 15px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .icon,
.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .img,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .icon,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .img {
  background-color: #2e2e2e;
  border-radius: 50%;
  float: left;
  height: 36px;
  margin-top: 3px;
  text-align: center;
  width: 36px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .icon>span,
.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .img>span,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .icon>span,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .img>span {
  color: #758bfb;
  font-size: 1.846rem;
  line-height: 34px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .content,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content {
  line-height: 14px;
  padding-left: 50px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .content .desc,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content .desc {
  color: #cbcbcb;
  font-size: 1rem;
  line-height: 17px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .content .desc strong,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content .desc strong {
  font-weight: 600
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .content .date,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li>a .content .date {
  color: #8a8a8a;
  display: block;
  font-size: .9231rem;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover {
  background-color: #ffbf05
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover>a {
  color: #fff
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a .icon,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover>a .icon {
  background-color: #efb300
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a .content .desc,
.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a .icon>span,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover>a .content .desc,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover>a .icon>span {
  color: #fff
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a .content .date,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:hover>a .content .date {
  color: #b78900
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:last-child,
.mai-top-header .mai-icons-nav .mai-notifications .mai-scroller>.content>ul>li:last-child {
  border-bottom: 0
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .img {
  background-color: transparent;
  border-radius: 2px;
  height: 36px;
  margin-top: 1px;
  overflow: hidden;
  width: 36px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a .img>img {
  max-width: 100%
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a>.content .date {
  float: right;
  margin-top: 1px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a>.content .name {
  color: #cbcbcb;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 1.077rem;
  font-weight: 500;
  margin-bottom: 5px
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li>a>.content .desc {
  color: #9e9e9e
}

.mai-top-header .mai-icons-nav .mai-messages .mai-scroller>.content>ul>li:hover>a .content .name {
  color: #fff
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul {
  padding: 0
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li {
  background-color: #3d3d3d;
  border-bottom: 1px solid #424242;
  display: block;
  line-height: 34px;
  list-style: none;
  overflow: hidden;
  padding: 15px 20px;
  vertical-align: middle
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li>span {
  color: #cbcbcb;
  font-family: Raleway, sans-serif;
  font-size: 1.154rem;
  font-weight: 500
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li .switch-button {
  background-color: #323232;
  vertical-align: middle
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li .switch-button label:before {
  color: #cbcbcb
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li .switch-button input[type=checkbox]:checked+span label:before {
  color: #fff
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li:hover {
  background-color: #404040
}

.mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li:last-child {
  border-bottom: 0
}

@media (max-width:767.98px) {
  .mai-top-header-show-logo .mai-icons-nav {
    display: none
  }
}

.mai-top-header .navbar-nav>.nav-item+.nav-item {
  margin-left: 0
}

.mai-top-header .navbar-nav>.nav-item>.nav-link {
  font-family: Raleway, sans-serif;
  font-size: 1.077rem;
  line-height: 62px;
  outline: none;
  padding: 0 18px
}

@media (max-width:767.98px) {
  .mai-top-header .navbar-nav>.nav-item>.nav-link {
    line-height: 74px
  }
}

.mai-top-header .navbar-nav>.nav-item.dropdown>a .angle-down {
  display: inline-block;
  font-size: 2.077rem;
  line-height: inherit;
  position: relative;
  vertical-align: middle;
  width: 27px
}

.mai-top-header .navbar-nav>.nav-item.dropdown .dropdown-menu {
  background-color: #323232;
  border: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
  min-width: 184px
}

.mai-top-header .navbar-nav>.nav-item.dropdown .dropdown-menu>.dropdown-item {
  color: #adadad;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  min-width: 175px;
  padding: 9px 20px
}

.mai-top-header .navbar-nav>.nav-item.dropdown .dropdown-menu>.dropdown-item:hover {
  background-color: #ffbe00;
  color: #fff
}

.mai-top-header .navbar-nav>.nav-item.dropdown .dropdown-menu>.dropdown-item:focus {
  background-color: transparent
}

.mai-user-nav {
  flex: 0 0 auto
}

@media (max-width:767.98px) {
  .mai-user-nav {
    flex: 1 1 100%;
    order: 1
  }
}

@media (max-width:575.98px) {
  .mai-user-nav {
    flex: 0 1 auto;
    overflow: hidden
  }
}

@media (max-width:767.98px) {
  .mai-top-header-show-logo .mai-user-nav {
    flex: 0 1 auto;
    margin-right: 20px
  }
}

@media (max-width:575.98px) {
  .mai-top-header-show-logo .mai-user-nav {
    flex: 0 1 auto;
    margin-right: 20px
  }

  .mai-user-nav>.nav-item.dropdown {
    width: 100%
  }
}

.mai-user-nav>.nav-item.dropdown.show:hover>a .angle-down:after,
.mai-user-nav>.nav-item.dropdown.show>a .angle-down:after {
  border-bottom: 10px solid #323232;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  margin-right: -10px;
  position: absolute;
  right: 50%
}

.mai-user-nav>.nav-item.dropdown>.nav-link {
  color: #fff;
  font-size: 1.231rem;
  padding-right: 0;
  white-space: nowrap
}

@media (max-width:767.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link {
    align-items: center;
    display: flex
  }
}

@media (max-width:575.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link {
    align-items: center;
    display: flex
  }
}

.mai-user-nav>.nav-item.dropdown>.nav-link img {
  border-radius: 3px;
  max-height: 30px;
  max-width: 30px
}

@media (max-width:767.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link img {
    flex: 0 0 auto
  }
}

@media (max-width:575.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link img {
    flex: 0 0 auto
  }
}

.mai-user-nav>.nav-item.dropdown>.nav-link .user-name {
  margin-left: 10px
}

@media (max-width:767.98px) {
  .mai-top-header-show-logo .mai-user-nav>.nav-item.dropdown>.nav-link .user-name {
    display: none
  }
}

@media (max-width:575.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link .user-name {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

@media (max-width:767.98px) {
  .mai-user-nav>.nav-item.dropdown>.nav-link .user-name {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .mai-top-header-show-logo .mai-user-nav>.nav-item.dropdown .dropdown-menu {
    left: auto;
    right: -10px
  }
}

@media (max-width:575.98px) {
  .mai-top-header-show-logo .mai-user-nav>.nav-item.dropdown .dropdown-menu {
    right: 10px
  }

  .mai-user-nav>.nav-item.dropdown .dropdown-menu {
    position: fixed;
    top: 74px
  }
}

.mai-user-nav>.nav-item.dropdown .dropdown-menu .dropdown-item .icon {
  font-size: 1.538rem;
  vertical-align: middle
}

.mai-user-nav>.nav-item.dropdown .dropdown-menu:after {
  left: auto;
  right: 20px
}

.alert-custom-icon {
  float: left;
  font-size: 30px !important;
  line-height: 25px
}

.alert-custom-message {
  margin-left: 45px;
  padding-top: 5px
}

.alert-top-margin {
  margin-top: 5px
}

.btn-primary {
  color: #fff
}

.mai-error .error-container {
  margin-top: 50px;
  text-align: center
}

.mai-error .error-image svg {
  max-width: 255px;
  position: relative;
  right: -20px
}

.mai-error .error-image svg .cls-1 {
  fill: #758bfb
}

.mai-error .error-image svg .cls-2 {
  fill: #eaaf00
}

@media (max-width:575.98px) {
  .mai-error .error-image svg {
    max-width: 123px;
    right: -12px
  }
}

.mai-error .error-number {
  display: block;
  font-size: 14.0769rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  max-height: 240px
}

.mai-error .error-number:after {
  content: "";
  display: block;
  padding-top: .25%
}

@media (max-width:575.98px) {
  .mai-error .error-number {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 5px;
    padding: 20px 0
  }
}

.mai-error .error-description {
  font-size: 2.30769rem;
  line-height: 1;
  margin-bottom: 30px
}

@media (max-width:575.98px) {
  .mai-error .error-description {
    font-size: 1.46154rem
  }
}

.mai-error .error-goback-text {
  font-size: 1.69231rem;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px
}

@media (max-width:575.98px) {
  .mai-error .error-goback-text {
    font-size: 1.15385rem
  }
}

.mai-error .error-goback-button,
.mai-error .footer {
  margin-bottom: 30px
}

@media (max-width:575.98px) {
  .mai-error-404 .error-container .error-number {
    font-size: 70px;
    padding: 0
  }
}

@media (max-width:340px) {
  .mai-error-404 .error-container .error-number {
    font-size: 50px;
    line-height: 70px
  }
}

@media (max-width:295px) {
  .mai-error-404 .error-container .error-number {
    font-size: 40px
  }
}

@media (max-width:575.98px) {
  .mai-forgot-password {
    height: 100%
  }
}

.mai-forgot-password .main-content {
  padding: 0
}

.form-forgot-password .contact {
  font-size: 1rem;
  text-align: center
}

@media (max-width:575.98px) {
  .mai-login {
    height: 100%
  }
}

.mai-login .main-content {
  padding: 0
}

.mai-login ::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .4)
}

.mai-login :-moz-placeholder {
  color: hsla(0, 0%, 100%, .4);
  opacity: 1
}

.mai-login :-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .4)
}

.login-submit {
  padding: 2.4rem 0 2.5rem
}

.login-tools>div {
  padding: 0
}

.login-remember .custom-control-label:before {
  background-color: transparent;
  border-color: #4c4c4c;
  border-width: 2px
}

.login-remember .custom-control-input:active~.custom-control-label:before,
.login-remember .custom-control-input:checked~.custom-control-label:before {
  background-color: transparent
}

.login-forgot-password a {
  color: #fff;
  opacity: .8
}

.login-forgot-password a:hover {
  opacity: 1
}

.mai-splash-screen .main-content {
  max-width: 100%;
  width: 100%
}

.splash-container {
  margin: 0 auto;
  padding-top: 55px;
  width: 800px
}

@media (max-width:991.98px) {
  .splash-container {
    width: 700px
  }
}

@media (max-width:767.98px) {
  .splash-container {
    display: flex;
    padding: 20px;
    width: 400px
  }
}

@media (max-width:575.98px) {
  .splash-container {
    background-color: #363636;
    padding: 0 20px;
    width: 100%
  }
}

.splash-container .user-message {
  background-color: transparent;
  color: #758bfb;
  display: flex;
  flex-direction: column;
  padding: 155px 30px 40px
}

@media (max-width:767.98px) {
  .splash-container .user-message {
    display: none
  }
}

.splash-container .splash-message {
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3
}

.splash-container .alternative-message {
  color: #ae8713
}

.splash-container .alternative-message a {
  color: #fff;
  opacity: .8
}

.splash-container .alternative-message a:hover {
  opacity: 1
}

.splash-container .form-message {
  background-color: #363636;
  color: #d4d4d4;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 40px
}

@media (max-width:575.98px) {
  .splash-container .form-message {
    padding: 60px 0 40px
  }
}

.splash-container .form-message .out-links a {
  color: #ababab;
  display: block;
  margin-top: 3rem;
  text-align: center
}

.splash-container .form-message .out-links a:hover {
  color: #fff
}

.splash-container .logo-img {
  display: block;
  margin: 0 auto
}

.splash-container .splash-description {
  color: #fff;
  display: block;
  font-size: 1.53846rem;
  font-weight: 300;
  margin: 0 auto
}

.splash-container .form-group {
  margin: 0
}

.splash-container .input-group {
  border-bottom: 2px solid #3f3f3f;
  padding: 6px 0
}

.splash-container .input-group .input-group-prepend {
  font-size: 1.23rem;
  margin-right: 0;
  min-width: 3.847rem;
  padding: .6rem .9rem
}

.splash-container .input-group .input-group-prepend .icon {
  color: #758bfb;
  font-size: 20px;
  padding-top: 1px
}

.splash-container .input-group .form-control {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  padding: 0
}

.datepicker {
  direction: ltr
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 50%
}

.datepicker-inline {
  width: 220px
}

.datepicker-rtl {
  direction: rtl
}

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

.datepicker-dropdown {
  left: 0;
  min-width: 160px;
  padding: 10px;
  top: 0;
  z-index: 1000 !important
}

.datepicker-dropdown:before {
  border-bottom: 7px solid rgba(0, 0, 0, .1);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
  border-top: 0;
  content: "";
  display: inline-block;
  position: absolute
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

.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 {
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, .1);
  bottom: -7px
}

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

.datepicker table {
  border-collapse: separate;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.datepicker table thead tr th {
  color: #707070;
  font-weight: 400;
  padding: 10px 4px 8px
}

.datepicker td,
.datepicker th {
  border: none;
  color: #878787;
  height: 2.5rem;
  text-align: center;
  width: 2.5rem
}

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

.datepicker table tr td {
  height: 33px;
  line-height: 1.3;
  padding: 0 8px;
  width: 33px
}

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

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

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

.datepicker table tr td.highlighted {
  background: #58c7ef;
  border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #f5f5f5;
  color: #878787
}

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

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

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eceeef
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #fff;
  border-color: #f6c478;
  color: #212529
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover {
  background-color: #ffdc42;
  border-color: #f3af48;
  color: #212529
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today:hover:focus {
  background-color: #ffdc42;
  border-color: #f3af48;
  box-shadow: 0 0 0 0 hsla(36, 56%, 63%, .5);
  color: #212529
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:disabled,
.datepicker table tr td.range.today:disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:disabled {
  background-color: #fff;
  border-color: #f6c478;
  color: #212529
}

.datepicker table tr td.range.today.disabled:hover:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.today.disabled:hover:not(:disabled):not(.disabled):active,
.datepicker table tr td.range.today.disabled:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.today.disabled:not(:disabled):not(.disabled):active,
.datepicker table tr td.range.today:hover:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.today:hover:not(:disabled):not(.disabled):active,
.datepicker table tr td.range.today:not(:disabled):not(.disabled).active,
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active,
.show>.datepicker table tr td.range.today.disabled.dropdown-toggle,
.show>.datepicker table tr td.range.today.disabled:hover.dropdown-toggle,
.show>.datepicker table tr td.range.today.dropdown-toggle,
.show>.datepicker table tr td.range.today:hover.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #f2aa3c;
  color: #212529
}

.datepicker table tr td.range.today.disabled:hover:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range.today.disabled:hover:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.range.today.disabled:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range.today.disabled:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.range.today:hover:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range.today:hover:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus,
.show>.datepicker table tr td.range.today.disabled.dropdown-toggle:focus,
.show>.datepicker table tr td.range.today.disabled:hover.dropdown-toggle:focus,
.show>.datepicker table tr td.range.today.dropdown-toggle:focus,
.show>.datepicker table tr td.range.today:hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(36, 56%, 63%, .5)
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #7b868d;
  border-color: #4b5257;
  color: #fff;
  text-shadow: none
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover {
  background-color: #34383b;
  border-color: #34383b;
  color: #fff
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected:hover:focus {
  background-color: #34383b;
  border-color: #34383b;
  box-shadow: 0 0 0 0 hsla(204, 5%, 42%, .5);
  color: #fff
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:disabled,
.datepicker table tr td.selected:disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:disabled {
  background-color: #7b868d;
  border-color: #4b5257;
  color: #fff
}

.datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled).active,
.datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled):active,
.datepicker table tr td.selected.disabled:not(:disabled):not(.disabled).active,
.datepicker table tr td.selected.disabled:not(:disabled):not(.disabled):active,
.datepicker table tr td.selected:hover:not(:disabled):not(.disabled).active,
.datepicker table tr td.selected:hover:not(:disabled):not(.disabled):active,
.datepicker table tr td.selected:not(:disabled):not(.disabled).active,
.datepicker table tr td.selected:not(:disabled):not(.disabled):active,
.show>.datepicker table tr td.selected.disabled.dropdown-toggle,
.show>.datepicker table tr td.selected.disabled:hover.dropdown-toggle,
.show>.datepicker table tr td.selected.dropdown-toggle,
.show>.datepicker table tr td.selected:hover.dropdown-toggle {
  background-color: #636c72;
  border-color: #2e3235;
  color: #fff
}

.datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.selected.disabled:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.selected.disabled:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.selected:hover:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.selected:hover:not(:disabled):not(.disabled):active:focus,
.datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus,
.datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus,
.show>.datepicker table tr td.selected.disabled.dropdown-toggle:focus,
.show>.datepicker table tr td.selected.disabled:hover.dropdown-toggle:focus,
.show>.datepicker table tr td.selected.dropdown-toggle:focus,
.show>.datepicker table tr td.selected:hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 hsla(204, 5%, 42%, .5)
}

.datepicker table tr td.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active.disabled,
.datepicker table tr td.active.active.disabled:hover,
.datepicker table tr td.active.active:hover {
  background-color: #758bfb;
  border-width: 0;
  color: #fff;
  text-shadow: none
}

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

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

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

.datepicker table tr td span.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active.disabled,
.datepicker table tr td span.active.active.disabled:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover {
  background-color: #758bfb;
  border-width: 0;
  color: #fff;
  text-shadow: none
}

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

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

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

.datepicker .datepicker-switch:hover,
.datepicker tfoot tr th:hover {
  background-color: transparent;
  color: #707070
}

.datepicker .next,
.datepicker .prev {
  cursor: pointer
}

.datepicker .next:hover,
.datepicker .prev:hover {
  background-color: transparent;
  color: #758bfb
}

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

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px
}

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

.input-daterange .add-on {
  background-color: #eceeef;
  border: 1px solid #ccc;
  display: inline-block;
  font-weight: 400;
  height: 1.538;
  line-height: 1.538;
  margin-left: -5px;
  margin-right: -5px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  width: auto
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: .153846rem solid #ebebeb;
  border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #878787;
  font-size: 1.077rem;
  height: 2.923078rem;
  line-height: 2.923078rem;
  padding: 0 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.076924rem;
  width: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  top: 0;
  width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  color: #878787;
  content: "";
  font-family: Stroke\ 7;
  font-size: 25px;
  font-weight: 400;
  line-height: 3.076924rem
}

.select2-container--default .select2-selection--multiple {
  line-height: 1;
  min-height: 42px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 3.23077rem;
  padding: 4px 12px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f2f2f2;
  border-radius: 0;
  border-width: 0;
  color: #6e6e6e;
  line-height: 18px;
  padding: 4px 6px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #7a7a7a;
  margin-right: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #616161
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 2
}

.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: .153846rem solid #ebebeb
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: ""
}

.select2-container--default .select2-results__group {
  color: #6e6e6e;
  font-size: 12px
}

.select2-container--default .select2-results__option {
  padding: 10px 6px
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #758bfb
}

.select2-container--default .select2-dropdown {
  border-color: #ebebeb;
  border-width: .153846rem
}

.select2-container--default .select2-dropdown--above,
.select2-container--default .select2-dropdown--below {
  border-radius: 0;
  box-shadow: none
}

.select2-container--default .select2-search--dropdown {
  background-color: #fff;
  border-bottom: .153846rem solid #ebebeb
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none
}

.slider.slider-vertical {
  margin-right: 13px
}

@media (max-width:575.98px) {
  .slider.slider-vertical {
    margin-right: 10px
  }
}

.slider.slider-horizontal {
  height: 23px;
  top: 11px
}

.slider.slider-horizontal .slider-track {
  height: 8px
}

.slider-selection {
  background: #758bfb;
  border: 1px solid #758bfb;
  box-shadow: none
}

.slider-track {
  background: #f2f2f2;
  box-shadow: none
}

.slider-handle {
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .12);
  cursor: pointer;
  height: 22px;
  opacity: 1;
  transition: box-shadow .2s ease-in-out;
  width: 22px
}

[class*=" s7-"],
[class^=s7-] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Stroke\ 7 !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}

.s7-point:before {
  content: ""
}

.s7-input-check:before {
  content: ""
}

.s7-menu3:before {
  content: ""
}

.s7-menu2:before {
  content: ""
}

.s7-check:before {
  content: ""
}

.s7-album:before {
  content: ""
}

.s7-arc:before {
  content: ""
}

.s7-back-2:before {
  content: ""
}

.s7-bandaid:before {
  content: ""
}

.s7-car:before {
  content: ""
}

.s7-diamond:before {
  content: ""
}

.s7-door-lock:before {
  content: ""
}

.s7-eyedropper:before {
  content: ""
}

.s7-female:before {
  content: ""
}

.s7-gym:before {
  content: ""
}

.s7-hammer:before {
  content: ""
}

.s7-headphones:before {
  content: ""
}

.s7-helm:before {
  content: ""
}

.s7-hourglass:before {
  content: ""
}

.s7-leaf:before {
  content: ""
}

.s7-magic-wand:before {
  content: ""
}

.s7-male:before {
  content: ""
}

.s7-map-2:before {
  content: ""
}

.s7-next-2:before {
  content: ""
}

.s7-paint-bucket:before {
  content: ""
}

.s7-pendrive:before {
  content: ""
}

.s7-photo:before {
  content: ""
}

.s7-piggy:before {
  content: ""
}

.s7-plugin:before {
  content: ""
}

.s7-refresh-2:before {
  content: ""
}

.s7-rocket:before {
  content: ""
}

.s7-settings:before {
  content: ""
}

.s7-shield:before {
  content: ""
}

.s7-smile:before {
  content: ""
}

.s7-usb:before {
  content: ""
}

.s7-vector:before {
  content: ""
}

.s7-wine:before {
  content: ""
}

.s7-cloud-upload:before {
  content: ""
}

.s7-cash:before {
  content: ""
}

.s7-close:before {
  content: ""
}

.s7-bluetooth:before {
  content: ""
}

.s7-cloud-download:before {
  content: ""
}

.s7-way:before {
  content: ""
}

.s7-close-circle:before {
  content: ""
}

.s7-id:before {
  content: ""
}

.s7-angle-up:before {
  content: ""
}

.s7-wristwatch:before {
  content: ""
}

.s7-angle-up-circle:before {
  content: ""
}

.s7-world:before {
  content: ""
}

.s7-angle-right:before {
  content: ""
}

.s7-volume:before {
  content: ""
}

.s7-angle-right-circle:before {
  content: ""
}

.s7-users:before {
  content: ""
}

.s7-angle-left:before {
  content: ""
}

.s7-user-female:before {
  content: ""
}

.s7-angle-left-circle:before {
  content: ""
}

.s7-up-arrow:before {
  content: ""
}

.s7-angle-down:before {
  content: ""
}

.s7-switch:before {
  content: ""
}

.s7-angle-down-circle:before {
  content: ""
}

.s7-scissors:before {
  content: ""
}

.s7-wallet:before {
  content: ""
}

.s7-safe:before {
  content: ""
}

.s7-volume2:before {
  content: ""
}

.s7-volume1:before {
  content: ""
}

.s7-voicemail:before {
  content: ""
}

.s7-video:before {
  content: ""
}

.s7-user:before {
  content: ""
}

.s7-upload:before {
  content: ""
}

.s7-unlock:before {
  content: ""
}

.s7-umbrella:before {
  content: ""
}

.s7-trash:before {
  content: ""
}

.s7-tools:before {
  content: ""
}

.s7-timer:before {
  content: ""
}

.s7-ticket:before {
  content: ""
}

.s7-target:before {
  content: ""
}

.s7-sun:before {
  content: ""
}

.s7-study:before {
  content: ""
}

.s7-stopwatch:before {
  content: ""
}

.s7-star:before {
  content: ""
}

.s7-speaker:before {
  content: ""
}

.s7-signal:before {
  content: ""
}

.s7-shuffle:before {
  content: ""
}

.s7-shopbag:before {
  content: ""
}

.s7-share:before {
  content: ""
}

.s7-server:before {
  content: ""
}

.s7-search:before {
  content: ""
}

.s7-film:before {
  content: ""
}

.s7-science:before {
  content: ""
}

.s7-disk:before {
  content: ""
}

.s7-ribbon:before {
  content: ""
}

.s7-repeat:before {
  content: ""
}

.s7-refresh:before {
  content: ""
}

.s7-add-user:before {
  content: ""
}

.s7-refresh-cloud:before {
  content: ""
}

.s7-paperclip:before {
  content: ""
}

.s7-radio:before {
  content: ""
}

.s7-note2:before {
  content: ""
}

.s7-print:before {
  content: ""
}

.s7-network:before {
  content: ""
}

.s7-prev:before {
  content: ""
}

.s7-mute:before {
  content: ""
}

.s7-power:before {
  content: ""
}

.s7-medal:before {
  content: ""
}

.s7-portfolio:before {
  content: ""
}

.s7-like2:before {
  content: ""
}

.s7-plus:before {
  content: ""
}

.s7-left-arrow:before {
  content: ""
}

.s7-play:before {
  content: ""
}

.s7-key:before {
  content: ""
}

.s7-plane:before {
  content: ""
}

.s7-joy:before {
  content: ""
}

.s7-photo-gallery:before {
  content: ""
}

.s7-pin:before {
  content: ""
}

.s7-phone:before {
  content: ""
}

.s7-plug:before {
  content: ""
}

.s7-pen:before {
  content: ""
}

.s7-right-arrow:before {
  content: ""
}

.s7-paper-plane:before {
  content: ""
}

.s7-delete-user:before {
  content: ""
}

.s7-paint:before {
  content: ""
}

.s7-bottom-arrow:before {
  content: ""
}

.s7-notebook:before {
  content: ""
}

.s7-note:before {
  content: ""
}

.s7-next:before {
  content: ""
}

.s7-news-paper:before {
  content: ""
}

.s7-musiclist:before {
  content: ""
}

.s7-music:before {
  content: ""
}

.s7-mouse:before {
  content: ""
}

.s7-more:before {
  content: ""
}

.s7-moon:before {
  content: ""
}

.s7-monitor:before {
  content: ""
}

.s7-micro:before {
  content: ""
}

.s7-menu:before {
  content: ""
}

.s7-map:before {
  content: ""
}

.s7-map-marker:before {
  content: ""
}

.s7-mail:before {
  content: ""
}

.s7-mail-open:before {
  content: ""
}

.s7-mail-open-file:before {
  content: ""
}

.s7-magnet:before {
  content: ""
}

.s7-loop:before {
  content: ""
}

.s7-look:before {
  content: ""
}

.s7-lock:before {
  content: ""
}

.s7-lintern:before {
  content: ""
}

.s7-link:before {
  content: ""
}

.s7-like:before {
  content: ""
}

.s7-light:before {
  content: ""
}

.s7-less:before {
  content: ""
}

.s7-keypad:before {
  content: ""
}

.s7-junk:before {
  content: ""
}

.s7-info:before {
  content: ""
}

.s7-home:before {
  content: ""
}

.s7-help2:before {
  content: ""
}

.s7-help1:before {
  content: ""
}

.s7-graph3:before {
  content: ""
}

.s7-graph2:before {
  content: ""
}

.s7-graph1:before {
  content: ""
}

.s7-graph:before {
  content: ""
}

.s7-global:before {
  content: ""
}

.s7-gleam:before {
  content: ""
}

.s7-glasses:before {
  content: ""
}

.s7-gift:before {
  content: ""
}

.s7-folder:before {
  content: ""
}

.s7-flag:before {
  content: ""
}

.s7-filter:before {
  content: ""
}

.s7-file:before {
  content: ""
}

.s7-expand1:before {
  content: ""
}

.s7-expand2:before {
  content: ""
}

.s7-edit:before {
  content: ""
}

.s7-drop:before {
  content: ""
}

.s7-drawer:before {
  content: ""
}

.s7-download:before {
  content: ""
}

.s7-display2:before {
  content: ""
}

.s7-display1:before {
  content: ""
}

.s7-diskette:before {
  content: ""
}

.s7-date:before {
  content: ""
}

.s7-cup:before {
  content: ""
}

.s7-culture:before {
  content: ""
}

.s7-crop:before {
  content: ""
}

.s7-credit:before {
  content: ""
}

.s7-copy-file:before {
  content: ""
}

.s7-config:before {
  content: ""
}

.s7-compass:before {
  content: ""
}

.s7-comment:before {
  content: ""
}

.s7-coffee:before {
  content: ""
}

.s7-cloud:before {
  content: ""
}

.s7-clock:before {
  content: ""
}

.s7-check-circle:before {
  content: ""
}

.s7-chat:before {
  content: ""
}

.s7-cart:before {
  content: ""
}

.s7-camera:before {
  content: ""
}

.s7-call:before {
  content: ""
}

.s7-calculator:before {
  content: ""
}

.s7-browser:before {
  content: ""
}

.s7-box2:before {
  content: ""
}

.s7-box1:before {
  content: ""
}

.s7-bookmarks:before {
  content: ""
}

.s7-bicycle:before {
  content: ""
}

.s7-bell:before {
  content: ""
}

.s7-battery:before {
  content: ""
}

.s7-ball:before {
  content: ""
}

.s7-back:before {
  content: ""
}

.s7-attention:before {
  content: ""
}

.s7-anchor:before {
  content: ""
}

.s7-albums:before {
  content: ""
}

.s7-alarm:before {
  content: ""
}

.s7-airplay:before {
  content: ""
}

@-webkit-keyframes noty_modal_in {
  to {
    opacity: .3
  }
}

@-webkit-keyframes noty_modal_out {
  to {
    opacity: 0
  }
}

@-webkit-keyframes noty_anim_in {
  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes noty_anim_out {
  to {
    opacity: 0;
    transform: translate(50%)
  }
}

@-webkit-keyframes noty_anim_height {
  to {
    height: 0
  }
}

#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(0);
  -webkit-filter: blur(0);
  margin: 0;
  max-width: 90%;
  padding: 0;
  position: fixed;
  transform: translateZ(0) scale(1);
  z-index: 9999999
}

#noty_layout__top {
  left: 5%;
  top: 0;
  width: 90%
}

#noty_layout__topLeft {
  left: 20px;
  top: 20px;
  width: 325px
}

#noty_layout__topCenter {
  left: 50%;
  top: 5%;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1);
  width: 325px
}

#noty_layout__topRight {
  right: 20px;
  top: 20px;
  width: 325px
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1);
  width: 325px
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px
}

#noty_layout__center {
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1);
  width: 325px
}

#noty_layout__centerLeft {
  left: 20px
}

#noty_layout__centerLeft,
#noty_layout__centerRight {
  top: 50%;
  transform: translateY(calc(-50% - .5px)) translateZ(0) scale(1);
  width: 325px
}

#noty_layout__centerRight {
  right: 20px
}

.noty_progressbar {
  display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  background-color: #646464;
  bottom: 0;
  display: block;
  filter: alpha(opacity=10);
  height: 3px;
  left: 0;
  opacity: .2;
  position: absolute;
  width: 100%
}

.noty_bar {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transform: translate(0) scale(1)
}

.noty_effects_open {
  -webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
  animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translate(50%)
}

.noty_effects_close {
  -webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
  animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
  cursor: pointer
}

.noty_close_button {
  background-color: rgba(0, 0, 0, .05);
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  transition: all .2s ease-out;
  width: 20px
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: .3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000
}

.noty_modal.noty_modal_open {
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out;
  opacity: 0
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@keyframes noty_modal_in {
  to {
    opacity: .3
  }
}

@keyframes noty_modal_out {
  to {
    opacity: 0
  }
}

@keyframes noty_anim_in {
  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes noty_anim_out {
  to {
    opacity: 0;
    transform: translate(50%)
  }
}

@keyframes noty_anim_height {
  to {
    height: 0
  }
}

.noty_theme__mint.noty_bar {
  border-radius: 2px;
  margin: 4px 0;
  overflow: hidden;
  position: relative
}

.noty_theme__mint.noty_bar .noty_body {
  font-size: 14px;
  padding: 10px
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  color: #2f2f2f
}

.noty_theme__mint.noty_type__warning {
  background-color: #ffae42;
  border-bottom: 1px solid #e89f3c;
  color: #fff
}

.noty_theme__mint.noty_type__error {
  background-color: #de636f;
  border-bottom: 1px solid #ca5a65;
  color: #fff
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7f7eff;
  border-bottom: 1px solid #7473e8;
  color: #fff
}

.noty_theme__mint.noty_type__success {
  background-color: #afc765;
  border-bottom: 1px solid #a0b55c;
  color: #fff
}

.slim-file-hopper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.slim-image-editor {
  height: 100%;
  position: relative;
  text-align: left;
  z-index: 1
}

.slim-image-editor .slim-container {
  direction: ltr;
  height: calc(100% - 8em);
  position: relative;
  width: 100%;
  z-index: 2
}

.slim-image-editor .slim-editor-btn-group,
.slim-image-editor .slim-editor-utils-group {
  flex-shrink: 0
}

.slim-image-editor .slim-stage {
  line-height: 0;
  position: absolute
}

.slim-image-editor .slim-wrapper {
  position: absolute;
  z-index: 2
}

.slim-image-editor .slim-crop-preview {
  bottom: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0
}

.slim-image-editor .slim-stage {
  z-index: 4
}

.slim-image-editor .slim-crop-preview {
  border-radius: 4px;
  z-index: 3
}

.slim-image-editor .slim-crop-preview:after,
.slim-image-editor .slim-crop-preview canvas,
.slim-image-editor .slim-crop-preview img {
  border-radius: inherit;
  display: block;
  left: 0;
  position: absolute;
  top: 0
}

.slim-image-editor .slim-crop-preview .slim-crop {
  z-index: 3
}

.slim-image-editor .slim-crop-preview:after {
  bottom: 0;
  content: "";
  right: 0;
  z-index: 2
}

.slim-image-editor .slim-crop-preview .slim-crop-blur {
  -moz-filter: contrast(.7);
  filter: contrast(.7);
  z-index: 1
}

.slim-image-editor .slim-editor-utils-group {
  text-align: center
}

.slim-image-editor .slim-editor-utils-group button {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
  cursor: pointer;
  font-size: 1em;
  height: 2.5em;
  outline: none;
  padding: 0;
  width: 2.5em
}

.slim-image-editor .slim-editor-utils-group button:active {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.slim-image-editor .slim-editor-btn-group {
  text-align: center
}

.slim-image-editor .slim-editor-btn-group button {
  background-color: transparent;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 .75em;
  outline: none;
  overflow: hidden;
  padding: .75em 1.5em .875em;
  position: relative;
  transition: color .25s, box-shadow .25s, background-color .25s;
  vertical-align: top
}

.slim-image-editor .slim-editor-btn-group button:active {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
  padding: .875em 1.5em .75em
}

.slim-rotation-disabled .slim-container {
  height: calc(100% - 4em)
}

.slim-rotation-disabled .slim-editor-utils-group {
  display: none
}

.slim-editor-btn,
.slim-editor-utils-btn {
  border: 2px solid rgba(0, 0, 0, .25);
  color: hsla(0, 0%, 100%, .75)
}

.slim-editor-btn:focus,
.slim-editor-btn:hover,
.slim-editor-utils-btn:focus,
.slim-editor-utils-btn:hover {
  color: hsla(0, 0%, 100%, .9)
}

.slim-editor-utils-btn {
  border-radius: .6875em
}

.slim-editor-btn {
  border-radius: .5em
}

.slim-image-editor-preview:after {
  background-color: rgba(244, 250, 255, .4);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .07), 0 1px 5px rgba(0, 0, 0, .3)
}

.slim-btn-rotate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.762.626v36.15c65.016 4.594 116.34 58.75 116.34 124.936 0 69.198-56.09 125.288-125.29 125.288C56.616 287 .525 230.91.525 161.71c0-30.036 10.592-57.59 28.215-79.17l31.934 31.934C51.03 127.75 45.27 144.04 45.27 161.71c0 44.485 36.06 80.544 80.544 80.544 44.484 0 80.544-36.058 80.544-80.543 0-41.454-31.327-75.56-71.594-80.017v35.272l-62.646-57.89L134.762.625zm-8.95 196.883c-19.77 0-35.796-16.028-35.796-35.798 0-19.77 16.027-35.796 35.797-35.796 19.77 0 35.797 16.026 35.797 35.796s-16.027 35.797-35.797 35.797z' fill='rgba(255,255,255,.8)' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.slim-editor-btn-group,
.slim-editor-utils-group {
  padding: 1em 0 0
}

@media (min-width:40em) {
  .slim-btn-group {
    padding-top: 2em
  }
}

.slim-crop-area {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .75), 0 0 0 1px hsla(0, 0%, 100%, .75);
  position: absolute
}

.slim-crop-area .grid {
  overflow: hidden
}

.slim-crop-area .grid:after,
.slim-crop-area .grid:before {
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity .5s;
  z-index: 2
}

.slim-crop-area .grid:before {
  bottom: 33.333%;
  box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .35), inset 0 1px 0 0 hsla(0, 0%, 100%, .35);
  left: 1px;
  right: 1px;
  top: 33.333%
}

.slim-crop-area .grid:after {
  bottom: 1px;
  box-shadow: inset -1px 0 0 0 hsla(0, 0%, 100%, .35), inset 1px 0 0 0 hsla(0, 0%, 100%, .35);
  left: 33.333%;
  right: 33.333%;
  top: 1px
}

.slim-crop-area button {
  background: #fafafa;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 1px rgba(0, 0, 0, .15);
  height: 16px;
  margin: -8px 0 0 -8px;
  padding: 0;
  position: absolute;
  width: 16px;
  z-index: 3
}

.slim-crop-area [class*=n] {
  top: 0
}

.slim-crop-area [class*=s] {
  top: 100%
}

.slim-crop-area [class*=w] {
  left: 0
}

.slim-crop-area [class*=e] {
  left: 100%
}

.slim-crop-area .e,
.slim-crop-area .w {
  cursor: ew-resize;
  height: 30px;
  margin-top: -15px;
  top: 50%
}

.slim-crop-area .n,
.slim-crop-area .s {
  cursor: ns-resize;
  left: 50%;
  margin-left: -15px;
  width: 30px
}

.slim-crop-area .ne,
.slim-crop-area .sw {
  cursor: nesw-resize
}

.slim-crop-area .nw,
.slim-crop-area .se {
  cursor: nwse-resize
}

.slim-crop-area .c {
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: move;
  height: calc(100% - 20px);
  left: 10px;
  margin: 0;
  opacity: 0;
  top: 10px;
  width: calc(100% - 20px);
  z-index: 2
}

.slim-crop-area button:not(.c):after {
  bottom: -12px;
  content: "";
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px
}

.slim-crop-area .slim-crop-mask {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.slim-crop-area .slim-crop-mask img {
  height: auto;
  margin: 0 !important;
  max-width: none;
  min-width: auto;
  position: absolute;
  transform: translateZ(0);
  transform-origin: 0 0;
  width: auto
}

.slim-crop-area[data-dragging=true] .grid:after,
.slim-crop-area[data-dragging=true] .grid:before {
  opacity: 1
}

.slim-popover {
  background: rgba(25, 27, 29, .99);
  font-size: 16px;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1em;
  position: fixed;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 2147483647
}

.slim-popover[data-state=off] {
  left: -100%
}

.slim-popover:after {
  background: radial-gradient(ellipse at center, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, 0) 80%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media (min-width:40em) {
  .slim-popover {
    padding: 2em
  }
}

.slim,
.slim-crop-area,
.slim-image-editor,
.slim-popover {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slim-crop-area button,
.slim-image-editor button,
.slim-popover button,
.slim button {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent
}

.slim *,
.slim-crop-area *,
.slim-image-editor *,
.slim-popover * {
  box-sizing: inherit
}

.slim-crop-area img,
.slim-image-editor img,
.slim-popover img,
.slim img {
  background-color: #eee;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYBpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/M4gYERaKxUvDamhQExtlJqEmTWOUwWbmzS81P17vzaTJVtlOUWLj14K/gK2yVopISdlZExv0nGfUSObc7rmf+73nnO49F+yhtJoxat2Qyeb14KRXmQ8vKPWP2OjCQRtKRDW08UDAT1V7u5Fosat+q1b1uH+tKRY3VLA1CI+pmp4XnhL2r+Q1izeFO9RUJCZ8LOzS5YLC15YeLfOTxckyf1ish4I+sLcKK8lfHP3FakrPCMvLcWbSBfXnPtZLHPHs3KysPTK7MQgyiReFaSbw4WGQUfEe+hliQHZUyXd/58+Qk1xVvEYRnWWSpMjjErUg1eOyJkSPy0hTtPr/t69GYnioXN3hhboH03zphfoN+CyZ5vu+aX4eQM09nGUr+bk9GHkVvVTRnLvQsgYn5xUtugWn69B5p0X0yLdUI9OeSMDzETSHof0SGhfLPfs55/AWQqvyVRewvQN9Et+y9AUyt2fOEwKMEgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC9JREFUOI1jZGBgkGIgDjwjRhETkYYRDUYNHDVwMBjISIJaonLU4PfyqIGjBpIBAPvwAUFW9TOIAAAAAElFTkSuQmCC")
}

.slim img {
  height: auto;
  width: 100%
}

span.slim {
  display: block
}

.slim {
  background-color: #eee;
  font-size: inherit;
  padding-bottom: .025px;
  position: relative;
  transition: background-color .25s
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.slim[data-state*=file-over] .slim-btn {
  pointer-events: none
}

.slim[data-state*=empty]:hover {
  background-color: #ddd
}

.slim[data-state*=empty] .slim-label {
  opacity: 1;
  visibility: visible
}

.slim[data-state*=busy] .slim-label {
  opacity: 0
}

.slim[data-state*=loading] .slim-label {
  display: none
}

.slim[data-state*=loading] .slim-label-loading {
  display: block;
  opacity: 1
}

.slim[data-state*=preview] .slim-label {
  visibility: hidden
}

.slim[data-state*=error] {
  background-color: #e8a69f !important;
  color: #702010
}

.slim>img,
.slim>input[type=file] {
  border: 0 !important;
  display: block !important;
  height: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  width: 0 !important
}

.slim>img+input[type=file],
.slim>input[type=file]+img {
  margin-bottom: 0 !important
}

.slim>input[type=hidden] {
  height: 1px;
  margin: -1px;
  opacity: 0;
  position: absolute;
  width: 1px
}

.slim .slim-label-loading {
  display: none
}

.slim .slim-label {
  transition: opacity .25s;
  visibility: hidden
}

.slim .slim-error,
.slim .slim-label,
.slim .slim-label-loading {
  max-width: 100%
}

.slim .slim-file-hopper {
  background: transparent;
  z-index: 3
}

.slim .slim-area,
.slim .slim-drip,
.slim .slim-ratio,
.slim .slim-result,
.slim .slim-status {
  border-radius: inherit
}

.slim .slim-area {
  color: inherit;
  overflow: hidden;
  width: 100%
}

.slim .slim-area :only-of-type {
  margin: 0
}

.slim .slim-area .slim-loader {
  height: 23px;
  pointer-events: none;
  position: absolute;
  right: .875em;
  top: .875em;
  width: 23px;
  z-index: 1
}

.slim .slim-area .slim-loader svg {
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%
}

.slim .slim-area .slim-upload-status {
  font-weight: 400;
  line-height: 1.65;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  transition: opacity .25s;
  white-space: nowrap;
  z-index: 1
}

.slim .slim-area .slim-upload-status-icon {
  display: inline-block;
  opacity: .9
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result,
.slim .slim-area .slim-status {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result {
  position: absolute
}

.slim .slim-area .slim-status {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em 1.5em;
  pointer-events: none;
  text-align: center
}

.slim .slim-area .slim-drip {
  overflow: hidden;
  z-index: 1
}

.slim .slim-area .slim-drip>span {
  left: 0;
  margin-left: -25%;
  margin-top: -25%;
  opacity: 0;
  padding-bottom: 50%;
  position: absolute;
  top: 0;
  width: 50%
}

.slim .slim-area .slim-drip>span>span {
  background-color: rgba(0, 0, 0, .25);
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%
}

.slim .slim-area .slim-result {
  overflow: hidden;
  -webkit-perspective: 1px
}

.slim .slim-area .slim-result img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.slim .slim-area .slim-result img:not([src]),
.slim .slim-area .slim-result img[src=""] {
  visibility: hidden
}

.slim .slim-btn-group {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3
}

.slim .slim-btn-group button {
  cursor: pointer;
  pointer-events: all
}

.slim[data-ratio*=":"] {
  min-height: auto
}

.slim[data-ratio*=":"] .slim-status {
  padding: 0 1.5em;
  position: absolute
}

.slim[data-ratio="16:10"]>img,
.slim[data-ratio="16:10"]>input[type=file] {
  margin-bottom: 62.5%
}

.slim[data-ratio="10:16"]>img,
.slim[data-ratio="10:16"]>input[type=file] {
  margin-bottom: 160%
}

.slim[data-ratio="16:9"]>img,
.slim[data-ratio="16:9"]>input[type=file] {
  margin-bottom: 56.25%
}

.slim[data-ratio="9:16"]>img,
.slim[data-ratio="9:16"]>input[type=file] {
  margin-bottom: 177.77778%
}

.slim[data-ratio="5:3"]>img,
.slim[data-ratio="5:3"]>input[type=file] {
  margin-bottom: 60%
}

.slim[data-ratio="3:5"]>img,
.slim[data-ratio="3:5"]>input[type=file] {
  margin-bottom: 166.66667%
}

.slim[data-ratio="5:4"]>img,
.slim[data-ratio="5:4"]>input[type=file] {
  margin-bottom: 80%
}

.slim[data-ratio="4:5"]>img,
.slim[data-ratio="4:5"]>input[type=file] {
  margin-bottom: 125%
}

.slim[data-ratio="4:3"]>img,
.slim[data-ratio="4:3"]>input[type=file] {
  margin-bottom: 75%
}

.slim[data-ratio="3:4"]>img,
.slim[data-ratio="3:4"]>input[type=file] {
  margin-bottom: 133.33333%
}

.slim[data-ratio="3:2"]>img,
.slim[data-ratio="3:2"]>input[type=file] {
  margin-bottom: 66.66667%
}

.slim[data-ratio="2:3"]>img,
.slim[data-ratio="2:3"]>input[type=file] {
  margin-bottom: 150%
}

.slim[data-ratio="1:1"]>img,
.slim[data-ratio="1:1"]>input[type=file] {
  margin-bottom: 100%
}

.slim-btn-group {
  padding: 1.5em 0;
  text-align: center
}

.slim-btn {
  background-color: rgba(0, 0, 0, .7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  height: 36px;
  margin: 0 7.2px;
  outline: none;
  padding: 0;
  position: relative;
  width: 36px
}

.slim-btn:before {
  border: 3px solid #fff;
  border-radius: inherit;
  bottom: -3px;
  box-sizing: border-box;
  content: "";
  left: -3px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -3px;
  top: -3px;
  transform: scale(.95);
  transition: all .25s;
  z-index: -1
}

.slim-btn:focus:before,
.slim-btn:hover:before {
  opacity: 1;
  transform: scale(1)
}

.slim-btn * {
  pointer-events: none
}

.slim-btn-remove {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442a8.95 8.95 0 0 1 17.9 0l-8.95 134.238a8.95 8.95 0 0 1-17.9 0l8.95-134.238zm-44.746 0a8.949 8.949 0 1 1 17.898 0V232.68a8.95 8.95 0 1 1-17.9 0V98.442zm-35.798-8.95a8.95 8.95 0 0 1 8.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948a8.95 8.95 0 0 1-8.95-8.95L80.54 98.441a8.95 8.95 0 0 1 8.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9v17.91H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-btn-download {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M232.943 223.73H35.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM117.88 199.136c4.035 4.04 9.216 6.147 14.492 6.508.626.053 1.227.188 1.866.188.633 0 1.228-.135 1.847-.186 5.284-.357 10.473-2.464 14.512-6.51l70.763-70.967c8.86-8.876 8.86-23.268 0-32.143-8.86-8.876-23.225-8.876-32.086 0l-32.662 32.756V22.373C156.612 10.017 146.596 0 134.238 0c-12.356 0-22.372 10.017-22.372 22.373v106.41L79.204 96.027c-8.86-8.876-23.226-8.876-32.086 0-8.86 8.875-8.86 23.267 0 32.142l70.763 70.966z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-btn-upload {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.slim-btn-edit {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M161.36 56.337c-7.042-7.05-18.46-7.05-25.5 0l-6.373 6.38-89.243 89.338.023.023-2.812 2.82s-8.968 9.032-29.216 74.4c-.143.456-.284.91-.427 1.373-.36 1.172-.726 2.362-1.094 3.568a785.126 785.126 0 0 0-.988 3.25c-.28.922-.556 1.835-.84 2.778-.64 2.14-1.29 4.318-1.954 6.567-1.455 4.937-5.01 16.07-.99 20.1 3.87 3.882 15.12.467 20.043-.993a1275.615 1275.615 0 0 0 9.41-2.83c1.032-.314 2.058-.626 3.063-.935 1.27-.39 2.52-.775 3.75-1.157l1.09-.34c62.193-19.365 73.358-28.453 74.286-29.284l.01-.01.067-.06 2.88-2.886.192.193 89.244-89.336 6.373-6.382c7.04-7.048 7.04-18.476 0-25.525l-50.998-51.05zM103.4 219.782c-.08.053-.185.122-.297.193l-.21.133c-.076.047-.158.098-.245.15l-.243.148c-2.97 1.777-11.682 6.362-32.828 14.017-2.47.894-5.162 1.842-7.98 2.82l-30.06-30.092c.98-2.84 1.928-5.55 2.825-8.04 7.638-21.235 12.22-29.974 13.986-32.94l.12-.2c.063-.1.12-.196.175-.283l.126-.2c.07-.11.14-.217.192-.296l2.2-2.205 54.485 54.542-2.248 2.255zM263.35 56.337l-50.996-51.05c-7.04-7.048-18.456-7.048-25.498 0L174.108 18.05c-7.04 7.048-7.04 18.476 0 25.524l50.996 51.05c7.04 7.048 18.457 7.048 25.498 0l12.75-12.762c7.04-7.05 7.04-18.477 0-25.525z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-loader-background {
  stroke: rgba(0, 0, 0, .15)
}

.slim-loader-foreground {
  stroke: rgba(0, 0, 0, .65)
}

.slim[data-state*=preview] .slim-loader-background {
  stroke: hsla(0, 0%, 100%, .25)
}

.slim[data-state*=preview] .slim-loader-foreground {
  stroke: #fff
}

.slim-upload-status {
  border-radius: .3125em;
  box-shadow: 0 .125em .25em rgba(0, 0, 0, .25);
  font-size: .75em;
  padding: 0 .5em
}

.slim-upload-status[data-state=success] {
  background-color: #d1ed8f;
  color: #323e15
}

.slim-upload-status[data-state=success] .slim-upload-status-icon {
  border: .1875em solid;
  border-left: none;
  border-top: none;
  height: .75em;
  margin-bottom: .0625em;
  margin-left: .25em;
  margin-right: .325em;
  transform: rotate(45deg);
  width: .5em
}

.slim-upload-status[data-state=error] {
  background: #efd472;
  color: #574016
}

.slim-upload-status[data-state=error] .slim-upload-status-icon {
  height: 1em;
  margin-left: -.125em;
  margin-right: .5em;
  position: relative;
  transform: rotate(45deg);
  width: .5625em
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after,
.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  background-color: currentColor;
  border: .09em solid;
  box-sizing: content-box;
  content: "";
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%) translate(.5em, .5em);
  width: 0
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
  width: .6666666667em
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after {
  height: .6666666667em
}

.main-content-alt {
  background: #fff;
  margin-bottom: 50px;
  padding: 30px
}

.panel-heading {
  color: #3d3d3d;
  font-size: 1.385rem;
  font-weight: 400;
  margin: 0 20px;
  padding: 24px 0 14px
}

.panel-subtitle {
  color: #878787;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 4px
}

.panel-heading-divider {
  border-bottom: 1px solid #e6e5e5;
  border-color: rgba(0, 0, 0, .07);
  padding-left: 0;
  padding-right: 0
}

.panel-heading {
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0
}

.errors-single-line {
  margin-bottom: 0;
  padding: 5px
}

.errors-single-line ul {
  margin-bottom: 0;
  margin-left: 0
}

.select2-selection__rendered {
  line-height: 46px !important
}

.select2-container .select2-selection--single,
.select2-selection__arrow {
  height: 46px !important
}

.dataTables_wrapper .dataTables_processing {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  background: none;
  font-size: 1.2em;
  height: 40px;
  left: 50%;
  margin-left: -20%;
  margin-top: -25px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 30%
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

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

  to {
    opacity: 1
  }
}

.dataTables_paginate {
  float: right
}

.tabbable-panel {
  background: #efefef;
  border: 1px solid #eee;
  padding: 0
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
  padding: 20px 25px 20px 20px
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  color: #737373;
  margin-right: 0
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #f69320
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  background: none !important;
  border: 0;
  color: #333
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
  background: #fff;
  border-bottom: 4px solid #f69320;
  position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040
}

.tabbable-line>.tab-content {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  margin-top: -3px;
  padding: 15px 0
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0
}

.tabbable-line.tabs-below>.nav-tabs>li {
  border-top: 4px solid transparent
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
  margin-top: 0
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
  border-bottom: 0;
  border-top: 4px solid #f3565d;
  margin-bottom: -2px
}

.tabbable-line.tabs-below>.tab-content {
  border-bottom: 1px solid #eee;
  border-top: 0;
  margin-top: -10px;
  padding-bottom: 15px
}

.tabs-panel-custom {
  padding: 15px
}

#cover-spin {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

#cover-spin:after {
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
  border: 4px solid #f69320;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 40px;
  left: 48%;
  position: absolute;
  top: 40%;
  width: 40px
}

.grayscale {
  filter: grayscale(100%)
}