#map { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	color: var(--dark);
	margin: 0;
}
a, a:link, a:visited, a:active { color: var(--mainDarker); text-decoration: none; }
a:hover, a:focus { color: var(--mainDarker); text-decoration: none; }

#mobileCheck {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
}
@media only screen and (max-width: 760px) {
	#mobileCheck { display: none; }
}
fieldset {
	margin: 0 0 0 5px;
	border-radius: 3px;
	z-index: 10;
	background: var(--bg);
}
legend {
	background: var(--bg);
	border-left: 1px solid var(--light);
	border-right: 1px solid var(--light);
	padding: 0 3px 0 3px;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
}
#msgBox .fileToast { width: 100%; text-align: center; }
#msgBox fieldset { display: inline-block; }
#msgBox form { display: inline-block; }
#msgBox .fileToast .header {
	transform: rotate(-90deg);
	transform-origin: left bottom;
	background: black;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	padding: 1px 4px 0px 4px;
}
.row { display: table-row; }
.cell { display: table-cell; text-align: left; padding: 1px 5px 1px 2px; }
.header { font-size: 1em; font-weight: bold; text-transform: uppercase; background: var(--mainDark); color: var(--mainLight); margin-left: auto; margin-right: auto; }
.tour { column-span: all; font-size: 1em; font-weight: bold; text-transform: uppercase; color: var(--mainDark); padding-top: 4px; }
.raidsActive { color: var(--enabled); }
.raidsInactive { color: var(--disabled); }

.table {
	display: table;
	width: 100%;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}
.tr {
	display: table-row;
	text-align: left;
}
.th, th {
	color: tan;
	background: var(--mainDark);
	padding: 2px 5px 2px 5px;
}
.td, .th {
	display: table-cell;
	vertical-align: top;
}
.closeButton {
	cursor: pointer;
	color: var(--mainDark);
	position: absolute;
	top: 2px;
	right: 2px;
}
#main {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	background-image: url('/assets/join-team-valor.jpg');
	/* background-image: url('/assets/hear-us-niantic.jpg'); #hearusniantic */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main button {
	font-family: 'Stardos Stencil', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--mainLight);
	background: var(--mainDark);
	padding: 5px 10px;
	border-radius: 15px/50%;
	border: 1.5px solid var(--mainLight);
	box-shadow: 0px 0px 10px var(--darkest);
	cursor: pointer;
}
#main button:hover { background: var(--mainDarker); }
#main button:focus { outline:0; }
.fof {
	display: table-cell;
	vertical-align: middle;
}
/* #hearusniantic */
/*
.fof * {
	display: none;
}
*/
.fof h1 {
	margin: 0;
	padding: 0;
	font-family: 'Stardos Stencil', sans-serif;
	font-size: 50px;
	font-weight: bold;
	font-display: swap;
	color: var(--mainDark);
	-webkit-text-stroke: 1.5px var(--mainLight);
	paint-order: stroke fill;
	text-shadow: 0px 0px 10px var(--darkest);
}
.fof button { margin: auto 2px auto 2px; }
.popup {
	margin: auto auto auto -10%;
	padding: 10px;
	text-align: center;
	position: fixed;
	top: 10%;
	left: 20%;
	background: rgba(0,0,0,0.9);
	border-radius: 5px;
	border: 1px solid var(--mainLight);
	width: 80%;
	height: 80%;
	overflow: scroll;
}
.popup::-webkit-scrollbar {
	width: 0.5em;
}
 
