/* Overview
-------------------------------------------------- */

table.table-striped tbody tr:hover td {
	background-color: #eee;
}

.pagination {
	float: right;
	margin: 0px;
	margin-bottom: 15px;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
}

th a {
  color: #000;
}
th a:hover {
  color: #000;
  text-decoration: none;
}

.dynatable-search input, .dynatable-per-page select {
	display: inline;
	width: auto;
}
.dynatable-per-page select {
	padding: 0px;	
}

.overviewfilters .filter {
	/*
	display: inline;
	margin-right: 10px;
	*/
	
	height: 30px;
	padding-left: 0px; 
}

.overviewfilters .filter > div {
	float: left;
}

.overviewfilters .filter .filter-label {
	width: 30%;
}

.overviewfilters .filter .filter-content {
	width: 70%;
}

.overviewfilters .filter label {
	font-weight: normal;
}

.overviewfilters {
	/*margin-bottom: 10px;*/
}