@charset "utf-8";

/*!
 * EDITH jurisdiction finder
 * Copyright 2017 die NetzWerkstatt
 */
@media all {
	/* table view */
	div.tx-nwsjurisdictionfinder table {
		border-bottom: none;
	}

	div.tx-nwsjurisdictionfinder table thead {
		display: none;
	}

	div.tx-nwsjurisdictionfinder table tbody tr {
		padding: 15px 0;
		display: block;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	div.tx-nwsjurisdictionfinder table tbody tr:first-child {
		padding: 0;
	}

	div.tx-nwsjurisdictionfinder table td, div.tx-nwsjurisdictionfinder table th {
		display: block;
		width: 100%;
		border: none;
	}

	div.tx-nwsjurisdictionfinder table .tx-nwsjurisdictionfinder-employee-list-col4,
	div.tx-nwsjurisdictionfinder table .tx-nwsjurisdictionfinder-employee-list-col5 {
		min-width: auto;
	}

	div.tx-nwsjurisdictionfinder .table-responsive > .table > tbody > tr > td {
		white-space: normal;
	}

	div.tx-nwsjurisdictionfinder .margin-y-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	div.tx-nwsjurisdictionfinder #accordionContent {
		margin-bottom: 15px;
	}
	div.tx-nwsjurisdictionfinder #accordionContent .card-header a {
		cursor: pointer;
	}
}

@media (min-width: 767px) {
	div.tx-nwsjurisdictionfinder table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	div.tx-nwsjurisdictionfinder table thead {
		display: table-header-group;
		border-top: 1px solid #ddd;
	}

	div.tx-nwsjurisdictionfinder table tbody tr {
		display: table-row;
	}

	div.tx-nwsjurisdictionfinder table th, div.tx-nwsjurisdictionfinder table td {
		display: table-cell;
		width: auto;
	}

	div.tx-nwsjurisdictionfinder table .table > tbody > tr > td {
		border-top: 1px solid #ccc;
	}

	div.tx-nwsjurisdictionfinder table .tx-nwsjurisdictionfinder-employee-list-col4 {
		min-width: 200px;
	}

	div.tx-nwsjurisdictionfinder table .tx-nwsjurisdictionfinder-employee-list-col5 {
		width: 200px;
	}
}

/*old css configurations*/
div.tx-nwsjurisdictionfinder .tx-nwsjurisdictionfinder-page-subcr {
	text-align: right;
}

div.tx-nwsjurisdictionfinder .tx-nwsjurisdictionfinder-page-subc {
	text-align: center;
}

div.tx-nwsjurisdictionfinder .pagination-sm li a, div.tx-nwsjurisdictionfinder .pagination-sm li span {
	padding: 4px 8px;
}

@media ( max-width: 767px ) {
	div.tx-nwsjurisdictionfinder .anchor {
		top: -5px;
	}
}
