html {
}

body {
	position: relative;
	margin: 0px;
	height: 100%;
}

#mainbody {
	position: fixed;
	top: 95px;
	height: calc(100vh - 95px - 42px);
}

.divlayout {
	position: relative;
	height: calc(100vh - 48px);
	overflow-y: auto;
}

#loadingdatadiv {
	position: absolute;
	display: inline-block;
	left: 315px;
	top: 60px;
}

#loadingdata {
	position: relative;
	display: inline-block;
	font-size: 18px;
	top: -10px;
	margin-left: 5px;
}



