.inline-labeling input[type="text"] {
  width: 100%;
}

.inline-labeling input[type="number"] {
  width: 100%;
}

.inline-labeling select {
  width: 100%;
}

.error {
	color: rgb(255, 64, 64);
}

.validation-error {
	color: #dd293a;
	visibility: hidden;
	display: none;
	line-height: 0;
}

.validation-error.show {
	visibility: visible;
	display: block;
	line-height: 1rem;
}

.modalprompt a {
	cursor: pointer;
}

.input-message {
	margin-top: 0.5rem;
	height: 0;
	cursor: pointer;
	transition: height 200ms;
}

.input-message.show {
	height: 100%;
}