@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	background: transparent;
}

body {
	font: normal 0.75em arial, helvetica, sans-serif;
	line-height: 135%;
	color: #252525;
	background: #f2f2f2;
}

/* HEADER-ALL */
#header-wrapper {
	position: relative;
	background: #00408e;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
#header {
	position: relative;
  	width: 945px;
  	margin: 0 auto 0 auto;
	color: #FFF;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:focus,
#header a:hover {
	background: #ffcc00;
}

/* CONTENT-ALL */
#content-wrapper {
	position: relative;
  	width: 945px;
  	margin: 0 auto 5em auto;
}
/* BREADCRUMB */
#breadcrumb {
	margin-top: 36px;
	padding: 4px;
	font-size: 90%;
	color: #555;
	float: right;
	width: 632px;
	text-align: left;
}
#breadcrumb a {
	color: #555;
}

/* LOGO */
#logo {
	float: left;
	width: 253px;
	margin-top: 3px;
}

/* NAVIGATION */
#navigation {
	font-size: 115%;
	padding: 10px;
	float: right;
	width: 620px;
	text-align: right;
	background: #fff;
}
/* Navigationselemente Trenner */
#navigation li:before                 {content: "| ";}
#navigation li:first-child:before     {content: "" !important;}
#navigation li {
	display: inline;
}
#navigation a,
#reportFormReportsContainer a {
	color: #00408e;
	text-decoration: none;
}
#navigation a:focus,
#navigation a:hover,
#reportFormReportsContainer a:focus,
#reportFormReportsContainer a:hover {
	background: #ffcc00;
	color: #FFF;
}
#navigation li.active,
#subNavigation li.active {
	font-weight: bold;
}


/* CONTENT */
#dashboard_main {
	height: 620px;
	overflow: auto;
}
#content {
	margin-top: 20px;
	float: left;
	width: 925px;
	padding: 15px 10px 15px 10px;
	min-height: 400px;
	background: #fff;
	font-size: 11px;
}
#content h1 {
	/* color: #618C16; */
	margin-bottom: 1em;
	font-size: 180%;
	font-weight: normal;
	display: block;
	color: #00408e;
}

/* FOOTER */
#footer {
	float: left;
	padding: 2px 4px 2px 4px;
	font-size: 90%;
	color: #555;
	text-align: left;
}
#footer a {
	color: #00408e;
	text-decoration: none;
}

#loadingGif {
	display: none;
	position: absolute;
	z-index: 300;
	top: 125px;
	left: +180px;
}

/* Runde Ecken, Schatten und Hintergrund */
#navigation, #content, #selectFormContainer,
#header a:focus,
#header a:hover,
#navigation a:focus,
#navigation a:hover,
#reportFormReportsContainer,
#reportFormReportsContainer a:focus,
#reportFormReportsContainer a:hover {
	-moz-border-radius:     5px;
	-webkit-border-radius:  5px;
	border-radius:          5px;
	-moz-box-shadow:    0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow:         0px 0px 5px #aaa;
}
ul.navigation {
	margin: 0px;
	padding: 0px;
}

#productFamily, #productTechnology {
	max-width: 150px;
}

#runReport,
#clearCacheButton {
	margin-top: 12px;
}


/* Fehlerausgabe */
span.error {
	color: #ee4444;
	font-weight: 600;
	font-size: 1.2em;
}
ul.errors li {
	color: #ee4444;
	display: inline;
}

/* Pflichtfelder */
label.required:after {
	content: " *";
}

label.doa, label.doa2 {
	display:inline-block;
	float:left;
	width:120px;
	min-height: 30px;
}
label.doa2 {
	height: 60px;
}

input.required, select.required {
	background-color: #ffcc00;
}

textarea.doa {
	width: 700px;
	height: 50px;
}

input[type=text].doa {
	width:700px;
}
input[type=checkbox], 
input[type=radio] {
	display: inline;
}

