/***************************
 * Default Styles für:
 * - Ausgaben
 * - Detailansicht
 *
 * XXX: ACHTUNG: DIESE DATEI NICHT VERÄNDERN!!!
 * 		Neue Datei in extension anlegen und CSS Pfad genauer angeben.
 *
 * XXX: ACHTUNG!
 * 		Aptana Autoformat macht 100rem zu 100 rem. Lücke löschen, sonst ungültig!
 ***************************/

/***************************
 * 	Search
 ***************************/
.dp-searchform {
	margin-bottom: 1em;
}

/* Responsive One Line Searchform, @see main-responsive.css*/
.dp-search-line > div {
	padding-right: 1em;
}
.dp-search-line > div:last-child {
	padding-right: 0;
}

/***************************
 * 	Sortlink Headers
 ***************************/
.dp-sortlink {
	display: inline-block;
	background-position: 90% center;
	background-repeat: no-repeat;
	padding: 6px 24px 6px 4px;
	border: 1px solid transparent;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
}
.dp-sortlink:hover {	
	background-image: url('/typo3conf/ext/ig_datapool_fe/Resources/Public/Icons/sort_up.png');
}
.dp-sortlink-0, .dp-sortlink:hover {
	background-image: url('/typo3conf/ext/ig_datapool_fe/Resources/Public/Icons/sort_up.png');
}
.dp-sortlink-1, .dp-sortlink-0:hover {
	background-image: url('/typo3conf/ext/ig_datapool_fe/Resources/Public/Icons/sort_down.png');
}

/***************************
 * 	Paginator / Pagebrowser
 ***************************/
.dp-paginator-div {
	text-align: center;
	margin: 1.2em 0;
}

.dp-paginator-div .dp-paginator {
	display: inline-block;
}

.dp-paginator-div li {
	display: inline;
	margin-left: 0;
}

.dp-paginator li a, .dp-paginator li.current, .dp-paginator li.hasMore {
	position: relative;
	float: left;
	padding: 0.45em 0.8em;
	margin-left: -1px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}

.dp-paginator li.current, .dp-paginator li a:hover, .dp-paginator li a:focus {
}

.dp-paginator li:first-child a, .dp-paginator .current:first-child {
	margin-left: 0px;
}

.dp-paginator li:last-child a, .dp-paginator .current:last-child {
}

.dp-pageIndicator {
	padding-top: 1.5em;
	text-align: center;
}

/***************************
 * 	TableView
 ***************************/
.dp-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.dp-table td, .dp-table th {
	padding: 0.4em;
	vertical-align: middle;
}
.dp-table th.dp-button-col {
	width: 50px;
}

/***************************
 * 	GridView
 ***************************/
.dp-grid .dp-grid-label {
	font-weight: bold;
}
.dp-grid h4 {
	padding-top: 1em;
	padding-bottom: 0.8em;
	font-weight: bold;
}

.dp-grid-record {
	margin-right: 0.5em;
}
.dp-grid-fields {
	min-height: 14em;
}
.dp-grid-more {
	text-align: center;
}

/***************************
 *  ListView
 ***************************/
.dp-list .dp-list-record {
	margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
}
.dp-list .dp-list-record .dp-list-header, .dp-list .dp-list-record .dp-list-inner-grid, .dp-list .dp-list-record .dp-list-footer {
	padding: 0.4em;
}

.dp-list .dp-list-record .dp-list-header, .dp-list .dp-list-record .dp-list-footer {
}

.dp-list .dp-list-record .dp-list-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.dp-list .dp-list-record .dp-list-footer {
	border-top-width: 1px
	border-top-style: solid;
}

/***************************
 * 	DataTableView
 *
 * 	@see main_responsive.css
 *  @see http://elvery.net/demo/responsive-tables/
 ***************************/
.dp-data-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.dp-data-table .notfound {
	border-top-width: 1px;
	border-top-style: solid;
}
.dp-data-table tbody tr.odd td, .dp-data-table thead th {
	
}
.dp-data-table th, .dp-data-table td {
	padding: 4px 5px;
}
.dp-data-table {
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	*border-collapse: collapse;
}
.dp-data-table th+ th, .dp-data-table td+ td, .dp-data-table th+ td, .dp-data-table td+ th {
	border-left-style: solid;
	border-left-width: 1px;
}
.dp-data-table thead:first-child tr:first-child th, .dp-data-table tbody:first-child tr:first-child th, .dp-data-table tbody:first-child tr:first-child td {
	border-top: 0;
}

/***************************
 * 	Detail
 ***************************/
.dp-back-link {
	margin-top: 1em;
}

.dp-map {
	width: 100%;
	height: 30em;
}

.dp-map-infowindow {
	max-height: 10em;
	max-width: 20em;
	overflow-y: auto;
}

/***************************
 * 	Detail Table
 ***************************/
.dp-detail-table {
	border-collapse: separate;
	*border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-style:solid;
	border-width: 1px;
}
.dp-detail-table tbody tr td {
	padding: 0.5em;
}
.dp-detail-table tbody tr .dp-detail-label {
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
}

.dp-detail-table tr td {
	border-style:solid;
	border-width: 1px;
	border-bottom: none;
}
.dp-detail-table tr:last-child td {
	border-width: 1px;
	border-style: solid;
}