html {
	min-height: 100vh;
	height: 100%;
}

body {
	background-image: linear-gradient(to bottom, #bdeaf2, #f5f5f5);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	min-height: 100vh;
	height: 100%;
}

#header {
	background-color: #ffffff;
	max-height: 150px;
}

#content {
	background-color: #ffffff;
	position: relative;
	min-height: 100%;
	padding-top: 133px;
	padding-bottom: 30px;
}

#footer {
	height: 30px;
	font-size: 0.8em;
}

/* Form.io Builder Overrides */
.component-settings-button-edit-json { display: none; }

/* Toast Container */
.toast {
	-ms-flex-preferred-size: unset;		/* overriding bootstrap 4.5.x error - this is not present in 4.5.0 or bootstrap 5.x */
	flex-basis: unset;					/* overriding bootstrap 4.5.x error - this is not present in 4.5.0 or bootstrap 5.x */
	
	max-width: 100%;		/* Overriding property in bootstrap 4.5.x */
	bottom: 0px;
	background: #333;
	color: #fff;
	position: fixed;
	opacity: 0;
	padding: 4px 12px 4px 12px;
	border-radius: 4px;
	z-index: 2000;
}