/*#########################################*
 *### File:         default.css         ###*
 *### Author:       Wim van Ravesteijn  ###*
 *#########################################*/

:root {
	--main-color-text: #000000;
	--main-color-link: #01008C;
	--main-color-ok: #00AA00;
	--main-color-error: #AA0000;
	--main-color-background: #B1CDEC;
	--main-color-background-header: #1468C5;
	--main-color-background-roweven: #639BD9;
}

BODY {
	color: var(--main-color-text);
	background-color: var(--main-color-background);
	margin: 100px 15px 60px 15px;
}

DIV.header {
	background-color: var(--main-color-background-header);
	height: 80px;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	border-bottom: 5px solid var(--main-color-background);
}

DIV.header DIV.group {
	position: absolute;
	left: 15px;
	top: 15px;
}

DIV.header DIV.group FORM {
	margin-top: 0;
}

DIV.header DIV.user {
	position: absolute;
	right: 15px;
	top: 10px;
	color: var(--main-color-background);
}

DIV.header DIV.user IMG {
	vertical-align: middle;
}

DIV.header DIV.menu {
	position: absolute;
	left: 15px;
	top: 50px;
}

DIV.header DIV.menu UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 30px;
}

DIV.header DIV.menu UL LI {
	display: inline-block;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	height: 24px;
}

DIV.header DIV.menu UL LI.selected {
	background-color: var(--main-color-background);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
}

DIV.header DIV.menu UL LI A:hover {
	text-decoration: none;
}

DIV.header DIV.refresh {
	position: absolute;
	right: 15px;
	top: 40px;
	font-size: smaller;
	font-style: italic;
}

DIV.login {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 250px;
	margin-left: -210px;
	margin-top: -150px;
	text-align: center;
}

DIV.form {
	width: 420px;
}

DIV.form DIV.error {
	margin: 8px 0;
}

DIV.form FORM {
	width: 440px;
}

DIV.form FORM DIV.question LABEL {
	width: 120px;
}

FORM.form {
	background-color: var(--main-color-background-roweven);
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-color: var(--main-color-background-header);
	border-style: solid;
	border-width: 2px;
	display: block;
	width: 500px;
}

FORM.form H1 {
	padding: 2px 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	background-color: var(--main-color-background-header);
	color: var(--main-color-background);
}

FORM.form P {
	padding: 0px 5px;
}

FORM.form DIV.question {
	display: block;
	margin-bottom: 5px;
}

FORM.form DIV.question LABEL {
	display: inline-block;
	padding: 5px;
	width: 150px;
}

FORM.form DIV.question INPUT {
	display: inline-block;
}

FORM.form DIV.buttons INPUT {
	margin: 0 5px;
}

DIV.group FORM {
	background-color: var(--main-color-background-header);
}

DIV.vlist DIV.question {
	display: block;
	margin-bottom: 5px;
}

DIV.vlist DIV.question DIV.label {
/* 	display: inline; */
/* 	display: inline-block; */
	display: block;
/* 	float: left; */
	width: 150px;
	vertical-align: top;
}

DIV.vlist DIV.question DIV.value {
/* 	display: inline; */
	left: 160px;
	display: block;
/* 	float: left; */
/* 	width: 400px; */
	vertical-align: top;
}

DIV.footer {
	background-color: var(--main-color-background-header);
	color: var(--main-color-background);
	font-size: smaller;
	height: 50px;
	left: 0;
	right: 0;
	position: fixed;
	bottom: 0px;
}

DIV.footer DIV.left {
	position: absolute;
	left: 15px;
	bottom: 9px;
}

DIV.footer DIV.right {
	position: absolute;
	right: 15px;
	bottom: 7px;
}

DIV.footer A {
	color: var(--main-color-background);
}

DIV.columns-2 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

DIV.columns-2:nth-of-type(1) {
	margin-right: 5px;
}

DIV.columns-2:nth-of-type(2) {
	margin-left: 5px;
}

A {
	color: var(--main-color-link);
	text-decoration: none;
}

A:hover {
	color: var(--main-color-link);
	text-decoration: underline;
}

H1 {
	font-size: 19px;
}

H2 {
	font-size: 17px;
}

DIV.table-container {
	display: inline-block;
}

P.paging {
	display: inline-block;
	vertical-align: top;
}

P.paging SPAN.selected {
	font-weight: bold;
}

P.pageinfo {
	display: inline-block;
	vertical-align: top;
	float: right;
}

TABLE {
	border-collapse: collapse;
}

TABLE.box {
	border-width: 1pt;
	border-color: var(--main-color-background-header);
	border-style: solid;
}

TABLE.vertical TH, TABLE.vertical TD {
	vertical-align: top;
}

TABLE.artikel TH {
	width: 170px;
}

TR.odd {
	background-color: var(--main-color-background);
}

TR.even {
	background-color: var(--main-color-background-roweven);
}

TR.nocolorrows TH, TR.nocolorrows TD {
	padding-bottom: 10px;
	padding-left: 0px;
}

TH {
	font-size: 12pt;
	color: var(--main-color-text);
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	padding-left: 9px;
	padding-right: 9px;
}

THEAD TH {
	background-color: var(--main-color-background-header);
}

TD {
	color: var(--main-color-text);
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 9px;
	padding-right: 9px;
}

TD.nowrap {
	white-space: nowrap;
}

/*TD.menu {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}*/

/*TD.menu2 {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}*/

/*TD.mainpage {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}*/

/*TD.status_scheduled {
	color: #AAAA00;
}

TD.status_done {
	color: #00AA00;
}

TD.status_failed {
	color: #FF0000;
}*/

TD.center {
	text-align: center;
}

.debug {
	background-color: #FFFF00;
	color: #FF0000;
	margin: 10px;
}

.error {
	color: var(--main-color-error);
	font-weight: bold;
}

.ok {
	color: var(--main-color-ok);
	font-weight: bold;
}

.smalltext {
	font-size: smaller;
}

.circle_red {
	font-size: 10px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	background-color: red;
	color: white;
	display: flex;
	justify-content: space-evenly;
	margin-left: 4px;
}

h1.counter {
	display: flex;
}

h1.toggle {
	cursor: pointer;
}

/*.important {
	font-weight: bold;
	background-color: #6867DE;
	color: #FFFFFF;
}*/

/*.noshell {
	color: #AAAAAA;
}*/

/*.passwordLastChanged {
	font-size: smaller;
	color: #AAAAAA;
}*/

