﻿body {
	/* background: #000000;*/
	background: black url("img/bg5.jpg")  0px 0px no-repeat ;
	/* background: #4c6730; */
	/*margin: 0;*/
	margin: 0px;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
	/*#ffe246*/
}

hr {
	height: 1px;
}

a {
font-weight: bold; color: #fff001
}
p  {font-family: sans-serif; font-size: 11px; font-weight: normal; }
td  {font-family: sans-serif; font-size: 11px; font-weight: normal; }


/* Under headern */


td {
	margin: 10px auto 5px auto;
	padding: 2px;
	color: white;
	font-size: 12px;
	font-family: sans-serif;
}

td.takes {
	padding-top: 9px;
}

p.takes {
	font-size:8;
	line-height: 0;
}

#zonecell {
	background-image: url(img/bg_transparent50.png);
	padding: 5px 0 0 6px;
	color: white;
	margin: 0 0 0px 0;
	clear: both;
}
#input
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: white;
    background-color: black;
    padding: 2px;
    margin: 4px;
    border: solid 1px gray;
    width: 100px;
}

.regtd , .regtd TR, .regtd TD {
background-image: url("img/end.png") repeat-x;
background-color:blue;
}
img {
opacity:0.85;
filter:alpha(opacity=85);
}

/* ==========================================================================
   Mapbox popup theming (used by avg.php, unique.php and any other map page)
   ========================================================================== */
.labels {
	color: black;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 40px;
	white-space: nowrap;
}
.InfoWindow {
	color: black;
	backgroundColor: 'black';
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 40px;
	white-space: nowrap;
}
.mapboxgl-popup-content {
	position: relative;
	background: #000000;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
	padding: 6px 10px 4px;
	pointer-events: auto;
}
.mapboxgl-popup-tip {
	-webkit-align-self: center;
	align-self: center;
	border-top: none;
	border-bottom-color: #000000;
}
.mapboxgl-popup-close-button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0 0 0 0;
	cursor: pointer;
	color: rgb(245, 233, 149);
}

/* ==========================================================================
   View toggle button group (used by tvt.php, leagues.php)
   ========================================================================== */
.view-toggle {
	display: inline-flex;
	gap: 0;
	margin-left: auto;
}
.view-toggle button {
	background: transparent;
	border: 1px solid #444;
	color: #888;
	padding: 8px 20px;
	cursor: pointer;
	font-size: 13px;
	transition: all 0.2s;
}
.view-toggle button:first-child {
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #444;
}
.view-toggle button + button {
	border-left: none;
}
.view-toggle button:last-child {
	border-radius: 0 5px 5px 0;
}
.view-toggle button:hover {
	background: rgba(227, 201, 26, 0.1);
	color: #ccc;
}
.view-toggle button.active {
	background: rgba(227, 201, 26, 0.2);
	border-color: #e3c91a;
	color: #e3c91a;
	border-left: 1px solid #e3c91a;
}
.view-toggle button.active:hover {
	background: rgba(227, 201, 26, 0.25);
}
.view-toggle button.active + button {
	border-left: 1px solid #444;
}
.view-toggle button:first-child.active {
	border-left: 1px solid #e3c91a;
}
.view-toggle .data-freshness {
	overflow: hidden;
}

