

div.treecontrol td.red {
	background-color:red;
}

div.treecontrol td.green {
	background-color:#00FF00;
}

div.treecontrol td.yellow {
	background-color:yellow;
}

div.treecontrol td.darkred {
	background-color:#800000;
 	color: #ffffff;
}

div.treecontrol td.darkgreen {
	background-color:#008000;
 	color: #ffffff;
}

div.treecontrol td.darkyellow {
	background-color:#808000;
 	color: #ffffff;
}
/* Bargraph Control (Beladeplanung) */

.wui-grafics {
	position:absolute;
	margin:0px;
	border:1px solid #B3B3B3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/* Caption mit blauem Farbverlauf, Titel 16px */

#caption {
	font-size:16px;
	font-weight:var(--boldweight);
	padding-bottom:2px;
	border: 1px solid 		#145072;
	background: #2b5b7b; /*#2567ab;*/
	color: 	#fff;
	/* text-shadow: 0 -1px 1px #145072;
	 */
	 /*background-image:linear-gradient(#5f9cc5, #396b9e);*/
}

/* das Icon kommt mit 32x32, hier auf 20x20 runterskaliert */

#caption-icon {
	width:20px;
	height:20px;
}

/* Statusbar-Schrift 12px bold (bessere Lesbarkeit) */

#caption span {
	font-size:12px;
	font-weight:var(--boldweight);
}


/* 
================================================================================
	Input-Controls
================================================================================
*/

