.form-error {
	color: red;
}

li.no-bullet {
    list-style: none;
}

.no-wrap {
    white-space: nowrap;
}

.disabled-link {
    pointer-events: none;
}

.no-display {
	display: none;
}

.no-training-planned {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.m-b-40 {
	margin-bottom: 40px;
}

#confirmationDialog #signature-pad {
	border: 1px solid lightgray;
}

.role-assign-active {
	color: #000000;
	cursor: pointer;
	font-weight: 400;
}

.role-assign-inactive {
	color: #C0C0C0;
	cursor: not-allowed;
	font-weight: 400;
}

span#fileNameLabel {
	padding-left: 0.5rem;
}

.m-b-2 {
	margin-bottom: 2rem;
}

.m-t-2 {
	margin-top: 2rem;
}

.m-b-1 {
	margin-bottom: 1rem;
}

.m-t-1 {
	margin-top: 1rem;
}

.sso-error-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.sso-error-text {
	flex: 1 1 auto;
	text-align: center;
	margin-bottom: 0.5rem;
}

.sso-error-button {
	flex: 0 0 auto;
	text-align: right;
	width: 100%;
}

@media (min-width: 991px) {
	.sso-error-row {
		flex-wrap: nowrap;
	}
	.sso-error-button {
		width: auto;
	}
}

td.align-content-center > div.table__cell > select#selectField.select__dropdownButton.select__dropdownButton--small.select__dropdownButton--maxWidth {
	position: static;
	margin-top: 0px;
}

td.flex-td-for-select select {
	position: absolute;
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%);
}

.twodigits .of-text {
	display: block;
}

.threedigits span {
	display: block;
}

.align-right {
	text-align: end;
}

.align-center {
	text-align: center;
}

.details-box {
  display: grid;
  grid-template-columns: 100px 320px 180px;
  column-gap: 24px;
  row-gap: 6px;
  margin-left: 10%;
  max-width: 70%;
}

.details-box-mobile {
  display: grid;
  grid-template-columns: 100px 320px 180px;
  column-gap: 24px;
  row-gap: 6px;
  max-width: 70%;
}

.detail-row {
  display: contents;
}

.detail-part {
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .details-box-mobile {
    display: block; /* Container blocken */
  }

  .detail-row {
    display: block; /* jede Zeile block */
    margin-bottom: 16px; /* Abstand zwischen den Zeilen */
  }

  .detail-row span {
    display: block;       /* Teil, Datum, Ort untereinander */
    margin-bottom: 4px;  /* kleiner Abstand zwischen den Elementen */
  }
}


.feedback-qr-dialog {
  width: 90vmin;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
}

.feedback-qr-dialog .modal-content {
  height: 100%;
  border-radius: 1rem;
}

#qrCodeImage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qrCodeImage canvas,
#qrCodeImage img {
  width: 80vmin;
  height: 80vmin;
  max-width: 90%;
  max-height: 90%;
}

.text--purple {
	color: var(--color-hyperlink);
}

.to-upper-case {
  text-transform: uppercase;
}

.full-width {
	width: 100%;
}

.mb-05 {
	margin-bottom: 0.5rem;
}

.padding-b-2 {
	padding-bottom: 2rem;
}

.sso-error-text p {
    text-align: center;
}

.choices__input.choices__input--cloned {
	min-width: 200px !important;
}

.gdpr-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.text-uppercase-jenbacher {
    text-transform: uppercase;
}

.my-marker { z-index:3; opacity:0.7; }