
.table {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12);
	margin-top: 25px;
}

.table th,
.table td {
	padding: 10px 10px;
	text-align: left;
	font-size: 15px;
	vertical-align: top;
	border-right: 1px solid #E8E8E8;
}

.table th {
	color: #000000;
	font-size: 15px;
	background-color: #fbfbfc;
	border-bottom: 1px solid #AAAAAA;
	font-weight: 500;
	padding: 10px 10px 8px 10px;
}

.table tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.table tr:nth-child(even) {
  background-color: #F5F5F5;
}

.table a {
	color: #000000;
	text-decoration: none;
	font-weight: 500;
}

.table a:hover {
	text-decoration: underline;
}

/* Eingabefilter
-----------------*/

	.table .filter {

	}

	.table .filter td {
		border-radius: 0;
		background-color: #EEEEEE !important;
		padding: 5px 3px;
	}

	.table .filter input[type="text"] {
		display: block;
		width: 100%;
		text-align: left;
		margin: 0;
		min-width: 50px;
		border: 1px solid #AAAAAA;
		border-radius: 0 !important;
		background-color: #FFFFFF !important;
	}