input,textarea, select {
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input:focus { 
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea:focus { 
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

select:focus { 
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*
 * Gruppe Datensatzänderung
 * erstellt/geändert von/am
 */
.datensatzaenderung input {
	background:#DDDDDD;
	border:none;
	box-shadow:none;
	color:#000000;
}

/* 
================================================================================
	Farben im Chargenbaum
================================================================================
*/

.charge_import_vorlaeufig {
	color:#FF0000;
}

.charge_import_uebernommen {
	color:#990099;
}

/* 
================================================================================
	MessageBox
================================================================================
*/
#messagebox {
	position:absolute;
	left:200px;
	top:150px;
	max-width:60em;
}

#messagebox-caption {
	font-size: 10.5pt;
	font-weight:var(--boldweight);
	text-decoration: none;
	cursor:move;
    color:#000000;
    padding:9px 15px;
   	background-image:none;
    border:none;
    background-color: var(--primary);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#messagebox-content {
	margin:0px;
	padding:0px;
	min-width:30em;
	/* text */
	color: #333;
	/* background */
	background: #fff;
	background-image:none;
	/* border */
	border: none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	/* shadow */
	box-shadow: 0px 0px 6px 			#333333;
}

#messagebox td {
	margin:0px;
	padding:5px;
	vertical-align:top;
}

.messagebox-button {
	float:right;
	padding:7px;
	margin:5px;
	text-align:center;
	border: 1px solid 		#ccc;
	background: 			#eee;
	font-weight:var(--boldweight);
	color: 					#444;
	text-shadow: 0 1px 1px #f6f6f6;
	background-image:         linear-gradient(#fdfdfd, #eee);
	border-radius: 			6px;	
}

.messagebox-button:hover {
	border: 1px solid 		#bbbbbb;
	background: 			#dadada;
	font-weight:var(--boldweight);
	color: 					#101010;
	text-shadow: 0 1px 1px #fff;
	background-image:         linear-gradient(#ededed, #dadada);
	border-radius: 			6px;
}

/* 
================================================================================
	AVK5 Toolbar mit 2 Bereichen
================================================================================
*/
.toolbar-wrapper {
	position: absolute;
	top: 65px;
	width: 100%;
}

.wui-toolbar {
	clear:none;
	top: 2px;
	float: left;
	position:relative;
}

.wui-form-caption {
	position:relative;
	z-index:1;
	margin:0px;
	padding:3px;
	/* text */
	font-weight:var(--boldweight);
	color: #000000;
	/* background */
	background: #303030;
	background-color:  #ffffff;
	/* background-image:         linear-gradient(#5f9cc5, #396b9e); */
}

#toolbar-right {
	float: right;
	margin-right:0.5em;
}

/* 
================================================================================
	Session-Status
================================================================================
*/

.avknews-session-status {
	padding:5px;
}

.avknews-session-status table {
	border-collapse:collapse;
	background-color:#FFFFFF;
}

.avknews-session-status th {
	padding:5px;
	font-weight:var(--boldweight);
	color: #333;
	text-shadow: 0 1px  0  #eee;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	background: #ddd;
	background-image:linear-gradient(#fff, #ddd);
}

.avknews-session-status td {
	border:1px solid #AAAAAA;
	padding:5px;
}

/* 
================================================================================
	WUI Group (Caption innerhalb des Rahmens)
================================================================================
*/
.wui-group-caption {
	top:-1px;
	left:-1px;
	border-radius:3px;
}

.wui-group .noborder {
	border: none;
}

/* 
================================================================================
	Dialog-Buttons
================================================================================
*/
.wui-dialog-buttons {
	border: none;
	border-radius:0px;
}

/* 
================================================================================
	Center-Wrapper für den Login-Dialog
================================================================================
*/
.login-wrapper {
	display: table;
	margin-top:3em;
	margin-left: auto;
	margin-right: auto;
}

.login-wrapper #content {
	float: left;
	z-index: 3;
	background: #f0f0f0;
	padding: 3px;
	border: 0px;
	overflow-y: auto;
	box-shadow: 0px 0px 6px #222;
}

/*
=========================================================
Gecco-Tabfolder
=========================================================
*/
.wui-tabform {
	position:relative;
}


.wui-tabitems {
	position:relative;
}

.wui-tabfolder {
	float:left;
	position:relative;
	z-index:1;
	margin:0px;
	padding:3px;
	/* text */
	font-weight:var(--boldweight);
	color: #333;
	/* background */
	background: var(--genback);
	text-shadow: 0 1px  0  #eee;
	/* background */
	/*background: #bbb;
	background-image:         linear-gradient(#f9f9f9, #c8c8c8);
	/* border */
	/*border: 1px solid #B3B3B3;
	border-top-left-radius:2px;
	border-top-right-radius:2px;*/
	
}

.wui-tabfolder:hover {
/*	background: #FAFAFA;
	background-image:         linear-gradient(#ddd, #fff);*/
}

.wui-tabfolder img {
	border:none;
	margin-right:3px;
}

.wui-tabfolder a {
	color:#000000;
	text-decoration:none;
}

.wui-tabfolder a:hover {
	text-decoration:underline;
}

.wui-tabfolder-selected {
	float:left;
	position:relative;
	z-index:1;
	margin:0px;
	padding:3px;
	/* text */
	font-weight:var(--boldweight);
	/*color: #fff;
	text-shadow: 0 1px  0  #333;*/
	/* background */
	/*background: #5f9cc5;
	background-image:         linear-gradient(#5f9cc5, #396b9e);*/
	/* border */
	
	border: solid var(--tabselectedborder);
	border-width: 0px;
	border-bottom-width: 6px;
	/*border: 1px solid #B3B3B3;
	border-top-left-radius:2px;
	border-top-right-radius:2px;*/
}

.wui-tabfolder-selected img {
	border:none;
	margin-right:3px;
}


div.overflow-y {
	overflow-y: auto;
}

/*
=========================================================
Notification-Panel
=========================================================
*/
 
 .avk-notification-form {
 	max-height: 50%;
 	max-width: 50em;
 	overflow-y: auto;
 	z-index: 1001;
 	position: absolute;
 	right:10px;
 	top:100px;
 	padding:5px;
 	box-shadow: 0px 0px 6px #000000;
 }
 
 .avk-notification-form.hide {
  	transition: opacity 2s ease-out;
 	opacity:0;
 }
 
.avk-notification-form > div {
	padding: 0.3em;
 	border:1px solid #AAAAAA;
}

.avk-notification-form > div > img {
 	margin-right: 0.5em;
}

.avk-notification-form > div > p {
 	line-height:1em;
}

.avk-notification-form > div > p > a:hover {
 	text-decoration:underline;
}

/*
=========================================================
Terms Of Use
=========================================================
*/
.terms-of-use {
	overflow-y: auto;
	background-color: #FFFFFF;
	border:none !important;
}

/* 
================================================================================
	Datensatzfreigaben
================================================================================
*/
.avk-freigaben {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow-y: auto;
	max-width:70em;
	margin-left:1em;
	margin-right:0;
}

/* Freigabe-Eintrag */

.avk-freigabe {
	float: left;
	padding:0.5em;
	background-color:#eeeeee;
	border-left:3px solid #3f87a6;
	margin-top:0.5em;
}

.avk-freigabe:hover {
	float: left;
	padding:0.5em;
	background-color:#eeeeff;
	border-left:3px solid #3f87a6;
	margin-top:0.5em;
}

.avk-freigabe > div {
	float: left;
	min-width: 15em;
	padding:0.5em;
}

.avk-freigabe > div > div:first-child {
	font-size:80%;
	color: #808080;
}

/* 
================================================================================
	AVK5 XML-Upload
================================================================================
*/

.upload-panel {
	max-width: 35em;
 	padding:1em;
 	margin-bottom:0.5em;
 	border-radius:5px;
 	box-shadow: 0px 0px 6px #000000;
 	background-image: linear-gradient(#CCCCCC, #EEEEEE);
}

.upload-panel > input[type="file"] {
	background-color:inherit;
}

.upload-panel > p {
	line-height:1em;
}

.upload-panel > progress {
	margin-left:1em;
	height: 1.5em;
	width:70%;
}

/* 
================================================================================
	AVK5 Cancelable-Upload
================================================================================
*/

.cancelable-upload-panel {
	max-width: 40em;
 	padding:1em;
 	margin-bottom:0.5em;
 	border-radius:5px;
 	box-shadow: 0px 0px 6px #000000;
 	background-image: linear-gradient(#CCCCCC, #EEEEEE);
 	position: relative;
 	z-index: 99;
}

.ucancelable-pload-panel > input[type="file"] {
	background-color:inherit;
}

.cancelable-upload-panel > p {
	line-height:1em;
}

.cancelable-upload-panel > progress {
	margin-left:1em;
	height: 1.5em;
	width:295px;
}

/* 
================================================================================
	 XML-Import
================================================================================
*/

.import-panel {
	width:35em;
 	padding:1em;
 	margin-bottom:0.5em;
 	border-radius:5px;
 	box-shadow: 0px 0px 6px #000000;
 	background-image: linear-gradient(#CCCCCC, #EEEEEE);
}

.import-panel > div {
	margin-top:2em;
	width:100%;
	height:30em;
	overflow-y:auto;
}

/* 
================================================================================
	AVK5 Prozessdokumente Upload
================================================================================
*/

.pupload-panel {
	max-width: 35em;
 	padding:1em;
 	margin-top:-1.5em;
 	margin-bottom:0.5em;
}

.pupload-panel > input[type="file"] {
	background-color:inherit;
}

.pupload-panel > p {
	line-height:1em;
}

.pupload-panel > progress {
	margin-left:1em;
	height: 1.5em;
	width:70%;
}

/* 
================================================================================
	AVK5 Status Panel
================================================================================
*/

.status-panel {
	max-width: 25em;
 	padding:1em;
 	margin-top:-1.5em;
 	margin-bottom:0.5em;
 	border-radius:5px;
 	box-shadow: 0px 0px 6px #000000;
 	background-image: linear-gradient(#CCCCCC, #EEEEEE);
}

.status-panel > input[type="file"] {
	background-color:inherit;
}

.status-panel > p {
	line-height:1em;
}

.status-panel > progress {
	margin-left:1em;
	margin-right:1em;
	height: 1.5em;
	width:92%;
}

/* 
================================================================================
	Dialog "Vergleich Import/System"
	Die Zellen sollen umbrechen damit die Tabelle nicht so breit wird.
================================================================================
*/
#spread_compare td {
	white-space: normal;
}

/* 
================================================================================
	Monatsbericht TabItem
================================================================================
*/

.wui-tabitem-disabled {
	float:left;
	position:relative;
	z-index:1;
	margin:0px;
	padding:3px;
	/* text */
	font-weight:var(--boldweight);
	color: #888;
	text-shadow: 0 1px  0  #eee;
	/* background */
	background: #bbb;
	/*background-image:         linear-gradient(#ddd, #bbb);*/
	/* border */
	border: 1px solid #B3B3B3;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.wui-tabitem-selected-disabled {
	float:left;
	position:relative;
	z-index:1;
	margin:0px;
	padding:3px;
	/* text */
	font-weight:var(--boldweight);
	color: #999;
	text-shadow: 0 1px  0  #eee;
	/* background */
	background: #ddd;
	/*background-image:linear-gradient(#fff, #ddd);*/
	/* border */
	border: 1px solid #B3B3B3;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.color-000000 {
	color: #000000;
}

.color-666666 {
	color: #666666;
}

.color-008000 {
	color: #008000;
}

.color-000080 {
	color: #000080;
}

.color-FF0000 {
	color: #FF0000;
}

textarea {  
   font-family:Arial, serif;  
   font-size: 12px;
   scroll-behavior: smooth;
}

.col-with-break {
  margin-left: 15px;
}

.staterocombo
{
display:flex;
color: #fff;
}

.stage {
  z-index: auto;
  stroke-width: 2px;
  fill: #fff;
  color: #73777c;
  stroke: #bdc3c7;
  width:240px;
}

.stage__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 10px 0 15px;
  font-size: 12px;
}

.stage--active {
  fill: #023456;
  stroke: #023456;
  color: #fff;
}

.stage__shape {
  position: absolute;
  top: 0;
  left: 0;
}

.stage__text, .stage__label {
  z-index: 1;
}

.stage__label {
  font-weight: 600;
  margin-right: 10px;
}