﻿.Adminumgebung
{
  position:absolute;
  border: red solid 5px;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:20px;
}

div.uneditableDiv {
	border: solid black thin;
	min-height: 30px;
	max-height: 200px;
	overflow: auto;
	max-width: 650px;
	word-wrap: break-word;
}


div.Body
{
	background-color: white;
	position: absolute; 
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	font-family: Sans-Serif;
  /*font-family: 'Bree Serif', serif;*/
}

input.DefaultButton
{
	z-index: 0;
}

div.PopupBackground
{
	background-color: rgba(128, 122, 115, 0.5);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	overflow-y: auto;
	overflow: hidden;
	visibility: hidden;
}

div.PopupBackground div.Table
{
	position: relative;
	height: 100%;
	display:table;
	margin: auto;
}

div.PopupBackground div.Cell
{
	display: table-cell;
	vertical-align:middle;
}

div.Popup
{
	position: relative;
	padding: 10px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid black 2px;
}

div.Popup div.Close
{
	text-align: right;
	margin-top: -7px;
	margin-right: -7px;  
	padding-bottom: 10px;
}

div.Popup div.Close img
{
	cursor:pointer;	
}

div.All
{
	/*background-color: rgb(244, 244, 244);*/
  background-color: white;
}

.PopupLink
{
	font-size: smaller;
	color: #e14e1a;
	vertical-align: super;
}

div.Header
{
	background-color: white;
	padding-top: 20px;
}

div.Header div.Impressum
{
	font-size: 0.8em;
}

div.LanguageSelection
{
	float: right;
}

div.Splitter
{
	background-color: rgb(128, 122, 115);
  /*background-color: rgb(142, 136, 130);*/
}

div.Splitter > div
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.Splitter > div.Progress table
{
	table-layout: fixed;
	empty-cells: show;
	height: 20px;
}

