.errorContainer .errorImgTooltip,
.errorContainer::before,
.errorContainer::after {
  display: none;
}

.errorContainer.visible .errorImgTooltip,
.errorContainer.visible:before,
.errorContainer.visible:after {
  display: block;
}

.errorContainer.hovered .errorImgTooltip,
.errorContainer.hovered:before,
.errorContainer.hovered:after {
  display: block;
}

.errorContainer {
  position: relative;
}
.errorContainer .errorImgComponent ~ .feedback {
  display: none;
}
.errorContainer .feedbackPanel {
  margin: 0;
  padding: 0;
  display: inline;
  position: absolute;
  list-style-type: none;
  width: 300px;
  border: 1px solid #b73215;
  background-color: #f8eae7;
}
.errorContainer .errorImgComponent ~ .errorImage {
  display: none;
  position: absolute;
  right: -9px;
  top: -10px;
  border-radius: 55%;
  border: 0px solid #b11644;
  padding: 4px 7px;
  background-color: #b11644;
  color: white;
  text-align: center;
  font-size: 11px;
  z-index: 1082;
}
.errorContainer .errorImgComponent.error ~ .errorImage,
.errorContainer .errorImgComponent.checked ~ .errorImage {
  display: inline;
}
.errorContainer ~ .feedback {
  display: none;
}
.errorContainer input[type="submit"].error.invalid {
  border: none;
  background-color: #4a6ead;
}
.errorContainer .error .blueTheme.hasDatepicker ~ img.ui-datepicker-trigger {
  border-right-color: #b73215 !important;
  border-top-color: #b73215 !important;
  border-bottom-color: #b73215 !important;
}
.errorContainer .error .blueTheme ~ .ui-timepicker-button {
  border-right-color: #b73215 !important;
  border-top-color: #b73215 !important;
  border-bottom-color: #b73215 !important;
}
.errorContainer .tooltip .tooltip-inner {
  color: #222;
  background-color: #F8EAE7;
  border: 1px solid #b11644;
  border-radius: 0;
  max-width: 320px;
  text-align: start;
  font-size: 12px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.errorContainer .tooltip .tooltip-inner a {
  color: #4a6ead;
  text-decoration: underline;
}
.errorContainer .tooltip.show {
  opacity: 1;
}
.errorContainer .tooltip .tooltip-arrow::after {
  content: "";
  position: absolute;
  border-width: calc(0.6rem - 0.7px) calc(0.6rem - 0.7px);
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #F8EAE7;
  z-index: 20;
}
.errorContainer .tooltip .tooltip-arrow::before {
  top: -1px;
}
.errorContainer .tooltip.bs-tooltip-auto[data-popper-placement*="top"] .bs-tooltip-top-end {
  padding: 0.8rem 0 0.6rem 0;
}
.errorContainer .tooltip.bs-tooltip-auto[data-popper-placement*="top"] .tooltip-arrow {
  bottom: 6px;
}
.errorContainer .tooltip.bs-tooltip-top-end {
  padding: 0.8rem 0 0.6rem 0;
}
.errorContainer .tooltip.bs-tooltip-top-end .tooltip-arrow {
  bottom: 3px;
  left: -4px !important;
}
.errorContainer .tooltip.bs-tooltip-top-end .tooltip-arrow::before {
  border-top-color: #b11644 !important;
  border-width: 0.6rem 0.6rem 0;
}
.errorContainer .tooltip.bs-tooltip-top-end .tooltip-arrow::after {
  top: -2px;
  transform: rotate(180deg) translateX(-0.5px);
  z-index: 20;
}
.errorContainer .tooltip.bs-tooltip-top, .errorContainer .tooltip.bs-tooltip-top-start {
  padding: 0.8rem 0 0.6rem 0;
}
.errorContainer .tooltip.bs-tooltip-top .tooltip-arrow::before, .errorContainer .tooltip.bs-tooltip-top-start .tooltip-arrow::before {
  border-top-color: #b11644 !important;
  top: -1px;
  border-width: 0.6rem 0.6rem 0;
}
.errorContainer .tooltip.bs-tooltip-top .tooltip-arrow::after, .errorContainer .tooltip.bs-tooltip-top-start .tooltip-arrow::after {
  top: -2px;
  transform: rotate(180deg) translateX(-0.5px);
  z-index: 20;
}
.errorContainer .tooltip.bs-tooltip-top .tooltip-inner, .errorContainer .tooltip.bs-tooltip-top-start .tooltip-inner {
  margin-left: -3px;
}
.errorContainer .tooltip.bs-tooltip-top-start .tooltip-arrow, .errorContainer .tooltip.bs-tooltip-top .tooltip-arrow,
.errorContainer .tooltip .bs-tooltip-auto[data-popper-placement^="top-start"] .tooltip-arrow {
  bottom: 3px;
}
.errorContainer .tooltip.bs-tooltip-bottom {
  top: 1px;
  left: -3px !important;
}
.errorContainer .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-width: 0 0.6rem 0.6rem;
  top: -4px;
  border-bottom-color: #b11644 !important;
}
.errorContainer .tooltip.bs-tooltip-bottom .tooltip-arrow::after {
  z-index: 20;
  bottom: -2px;
  transform: translateX(0.5px);
}
.errorContainer .tooltip.bs-tooltip-start .tooltip-arrow {
  top: -12px !important;
}
.errorContainer .tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #b11644 !important;
  left: -1px;
  border-width: 0.6rem;
}
.errorContainer .tooltip.bs-tooltip-start .tooltip-arrow::after {
  z-index: 20;
  left: -2px;
  transform: rotate(90deg) translateY(-0.5px);
}
.errorContainer .tooltip.bs-tooltip-end {
  padding: 0.4rem;
}
.errorContainer .tooltip.bs-tooltip-end .tooltip-arrow::before {
  top: -8px;
  border-width: 0.6rem 0.6rem;
  border-right-color: #b11644 !important;
}
.errorContainer .tooltip.bs-tooltip-end .tooltip-arrow::after {
  z-index: 20;
  right: -2px;
  transform: rotate(-90deg) translateY(-0.5px);
  top: -7px;
}

.field-container.singleValue-Cotainer .errorContainer.error {
  display: block !important;
}

.multivalue-container .field-container .errorContainer.error input {
  border: 1px solid #b73215 !important;
  background-color: #f5e2de !important;
}
.multivalue-container .field-container .errorContainer.error .left {
  border-right: none !important;
}
.multivalue-container .field-container .errorContainer.error .middle {
  border-right: none !important;
  border-left: none !important;
}
.multivalue-container .field-container .errorContainer.error .right {
  border-left: none !important;
}

.basicTextfield .errorContainer {
  display: inline-block !important;
  width: 100%;
}

.basicTextfield .errorContainer,
.basicTagInput .errorContainer,
input.hasDatepicker .errorContainer, input.dachtimepicker .errorContainer {
  display: inline-block !important;
  width: 100%;
}

/*# sourceMappingURL=errorMessage.css.map */
