@CHARSET "UTF-8";

body {
	font-family: PT Sans, Calibri, /*Verdana,*/ Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.0;
	margin: 0px;
	padding: 0px;
}


/*@media screen and (prefers-color-scheme: dark) {
a {
	color: #4E8FFf;
	text-decoration: none;
}

a:visited {
	color: #4E8FFf;
}
}*/

/*@media screen and (prefers-color-scheme: light) {*/
a {
	color: #4080bf;
	text-decoration: none;
}

a:visited {
	color: #4080bf;
}
/*}*/



:focus {
	outline: 1px dotted gray;
	outline-offset: 0px
}

div.control:focus {
	outline:none;
}



body.preview {
	padding: 10px;
	margin: 0px;
	font-family: serif;
	font-size: 12px;
}

body.preview table {
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

body.preview table td {
	margin:0px;
	padding:0px;
}

body.preview > div {
	box-sizing: border-box;
	border: none;
	padding-bottom:10px;
	page-break-before: avoid;
}

body.preview > div:first-child {
	font-weight:bold;
	font-size:13px;
}

body.preview > div > div.table > table {
	border: none;
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
}

body.preview > div > div.table > table caption {
	font-weight:bold;
	font-size:13px;
	padding:20px 0px 10px 0px;
	text-align:left;
}

body.preview > div > div.table > table caption > div:last-child {
	font-weight: normal;
	padding:20px 0px 10px 5px;
}

body.preview > div > div.table > table thead{
	font-weight:bold;
	border-bottom: 1px solid gray;
	text-align:left;
}

body.preview > div > div.table > table th,
body.preview > div > div.table > table td {
	padding:3px 5px;
}

body.preview > div:nth-child(4) div.sortorder > table > tbody > tr {
	display:table-cell;
}

body.preview > div:nth-child(4) div.sortorder > table > tbody > tr > td:nth-child(even) {
	padding-right:10px;
}

@CHARSET "UTF-8";

div.maincontainer {
	margin:0px;
	padding: 0px;
}

@CHARSET "UTF-8";

div#headercontaineroffset {}

div#headercontainer {
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index:10;
}

div#headercontainer > iframe {
	position:absolute;
	z-index:-1;
	border:none;
	width:100%;
	height:100%;
}

div#documentcontainer {
	margin:0px;
	padding: 0px;
}

@CHARSET "UTF-8";

/*:root {
    color-scheme: light dark;
}*/


/********************/
/* headercontent    */
/********************/



div.headercontent {
    /*@media screen and (prefers-color-scheme: dark) {
	    background-color: #222;
	    background: linear-gradient(to top, #808080, #222);
	    color: #eeeeee;
	    outline: 1px solid #111;
    }*/
    /*@media screen and (prefers-color-scheme: light) { */
	    background: linear-gradient(to top, #ffffff, #cce6ff);
	    color: #254d74;
	    outline: 1px solid #dee9ff;
    /*}*/
}
	


div.headercontent > table {
	border:none;
	border-spacing:0px;
	width:100%;
}

div.headercontent > table > tbody > tr:nth-child(1) td {
	vertical-align:top;
	padding:0px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(1) {
	width:53px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(1) > div:nth-child(1) { /* div of mainbutton */
	padding:5px 0px 0px 5px;
	width:48px;
	height:48px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) { /* div of quick buttons and caption */
	padding-top:5px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) > table:nth-child(1) {
	border:none;
	border-spacing:0px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) > table:nth-child(1) > tbody > tr:nth-child(1) > td {
	padding-left:10px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(2) {
	vertical-align: middle;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) > table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(2) span.productname {
	color: #4080bf;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(2) { /* div under quick buttons and caption for decoration */
	padding-left:12px;
}

div.headercontent > table > tbody > tr:nth-child(1) > td:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
	height:1px;
	background: linear-gradient(to right, #4080bf, transparent, transparent, transparent);
}

/********************/
/* headermainbutton */
/********************/

input.mainbutton {
	width: 48px;
	height:48px;
	border-radius: 24px;
	box-shadow: 0 0 7px #2d5986;
	position: relative;
	z-index: 1;
}

input.mainbutton:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

input.mainbutton:focus {
	outline: none;
	box-shadow: 0 0 7px #000;
}


/********************/
/* headermainmenu   */
/********************/

div.mainmenu {
	box-sizing: border-box;
	position: absolute;
	width: 400px;
	height: auto;
	/*max-height: 500px;*/
	top: 35px;
	background-color: white;
	border: 1px solid #b1c9ea;
	border-top-width: 20px;
	border-radius: 5px;
	box-shadow: 0 0 7px #2d5986;
	overflow-y: auto;
	padding:1px;
}

div.mainmenu  > div {
	background: linear-gradient(to top, #ffffff, #cce6ff);
	border: 1px solid #b1c9ea;
	padding:5px 0px;
}

div.mainmenu  > div p {
	position:relative;
	margin: 0px;
	padding: 7px 5px 7px 28px;
}

div.mainmenu  > div p:focus {
	background: linear-gradient(to top, #b1c9ea, #cce6ff, #cce6ff, #b1c9ea);
	cursor: pointer;
}

div.mainmenu  > div p a {
}

div.mainmenu  > div p a img {
	position:absolute;
	left:3px;
	top:3px;
	width:20px;
	height: 20px;
}

div.mainmenu  > div p a span {
	display:inline-block;
	padding-left:5px;
}

div.mainmenu  > div p.selected a {
	color: blue;
	font-weight: bold;
}

div.mainmenu  > div p a:focus {
	outline: none;
}


/********************/
/* headerquicktools */
/********************/

div#headerquicktools {
	background-image: url("qbl.svg"), url("qbr.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	
	height:23px;
	width:110px;
	margin-left:-10px;
	
	padding: 0px 12px 0px 15px;
}

div#headerquicktools div {
	box-sizing:border-box;
}

div#headerquicktools > div {
	background-image: url("qbc.svg");
	background-repeat: repeat;
	
	height:100%;
	width:100%;
	
	white-space: nowrap;
}

div#headerquicktools > div > div {
	float:left;
	margin:4px 3px;
}

div#headerquicktools > div > div a {
	background-repeat: round;
	width:16px;
	height:16px;
	display: block;
	cursor: pointer;
}

div#headerquicktools > div > div a:focus {
	outline:none;
}

div#headerquicktools > div > div a:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

div#headerquicktools > div > div a#refresh {
	background-image: url("refresh.png");
	border-radius: 16px;
}

