html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#combo {
	margin: -2px;
}
#loading-image {
	position: fixed;
	display: none;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 340px;
	height: 340px;
	z-index: 1;
}
#loading-text {
	text-align: center;
	position:absolute;
	color:white;
	text-shadow: -1.5px 0 black, 0 1.5px black, 1.5px 0 black, 0 -1.5px black;
	left: 0;
	right: 0;
	bottom: 43%;
	transform: translateY(-57%);
	font-size: 0px;
	z-index: 2;
}
#titletext {
	position: absolute;
	margin-left: calc(50% - 160px);
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-size: 26px;
}
#usertext {
	font-weight: bold;
	font-size: 14px;
}

.dhxform_obj_dhx_web div.dhxform_base_nested {
	padding: 0!important;
}

#headerTextESG {
	float: left;
}
#headerTextManager {
	float: left;
	margin-left: 6px;
}