.modal {
	display:    none;
	position:   absolute;
	z-index:    100;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('../img/loading.gif')
	50% 50%
	no-repeat;
	background-size: 31px 31px;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .modal {
	display: block;
}
body {
	background-color: #F5F5F5;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.1875;
	margin: 0;
	text-align: center;
}
#header {
	height: 80px;
	border-top: 12px #339A99 solid;
	background-color: #FFFFFF;
	-moz-box-shadow: 2px 2px 2px #A9A9A9;
	-webkit-box-shadow: 2px 2px 2px #A9A9A9;
	box-shadow: 2px 2px 2px #A9A9A9;
}
#logo {
	margin-top: 13px;
	float: left;
}
#mainNav {
	float: right;
	padding-right: 100px;
}
#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainNav ul li {
	float: left;
}
#mainNav ul li a {
	display: block;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	width: 90px;
	height: 80px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	line-height: 79px;
	text-align: center;
}
#mainNav ul li a:hover ,li a.active{
	color: #FFFFFF!important;
	background-color: #339A99!important;
	background-image: none;
	border: 0px #C0C0C0 none;
}
input#input_houseNr {
	width: 43px;
}
input#input_street {
	width: 151px;
}
input#input_plz {
	width: 75px;
}
input#input_town {
	width: 119px;
}

a {
	color: #339A99;
	text-decoration: none;
}
a:visited {
	color: #42A9A8;
}
a:active {
	color: #42A9A8;
}

