* {
	color: #000000;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	line-height: 18px;
}
small {
	font-size: 11px;
}
body {
	background: #959595 url(img/site-bg.jpg) repeat-x;
}

h1 {
	color: #101873;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #0b124d;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 14px;
	font-weight: bold;
}
#uitslagdatumtijd {
	color: #0b124d;
}

fieldset {
	border: 1px solid #303030;
	padding: 4px;
}
legend {
	background-color: #ffffff;
	border: 1px solid #303030;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}

table.site {
	background-color: #d1dee8;
	border: 2px solid #101873;
	border-collapse: collapse;
	margin: 0 auto;
}
table.site > tbody > tr > td {
	padding: 20px;
	width: 920px;
}

div.banners-boven {
	display: flex;
	padding: 0 1px 10px 1px;
}

div.header {
	border: 1px solid #303060;
	border-collapse: collapse;
	min-height: 196px;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	width: 920px;
}
div.header.noord {
	background-color: #d2dfef;
}
div.header .tracker {
    position: absolute;
    right: 20px;
    top: 40px;
}
div.header div.flight-info {
	background: rgba(255,255,255,.75);
	bottom: 0;
	height: 186px;
	padding: 5px;
	position: absolute;
}
div.header div.flight-info-with-nt {
	line-height: 15px;
}
div.header.with-video div.flight-info {
	bottom: 50px;
}

div.header div.pigeons-info {
	background: rgba(255, 255, 255, .75);
	bottom: 0;
	max-height: 184px;
	overflow-y: scroll;
	padding: .5em;
	position: absolute;
	right: 0;

	scrollbar-color: #808080 rgba(255,255,255,.5);
	scrollbar-width: thin;
}
div.header div.pigeons-info::-webkit-scrollbar {
	width: 8px;
}
div.header div.pigeons-info::-webkit-scrollbar-thumb {
	background-color: #808080;
}
div.header div.pigeons-info::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,.5);
}

div.header div.pigeons-info table {
	border-collapse: collapse;
}
div.header div.pigeons-info table th {
	border-right: 1px solid #808080;
	font-weight: normal;
	font-style: italic;
	padding: 2px;
	text-align: left;
}
div.header div.pigeons-info table tfoot th {
	border-top: 1px solid #808080;
}
div.header div.pigeons-info table td {
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 2px;
}
div.header div.pigeons-info table th:last-child,
div.header div.pigeons-info table td:last-child {
	border-right: 0;
}

#reload-link {
	display: none;
}

.popup-links {
	float: right;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: right;
}
.popup-links a {
	color: #080;
}

.popup-container {
	position: relative;
}

.popup {
	background-color: #fff;
	border: 5px solid #808080;
	display: none;
	position: absolute;
	right: 0;
}

#popup-map {
	margin-top: 5px;
}

#map-div {
	height: 400px;
	width: 912px;
}

