* {
  -webkit-print-color-adjust: exact !important;
  -moz-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  outline: 0 !important;
}

button {
  outline: 0 !important;
}

.mobile-visible {
  display: none !important;
}

.bg-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.panel-content-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5000;
}

.panel-content-loading img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -80px auto 0;
}

a {
  color: #22255a;
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

a:hover {
  color: #323789;
  cursor: pointer;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.full-height {
  height: 100% !important;
}

.full-width {
  width: 100%;
}

.display-table {
  display: table;
}

.middle-aligned {
  display: table-cell;
  vertical-align: middle;
}

.transparent-button {
  background-color: transparent;
  border: none;
  outline: 0 !important;
  padding: 0;
  min-width: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-header-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.form-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../svg/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 180px 180px;
  background-size: 180px 180px;
  z-index: 1030;
}

.form-loading-no-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 180px 180px;
  background-size: 180px 180px;
  z-index: 1030;
}

.transparent-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  cursor: pointer;
  color: #000;
}

.transparent-btn:hover {
  text-decoration: none;
  color: #000;
}

.navbar-toggle .icon-bar {
  background-color: #58595b;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border-top {
  border-top-color: transparent !important;
}

.no-border-right {
  border-right-color: transparent !important;
}

.no-border-left {
  border-left-color: transparent !important;
}

.with-transition,
.with-transition-all,
.with-transition-all * {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.with-shadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.14);
}

.with-shadow-top {
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.14);
}

.with-shadow-right {
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.14);
}

.with-shadow-bottom {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.14);
}

.with-shadow-left {
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.14);
}

.button-with-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

.button-with-image img {
  position: relative;
  top: -1px;
}

.button-with-image.button-with-image--right img {
  left: 15px;
}

.button-with-image.button-with-image--left img {
  right: 15px;
}

.form-group,
.form-control {
  width: 100%;
  display: block;
  position: relative;
}

.form-group label:not(.control-label) {
  width: 100%;
  text-align: left;
}

.form-group label small {
  text-transform: uppercase;
  font-weight: bold;
}

.form-group-required-message {
  margin: -15px 0 30px 0;
}

.form-group .chosen-container {
  display: block;
  width: 100% !important;
}

.form-group .chosen-container,
.form-group .chosen-container > .chosen-single {
  height: 52px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.form-group .chosen-container > .chosen-single > span {
  position: relative;
  top: 14px;
  left: 10px;
}

.form-group .chosen-drop {
}

.form-group .chosen-container .chosen-results li.highlighted {
  background-color: #22255a;
  background-image: none;
}

.form-group .chosen-single div b {
  position: relative;
  top: 15px;
  right: -2px;
}

.form-group-check {
  font-size: 13pt;
  cursor: pointer;
  padding-bottom: 15px;
}

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  position: relative;
}

.button i {
  position: relative;
  left: 10px;
}

.button:disabled {
  opacity: 0.5;
  cursor: default !important;
}

