/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	display: inline-block;
	font-family: arial, helvetivca, sans-serif;
	font-weight: normal;
	/*line-height: 1.45;*/
	vertical-align: top;
	color: #4B4B4B;
}
/*
 * Sorting
 */
.sorting {
	/*background: url('../images/datatables/sort_both.png') no-repeat center right;*/
	background:none;
}
.sorting_asc {
	background: url('../images/datatables/sort_asc.png') no-repeat center right;
}
.sorting_desc {
	background: url('../images/datatables/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/datatables/sort_asc_disabled.png') no-repeat center right;
}
.sorting_desc_disabled {
	background: url('../images/datatables/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead th:active, table.dataTable thead td:active {
	outline: none;
}
/*
 *
 * Header
 */

#indicatorTable .tableHeader {
	color: #535A5E;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.95em;
	/*font-weight: 700;*/
	text-transform: none;
}

#indicatorTable table.dataTable thead tr {
	padding: 0.55em 0.5em;
	vertical-align: top;
}

.dataTable thead th {
	/*padding: 3px 18px 3px 10px;*/
	padding: 0.55em 0.5em;
	/*border-bottom:  0.07em dotted rgba(112, 111, 117, 0.5);
	 font-weight: bold;*/
	text-align: left;
	color: #000000;
	cursor: pointer;
	*cursor: hand;
	background-color: #FFED00;
}

#indicatorTable thead th:nth-child(1) {
	width: 24em;
	padding-right: 2em;
}
#indicatorTable thead th:nth-child(2) {
	width: 8em;
	text-align: center;
}

#indicatorTable thead th:nth-child(3) {
	width: 6em;
	text-align:center;
}

#indicatorTable thead th:nth-child(4) {
	width: 18em;
}
#indicatorTable thead th:nth-child(5) {
	width: 6em;
	text-align:center;
}

#indicatorTable thead th:nth-child(6) {
	width: 7em;
	text-align:center;
}

#indicatorTable thead th:nth-child(7) {
	width: 6em;
	text-align:center;
}


.contentHolder-table table thead th{
	
	background-color: rgba(255,255,255,0);
}


.contentHolder-table table thead tr:nth-child(2) th{
	background: rgba(255,255,255,1);
	border-top:0.07em solid rgba(189, 189, 192, 0.5);
}

.contentHolder-table thead tr:nth-child(2) th:last-child{
	text-align:right;
}


.contentHolder-table table thead th:nth-child(1) {
	width:5em;
		
}
.contentHolder-table thead th:nth-child(2) {
	width: 17em;
	text-align:left;
}

.contentHolder-table thead th:nth-child(3) {
	width: 6em;
	text-align:right;
}

.contentHolder-table thead th:nth-of-type(3).sorting_asc {
	background: url('../images/datatables/sort_asc.png') no-repeat center left;
}
.contentHolder-table thead th:nth-of-type(3).sorting_desc {
	background: url('../images/datatables/sort_desc.png') no-repeat center left;
}



.contentHolder-table tr.even td.sorting_1 {
background-color:#B2DCDC;
}

.contentHolder-table tr.odd td.sorting_1 {
background-color:#A7CBED;
}

/*
 * Table Content
 */

#indicatorTable tbody td {
	color: #000000;
	min-height: 2.5em;
	padding: 0.75em;
	vertical-align: top;
	font-size: 0.813em;
	cursor: pointer;
}

.contentHolder-table tbody td {

	padding: 0.75em;
	vertical-align: top;
	font-size: 0.813em;

}

table.dataTable td.center, table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable td.right, table.dataTable th.right{
	text-align: right;
}
table.dataTable tr.even {
	background-color: rgba(255,237,0,0.3);
}
table.dataTable tr.odd {
	background-color: white;
}

table.dataTable tr.odd td.sorting_1 {
	/*background-color: rgba(255,237,0,0.3);*/
	/*border-left: 2px solid #D9D9D9;
	 border-right: 2px solid #D9D9D9;*/
}
table.dataTable tr.odd td.sorting_2 {
	background-color: #DADCFF;
}
table.dataTable tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}
table.dataTable tr.even td.sorting_1 {
	/*background-color: rgba(255,237,0,0.3);*/
	/*border-right: 2px solid #D9D9D9;
	 border-left: 2px solid #D9D9D9;*/
}
table.dataTable tr.even td.sorting_2 {
	background-color: #F2F3FF;
}
table.dataTable tr.even td.sorting_3 {
	background-color: #F9F9FF;
}