.popup::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.popup::-webkit-scrollbar-corner {
	background: rgba(0,0,0,0.5);
} 
.popup::-webkit-scrollbar-thumb {
  background-color: var(--mainDarker);
  outline: 1px solid var(--mainLight);
}
.popup h1 {
	font-family: 'Stardos Stencil', sans-serif;
	font-weight: bold;
	font-display: swap;
	color: var(--mainLight);
	margin: 3px auto 3px auto;
}
.popup h2 {
	font-family: 'Stardos Stencil', sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-display: swap;
	color: var(--mainDark);
}
.popup h3 {
	font-family: 'Stardos Stencil', sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-display: swap;
	color: var(--mainLight);
}
.popup ul {
	margin: 10px auto 0 auto;
	width: 80%;
	max-width: 200px;
}
.popup li {
	text-align: left;
}
.popup button {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.popup .close {
	margin: 5px;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 30px;
	color: var(--mainLight);
	cursor: pointer;
}
#regions.popup {
	max-width: 300px;
	margin: auto;
	left: 0;
	right: 0;
}
#features.popup,
#about.popup {
	max-width: 500px;
	margin: auto;
	left: 0;
	right: 0;
}
#tour.popup {
	max-width: 700px;
	margin: auto;
	left: 0;
	right: 0;
}
#maintenance {
	padding: 15px;
	border: 4px solid var(--mainDarker);
	border-left: none;
	border-right: none;
	background: var(--darkest);
	color: var(--mainLight);
	font-weight: bold;
	text-transform: uppercase;
}



button,
.button,
input[type=image],
input[type=submit] {
	color: var(--dark);
	border-radius: 3px;
	border: 1px solid var(--light);
	padding: 6px;
	margin: 0px;
	background: none;
	cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}
input[type=file]::before {
	content: 'Select File';
	color: var(--dark);
	border-radius: 3px;
	border: 1px solid var(--light);
	padding: 6px;
	margin: 0px;
	background: none;
	cursor: pointer;
}

button.red,
.button.red {
	border: 1px solid var(--mainDark);
}
#msg {
	width: 90%;
	border: 1px solid var(--mainDark);
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: var(--bg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto 0 auto;
	z-index: 10;
}
#msgTitle {
	color: var(--bg);
	background-color: var(--mainDark);
	text-transform: uppercase;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
}
#msgDetails {
	color: var(--dark);
	margin: 10px;
	padding: 0;
}
#msgCmd {
	color: var(--mainDark);
	font-size: medium;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid var(--light);
	padding: 10px 20px 10px 20px;
	text-transform: lowercase;
	text-shadow: 0px 2px var(--light);
}
#msgCmd a {
	text-decoration: none;
}
#msgBox {
	width: 100%;
	min-height: 50px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	color: var(--darker);
	background: var(--bg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	margin: 0 auto 0 auto;
	z-index: 1024; /* Set to be on top */
	filter: drop-shadow(0px -3px 4px rgba(70,70,70,1));
}
#msgBox:before {
	display: none;
	content: "x";
	border: 1px solid var(--mainDark);
	line-height: 11px;
	padding: 0 2px 2px 2px;
	color: var(--mainDark);
	position: absolute;
	box-sizing: border-box;
	top: 2px;
	right: 2px;
	z-index: 10;
}
#msgBox p {
	margin: 10px;
}
#msgBox label {
	font-size: 0.75em;
	vertical-align: middle;
	border: none;
}
#msgBox i {
	border: none;
	vertical-align: middle;
	margin: auto auto auto 2px;
}
#msgBox .red { color: var(--mainDark); }
#msgBox .green { color: green; }
.right {
	display: flex;
	float: right;
	width: auto;
}
/* infoWindow style */
.gm-style iframe + div { border: none !important; }