a:hover {
	color: #339A99;
	text-decoration: none;
}
li{
	list-style-type: none;
}
h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 32px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 27px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	/*Ergänzung sb*/
	text-align: left;
}
h4 {
	font-family: Arial;
	font-weight: bold;
	font-size: 21px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
h5 {
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
h6 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
#container {
	width: 1200px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
}
.containerbox {
	background-color: #FAFAFA;
	-moz-box-shadow: 2px 2px 5px #A9A9A9;
	-webkit-box-shadow: 2px 2px 5px #A9A9A9;
	box-shadow: 2px 2px 5px #A9A9A9;
	margin-top: 15px;
	padding-bottom: 35px;
	padding-left: 14px;
}
.mainTable {
	margin-top: 22px;
	border-collapse: collapse;
}
.mainTable tbody tr {
	border-bottom: 1px solid #339A99;
}
.table_head {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #339A99;
	border: 1px #257070 solid;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 20px 20px 20px 20px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	importantbackground-color: #339A99;
	-moz-border-radius: 1px;
}
.table_foot {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 3px!important;
}
button.button.left {
	min-width: 80px;
	height: 30px;
	margin-right: 8px;
}
.tableOverlay {
	text-align: center;
	vertical-align: middle;
	/*width: 105px;*/
	height: 44px;
	padding: 0px 0px 0px 0px;
}
.button {
	color: #F5F5F5;
	background-color: #42A9A8;
	border: 0px #FFFFFF none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 1px 5px #A9A9A9;
	-webkit-box-shadow: 1px 1px 5px #A9A9A9;
	box-shadow: 1px 1px 5px #A9A9A9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button.right {
	min-width: 85px;
	height: 30px;
	margin-right: 28px;
}
.button-group{
	display: flex;
	clear: both;
	padding-top: 28px;
	width: 475px;
}
.buttonPagination{
	margin: 2px;
}
.buttonPagination:disabled {
	color: #a8a8a8;
	background-color: #127978;
}
.mainTable.wide .tableOverlay {
	height: 52px;
}
.quicklink {
	display: table;
	padding-top: 30px;
	margin: 0 auto;
	width: 406px;
}
.quicklink .button {
	display: block;
	width: 180px;
	height: 110px;
	margin-right:10px;
	float: left;
}

.form-group {
	/*margin-bottom: 15px;
	overflow: hidden;
	clear:both;*/
}
.condensed {
	margin-bottom: 15px;
	clear:both;
}
.condensed-right{
	margin-right:15px;
}/*
.condensed .form-group {
	margin-bottom: 0px;
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display:none;
}
.radiobutton {
	padding-top: 16px;
	margin-right: 26px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
}
.verticalLabel {
	padding-top: 20px;
	clear: both;
	max-width:100px;
	text-align: left;
}
.original_hint {
	font-size: x-small;
	color: #942a25;
	padding-top: 1px;
	margin:0px;
	max-width: 220px;
	display:none;
}
.original_hint#input_plz {
	width: 75px;
	max-width: 75px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
#checkboxEngineerActive{
	margin: 15px 225px 10px 0px;
	float:right;
}
label.select-list-label {
	padding-top: 19px;
}
.form-control {
	margin-top: 12px;
	margin-right: 25px;
	display: block;
	height: 26px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login .mainForm .form-group .form-control {
	width: 290px;
	margin-right: 105px;
	height: 31px;
	border: 1px #A9A9A9 solid;
}
.login .mainForm .form-group .label {
	font-size: 16px;
}
.login .mainForm {
	padding-top: 23px;
}
.form-horizontal .form-group {
	margin-right: -15px;
}
.button:hover {
	background-color: #257070;
	color: #fff;
	box-shadow: 3px 3px 5px #A9A9A9;
	-webkit-transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
	-moz-transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
	-ms-transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
	transition: background-color 300ms linear 0ms, box-shadow 300ms linear 0ms;
}
/*.form-group>select {
	height: 30px;
	min-width: 184px;
}*/
select#report_shipping{
	height: 35px;
}
#footer {
	background-color: #808080;
	height: 80px;
	border-bottom: 12px #339A99 solid;
	-moz-box-shadow: 2px 2px 5px #A9A9A9;
	-webkit-box-shadow: 2px 2px 5px #A9A9A9;
	box-shadow: 2px 2px 2px #A9A9A9;
	position: absolute;
	width: 100%;
	/*
	*ToDo KLären ob das so bleibt... erstml Fix damit Footer nicht Box überdeckt
	*/
	bottom: -100px;
}
#footertxt{
	color: white;
	text-align: right;
	margin: 50px 10px;
}
.hr-underline {
	color: #42A9A8;
	background-color: #42A9A8;
	width: 98%;
	height: 2px;
	border-width: 0;
	margin: 0 0 0 0px;
	padding: 0;
}
.mainForm {
	padding-top: 12px;
}
label.checkbox-left {
	float: left;
	max-width: 68%;
}
.filter-group .form-control {
	overflow: hidden;
	margin-right: 5px;
	height: 31px;
	width: 200px;
}
.filter-group.form-group {
	width: 98%;
	display: inline-flex;
}
.tableOverlay .form-control {
	margin-top: 0px;
	/*width: 150px;*/
	width: 100%;
	/*margin-right: -50px;*/
}
.checkbox-group input[type="checkbox"] {
	float: left;
	margin-left: 50px;
}
.checkbox-group input[type="checkbox"]:nth-child(odd) {
	float: left;
	margin-left: 54px;
}
.checkbox-right {
	padding-left: 45px;
	/* Ergänzung sb */
	text-align: left;
}
.regular-checkbox{
	display:none;
}
.regular-checkbox + label{
	-webkit-appearance: none;
	background-color: #e9ecee;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #339A99;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #339A99;
}
.check{
	display:none;
}
.check + label{
	-webkit-appearance: none;
	margin-left: 10px;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.check + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.check:checked + label {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #339A99;
}

.check:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #339A99;
}
.fail{
	display:none;
}
.fail + label{
	-webkit-appearance: none;
	margin-left: 10px;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.fail + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.fail:checked + label {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: red;
}

.fail:checked + label:after {
	content: '\2718';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: red;
}
.checkboxPad{
	padding: 2px 0px 0px 10px;
}
.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #e9ecee;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	background: #339A99;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 4px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #339A99;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.radioPad{
	margin: 0px 5px 5px 15px;
}
.mainForm fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
textarea#comment {
	min-width: 426px;
	margin: 12px 25px 0px 0px;
	height: 131px;
	width: 435px;
}
.pagination {
	width: 228px;
	margin: 0 auto;
	border: none;
}
.buttonPagination.active{
	background-color: #257070;
}
.login {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(50%);
	width: 486px;
	height: 274px;
	margin: 0 auto;
}
.login h2 {
	float: left;
}
#loginButton {
	display: table;
	position: relative;
	float: right;
	top: 59px;
	width: 133px;
	text-align: center;
	height: 30px;
	margin-right: 114px;
}
.overlay {
	background: #fff;
	border: 1px solid #42A9A8;
}
.overlayContent {
	/*width: 980px; entfernt sb*/
	padding: 14px;
	display: table;
}
.overlayContent .form-control {
	width: 220px;
	height: 28px;
}
.width35 {
	width: 35%;
}
.width65{
	width:64%;
}
.width25 {
	width: 25%;
}
.wide {
	width: 98%;
}
.checkbox-group.form-group {
	padding-top: 40px;
	padding-bottom: 150px;
}
.checkbox-header {
	float: right;
	display: table;
	margin-top: -30px;
}
.width50 {
	width: 45%;
}
.checkbox-header .left {
	margin-left: -53px;
}

