﻿@font-face {
	font-family: 'Bekaert Headline Regular';
	src: url('../fonts/BekaertHeadline-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Bekaert Text Medium';
	src: url('../fonts/BekaertText-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Bekaert Text Regular';
	src: url('../fonts/BekaertText-Regular.woff2') format('woff2');
}

body
{
	margin:0px;
	padding:0px;
	font-family:open-sans,sans-serif,helvetica,arial;
    overflow: hidden;
}

.shell-body-outer-test
{
	background-color:#FFFDE6; /*pale yellow*/
}

.shell-body
{
    display: flex;
    flex-direction : column;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

/* ==============================================================================================================================
   Loading Shield
   ============================================================================================================================== */
.shell-loading-shield
{
	display: none; 
	z-index: 10000; 
}

.shell-loading-shield-img
{
	display: none; 
	z-index: 10005;  
	width:300px; 
	height:300px;
}

legend {
    font-size: 10pt;
}