table.uitslag {
	background-color: #ffffff;
	border: 1px solid #303030;
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
table.uitslag td {
	border-top: 1px solid #6592af;
	padding: 3px 10px 3px 3px;
	vertical-align: top;
}

table.uitslag tr.even {
	background-color: #eef2f6;
}
table.uitslag tr:hover {
	background-color: #e0e0e0;
}
table.uitslag tr.klik {
	font-weight: bold;
}
table.uitslag tr.buitendeprijzen {
	color: #404040 !important;
	font-style: italic;
}

/* sticky numbers 1, 2, 3 */
table.uitslag.sticky {
	border-collapse: separate;
}
table.uitslag.sticky tr {
	background-color: white;
}
table.uitslag.sticky tr:nth-child(1),
table.uitslag.sticky tr:nth-child(2),
table.uitslag.sticky tr:nth-child(3),
table.uitslag.sticky tr:nth-child(4),
table.uitslag.sticky tr:nth-child(5) {
	position: sticky;
	top: 0;
}
table.uitslag.sticky tr:nth-child(2) {
	top: 25px;
}
table.uitslag.sticky tr:nth-child(3) {
	top: 50px;
}
table.uitslag.sticky tr:nth-child(4) {
	top: 75px;
}
table.uitslag.sticky tr:nth-child(5) {
	top: 100px;
}
table.uitslag.sticky tr:nth-child(5) td {
	border-bottom: 1px solid #303030;
}
table.uitslag.sticky tr:nth-child(6) td {
	border-top: 0;
}

tr.caph td {
	background-color: #f0f0f0;
	border-top: 0px solid #000000;
	border-bottom: 0px dotted #000000;
	font-weight: bold;
	vertical-align: top;
}
tr.capv td {
	font-weight: bold;
}

.help {
	cursor: help;
}

table.vluchtgegevens a {
	color: #0b124d;
}
table.vluchtgegevens {
	border-collapse: collapse;
	width: 100%;
}
td.vluchtgegevens {
	background-color: #ffffff;
	border: 1px solid #303030;
	padding: 8px;
	vertical-align: top;
}
td.volgendevlucht {
	background-color: #f6f6f6;
	border: 1px solid #909090;
	padding: 8px;
	vertical-align: top;
}
td.volgendevlucht b,td.volgendevlucht td {
	color: #606060;
}
td.vluchten {
	background-color: #ffffff;
	border: 1px solid #303030;
	padding: 8px;
	vertical-align: top;
	width: 460px;
}
td.vluchten th {
	text-align: left;
}
td.vluchten div {
	height: 120px;
	overflow: auto;
}
td.vluchten tr.bekijken:hover {
	text-decoration: underline;
}
td.vluchten tr.actief {
	font-weight: bold;
	text-decoration: none;
}

div.regios, div.sectoren {
	/* border-bottom: 1px solid #303030; */
	clear: both;
	float: right;
	margin-top: 12px;
    margin-bottom: 6px;
}
div.regios a, div.sectoren a {
	color: #0b124d;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px;
	text-decoration: underline;
}
div.regios a.actief, div.sectoren a.actief {
	text-decoration: none;
}

div.rayonselectie,
div.verenigingselectie,
div.nicselectie,
div.ccgselectie,
div.filterselectie {
	clear: right;
	color: #0b124d;
	float: right;
	font-weight: bold;
	height: 24px;
	padding-top: 4px;
}
div.rayonselectie,
div.verenigingselectie {
	clear: both;
}
div.rayonselectie select,
div.verenigingselectie select {
	width: 150px;
}
div.nicselectie select,
div.ccgselectie select,
div.filterselectie select {
	width: 190px;
}

div.error {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #ff0000;
	margin-bottom: 10px;
	padding: 5px;
}
div.warning {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #ff0000;
	margin-bottom: 10px;
	padding: 5px;
}

p.footer {
	color: #303030;
	font: 10px arial;
	padding-top: 8px;
	text-align: center;
}
p.footer a {
	color: #303030;
	font: 10px arial;
}

/* sponsors = oud */

table.sponsors {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 24px;
}
table.sponsors td {
	padding: 0;
}
table.sponsors img {
	border: 0;
	height: 60px;
	width: 234px;
}

/* site */

div.site {
	margin: auto;
	z-index: 20;
	position: relative;
}

/* banners */

table.site {
	/* float: left; */
}

p.footer {
	clear: both;
}

.banners-top {
	margin-bottom: 10px;
	text-align: right;
}
.banners-top img {
	height: 60px;
}
.banners-midden {
	padding: 10px 0;
	text-align: center;
}
.banners-midden a + a {
	margin-left: 20px;
}
.banner-full {
	margin-bottom: 10px;
	max-width: 100%;
}
.banner-midden {
	margin-bottom: 10px;
}
.banners-rechts {
	float: right;
	z-index: 10;
}
.banner-rechts {
	display: block;
	margin-bottom: 10px;
	height: 60px;
	width: 234px;
}

/* ook melden */

.ook-melden {
	float: right;
	text-align: right;
}
.ook-melden a {
	color: #080;
}

/* *** */

table.news-refresh-filters {
	width: 100%;
}

table.news-refresh-filters .news-refresh {
	vertical-align: bottom;
}

table.news-refresh-filters .filters {
	text-align: right;
	vertical-align: bottom;
	width: 300px;
}

.release-news {
	background: #eef2f6;
	border: 2px solid grey;
	color: black;
	margin-top: -3em;
	margin-bottom: 1em;
	max-height: 70px;
	overflow: scroll;
	padding: 1em;
}

.release-news:empty {
	display: none;
}

.refresh-bar {
	clear: left;
	float: left;
	padding-bottom: 10px;
}

.aam {
	float: right;
	margin-top: 2px;
	width: 12px;
}

.ble-tracker {
	float: right;
	margin-top: 4px;
	width: 7px;
}

.relative {
	position: relative;
}

.btn-ble-tracker-shop {
	left: 411px;
	position: absolute;
	width: 100px;
}

@media (max-width: 576px) {
	.with-flight .btn-ble-tracker-shop {
		left: 0;
		top: 80px;
	}
}

.poulen-overzicht-rechts {
	background-color: rgba(255,255,255,.5);
	border: 1px solid #101873;
	float: right;
	z-index: 10;
}

.poulen-overzicht-rechts th {
	text-align: left;
}
