/*************************************************************************
*
* Table Paginator
**************************************************************************/
table.tx-yardstick {
	border-spacing: 10px;
	border-collapse: collapse;
}

table.tx-yardstick td {
	padding-left: 10px;
	padding-right: 10px;
}

table.tx-yardstick tr {
	border-bottom: 1px solid #333;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #E7E7E7;
}


.f3-widget-paginator {
	display: inline-block;
	border-radius: 4px;
	margin: 5px 0px;
	padding-left: 0px;
}

.f3-widget-paginator > li {
	display: inline;
	font-size: 12px;
	font-weight: 300;
}

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	text-decoration: none;
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #004975;
}

.f3-widget-paginator > li.current,
	.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
	text-decoration: underline;
	background-color: #EEE;
}

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/******************************************************************************
* Table Formatierung
******************************************************************************/
.table-fixed thead {
	width: 97%;
}
.table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
	display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
	float: left;
	border-bottom-width: 0;
}

table.tx-yardstick > tbody > tr > td.col-xs-1,
table.tx-yardstick > thead > tr > th.col-xs-1 {
	width: 5%;
}

table.tx-yardstick > tbody > tr > td.col-xs-2,
table.tx-yardstick > thead > tr > th.col-xs-2 {
	width: 8%;
}

table.tx-yardstick > tbody > tr > td.col-xs-3,
table.tx-yardstick > thead > tr > th.col-xs-3 {
	width: 18%;
}

/******************************************************************************
* Auswahlbuttons
*******************************************************************************/

ul.selector {

	padding-top: 80px;
	list-style: none;
}

ul.selector > li {
	display: block;
	padding: 4px 0;
	width: 130px;
	border: 1px solid #DDD;
	background: white;
	text-align: center;
	margin: 10px 0;
}

