div:focus, span:focus {
  box-shadow: 1px 0 15px 1px rgba(0, 0, 0, 0.35);
}

td:focus {
  box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.15) !important;
}

.t-logo:focus {
  border: 1px solid #fff;
  opacity: 0.85;
}

.cont_fileupload .fileupload_cont_fileinput span.focused {
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.35);
}

@media print {
  #side-nav {
    display: none;
  }
  .portal-l-contentmain {
    display: block;
    min-width: 90%;
  }
  .table-stickyHeader table.table th {
    position: relative;
  }
  .table {
    max-width: 98%;
    table-layout: auto;
  }
  .table th, .table td {
    display: table-cell;
  }
  .table tr.ColumnSearchRow {
    display: none;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-17 17:25:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes slideWarning {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fauleRotation {
  from {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.wizard_frame {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.wizard_frame .wizard_bcg {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  height: 100%;
  width: 100%;
  position: fixed;
}
.wizard_frame .wizard_wrapper {
  display: flex;
  padding: 60px 50px 30px;
  position: absolute;
  top: 20%;
  left: 20%;
  background-color: #fff;
  width: 450px;
  border: 2px solid #241c43;
}
.wizard_frame .wizard_wrapper::after {
  content: "";
  position: absolute;
  top: -17%;
  left: 38%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("../wizard/img/MRKNOW_Assistent_small.png");
  background-size: cover;
  background-color: #A19EAF;
  border: 2px solid #241c43;
}
.wizard_frame .wizard_wrapper.wizard-wrapper-tipp::after {
  display: none;
}
.wizard_frame .wizard_wrapper .wizard_content_wrapper {
  user-select: none;
  max-width: 420px;
}
.wizard_frame .wizard_wrapper .wizard_content_wrapper h6 {
  margin: 20px 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.wizard_frame .wizard-wrapper-tipp {
  display: flex;
  justify-content: space-between;
  padding: 0 5px 0;
  width: 500px;
}
.wizard_frame .wizard-wrapper-tipp .wizard-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  margin: 10px 5px;
}
.wizard_frame .wizard-wrapper-tipp .wizard-wrapper-left .wizard-wrapper-img {
  width: 150px;
  height: 125px;
  background-image: url("../wizard/img/MRKNOW_Assistent_small.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wizard_frame .wizard-wrapper-tipp .wizard-wrapper-left h4 {
  text-align: center;
  background: #241c43;
  padding: 3px;
  color: white;
  border-radius: 2px;
}
.wizard_frame .wizard-wrapper-tipp .wizard-content {
  display: flex;
  flex-direction: column;
  width: 315px;
}
.wizard_frame .wizard-wrapper-tipp .wizard-content .wizard-button-wrapper.active {
  justify-content: end;
  margin-top: 0;
}
.wizard_frame .wizard-special-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 1070px;
  width: 100%;
  max-height: 95%;
  background-color: #fff;
  top: 5%;
  left: 12%;
  display: flex;
  padding: 25px 20px 25px 0;
  border: 2px solid #241c43;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-img {
  background-image: url("../wizard/img/MRKNOW_Assistent_big.png");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 155px;
  height: 215px;
  background-size: contain;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content {
  display: flex;
  flex-wrap: wrap;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content .wizard-special-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  min-width: 210px;
  padding: 10px 0 5px;
  margin: 5px;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content .wizard-special-card .special-header {
  font-weight: 600;
  text-align: center;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content .wizard-special-card .special-img {
  border: 1px solid #241c43;
  margin-top: 10px;
  height: 200px;
  width: 200px;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content .wizard-special-card .special-text {
  width: 200px;
  margin-top: 15px;
}
.wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-content .wizard-special-card:last-child .special-img {
  object-fit: contain;
}

.wiz_wizard_min {
  position: fixed;
  opacity: 0;
  width: 70px;
  height: 70px;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
  background-image: url("../wizard/img/MRKNOW_Assistent_small.png");
  background-size: cover;
  background-color: #A19EAF;
  border: 2px solid #241c43;
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform 350ms;
}
.wiz_wizard_min:hover {
  transform: scale(1.15);
}
.wiz_wizard_min img {
  width: 100%;
  height: 100%;
}

.wizard-element-highlight {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: 2px solid #241c43;
  padding: 10px;
}
.wizard-element-highlight.t-btn-primary {
  background-color: #47519c;
  border: none;
}

.wizard_assist_container {
  position: relative;
  height: 0;
}
.wizard_assist_container .wizard_assist_svg {
  position: absolute;
  z-index: 3;
  top: -26px;
  left: 51%;
  color: #fff;
}
.wizard_assist_container .wizard_assist_svg::after {
  content: "?";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  color: #fff;
  background-color: #47519c;
  border-radius: 50%;
  padding: 1px 4px;
  font-weight: bold;
  display: none;
}
@media only screen and (min-width: 768px) {
  .wizard_assist_container .wizard_assist_svg::after {
    display: block;
  }
}
.wizard_assist_container .wizard_assist_content {
  display: none;
  user-select: none;
  position: absolute;
  cursor: default;
  z-index: 4;
  width: 300px;
  top: -24px;
  left: 55%;
  padding: 15px;
  border-radius: 3px;
  background-color: #47519c;
  color: #fff;
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.35);
  text-transform: none;
  text-align: start;
}
.wizard_assist_container .wizard_assist_content p:first-of-type {
  font-weight: bold;
  margin-bottom: 15px;
}
.wizard_assist_container .wizard_assist_content._active {
  display: block;
}

@media (max-width: 1400px) {
  .wizard_frame .wizard-special-wrapper {
    left: 5%;
    padding: 10px;
    width: 90%;
    max-width: 550px;
  }
  .wizard_frame .wizard-special-wrapper .wizard-special-container {
    width: 100%;
  }
  .wizard_frame .wizard-special-wrapper .wizard-special-container .wizard-special-img {
    display: none;
  }
  .wizard_frame .wizard-special-wrapper .wizard-special-content {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .wizard_frame .wizard-special-wrapper {
    max-width: 260px;
  }
}
.wizard-button-wrapper {
  display: none;
}
.wizard-button-wrapper.active {
  display: flex;
  margin-top: 20px;
}

.wizard-button-steps {
  justify-content: space-around;
}

.wizard-button-last {
  justify-content: center;
}

.wizard-button-special {
  width: 100%;
  display: flex;
}

.wizard-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 2px solid #241c43;
  position: absolute;
  top: 10%;
  left: 20%;
  min-width: 500px;
  min-height: 500px;
}
.wizard-info-container .wizard-info-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wizard-info {
  display: flex;
  flex-direction: column;
}
.wizard-info.hide {
  display: none;
}
.wizard-info .wizard-info-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 65px;
  gap: 20px;
  flex-basis: 400px;
}
.wizard-info .wizard-info-text {
  max-width: 360px;
}
.wizard-info .wizard-info-text .wizard-info-header {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
.wizard-info .wizard-info-text .wizard-info-content {
  padding: 20px 0;
}
.wizard-info .wizard-info-text .wizard-info-content ol {
  list-style: auto;
  padding: 15px;
}
.wizard-info .wizard-info-text .wizard-info-content ul {
  list-style: square;
  padding: 15px;
}
.wizard-info .wizard-info-text .wizard-info-content li {
  display: list-item;
  padding: 5px;
}
.wizard-info .wizard-info-text .wizard-info-content .wizard-info-bold {
  font-weight: 600;
  color: #5d5780;
}
.wizard-info .wizard-info-img {
  max-height: 300px;
  margin: auto;
}
.wizard-info .wizard-slide-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
}
.wizard-info .btn-slide {
  width: 40px;
  height: 40px;
  position: relative;
}
.wizard-info .btn-slide span {
  height: 4px;
  width: 82%;
  position: absolute;
  display: block;
  left: 4px;
  top: 22px;
  background-color: #47519c;
  border-radius: 2px;
}
.wizard-info .btn-slide:hover {
  cursor: pointer;
}
.wizard-info .btn-slide:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 4px;
  width: 82%;
  background-color: #47519c;
  border-radius: 2px;
}
.wizard-info .btn-slide.btn-prev span {
  transform: rotate(50deg);
  transform-origin: top left;
}
.wizard-info .btn-slide.btn-prev:after {
  transform: rotate(-50deg);
  transform-origin: top left;
  top: 23px;
}
.wizard-info .btn-slide.btn-next span {
  transform: rotate(50deg);
  transform-origin: top right;
}
.wizard-info .btn-slide.btn-next:after {
  transform: rotate(-50deg);
  transform-origin: top right;
}

/*# sourceMappingURL=inspire-wizard.css.map */
