/* for local, custom styles and override styles */

.helper_text {
	font-size: 0.85rem;
	color: #999999;
}

.with_helper_text {
	margin-bottom: 0.05rem !important;
}

.missing_data {
	border-color: red;
}

/* alert message styles */
.alert {
	border: 1px solid transparent;
	border-radius: 7px;
	margin: 10px 0 0;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	width: 100%;
}

#message-alert-title {
	text-decoration: underline;
}

/* overrides for tinymec */
.tox-promotion {
	display: none;
}
