@import url("//use.fontawesome.com/releases/v5.14.0/css/all.css");

html, body {
	margin: 0px;
	top: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
	overflow: hidden;
}

a { text-decoration: none; }

.jajkm_body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background-image: url("/img/bg-011.jpg");
	/*background-image: url("https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4wyTt");*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

.dheader {
	width: 100%;
	height: 73px;
	background: url(/img/taskbar.png) repeat-x;
	z-index: 999;
}

span.dheader_name {
	float: left;
	width: 200px;
	height: 73px;
}

span.dheader_name img {
	vertical-align: middle;
}

span.dheader_menu {
	width: auto;
	height: 73px;
}

span.dheader_menu_sep {
	float: left;
	width: 1px;
	height: 73px;
	max-width: 1px;
}

.dcanvas {
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	overflow-y: auto;
}