div#headerquicktools > div > div a#save {
	background-image: url("save.png");
}

div#headerquicktools > div > div a#store {
	background-image: url("store.png");
}
div#headerquicktools > div > div a#store:hover {
	-webkit-filter: invert(10%);
	filter: invert(10%);
}

div#headerquicktools > div > div a#print {
	background-image: url("print.png");
}

div#headerquicktools > div > div a#export {
	background-image: url("spreadsheet.png");
}
div#headerquicktools > div > div a#export:hover {
	-webkit-filter: invert(10%);
	filter: invert(10%);
}

div#headerquicktools > div > div a#clearsession {
	background-image: url("clear.png");
}


div#headerquicktools > div > div a#export {
	background-image: url("spreadsheet.png");
}
div#headerquicktools > div > div a#export:hover {
	-webkit-filter: invert(10%);
	filter: invert(10%);
}

/********************/
/* headermainbutton */
/********************/

input.mainbutton {
	width: 48px;
	height:48px;
	border-radius: 24px;
	box-shadow: 0 0 7px #2d5986;
	position: relative;
	z-index: 1;
}

input.mainbutton:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

input.mainbutton:focus {
	outline: none;
	box-shadow: 0 0 7px #000;
}


/********************/
/* headermainmenu   */
/********************/

div.mainmenu {
	box-sizing: border-box;
	position: absolute;
	width: 400px;
	height: auto;
	/*max-height: 500px;*/
	top: 35px;
	background-color: white;
	border: 1px solid #b1c9ea;
	border-top-width: 20px;
	border-radius: 5px;
	box-shadow: 0 0 7px #2d5986;
	overflow-y: auto;
	padding:1px;
}

