/* base elements */
body {
	margin: 0px;
	background-color: #efefef;
}

#header {
	height: 45px;
	margin: 0px;
}

#loginmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
}

#myname {
	position: absolute;
	left: 200px;
	width: 400px;
	top: 15px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

#debug {
	font-family: Verdana;
	font-size: 11px;
	visibility: hidden;
}

#footer {
	font-family: Verdana;
	font-size: 8px;
	color: #555555;
	width: 100%;
}

#footertext {
	margin-left: 15px;
	margin-top: 15px;
}

/* content box */

#maincontentheader {
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	margin-left: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #292929;
	margin-bottom: 10px;
	height: 40px;
}

#maincontent {
	font-family: Verdana;
	/* font-size: 12px;
	color: #04002c; */
}

#mycontent {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 100%;
}

#headertitle {
	position: relative;
	top: 6px;
	left: 200px;
	width: 800px;
}

#messagetitle {
	position: relative;
	text-align:center;
	width: 600px;
	color: #FF0000;
  	margin-left: auto ;
  	margin-right: auto ;
}

#saveok {
	color: #004080;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
#submiterror {
	color: #FF5555;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

select {
	width: 145px;
}

td {
	padding-bottom: 2px;
}

.print {display:none}

.form-element-readonly {
	background-color: transparent;
	border: none;
	padding: 0px
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