.button-with-icon img {
  position: relative;
  left: 30px;
  top: -2px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.btn-join-event.button-blue-active {
  padding-bottom: 25px;
}

.btn-join-event small {
  font-size: 8pt;
  position: absolute;
  text-transform: lowercase;
  right: 0;
  bottom: 5px;
  left: 0;
}

.button-with-icon:not(:disabled):hover img {
  left: 35px;
}

.button-blue {
  background-color: #3aa2d7;
  color: #fff;
  outline: 0 !important;
}

.button-green {
  background-color: #00ae04;
  color: #fff;
}

.button-blue.button-blue-active:hover,
.button-green:hover {
  background-color: #00ce05 !important;
  color: #fff;
}

.button-active {
  background-color: #323789;
}

.button-blue.button-blue-active {
  background-color: #00ae04 !important;
}

.button-blue.button-blue-active:disabled {
  opacity: 1;
}

.button-blue:not(:disabled):hover {
  background-color: #323789;
}

.button-rounded {
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.control-label.has-error {
  font-size: 9pt;
  color: #9c0007;
  position: absolute;
  bottom: 1px;
  right: 5px;
}

.form-control {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 15px;
  min-height: 55px;
}

.form-control-height {
  height: fit-content !important;
}

input.form-control[type='checkbox'] {
  min-height: unset !important;
  width: 16px;
}

.form-group--with-checkbox label input,
.form-group--with-checkbox label strong {
  display: inline-block;
  outline: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.form-group--with-checkbox label {
  width: auto;
  display: inline;
}

.form-group--with-checkbox label strong {
  position: relative;
  top: 1px;
  left: 5px;
}

.panel-form-wrapper .form-group .chosen-container,
.panel-form-wrapper .form-group .chosen-container > .chosen-single,
.panel-form-wrapper .form-control {
  background-color: #f6f6f6;
}

.notyf {
  z-index: 5000 !important;
}

.notyf__message {
  font-size: 9pt !important;
}

.btn-alert-box {
  padding: 8px 23px !important;
}

.btn-alert-box-cancel {
  background-color: #a4a4a4;
}

.btn-alert-box-cancel:hover {
  background-color: #acacac;
}

.btn-alert-box-confirm {
  background-color: #3aa2d7;
}

.btn-alert-box-confirm:hover {
  background-color: #40b1eb;
}

.card-type-info {
  font-size: 9pt;
  font-weight: bold;
  display: inline-block;
  padding: 3px 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.card-type-info--personal {
  color: #fff;
  background-color: #00c803;
}

.card-type-info--professional {
  color: #fff;
  background-color: #22255a;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #666;
  background-color: transparent;
}

.panel-form {
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.panel-form .form-group {
  margin-bottom: 0.5rem;
}

.panel-form .form-group input.form-control:not(input[type='checkbox']) {
  padding: 5px 15px;
}

.panel-form .form-group label > div {
  font-size: 10pt;
}

.form-group--with-search label input {
  padding-left: 48px !important;
}

.form-group--with-search label {
  position: relative;
}

.form-group--with-search button {
  position: absolute;
  top: 20px;
  left: 0;
  width: 37px;
  height: 55px;
  z-index: 500;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.angucomplete-dropdown {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.35);
  -moz-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.35);
  -webkit-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.35);
  -khtml-box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.35);
  border-radius: 5px;
  overflow-y: auto;
  max-height: 200px;
}

.angucomplete-row {
  padding: 5px 10px;
}

.angucomplete-row:hover {
  color: #fff;
  background-color: #3aa2d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown-menu a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group--with-search label:before {
  content: '';
  background-image: url(../svg/magnify.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 23px;
  position: absolute;
  top: 36px;
  left: 8px;
  z-index: 100;
  -webkit-background-size: contain;
  background-size: contain;
  border-right: 1px solid #979797;
}

.floating-help-button {
  position: fixed;
  bottom: 36px;
  right: 137px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  border-color: #50454750;
  background: #50454770;
  box-shadow: 1px 1px 0px #504547;
  z-index: 1000;
}

.floating-help-button-corner {
  right: 35px;
}

.floating-help-button:hover {
  background: #50454790;
}

.floating-help-icon {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 37px;
  font-size: 13.5px;
}

.modal-dialog {
  position: fixed;
  overflow: scroll;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.5;
}

.modal .modal-dialog .modal-content {
  width: 900px !important;
}

.flexbox .modal .modal-dialog {
  height: auto !important;
  padding: 15px 0 !important;
  overflow: hidden;
}

@media all and (max-width: 1100px) {
  .mobile-visible {
    display: block !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .notyf {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
  }

  .notyf .notyf__toast {
    margin: auto !important;
  }
}

@media print {
  html,
  body {
    background: none !important;
  }

  .panel-sidebar {
    display: none;
  }

  .panel-list-header {
    display: none !important;
  }

  .panel-top-bar {
    display: none;
  }

  .steps-area {
    display: none !important;
  }

  .panel-form {
    background: none !important;
  }

  .card-header,
  .card-body,
  .card {
    padding: 8px 0px;
    border: none !important;
  }

  .table {
    margin-bottom: 0 !important;
  }

  .print-header {
    display: block !important;
  }

  .print-details {
    display: block !important;
  }

  #details-form {
    display: none !important;
  }

  .row,
  .col {
    margin: 0 !important;
    padding: 0 !important;
  }

  .totalizer {
    display: block !important;
    padding: 8px 0px !important;
    margin-bottom: 5px;
  }

  .totalizer-title {
    font-size: 22px !important;
  }

  .logo-report {
    display: block !important;
    width: 100%;
    height: 130px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }

  .form-checklist > .card {
    border: 3px solid rgba(0, 0, 0, 0.125) !important;
  }

  .form-checklist {
    margin-bottom: 3mm !important;
  }
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

.flexbox .modal .modal-dialog {
  z-index: 3500000 !important;
}
