/*!
 * Datepicker for Bootstrap v1.8.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 {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.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.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  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: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.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.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  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: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.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.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.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.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  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: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.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.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.kt-switch {
 display:inline-block;
 font-size:1rem
}
.kt-switch input:empty {
 margin-left:-999px;
 height:0;
 width:0;
 overflow:hidden;
 position:absolute;
 opacity:0
}
.kt-switch input:empty~span {
 display:inline-block;
 position:relative;
 float:left;
 width:1px;
 text-indent:0;
 cursor:pointer;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.kt-switch input:empty~span:after,
.kt-switch input:empty~span:before {
 position:absolute;
 display:block;
 top:0;
 bottom:0;
 left:0;
 content:' ';
 -webkit-transition:all .1s ease-in;
 transition:all .1s ease-in
}
.kt-switch.kt-switch--icon input:empty~span:after {
 font-family:LineAwesome;
 text-decoration:inherit;
 text-rendering:optimizeLegibility;
 text-transform:none;
 -moz-osx-font-smoothing:grayscale;
 -webkit-font-smoothing:antialiased;
 font-smoothing:antialiased;
 content:""
}
.kt-switch.kt-switch--icon input:checked~span:after {
 content:'\f17b'
}
.kt-switch.kt-switch--icon-check input:checked~span:after {
 font-family:LineAwesome;
 text-decoration:inherit;
 text-rendering:optimizeLegibility;
 text-transform:none;
 -moz-osx-font-smoothing:grayscale;
 -webkit-font-smoothing:antialiased;
 font-smoothing:antialiased;
 content:""
}
.kt-switch input:empty~span {
 line-height:30px;
 margin:2px 0;
 height:30px;
 width:57px;
 border-radius:15px
}
.kt-switch input:empty~span:after,
.kt-switch input:empty~span:before {
 width:54px;
 border-radius:15px
}
.kt-switch input:empty~span:after {
 height:24px;
 width:24px;
 line-height:26px;
 top:3px;
 bottom:3px;
 margin-left:3px;
 font-size:.9em;
 text-align:center;
 vertical-align:middle
}
.kt-switch input:checked~span:after {
 margin-left:26px
}
.kt-switch.kt-switch--lg input:empty~span {
 line-height:40px;
 margin:2px 0;
 height:40px;
 width:75px;
 border-radius:20px
}
.kt-switch.kt-switch--lg input:empty~span:after,
.kt-switch.kt-switch--lg input:empty~span:before {
 width:72px;
 border-radius:20px
}
.kt-switch.kt-switch--lg input:empty~span:after {
 height:34px;
 width:34px;
 line-height:34px;
 top:3px;
 bottom:3px;
 margin-left:3px;
 font-size:1em;
 text-align:center;
 vertical-align:middle
}
.kt-switch.kt-switch--lg input:checked~span:after {
 margin-left:34px
}
.kt-switch.kt-switch--sm input:empty~span {
 line-height:24px;
 margin:2px 0;
 height:24px;
 width:40px;
 border-radius:12px
}
.kt-switch.kt-switch--sm input:empty~span:after,
.kt-switch.kt-switch--sm input:empty~span:before {
 width:38px;
 border-radius:12px
}
.kt-switch.kt-switch--sm input:empty~span:after {
 height:20px;
 width:20px;
 line-height:20px;
 top:2px;
 bottom:2px;
 margin-left:2px;
 font-size:.8em;
 text-align:center;
 vertical-align:middle
}
.kt-switch.kt-switch--sm input:checked~span:after {
 margin-left:16px
}
.form-group.row .kt-switch {
 margin-top:.15rem
}
.form-group.row .kt-switch.kt-switch--lg {
 margin-top:0;
 position:relative;
 top:-.3rem
}
.form-group.row .kt-switch.kt-switch--sm {
 margin-top:.3rem
}
.kt-switch input:empty~span:before {
 background-color:#e8ebf1
}
.kt-switch input:empty~span:after {
 color:#f8f9fb;
 background-color:#fff
}
.kt-switch input:checked~span:before {
 background-color:#e8ebf1
}
.kt-switch input:checked~span:after {
 background-color:#5d78ff;
 color:#fff
}
.kt-switch input[disabled] {
 cursor:not-allowed
}
.kt-switch input[disabled]~span:after,
.kt-switch input[disabled]~span:before {
 cursor:not-allowed;
 opacity:.7
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty~span:before {
 background-color:#5d78ff
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty~span:after {
 color:#5d78ff;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked~span:before {
 background-color:#5d78ff
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked~span:after {
 background-color:#5d78ff;
 opacity:1
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty~span:before {
 background-color:#d3dae6
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:empty~span:after {
 color:#d3dae6;
 background-color:#586272;
 opacity:.4
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked~span:before {
 background-color:#d3dae6
}
.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--metal input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--metal input:empty~span:after {
 color:#586272
}
.kt-switch.kt-switch--outline.kt-switch--metal input:checked~span:before {
 background-color:#586272
}
.kt-switch.kt-switch--outline.kt-switch--metal input:checked~span:after {
 background-color:#d3dae6;
 opacity:1
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty~span:after {
 color:#fff;
 background-color:#282a3c;
 opacity:.4
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty~span:after {
 color:#282a3c
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked~span:before {
 background-color:#282a3c
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked~span:after {
 background-color:#fff;
 opacity:1
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty~span:before {
 background-color:#645ca1
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty~span:after {
 color:#645ca1;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked~span:before {
 background-color:#645ca1
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked~span:after {
 background-color:#645ca1;
 opacity:1
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty~span:before {
 background-color:#00c5dc
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:empty~span:after {
 color:#00c5dc;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked~span:before {
 background-color:#00c5dc
}
.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--accent input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--accent input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--accent input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--accent input:checked~span:after {
 background-color:#00c5dc;
 opacity:1
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty~span:before {
 background-color:#9816f4
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:empty~span:after {
 color:#9816f4;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked~span:before {
 background-color:#9816f4
}
.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--focus input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--focus input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--focus input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--focus input:checked~span:after {
 background-color:#9816f4;
 opacity:1
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty~span:before {
 background-color:#5867dd
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty~span:after {
 color:#5867dd;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked~span:before {
 background-color:#5867dd
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked~span:after {
 background-color:#5867dd;
 opacity:1
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty~span:before {
 background-color:#1dc9b7
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty~span:after {
 color:#1dc9b7;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked~span:before {
 background-color:#1dc9b7
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked~span:after {
 background-color:#1dc9b7;
 opacity:1
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty~span:before {
 background-color:#5578eb
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty~span:after {
 color:#5578eb;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked~span:before {
 background-color:#5578eb
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked~span:after {
 background-color:#5578eb;
 opacity:1
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty~span:before {
 background-color:#ffb822
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty~span:after {
 color:#ffb822;
 background-color:#111;
 opacity:.4
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked~span:before {
 background-color:#ffb822
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty~span:after {
 color:#111
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked~span:before {
 background-color:#111
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked~span:after {
 background-color:#ffb822;
 opacity:1
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty~span:before {
 background-color:#fd397a
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty~span:after {
 color:#fd397a;
 background-color:#fff;
 opacity:.4
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked~span:before {
 background-color:#fd397a
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked~span:after {
 opacity:1
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty~span:before {
 border:2px solid #dee3eb;
 background-color:#e8ebf1
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty~span:after {
 color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked~span:before {
 background-color:#fff
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked~span:after {
 background-color:#fd397a;
 opacity:1
}

.kt-switch.slim input:empty ~ span {
    line-height: 20px;
    height: 20px;
    width: 45px;
}

.kt-switch.slim input:empty ~ span::after, .kt-switch.slim input:empty ~ span::before {
    width: 45px;
}

.kt-switch.slim input:empty ~ span::after {
    height: 15px;
    width: 15px;
}

.kt-switch .inline-label {
    line-height: 30px;
    cursor: pointer;
}

body,
html {
    height: 100%;
}

@media (pointer: coarse) {
    body,
    html {
        overscroll-behavior-x: none;
    }
}

body {
    font-family: sans-serif;
}

a {
    color: #4286F5;
    text-decoration: none;
}

.clickable {
    cursor: pointer;
}

.table-calendar {
    width: 100%;
    border: 1px solid #e9e9e9;
}

.table-calendar td {
    width: 14%;
    border: 1px solid #e9e9e9;
}

.table-calendar-inactive {
    color: #c9c9c9;
    background-color: #fafafa;
}

.card:not(.dashboard) {
    border-radius: 15px;
    border: none;
}

.br-4 {
  border-radius: 4px;
}

.location-logo {
    max-height: 200px;
    max-width: 200px;
}

.powered-by-image {
    max-width: 130px;
}

.form-range-input {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    background: #f7f8fa;
    height: 15px;
    padding: 0;
    cursor: pointer;
}
.form-range-input:focus {
    border: 1px solid #e2e5ec;
    background: #f7f8fa;
    box-shadow: none;
}
.form-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #f7f8fa;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
}
.form-range-input::-moz-range-thumb {
    border: 1px solid #f7f8fa;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
}

.form-check-input {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
}

.form-check-label {
    padding-left: 10px;
}

.text-gray {
    color: #6c757d;
}

.btn-gray {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-gray:hover {
    color: #FFFFFF;
    background-color: #6c757d;
    text-decoration: none;
}


.text-navy-blue {
    color: #242939;
}

.btn-navy-blue {
    color: #FFFFFF;
    background-color: #242939;
    border-color: #242939;
}

.btn-navy-blue:hover {
    color: #FFFFFF;
    background-color: #242939;
    text-decoration: none;
}


.text-royal-blue {
    color: #4286F5;
}

.btn-royal-blue {
    color: #FFFFFF;
    background-color: #4286F5;
    border-color: #4286F5;
}

.btn-royal-blue:hover {
    color: #FFFFFF;
    background-color: #4286F5;
    text-decoration: none;
}


.btn-outline-royal-blue {
    color: #4286F5;
    border-color: #4286F5;
}

.btn-outline-royal-blue:hover {
    color: #FFFFFF;
    background-color: #4286F5;
    text-decoration: none;
}

.text-medium {
    font-size: 30px;
}

.text-large {
    font-size: 50px;
}

.text-huge {
    font-size: 70px;
}

.d-inline {
    display: inline !important;
}

.pull-left {
    float: left;
}

.btn-outline-royal-blue.active {
    color: #FFFFFF;
    background-color: #4286F5;
    text-decoration: none;
}

div.scroll-terms {
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

div.line div.items label.required::after {
    content: " *";
    color: red;
}

div.line {
    padding-bottom: 20px;
}
div.progress {
    height: 2px;
}

a.start-over {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

 * {
   touch-action: manipulation;
 }