.gm-style .gm-style-iw {
	font-size: large;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 3px;
	background: var(--bg);
}
#title {
	color: var(--darkest);
	background: var(--bg);
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid var(--darker);
}
#directions {
	color: var(--darker);
	background: var(--bg);
	font-size: small;
	margin: 0;
	padding: 0 0 0 5px;
	width: 50%;
}
#hood {
	color: var(--darker);
	background: var(--bg);
	text-align: right;
	font-size: 0.8em;
	margin: auto auto auto 5px;
	padding: 0;
}
.uc { text-transform: capitalize; }
.timer {
	font-size: small;
}
#sidebar {
	color: red;
	background: #555555;
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: -1px;
	padding: 4px;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: bottom right;
	width: 150px;
	position: absolute;
	bottom: 150px;
	right: 0px;
	display: none;
}
#credits {
	color: var(--darkest);
	background: var(--bg);
	font-weight: 500;
	font-size: x-small;
	align: right;
	padding: 3px;
	display: block;
	opacity: 0.6;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 3px 0 0 0;
}
#msgBox div,
#credits span {
	display: inline-block;
	vertical-align: middle;
}
#credits img {
	margin: 0 4px 0 0;
	width: 15px;
	height: 15px;
}
#credits a {
	text-decoration: none;
}
#debug {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#context {
	display: none;
}
input[name='name'] {
	width: 250px;
}
.material-icons {
	font-size: 1.4em;
	font-display: swap;
	color: var(--dark);
	vertical-align: middle;
}
.nav {
	font-size: x-small;
	color: blue;
}
#signinmsg {
	font-size: x-small;
	font-style: italic;
	color: var(--mainDark);
	text-align: center;
	margin: 5px auto auto 5px;
}
i.shareRaidRoute {
	font-size: 1em;
	font-weight: bold;
}
.gpson {
	color: var(--mainDark);
	animation: alertText 1s linear infinite;
}
@keyframes alertText { 50% { color: var(--bg); } }

i.smallmedal {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#toolsOverlay {
	/* display: none; */
	width-max: 80%;
	height-max: 80%;
	/* border: 1px solid var(--light); */
}	border-radius: 3px;

#pos {
	display: none;
}
#reportContainer div.table.section,
#editContainer div.table.section {
	color: var(--light);
	font-size: medium;
	font-weight: bolder;
}
#reportContainer .mon,
#reportContainer #gymxpfieldset button {
	width: 45px;
	height: 45px;
	margin: 3px;
	float: left;
}
#reportContainer #gymownerteamfieldset button {
	margin: 3px;
	float: left;
}
#reportContainer #gymownerteamfieldset button.valor { background: #ffdddd; }
#reportContainer #gymownerteamfieldset button.mystic { background: #ddddff; }
#reportContainer #gymownerteamfieldset button.instinct { background: #ffffdd; }
#reportContainer button span, 
#editContainer button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #EE0000;
	font-size: large;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 0 var(--bg), 0 1px var(--bg), 1px 0 var(--bg), 0 -1px var(--bg);
	margin: auto;
	position: relative;
	top: -30px;
	left: 0;
	z-index: 10;
}
#reportContainer img,
#editContainer img {
	width: 100%;
	height: 100%;
}
/* Hide GMaps Footer */
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
.gmnoprint div {
	background:none !important;
}
#notLoggedInMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: var(--bg);
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
	display: block;
	filter: drop-shadow(0px 3px 4px rgba(70,70,70,1));
}
#notLoggedInMenu #home {
	float: left;
	font-size: 20px;
	height: 20px;
	/*margin-top: 4px;*/
	padding: 0;
}
#notLoggedInMenu #discordSignIn { display: inline; }
#notLoggedInMenu #discordSignIn a { color: #7289DA; }
#notLoggedInMenu #discordSignIn img {
	padding: 0;
	margin: auto 7px auto auto;
	height: 35px;
	border-radius: 50%;
}

