table{
	border-collapse: collapse;
}

table  tr td{
	padding: 4px;
	overflow: hidden;
}

.tbl-full-width{
	width: 100%;
}

.tbl-list, .tbl-list tr td, .tbl-list tr th{
	border: 1px solid #cccccc;
}
.tbl-list tr th{
	background-color: #ffffff;
	padding: 4px;
	border-left: none;
	border-right: none;
	font-family: calibri;
	white-space: nowrap;
}
.tbl-list tr td{
	background-color: #ffffff;
	padding: 4px;
}

.tbl-list tr:nth-child(even) td{
	background-color: #f8f8f8;
}

.tbl-list tr:hover td{
	background-color: #ececec;
}

.tbl-fs8 tr td *{
	font-size: 8pt;
}
.tbl-fs9 tr td *{
	font-size: 9pt;
}

.tbl-list tr td a{
	margin: 0px 1px 0px 1px;
	/*font-size: 8pt;*/
}


table tr td small{
	color: #aaaaaa;
}

table tr td.td-actions{
	text-align: center;
	white-space: nowrap;
}
table tr td.td-actions > a{
	margin: 1px 2px 1px 2px;
	text-decoration: none;
	color: #444444;
	padding: 4px 7px 3px 8px;
	border: 1px solid #dddddd;
}
.tbl-list tr:hover td.td-actions > a{
	background-color: #ffffff;
}
.tbl-list tr td.td-actions > a:hover{
	background-color: #0072c6;
	color: #ffffff;
}




table tr td .aktionen{
	position: absolute;
	margin-top: -20px;
	margin-left: 40px;
	padding: 0px;
	background-color: #ffffff;
	color: #222222;
	font-size: 8pt;
	text-align: left;
	box-shadow: 0px 0px 2px #000000;
}


table tr td .aktionen a{
	display: block;
	padding: 5px 8px 5px 16px;
	margin: 0px 0px 1px 0px;
	color: #444444;
	font-weight: normal;
}

table tr td .aktionen a:hover{
	background-color: #eeeeee;
}

table tr td .aktionen span{
	padding-left: 8px;
	font-size: 8pt;
	font-weight: bold;
}

table tr td .aktionen i{
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
	display: block;
	cursor: pointer;
	text-decoration: underline;
	font-style: normal;
}

table tr td .aktionen p{
	padding: 8px;
	font-size: 8pt;
	color: #ffffff;
	background-color: #0072c6;
}

table tr td .aktionen p.aktionen-close{
	cursor: pointer;
}



table tr td a.no-positions{
	color: #888888;
}
table tr td a.has-positions{
	color: #222222;
	border: 1px solid #888888;
}








.tbl-lesspadding tr td{
	padding: 2px;
}

.tbl-kunde-auftrag tr td input[type=text], .tbl-kunde-auftrag tr td select{
	width: 100%;
}

.tbl-blue-header tr th{
	background-color: #0072c6;
	color: #ffffff;
}


table tr td > small{
	font-size: 8pt !important;
}
table tr td > small a{
	font-size: 8pt !important;
	color: #444444;
}

table tr td.req{
	font-weight: bold;
}

table tr td.td-checkbox input{
	opacity: 0.25;
}

table tr:hover td.td-checkbox input{
	opacity: 1.0;
}
table tr td.td-checkbox input:checked{
	opacity: 1.0;
}


/*
table tr.tr-selected td{
	background-color: #444444 !important;
	color: #ffffff;
}
table tr.tr-selected td.td-actions > a{
	background-color: #ffffff;
	opacity: 0.5;
}
table tr.tr-selected td.td-actions > a.has-positions{
	color: #000000;
	opacity: 1.0;
}
table tr.tr-selected:hover td.td-actions > a{
	color: #444444;
}
table tr.tr-selected:hover td.td-actions > a.has-positions{
	color: #000000;
	opacity: 1.0;
}
*/


table tr th.th-checkbox input{
	opacity: 0.25;
}
table tr:hover th.th-checkbox input{
	opacity: 1.0;
}



table tr td.subheading{
	font-weight: bold;
	color: #0072c6;
}

table tr.empty-customer td{
	background-color: #fff4f8 !important;
}
table tr.empty-customer td:nth-child(1){
	border-left: 4px solid #cc0000 !important;
}
table tr.tr-selected td:nth-child(1){
	border-left: 4px solid #0072c6;
	background-color: #cccccc !important;
}


#tbl_auftraege tbody tr.faellig td:first-child{
	background-color: #cc0022 !important;
}
#tbl_auftraege tbody tr.faellig td{
	background-color: #ffdddd !important;
}