@charset "UTF-8";
.clear {
	clear:both;
}
h1, h2, h3, h4 {
	color:#000;
}
a {
	color:#111;
	text-decoration: none;
	font-weight: bold;
} 
.error {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.success {
	color: #085400;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.small {
	font-size: 9px;
    line-height: 115%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    padding-top: 0;
}
#statusmeldungen {
	font-size:.8em;
	text-align:center;
	padding:0;
	/*padding-top:2px;
	padding-bottom:2px;
	*/width: 100%;
	height:20px;
	background-color: #C3C3C3;
}
.red {
	font-weight:bold;
	color: red;
}
.green {
	font-weight:bold;
	color: green;
}
.subMenu {
	width: 100%;
}
#subEntries {
	clear:both;
}
.auswahlfeld {
	float:left;
	display:inline-block;
	padding:4px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #25344B;
	color: #000;
}
#wrapper {
	min-width: 1000px;
	width: 95vw;
	min-height:820px;
  	margin:auto;
	background-color: #25344B;
/*	box-shadow: 3px 5px 20px white;*/
	margin-top:20px;
	border:#000000 1px solid;
}
#top {
	min-width:960px;
	height:220px;
	padding:0px 20px 0px 20px;
	
	background: url("../images/gd_logo.png") no-repeat scroll 0 0;
	background-color:#4C5C75;
	background-position: bottom right;
}
#top h1 {
	color:#A2ADBB;
}
#top_left {
	float:left;
	width:650px;
	height:210px;
}
#top_right {
	float:right;
	width:300px;
	height:195px;
	text-align: right;
	/*border:thin solid #000000;*/
	padding-top:15px;
}
#loginform {
	width: 300px;
}
#mainmenu {
	padding-left:5px;
}
#maincontent {
	/*float:left;*/
	min-width:980px;
	min-height:542px;
	clear:both;
/*	box-shadow: 10px 10px 10px white;
*/	
	margin-bottom: 20px;
	background-color:#8F98A7;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;

}
#menue
{
	width:1000px;
	height: 50px;
}
.mainmenu {
	margin:0; 
	padding:0;
	list-style: none;
	float: left;
}
.mainmenu li {
	float: left;
	display: block;
	text-align:center;
	vertical-align:middle;
	border:#000000 solid;
	height: 45px;
	width: 100px;
	background-color:#2E2E2E;
	padding-top:5px;
}
.mainmenu li a {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
#debug {
	width:100vw;
	/*min-height:120px;*/
  	margin:auto;
}
#subMenu {
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}
button {
	padding-left:2px;
	padding-right:2px;
}

/* Popup-Styles:
 * 
 */
    #popup {
    background-color: #A2ADBB;
    border-radius: 10px;
    display: none;
    /*height: 200px;*/
    min-height: 480px;
	color: #000;
    /*visibility:hidden;*/
   	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px;
	margin:10px;

    text-shadow: none;
    text-align:center;
}
.button.b-close, .button.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 120% sans-serif;
    padding: 10px 10px 3px;
	position: absolute;
	right: -5px;
    top: -7px;
}
.button {
    background-color: #596C86;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
#popuphtml {
	text-align: center;
	margin: 10px;
}

.el-icons {
	/* margin: 2px; */
	width: 2em;
	height: 1.2em;
	margin: 0 2px;
	/*background-color: #e4e5e6;*/
	padding: 3px;
}
#popup .el-icons {
	height: 2.2em;
}

.el-arraytable {
  width: 100%;
}

.el-arraytable tr:nth-of-type(even) {
	background-color: #8f98a7;
}
.el-arraytable tr:nth-of-type(odd) {
	background-color: #c3c3c3;
}
#detailsTable {
	margin-left:45px;
}
.handcursor { 
	cursor: pointer; 
	cursor: hand; 
}

#historytable {
	width: 100%;
	max-width: 800px !important;
}

/* Edit-Felder in ArtikelEdit */
.el-auswahl.el-lagerauswahl {
    width: 50px;
}