nav .bottom {
	position: absolute;
	bottom: 20px;
}
nav .loggedInAs {
	font-size: 1.2em;
	font-weight: bold;
}
#loggedInAs { /* Old menu */
	white-space: nowrap;
	display: inline;
	margin-right: 4px;
}
.rotate180 {
	transform: rotate(180deg);
}
.gold { color: gold; }
.silver { color: silver; }
.bronze { color: #cd7f32; }
.roundedgroup {
	width: auto;
	float: right;
	white-space: nowrap;
	color: var(--darker);
	border-radius: 15px/50%;
	margin: auto auto 5px auto;
	padding: 5px;
	background: var(--bg);
	vertical-align: middle;
}
.hidden { display: none; }
.map-marker-label {
	position: absolute;
	color: var(--bg);
	background: #404040;
	border: 1px solid var(--bg);
	border-radius: 10px;
	padding: 1px 3px 1px 3px;
	white-space: nowrap;
	text-align: center;
	z-index: -1;
}
#cursorTooltip {
	width: 200px;
	white-space: nowrap;
	text-align: center;
	border: none;
	color: var(--bg);
	text-shadow: -1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	background-color: transparent;
	position: absolute;
	margin: 20px auto auto -100px;
	padding: 0px;
	z-index: 10;
}
#boxObject {
	width: 100%;
	height: 500px;
	border: 1px solid red;
}
.nobr {
	white-space: nowrap;
}
.gymMarker {
	/*** Lower circle ***/
	background: snow;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	z-index: 10;
	transform: scale(.2) rotate(-35deg);
	transform-origin: bottom left;
	filter: drop-shadow(-2px -2px 8px #000000)
			drop-shadow(6px 24px 8px rgba(0,0,0,0.5));

}

.gymMarker:before {
	/*** Top circle w/slash ***/
	content: '';
	border-bottom: 12px solid #404040;
	color: silver;
	position: absolute;
	top: -1px;
	left: 0px;
    width: 100px;
    height: 50px;
    background: snow;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.gymMarker:after {
	/*** Middle Dot ***/
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	background: snow;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 10px solid #404040;
}

.gymMarker i {
	/*** Leg ***/
	margin: 0 auto;
	position: absolute;
	top: 45px;
	left: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 0 0 85px;
	border-color: transparent transparent transparent snow;
	transform: rotate(105deg) skewX(20deg);
}
.gmContainer {
	width: 100px;
}
.gmContainer div {
	position: relative;
	margin-top: -50px;
	left: 30px;
}

.gmGold,
.gmGold:before,
.gmGold:after { background: gold; }
.gmGold i { border-color: transparent transparent transparent gold; }


.gmSilver,
.gmSilver:before,
.gmSilver:after { background: silver; }
.gmSilver i { border-color: transparent transparent transparent silver; }

.gmBronze,
.gmBronze:before,
.gmBronze:after { background: #B87333; }
.gmBronze i { border-color: transparent transparent transparent #B87333; }

.gmCallout,
.gmCallout:before,
.gmCallout:after { background: fuchsia; }
.gmCallout i { border-color: transparent transparent transparent fuchsia; }

.gmNew,
.gmNew:before,
.gmNew:after { background: lime; }
.gmNew i { border-color: transparent transparent transparent lime; }

.gmValor:before { background: red; }

.gmMystic:before { background: blue; }

.gmInstinct:before { background: yellow; }

#box {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0);
	min-width: 300px;
	color: maroon;
	background: white;
	z-index: 10;
}
#map .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#box #bar {
	cursor: pointer;
	color: tan;
	background: maroon;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
#box > #loading {
	font-weight: bold;
	margin-top: 50%;
	text-align: center;
}
#box > #loading > i {
	zoom: 3;
	-webkit-animation: spin 4s infinite linear;
}
@-webkit-keyframes spin {
	0%  { -webkit-transform: rotate(360deg); }
	100% { -webkit-transform: rotate(0deg); }
}
#box table {
	background: white;
}
#box span {
	color: tan;
	cursor: pointer;
	float: right;
}
#box form {
	display: inline;
}
#box input[type=text],
#box input[type=button],
#box input[type=submit],
#box button,
#box select {
	color: maroon;
	background: transparent;
	border: 1px solid maroon;
	margin: 0;
	width: 100%;
	height: 100%;
}
#box input[type=checkbox] {
	width: 16px !important;
	height: 16px !important;
	filter: grayscale(1);
}
#box img {
	height: 30px;
}
#box .mediumEmoji {
	font-size: 1.1em;
}

#box .center {
	text-align: center;
}
#box input:disabled,
#box select:disabled {
	background: lightgray;
}
#box tr#-\31 { /* Insert row */
	background: #FFDDDC;
}
#box th {
	background-color: #DDDDDD;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}

#box tr:nth-child(even) {
	background-color: #F2F2F2;
}

#box tr.completed {
	background-color: #CCFFCC;
}
#box #contentArea td[name="team"] {
	text-transform: capitalize;
}
.required { color: red; display: inline; }
