/**
 * CSS for Print Orders form
 */

/* scroll orders section flexrows */
form > section#orders > div {
	overflow-y: auto;
	max-height: 250px;
}

/* "empty" message container in preview container */
form > section#preview > #Units-preview > p#empty {
	padding: 20px;
	font-size: 13px;
}

/* preview container with loading indicator */
form > section#preview > #Units-preview.loading {
	text-align: center;
	padding: 20px;
}
	/* loading indicator */
	form > section#preview > #Units-preview.loading > .fa-spin {
		font-size: 50px;
		color: rgba(0,0,0,.25);
	}