div.mainmenu  > div {
	background: linear-gradient(to top, #ffffff, #cce6ff);
	border: 1px solid #b1c9ea;
	padding:5px 0px;
}

div.mainmenu  > div p {
	position:relative;
	margin: 0px;
	padding: 7px 5px 7px 28px;
}

div.mainmenu  > div p:focus {
	background: linear-gradient(to top, #b1c9ea, #cce6ff, #cce6ff, #b1c9ea);
	cursor: pointer;
}

/*div.mainmenu  > div p a {
    text-decoration: none;
}*/

div.mainmenu  > div p a img {
	position:absolute;
	left:3px;
	top:3px;
	width:20px;
	height: 20px;
}

div.mainmenu  > div p a span {
	display:inline-block;
	padding-left:5px;
}

div.mainmenu  > div p.selected a {
	color: blue;
	font-weight: bold;
}

div.mainmenu  > div p a:focus {
	outline: none;
}


@CHARSET "UTF-8";

div.modulelist {
	padding:10px;
}

div.modulelist > div {
	overflow:hidden;
}

div.modulelist p.selected {
}

div.modulelist p {
	padding:0px 1px;
	margin:10px 0px;
}

div.modulelist a {
	display:block;
}

div.modulelist p.selected a {
	--font-size:large;
	font-weight:bold;
	color:#123b5f;
}

div.modulelist p a span {
	display:none;
}

div.modulelist p.selected a span {
	font-size:small;
	color:#a8a8a8;
	display:block;
	font-weight:normal;
}

div.modulepath {
	padding:0px;
	font-size:smaller;
}

div.modulepath > div {
	overflow:hidden;
}

div.modulepath span.selected {
	font-weight:bold;
}

div.modulepath span {
	--white-space: nowrap;
}

div.modulepath a:hover {
	color:black;
}

@CHARSET "UTF-8";

div#loginpane {
	font-size:16px;
	padding:10px;
	margin-top: 15px;
}

div#loginpane > div {
	padding: 20px;
	border: 1px solid #b1c9ea;
}

div#loginpane form:first-child div {
	text-align:left;
}

div#loginpane form > div {
	padding: 10px;
	box-sizing: border-box;
}

div#loginpane form > div.error {
	color:red;
}

div#loginpane form > div.success {
	color:green;
}

div#loginpane form > div.error p {
	margin:5px 0px;
}

div#loginpane form > div:last-child > table {
	width: 100%;
	border-spacing: 0px;
	text-align:left;
}

div#loginpane form > div:last-child > table > tbody > tr >td {
	padding:10px 0px;
}

div#loginpane form > div:last-child > table > tbody > tr:nth-child(3) {
	height:80px;
}

div#loginpane form > div:last-child > table td:first-child {
	width:120px;
}

div#loginpane input {
	box-sizing: border-box;
	width:100%;
	line-height:2.0;
	border:none;
	outline:1px solid #b1c9ea;
	padding: 0px 10px;
	background-color:white;
}

div#loginpane input[type="submit"]:hover {
	outline:1px solid gray;
}

div#loginpane input:focus {
	outline:none;
	box-shadow: 0 0 7px #2d5986;
}

div#loginpane input::-moz-focus-inner {
	border: none;
}

div#loginpane input[type="text"], div#loginpane input[type="password"] {
	font-family:"Courier New";
	font-size:16px;
}

div#loginpane input[type="submit"] {
	font-family:inherit;
	font-size:14px;
	width:auto;
	cursor: pointer;
}

div[onclick="update_captcha()"] {
	cursor:pointer;
	padding-bottom:5px;
}

div[onclick="update_captcha()"] > img {
	width:14px;
	padding-right:5px;
	vertical-align:bottom;
	cursor:pointer;
}

img#captcha {
	width: 115px;
	text-align: center;
}

div#loginpane form:last-child > div {
	text-align:right;
	margin-top: -58px;
}

div#loginpane form:last-child > div > input {
	height:28px;
	width:28px;
	background-image:url("logout.png");
	background-repeat:round;
}


html.box {
	overflow:hidden;
}

div.splitarea {
	border:none;
	width:100%;
	padding:0px;
	margin:0px;
}

div.splitarea > table {
	border:none;
	width:100%;
	padding:0px;
	margin:0px;
	border-spacing:0px;
}

div.splitarea > table > tbody > tr > td {
	padding:0px;
	margin:0px;
	border:none;
	vertical-align:top;
}

div.splitarea > table > tbody > tr > td:focus {
	outline:none;
}

div.splitarea > table > tbody > tr > td:nth-child(even) {
	width:3px;
	min-width: 3px;
	background:linear-gradient(to top, #fff, #e6f2ff, #fff);
	cursor:w-resize;
}

div.splitarea > table > tbody > tr > td:nth-child(3) > div:nth-child(2) {
	width:100%;
	height:5px;
	min-height:5px;
	cursor:n-resize;
	background:linear-gradient(to right, #fff, #e6f2ff, #fff);
}

div.splitarea > table > tbody > tr > td:nth-child(3) > div:nth-child(2):focus {
	outline:none;
}

div.splitarea.scrollbox > table > tbody > tr > td > div:nth-child(1) {
	width:inherit;
	height:inherit;
	overflow-y:auto;
	overflow-x:hidden;
}

div.splitarea.scrollbox > table > tbody > tr > td:nth-child(3) > div:nth-child(1) {
	width:inherit;
	height:inherit;
	overflow:auto;
}