/* CONTENT RMA */
.zend_form { width:100%; clear:both; display:block; }
.zend_form_element { width:18%; float:left; padding:5px; }
.zend_form_element_submit { padding-top:16px; }
label, input { display:block; }
div#serialNumbers-container select, div#rmaNumbers-container select { display:block; width:95% } 
input.text { margin-bottom:12px; width:95%; padding: .4em;}
input.date { margin-bottom:12px; padding: .4em;}
span.infobutton {  margin-top:2px; margin-bottom:10px;}
fieldset { padding:0; border:0; margin-top:25px; }
div#serialNumbers-container { width: 700px; margin: 20px 0; }
div#serialNumbers-container table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#serialNumbers-container table td, div#serialNumbers-container table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
div#rmaNumbers-container { width: 700px; margin: 10px 0; }
div#rmaNumbers-container table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#rmaNumbers-container table td, div#rmaNumbers-container table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
div#dialogContacts { margin: 20px 0; display:none}
div#dialogContacts table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#dialogContacts table td, div#dialogContacts table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.ui-autocomplete-loading { background: #ffffff url(/images/rma/ui-anim_basic_16x16.gif) right center no-repeat; }
.ui-state-loading { background: #ffffff url(/images/rma/ui-anim_basic_16x16.gif) right center no-repeat; }
.theader {
	vertical-align: top;
}
table.dataTable {
	background-color:#666666;
	margin-bottom: 8px;
}

tr { margin : 0px; padding: 0px; }
th {
	background-color: #ffffff;
	font-weight: 600;
	padding:4px;
}
th.title{ color:#2116CC; font-weight: 600; font-size: 1.3em;}
td { margin: 0px; padding:4px; background-color: #ffffff; }
#selectFormContainer {
	margin-bottom: 18px;
	height: 40px;
	padding: 5px 10px 5px 10px;
	/* background-color:#00408e; */
	background-color:#ddd;
}
#reportFormReportsContainer  {
	width: 98%;
	padding: 5px 10px 5px 10px;
	background-color:#ddd;
	margin-bottom: 20px;
}
div.dashboardFormsParams{
	float: left;
	margin-right: 8px;
}
#commentListContainer div div.reportCommentHeader {
	background-color:#c7ed9B;
	padding: 3px;
	height: 22px;
	font-size: 1.2em;
	width: 840px;
	border: solid 1pt #888888;
	margin: 4px auto 4px auto;
}
#commentListContainer div div.reportComment {
	margin: 4px auto 4px auto;
	background-color: #fff;
	width: 840px;
	border: solid 1pt #888888;
	text-align: left;
	padding: 3px;
}

#commentListContainer div span.zeit,
#commentListContainer div span.autor {
	display: inline-block;
 	width: 300px;
 	height:24px;	
}

div.tableContainer{
	width:900px;
	overflow:auto;
}
div.chartContainer {
	padding-top: 10px;
	float: left;
	display: inline-block;
	width: 430px;
	height: 340px;
	text-align: left;
	margin:4px;
	border-right: dashed 1pt #dedede;
	border-bottom: dashed 1pt #dedede;
}
div.chartContainer div img {
	width: 420px;
}
div.tableContainerSmall {
	width: 430px;
	overflow: auto;
}
div.tableContainerSmall .dataTable th,
div.tableContainerSmall .dataTable td {
	width:76px;	
	font-size: 1.1em;
	line-height: 90%;
}
div.tableContainer .dataTable td.header,
div.tableContainer .dataTable th.title {
	width:54px;	
	font-size: 1.0em;
}
div.tableContainerSmall .dataTable th,
div.tableContainerSmall .dataTable td {
	width:33px;	
	font-size: 0.8em;
}
div.tableContainerSmall .dataTable td.header {
	width:46px;	
	font-size: 0.8em;
}

div.line {
	clear: both;
	width: 850px;
	margin-bottom:14px;
}

div.doa_radiobox{
	display: inline-block;
	float: left;
	width: 300px;
	margin: 0px 20px 10px 0px;
}

#dialogAddModelNo {
	display: none;
}

.dataTables_processing {
	border: 1px solid #00408e;
}