.form-group > .checkbox:nth-child(1) {
	padding-top: 28px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " ";
	clear: both;
}
.tableOverlay  input[type="checkbox"]{
	float:none;
}
input[type="checkbox"] {
	float: left;
}
input[type=text]:focus, textarea:focus{
	outline: none;
	box-shadow: 0 0 3px rgba(51, 154, 153, 1);
	border: 1px solid rgba(51, 154, 153, 1);
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #339A99 /* url("img/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x */;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	margin: .1em 0;
	padding: 10px 10px 10px 30px;
}
/* .ui-widget-header {
	background: #339A99 url("img/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #FFFFFF;
} */
.ui-autocomplete-loading {
	background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 100px;
}
.overlayContent .width50 {
	padding-right: 44px;
}
.overlay{
	display:none;
}

/*!
 *
 */
#error {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:40%;
	margin:0 auto;
	z-index:2001;
}
#error .detail {
	font-size: x-small;
}

/*
* Anpassungen für Firefox
*/
@-moz-document url-prefix() {
	.login .mainForm {
		padding-top: 75px;
	}
	.hr-underline {
		float: left;
	}
}

/*
* Ergänzungen sb
*/

.checkedInvalid{
	box-shadow: 3px 1px 5px rgba(200, 0, 0, 0.85);
	border: 1px solid rgb(200,0,0);
}

.checkedValid{
	box-shadow: none;
	border: 1px solid rgb(204,204,204);
}

.customerNr, .testengineerName, .codeTestreport, .serialNr, .customer, .manufacturerName {
	color: #339A99;
	text-decoration: underline;
	cursor: pointer;
}

.divTable
{
	display:  table;
	width:auto;
	background-color:#eee;
	border:1px solid  #666666;
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	/* border-collapse:separate;*/
}

.divRow
{
	display:table-row;
	width:auto;
}

.divCell
{
	float:left;/*fix for  buggy browsers*/
	display:table-column;
	width:50px;
	background-color:#ccc;
}

.buttonHeader {
	width: 100%;
	background: #339A99;
}

.floattest {
	background: #FF0000;
}

.clear {
	clear: both;
	overflow:hidden;
}

.textlabel {
	padding-top: 20px;
	padding-left: 50px;
	max-width: 100px;
	text-align: left;
}

div.cell {
	display: table-cell;
	padding: 5px;
	float:left;
}

div.row {
	display:table-row;
	width:auto;
}


div.tableHeader {
	background-color: #339A99;
	overflow:hidden;
}
.firstcol{
	width: 25px;
}

.bottomLine {
	border-bottom: 1px solid #339A99;
}

div.file {
	padding: 5px 0 5px 0;
}

div.fileExists {
	margin-top: 12px;
	margin-right: 25px;
	display: block;
	height: 26px;
}

div.fileChooser {
	margin-top: 12px;
	margin-right: 25px;
	display: block;
	height: 52px;
}

div.spalte{
	display: table-cell;
	padding: 5px;
}
