@font-face {
	font-family: 'DB Sans';
	src: url('../fonts/dbsan03-web.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'DB Sans';
	font-size: 10pt;
	height: 100%;
	border: none;
	padding: 0;
}

.DBTeal500 {
	background-color: rgb(22, 125, 134);
}

.DBTeal200 {
	background-color: rgb(153, 200, 206);
}

.DBTeal100 {
	background-color: rgb(202, 231, 234);
}

.DBRed500 {
	background-color: rgb(236, 0, 22);
}

.container {
	display: flex;
}

.main-container {
	width: 100%;
	height: 100%;
}

.FormRow {
	float: left;
	clear: left;
	width: 100%;
	padding: 5px;
	min-width: 100vh;
}

.FormField {
	float: left;
	margin-right: 10px;
	/*margin-bottom:10px;*/
}

.RadMenu_Default .rmRootGroup {
	border: none !important;
	font-size: 12pt !important;
	background-image: none !important;
	background-color: white !important;
}

.RadMenu .RadMenu_Default, .RadMenu .RadMenu_Default .rmLink {
	font-family: 'DB Sans' !important;
}

a.rmLink.rmRootLink {
	font: normal 11pt 'DB Sans' !important;
}

.rmRootGroup .rmHorizontal {
	background-color: rgb(202,231,234);
}

.rmLink .rmRootLink .rmExpand .rmExpandDown :hover {
	background-color: rgb(202,231,234) !important;
}
