/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.loading-indicator-block {
    position: absolute; display: none;
    left: 0; top: 0; width: 100%; height: 100%;
	background: #1abc9c url(loading-block.gif) no-repeat center center;
	background-size: 22px 22px;
}

form.busy .loading-indicator-block, r-form.busy .loading-indicator-block {
	display: inline-block;
}

.when-form-busy {
	display: none;
}

form.busy .when-form-busy, r-form.busy .when-form-busy {
	display: block;
}

span.field-error {
    font-size: 0.9em; color: #d00;
}
