a.fa-solid:link { 
  text-decoration: none; 
} 
a.fa-solid:visited { 
  text-decoration: none; 
} 
a.fa-solid:hover { 
  text-decoration: none; 
} 
a.fa-solid:active { 
  text-decoration: none; 
}
a[data-toggle="collapse"]::before {
   font-family: "Font Awesome 6 Free";
   content: "\f106";
  float: right;
  color: inherit;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
a[data-toggle="collapse"].collapsed::before {
   font-family: "Font Awesome 6 Free";
   content: "\f107";
  float: right;
  color: inherit;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}

h3 {
	font-size: 20px;
	margin: 0;
}
hr {
	margin-top: 4px;
	margin-bottom: 4px;
}
.panel-heading {
	padding: 2px 4px 2px 12px;
	position: relative; /* for positioning the subtitle in layer-panel-title */
}
.panel-group {
	margin-bottom: 8px;
}
.panel-body {
	padding: 5px 15px;
}
.panel {
	margin-bottom: 6px;
}
.nav-pills {
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #e0e0e0 solid;
}
.nav > li > a {
	padding: 5px 8px;
}
.layer-panel-title {
	float: right;
}
.title-bar {
	background-image: linear-gradient(to right, black, white);
	padding: 10px 20px;
	margin: unset;
	font-size: 20px;
}
.title-left {
	color: white;
	width: 60%;
	float: left;
	padding: 0;
}
.title-right {
	color: black;
	float: right;
	width: 38%;
	text-align: right;
	padding: 0;
}
.mapheight {
	width: 100%;
	height: 580px;
	top: 0;
	bottom: 0;
}
#map {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ga-wrapper {
	height: 100vh;
}
.ga-div-map-main {
	width:100%;
	height:60vh;
	position: relative;
	margin: 4px 0 4px 0;
}
.ga-map-vertical-stretch {
	position: relative;
	height: 100%;
	width: calc(100% - 30px);
}
.ga-map-main {
	padding-top: 4px;
	height: calc(100% - 2px);
}
.ga-toolbar {
	position: absolute;
	bottom: 2px;
	left: 14px;
	background-color: rgba(196, 196, 196, 0.9);
	border-radius: 3px;
}
.ga-toolbar-btn0 {
	float: left;
	padding: 4px 8px 2px 8px;
}
.ga-toolbar-btn {
	margin-left: 1px;
	float: left;
	padding: 4px 8px 2px 8px;
}
.map-spinner {
	position: relative;
	bottom: 50%;
	left: 50%;
}
.chart-spinner {
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 1000;
}
.ga-chart-main {
	height:calc( 26vh - 30px );
	max-height:260px;
}
.ga-div-chart-main {
	width: 100%;
	min-height: 30vh;
	position: relative;
	margin: 8px 0 4px 0;
}
.map_inset {
	width: 200px;
	height:200px;
	border: 1px silver solid;
	box-shadow: 4px 4px 2px silver;
	margin: 4px 4px 8px 0;
}
.fullheight {
	height: 700px;
}
.sidebar {
	overflow-y: auto;
	max-height: calc(100% - 48px);
}
.label-layer-radio2 {
	font-size: 9px;
	position: absolute;
	bottom: -4px;
	left: 36px;
}
.ol-mouse-position {
	margin-right: 14px;
	font-size: 11px;
}
.legend-table {
	background-color: transparent;
	border: 1px none;
	font-size: 13px;
	padding: 1px;
}
td.legend-table-header {
	background-color: transparent;
	border: 1px none;
	height: 14px;
	padding-left: 4px;
}
td.legend-table-caption {
	background-color: transparent;
	border: 1px none;
	height: 14px;
	padding-left: 4px;
}
td.legend-table-value {
	background-color: transparent;
	border: 1px solid #eee;
	width: 48px;
	height: 14px;
	padding-left: 4px;
}
td.legend-table {
	background-color: transparent;
	border: 1px none;
	width: 36px;
	height: 14px;
}
.legend-div {
	background-color: white; /*#D3D3D3;*/
	border: 1px solid #c0c0c0;
	border-radius: 4px;
}
.legend-item {
	margin-top: 1px;
	padding:2px 4px;
	border: 0;
}
.legend-poly-div {
	border-top: 1px solid #c0c0c0;
}
.legend-flow {
	display: inline-block;
	border-right: 1px solid #c0c0c0;
}
h3.legend-item-hdr {
	font-size: 14px;
	padding: 2px 0 4px 0;
	border: 0px none;
	margin: 0px;
	font-weight: bold;
}
.legend-class-cpt {
	margin-left: 2px;
	margin-right: 4px;
}
.legend-class {
	border: 0px none;
}
.hidden {
    display: none;
}
#invite-to-click {
	color: gray;
	position: absolute; 
	left:80px; 
	top:8px; 
	padding: 4px; 
	background: lightyellow;
}
.fade-in {
	-webkit-animation: fadeinout 8s linear forwards;
    animation: fadeinout 8s linear forwards;
	opacity: 0;
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}
a.btn-collapse {
	text-decoration: none;
}
.sources-lead {
	color: gray;
	text-decoration: underline;
	font-size: calc(100% - 2px);
}
.sources {
	color: gray;
	font-size: calc(100% - 2px);
}
.source {
	padding-left: 14px;
	font-size: calc(100% - 2px);
	font-style: italic;
}
.northarrow {
	position: absolute;
	right: 80px;
	bottom: 40px;
	height: 80px;
	width: 80px;
	border: 0 none;
	z-index: 999;
}
.scale-bar-container {
	position: absolute;
	right: 10px;
	bottom: 8px;
	height: 20px;
	width: 360px;
	border: 0 none;
	z-index:1000;
	text-align: center;
}
.ol-scale-line-inner{margin:auto}
.ol-scale-line{background:unset;border-radius:4px;bottom:8px;left:unset;right:16px;padding:2px;position:absolute;width:200px}
.ol-scale-bar{position:absolute;bottom:8px;right:8px}
.charts {
}
.chart {
	height: calc(100% - 20px);
}
.ol-tooltip {
	color: white;
}
.ol-tooltip-measure {
	color: yellow;
}
