@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html, html a, body {
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.3s ease-in-out;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #72777a;
  line-height: 1.5;
  letter-spacing: 0.2px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Roboto", sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
  color: #3d4142;
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 1.9;
}

.lead {
  font-size: 18px;
}

ul {
  margin-bottom: 0;
}

a {
  color: #0f9aee;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0c7bbe;
}
a:focus {
  outline: none;
}
a.text-gray:hover, a.text-gray:focus, a.text-gray.active {
  color: #313435 !important;
}

:focus {
  outline: none;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.0625);
}

td {
  vertical-align: middle !important;
}

.btn-primary {
  background-color: #f7af16;
  color: #fff !important;
  border: 0;
}
.btn-primary:not([disabled]):not(.disabled):hover {
  background-color: #fac860;
  border: 0;
}
.btn-primary:not([disabled]):not(.disabled):active {
  background-color: #fad179;
  box-shadow: 0 0 0 0.2rem rgba(255, 177, 0, 0.5);
  border: 0;
  color: #fff;
}
.btn-primary:not([disabled]):not(.disabled):focus {
  background-color: #fbd991;
  box-shadow: 0 0 0 0.2rem rgba(255, 177, 0, 0.5);
  border: 0;
  color: #eba308;
}

.form-control:focus {
  border-color: #fbd991;
  box-shadow: 0 0 0 0.1rem rgba(255, 177, 0, 0.5);
}

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * 0.8) * 2);
  border-radius: calc(2.375rem * 0.8);
  height: calc(2.375rem * 0.8);
  line-height: calc(2.375rem * 0.8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(2.375rem * 0.8) * 2 + 0.5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * 0.8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * 0.8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * 0.8) - 2px * 2);
  height: calc(calc(2.375rem * 0.8) - 2px * 2);
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #f7af16;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * 0.8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * 0.8) * 2);
  height: calc(1.9375rem * 0.8);
  line-height: calc(1.9375rem * 0.8);
  text-indent: calc(calc(1.9375rem * 0.8) * 2 + 0.5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * 0.8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * 0.8) - 2px * 2);
  height: calc(calc(1.9375rem * 0.8) - 2px * 2);
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * 0.8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * 0.8) * 2);
  height: calc(3rem * 0.8);
  line-height: calc(3rem * 0.8);
  text-indent: calc(calc(3rem * 0.8) * 2 + 0.5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * 0.8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * 0.8) - 2px * 2);
  height: calc(calc(3rem * 0.8) - 2px * 2);
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * 0.8);
}
.switch + .switch {
  margin-left: 1rem;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  background-color: #f7af16 !important;
}

.hidden {
  display: none !important;
}

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

.page-item.active .page-link {
  background-color: #f7af16;
  border-color: #f7af16;
}

.search-input-text {
  width: inherit;
}

.btn-sm, .btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn, .page-item .page-link {
  border-radius: 0px !important;
}

.page-link {
  color: #f7af16;
}

.loader-spinner {
  display: none;
}

.buttons-right {
  text-align: right;
}

.btn.btn-outline-secondary:hover {
  color: #fff !important;
}

.options-body {
  position: relative;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

table.table-loader tbody {
  position: relative;
}

table.table-loader tbody:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 50px 50px;
  content: "";
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0;
}

.dataTables_filter {
  display: none;
}

.tooltip-inner {
  border: solid 1px #ccc;
  width: 100%;
}