div.Splitter > div.Progress td 
{
	background-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.Splitter > div.Progress tr.Progress td 
{
	height: 5px;
}

div.Splitter > div.Progress tr.Status td 
{
	height: 8px;
}


div.Splitter > div.Progress td.Active
{
	background-color: rgb(225, 78, 26);
}

div.Splitter > div.Progress td.Empty
{
	background-color: white;
}

div.Splitter > div.Progress td.Ok
{
	background-color: lightgreen;
}

div.Splitter > div.Progress td.NotOk
{
	background-color: lightcoral;
}

div.Splitter > div.Progress td.Unnecessary
{
	background-color: rgb(142, 136, 130); 
}

div.Navigation
{
	/*padding: 5px;*/
	padding-right:5px;
}

div.Navigation div.Logo
{
	padding-top: 20px;
	text-align: center;
}

div.Data
{
	font-family: Klavika-Basic-Medium, Sans-Serif;
	/*color: #665c53;*/
  color: black;
	padding: 5px 15px 5px 5px;
}

div.Data .BewerbungsEnde
{
	font-weight: bold;
	color: red;
}

div.Data div.Clear
{
	float: right;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}

div.Data div.Navigate
{
	margin-top: 20px;
	text-align: center;
	position: relative;
}

div.Data div.Navigate input[type="image"].Previous
{
	/*
	position: absolute;
	left: 0px;
	*/
	float: left;
}

div.Data div.Navigate input[type="image"].Next
{
	/*
	position: absolute;
	right: 0px;
	*/
	float: right;
}

div.Data div.Actions
{
	margin-top: 20px;
	position: relative;
}

div.Data div.Actions input[type="image"]
{
	float: right;
	border: solid black 1px;
	background-color: rgb(200, 200, 200);
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.Data div.Actions img
{
	float: right;
	border: solid black 1px;
	background-color: rgb(200, 200, 200);
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.Data div.Actions span
{
	float: right;
}


div.Menu
{
	color: white;
}

div.Menu a
{
	color: white;
	text-decoration:none;
}

div.Menu div.MenuItem
{
	background-color: rgba(178, 178, 173, 0.1); 
	/*background-color: rgb(142, 136, 130);*/
	margin-bottom: 0px;
	border-top: solid 2px white;
	padding: 5px;
	padding-right: 30px;
  border-bottom: solid rgba(178, 178, 173, 25) 1px;
}

div.Menu div.MenuItem.Active
{
	margin-right: -5px;
	/*background-color: rgb(225, 78, 26);*/
  background-color:yellow
}

div.Menu div.SubMenu div.MenuItem
{
	padding-left: 20px;
}

div.Menu div.SubMenu div.SubMenu div.MenuItem
{
	padding-left: 40px;
}

div.Menu div.SubMenu div.SubMenu div.SubMenu div.MenuItem
{
	padding-left: 60px;
}

div.Menu div.MenuItem .Status 
{
	display: block;
	float: left;
	margin-right:10px;
}

div.Menu div.MenuItem .Open 
{
	display: block;
	float: right;
}

div.Menu div.MenuItem .Kapitel 
{
	display: block;
  /*padding-left:0px;
  padding-right:0px;*/
  padding-top: 3px;
  padding-bottom: 3px;
  /*border-bottom: solid rgba(178, 178, 173, 25) 1px;*/
}

div.InputControl
{
	border-bottom: solid rgb(128, 122, 115) 1px;
	padding: 0.2em;
	margin-bottom: 1em;
  position: relative;
	box-sizing: border-box;
}

div.InputControl.Followed
{
	border-bottom: none;
	padding: 0.2em;
}

div.InputControl[name="tdropdowninputcontrol"]
{
  padding-bottom:0.8em !important;
}


div.InputControl .Error
{
	color: red;
}

div.InputControl div.Label span
{
	display: block;
}

div.InputControl div.Input
{
	padding-left: 10px;
}

div.InputControl div.Input.ErrorControl
{
	background-image: url("../images/Error.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div.InputControl div.Input input[type="text"], 
div.InputControl div.Input input[type="date"], 
div.InputControl div.Input input[type="password"], 
div.InputControl div.Input select, 
div.InputControl div.Input textarea
{
	box-sizing: border-box;
	width: 100%;
}

div.InputControl div.Input select, 
div.InputControl div.Input textarea
{
	font-family: Klavika-Basic-Medium, Sans-Serif;
  /*font-size: inherit;*/
}

div.InputControl div.Input div.DateSelect select
{
	width: auto;
}

div.InputControl div.Input div.DateSelectWithCal select
{
	width: auto;
}

div.InputControl div.Input div.Count
{
	text-align: right;
	font-size: 0.7em;
}

div.InputControl div.Input div.Count img
{
	height: 2em;
}

div.InputControl div.Input td
{
	padding-right: 1em;
}

div.InputControl div.Input td
{
	vertical-align: bottom;
}

div.InputControl div.Error span
{
	display: block;
}

div.ActiveUpload
{
	z-index: 15;
	padding: 10px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid black 2px;
}

div.LabelControl
{
	border-bottom: solid rgb(128, 122, 115) 1px;
	margin-bottom: 10px;
	box-sizing: border-box;
  position: relative;
}

div.LabelControl.Followed 
{
	border-bottom: none;
}

div.LabelControl.Centered 
{
  text-align: center;
}

span.Success
{
	color: green !important;
}


span.Success h1, span.Success h2
{
	color: green !important;
}

span.Error
{
	color: red !important;
}


span.Error h1, span.Error h2
{
	color: green !important;
}

div.Hinweis
{
	border: solid #00cc00 2px;
	background-color: #BAFFBA !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

div.Hinweis p span
{
	background-color: transparent !important;
	font-weight: bold;
}

span.Hinweis{
	color: #060 !important;
}

div.Wichtig
{
	border: solid #cc0000 2px;
	/*background-color: #FFBABA !important;*/
	background-color: yellow;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

div.Wichtig p span
{
	background-color: transparent !important;
	font-weight: bold;
}

span.Wichtig{
	color: #600 !important;
}


div.Fehlerzusammenfassung
{
	border: solid #cc0000 2px;
	background-color: #FFBABA !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

div.Fehlerzusammenfassung p span
{
	background-color: transparent !important;
	font-weight: bold;
}

div.LabelControl div.Text span.Wichtig
{
	color: red;
}

div.LabelControl div.Text span
{
	display: block;
	margin-bottom: 5px;
}

h1
{
	color: #e14e1a;
	margin-top: 0px;
	padding-top: 15px;
}

h2{
	padding-top: 10px;
}

h3{
	padding-top: 5px;
}

div.PopupTemplates
{
	visibility: hidden;
}

table.ListWithProperWrap input
 {    
      float: left;
 }

 table.ListWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
 }

  table.ListWithProperWrap td
 {    
      vertical-align: top !important;
 }

div.Footer 
{
  border-top-style:solid;
  border-top-width:1px;
  text-align: center;
  padding: 3px;
  font-size:small;
  font-weight:600;
  color:navy;
}

table.high-contrast-radio input {
	accent-color: black; /* Moderne Browser: Setzt die Farbe des Radiobuttons */
}

table.high-contrast-radio label {
	color: #000000; /* Textfarbe */
	/*background-color: #FFFF00;*/ /* Hintergrundfarbe für hohen Kontrast */
	/*padding: 4px;*/
	border-radius: 3px;
	font-weight: bold;
}

table.high-contrast-radio span {
	color: #000000; /* Textfarbe */
	/*background-color: #FFFF00;*/ /* Hintergrundfarbe für hohen Kontrast */
	padding: 4px;
	border-radius: 3px;
	/*font-weight: bold;*/
}

table.high-contrast-radio table {
	border-collapse: collapse;
}

table.high-contrast-radio td {
	padding: 4px;
}