/* qso-mapper.css - Show Amateur Radio QSOs on an interactive map and table.
 *
 * 2020/09/05 Stephen Houser, N1SH
 */

html, body {
	height: 100%;
	width: 100%;
}

body {
	padding-top: 3.5rem;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.custom-file-label {
	display: inline !important;
}

#container {
	height: 100%;
	width: 100%;
	display: flex;
}

#map-canvas {
	display: block;
	height: 100%;
	width: 100%;
}

#call-log {
	display: none;
	padding: 1em;
	width: 100%;
	height: 100%;
	background: white;
}

.qth-icon {
	/* https://stackoverflow.com/questions/23567203/leaflet-changing-marker-color */
	filter: hue-rotate(120deg);
}

.background {
	padding: 3em;
	position: absolute;
	text-align: center;
	color: darkgray;
	z-index: -10;
	width: 100%
}

.qth h1 {
	font-size: 2rem;
}

.qso h1 {
	font-size: 2rem;
}

input:invalid {
  border: 2px dashed red;
}

input:valid {
  border: 2px solid green;
}