.center-icon {
  text-align: center;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft-toggle::after {
  display: none;
}

.selectHeaders {
  width: 130px;
}

.inputHeaders {
  width: fit-content;
}

/**
Tagging
 */
/* Tagging Basic Style */
.tagging {
  border: 1px solid #CCCCCC;
  cursor: text;
  font-size: 1em;
  height: auto;
}

.tag {
  background: none repeat scroll 0 0 #f7af16;
  border-radius: 2px;
  color: white;
  cursor: default;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 4px 20px 4px 0;
  margin: 0 5px 0 0;
}

.tag span {
  border-radius: 2px 0 0 2px;
  padding: 5px 5px 5px;
}

.tag .tag-i {
  color: white;
  cursor: pointer;
  font-size: 1.3em;
  height: 0;
  line-height: 0.1em;
  position: absolute;
  right: 5px;
  top: 0.7em;
  text-align: center;
  width: 10px;
}

.tag .tag-i:hover {
  color: black;
  text-decoration: underline;
}

.type-zone {
  border: 0 none !important;
  height: auto;
  width: auto;
  min-width: 20px;
  display: inline-block !important;
}

.type-zone:focus {
  outline: none;
}

.dateRange {
  width: 20%;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.dataTables_wrapper {
  display: flex;
  flex-direction: column;
}

.dataTables_wrapper .row:last-child {
  flex-grow: 1;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.datatable-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #131313;
  background-color: aqua;
}

@media screen and (max-width: 767px) {
  .select2 {
    width: 100% !important;
  }
}
.dataTables_info .select-info {
  padding: 0 0 0 5px;
}

.country-code {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.datepicker.datepicker-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

span.twitter-typeahead .tt-menu {
  cursor: pointer;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #131313;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f7af16;
}

span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
  color: #0f9aee;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  color: #818a91;
}

span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

span.twitter-typeahead {
  width: 100%;
}

span.twitter-typeahead > .form-control {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
  top: 2.375rem !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #f7af16;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.dropdown-header {
  background-color: #f7af16;
  border: 1px solid #f9ac31;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xdsoft_autocomplete {
  display: inline;
  position: relative;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  width: 100% !important;
}

.xdsoft_autocomplete .xdsoft_input {
  position: relative;
  z-index: 2;
  background: none !important;
}

.xdsoft_autocomplete .xdsoft_autocomplete_hint {
  position: absolute;
  z-index: 1;
  color: #ccc !important;
  -webkit-text-fill-color: #ccc !important;
  overflow: hidden !important;
  white-space: pre !important;
  width: 100% !important;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding: 0.3rem;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  min-width: 135px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
  border: 0 solid #ccc !important;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  min-width: 85px !important;
}

#dark-mode-button .fa-sun {
  color: #f7af16;
}

#dark-mode-button .fa-moon {
  color: #f7af16;
}

.sidebar a:hover {
  color: #f7af16 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f7af16;
}

.login-bg {
  background-color: #131313;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  position: relative !important;
  flex: 1 1 auto;
  display: block;
  height: 100% !important;
}

.login-row {
  height: 100vh;
  align-items: stretch;
  flex-wrap: nowrap;
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-start;
  flex-flow: row wrap;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.login-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-logo {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  position: relative !important;
}

.login-form {
  min-width: 320px;
  background-color: #ffffff !important;
  padding: 80px 40px !important;
  position: relative !important;
  display: block;
  flex: 0 0 auto;
  height: 100% !important;
}

.login-title {
  color: #313435 !important;
  font-weight: 300 !important;
  margin-bottom: 40px !important;
}

.login-checkbox {
  color: #313435 !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: block;
  height: auto;
  flex: 0 0 auto;
}

.checkbox-animated {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wizard > .content {
  background-color: transparent;
}
.wizard > .content > .body {
  padding: 10px;
  position: relative;
  height: auto;
}
.wizard > .content > .content {
  min-height: 250px;
}
.wizard > .content > .body ul {
  list-style: none !important;
}
.wizard > .steps a {
  margin: 0;
  border-radius: 0;
  color: #fff;
  background-color: #f7af16;
}
.wizard > .steps a:hover {
  margin: 0;
  border-radius: 0;
}
.wizard > .steps a:active {
  margin: 0;
  border-radius: 0;
}
.wizard > .steps .current a {
  background-color: #f7af16;
}
.wizard > .steps .current a:hover {
  background-color: #f7af16;
}
.wizard > .steps .current a:active {
  background-color: #f7af16;
}
.wizard > .steps .done a {
  background-color: #fbd991;
}
.wizard > .steps .done a:hover {
  background-color: #fbd991;
}
.wizard > .steps .done a:active {
  background-color: #fbd991;
}
.wizard > .steps > ul > li {
  display: table-cell;
  position: relative;
  float: none;
  width: 1%;
}
.wizard > .actions {
  padding: 10px 15px;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
}
.wizard > .actions a {
  background-color: #f7af16;
}
.wizard > .actions a:hover {
  background-color: #f7af16;
}
.wizard > .actions a:active {
  background-color: #f7af16;
}

.craue_formflow_current_step {
  background-color: #f7af16;
}
.craue_formflow_current_step .btn.disabled {
  opacity: 1;
}

/*# sourceMappingURL=app.output.css.map */