/*
 * Hover over a row
 */

.ex_highlight #indicatorTable tbody tr.even:hover, #indicatorTable tbody tr.even td.highlighted {
	background-color: #FFED00;
}

.ex_highlight #indicatorTable tbody tr.odd:hover, #indicatorTable tbody tr.odd td.highlighted {
	background-color: #FFED00;
}

#indicatorTable tr.even:hover {
	background-color: #FFED00;
}

#indicatorTable tr.even:hover td.sorting_1 {
	background-color: #FFED00;
}

#indicatorTable tr.even:hover td.sorting_2 {
	background-color: #FFED00;
}

#indicatorTable tr.even:hover td.sorting_3 {
	background-color: #FFED00;
}

#indicatorTable tr.odd:hover {
	background-color: #FFED00;
}

#indicatorTable tr.odd:hover td.sorting_1 {
	background-color: #FFED00;
}

#indicatorTable tr.odd:hover td.sorting_2 {
	background-color: #FFED00;
}

#indicatorTable tr.odd:hover td.sorting_3 {
	background-color: #FFED00;
}


/*
 * 
 *  PDF Download Row
 */

#indicatorTable .download_header{
	background: #FFED00!important;
}
#indicatorTable .download {
  background-image: url("../images/backgrounds/pdfDoc2.svg")!important;
  background-size: auto 2.5em;
  background-repeat: no-repeat;
  background-position: center;
  height:2em!important;
  width:2em!important;
}

#indicatorTable .download a{
	color:transparent;
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

/*
 * Page length menu
 */
.dataTables_length {
	float: left;
	font-size: small;
}

/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
	font-size: small;
	color: #000000;
	margin-bottom: 0.5em;
}

/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
	font-size: small;
	margin: 1em 0;
}

/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}



/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

/*
 * Background Images Thema and Zuordnung
 */

.hideText {
	color: rgba(0,0,0,0);
}

#indicatorTable .imgHolder {
	display: inline-block;
	vertical-align: top;
	height: 1.75em;
	width: 1.5em;
	/*background-color:red; /**/
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.6;
	margin-right: 0.125em;
}

.imgS1 {
	
	
	background-image: url("../images/backgrounds/labels/s1-black.svg");
	background-size: 1.1em auto;
}

.imgS2 {
	
	background-image: url("../images/backgrounds/labels/s2-black.svg");
	background-size: 1.15em auto;
}

.imgS3 {
	
	background-image: url("../images/backgrounds/labels/s3-black.svg");
	background-size: 1em auto;
}

.imgS4 {
	
	background-image: url("../images/backgrounds/labels/s4-black.svg");
	background-size: 1.25em auto;
}

.imgZO1 {
	
	background-image: url("../images/backgrounds/labels/z1-black.svg");
	background-size:1.25em auto;
}

.imgZO2 {
	
	background-image: url("../images/backgrounds/labels/z2-black.svg");
	background-size: 2em auto;
}

.imgZO3 {
	
	background-image: url("../images/backgrounds/labels/z3-black.svg");
	background-size: 1.25em auto;
}

.imgZO4 {
	
	background-image: url("../images/backgrounds/labels/z4-black.svg");
	background-size: 1.25em auto;
}

.imgZO5 {
	
	background-image: url("../images/backgrounds/labels/z5-black.svg");
	background-size: 1.25em auto;
}

.imgZO6 {
	
	background-image: url("../images/backgrounds/labels/versQual-black.svg");
	background-size: 1.25em auto;
}

.imgZO7 {
	
	background-image: url("../images/backgrounds/labels/z7-black.svg");
	background-size: 1.5em auto;
}
.imgZO8 {
	background-image: url("../images/backgrounds/labels/topos.svg");
	background-size: 2.125em auto;
}
.dataTables_filter {

	float: left !important;
}
