.div-map {
	width: 100%;
	height: calc(100% - 70px);
	position: relative;
}

#map1 {
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
}

#map1:focus,
#map2:focus {
	outline: 0;
	box-shadow: none !important;
}

.mapControl {
	width: 100%;
	height: 35%;
	padding: 10px;
	font: 14px/16px Verdana, sans-serif;
	overflow-y: auto;
}

.accordion-item {
	border-radius: 1px !important;
}

.accordion-button {
	color: #000;
	background-color: rgba(0, 132, 115, 0.07);
	padding: 10px 20px;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: rgba(0, 132, 115, 0.07);
}

.accordion-button:focus {
	border-color: rgba(0, 132, 115, 0.2);
	outline: 0;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
	--bs-accordion-active-color: #00A590 !important;
}

.accordion-button.collapsed::after {
	--bs-accordion-active-color: #000;
}

.accordion-body {
	padding: 20px;
}

.lyrFilter {
	width: 100%;
	padding: 0 0 30px 20px;
	margin: 0 !important;
}

.radio-layer-custom {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border-radius: 50%;
	border: solid 1px #666666;
}

.radio-layer-custom:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-layer {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-right: 50px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-layer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-layer:hover input~.radio-layer-custom {
	background-color: #ccc;
}

.radio-layer:hover {
	color: rgba(0, 132, 115);
}

.radio-layer input:checked~.radio-layer-custom {
	background-color: rgba(0, 132, 115, 0.7);
}

.radio-layer input:checked~.radio-layer-custom:after {
	display: block;
}

.radio-layer .radio-layer-custom:after {
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

.filter-layer {
	position: relative;
	padding: 3px 36px 0;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
}

.filter-layer input[type=checkbox] {
	visibility: hidden;
}

.chk-lyrName {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 1px solid rgba(0, 132, 115);
}

.filter-layer:hover input~.chk-lyrName {
	background-color: rgba(0, 132, 115, 0.2);
}

.filter-layer input:checked~.chk-lyrName {
	background-color: rgba(0, 132, 115, 0.7);
}

.chk-lyrName::after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.filter-layer input:checked~.chk-lyrName::after {
	display: block;
}

#filter-sero,
#filter-species {
	padding: 0 5px;
	border: 1px solid #00a590;
	background-color: #eaf7f5;
}

#filter-sero {
	margin-right: 50px;
}

.filter-rangeSlider {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding-left: 20px;
}

.filter-lbl {
	padding: 0 5px;
	font-size: 14px;
	margin: 15px 0 0 0;
	width: 7%;
	float: left;
	font-weight: bold;
	background-color: #ababab;
	color: transparent;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

.filter-lbl-left {
	text-align: right;
}

#dateslider1-1,
#dateslider1-2 {
	width: 85%;
	float: left;
}

.legend {
	text-align: left;
	line-height: 18px;
	color: black;
	background-color: rgb(255, 255, 255, 0.9);
	width: 210px;
	padding: 15px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.8;
	border: 1px solid gray;
}

.legend .circle {
	border-radius: 50%;
	border: 1px solid black;
	width: 10px;
	height: 10px;
	margin-top: 4px;
}

.legend .lyName {
	font-size: 14px;
	font-weight: bold;
	color: balck;
}

.legend .update {
	font-size: 12px;
	color: #555;
}

.legend br {
	clear: both;
}

.leaflet-control-layers {
	padding: 1px;
}

#map2 {
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
}

#table-map2 {
	height: calc(40% - 100px);
	padding: 10px;
	overflow-y: auto;
}

.mapTitle h5 {
	text-align: center !important;
	color: black;
	font-size: 16px;
	font-weight: bold;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	position: absolute;
	z-index: 99999;

}

a.control-close-button {
	float: right;
	margin: 0px 5px 5px 5px;
	font: 20px Verdana, sans-serif;
	text-decoration: none;
	color: #727272;
}

a.control-close-button:hover {
	font-weight: bold;
	color: #555;
}

.leaflet-popup-content-wrapper {
	border-radius: 3px;
	z-index: 9999;
}

.leaflet-control-zoom {
	border-color: #959595 !important;
}

.leaflet-disabled {
	color: #828282 !important;
}

.table-wrapper {
	height: 100%;
	width: 100% !important;
	color: #000;
	overflow: hidden;
	font-size: 14px;
	margin: 0 !important;
}

.table-wrapper tbody tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.023);
}

.table-wrapper tr {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.table-wrapper tbody tr:hover {
	background: rgba(39, 216, 221, 0.5);
}

.row-highlight {
	background: rgba(39, 216, 221, 0.5) !important;
}

.table-wrapper thead th {
	position: relative;
	font-size: 14px;
	border: none;
	background-color: rgba(0, 132, 115, 0.07);
	padding: 10px;
	text-align: left !important;
}

.table-wrapper thead th:focus,
.table-wrapper thead th:hover {
	outline: 0 !important;
	box-shadow: none !important;
}

.table-wrapper tr td {
	padding: 10px;
}

.table-wrapper tr td p {
	margin-bottom: 0;
}

.td-ref {
	font-size: 10px;
}

.dt-buttons {
	float: right !important;
}

.dt-button {
	padding: 2px 6px !important;
	font-size: 12px !important;
	background-color: #00A590 !important;
	color: #fff !important;
	border: 1px solid #00A590 !important;
	font-size: 12px !important;
	transition-duration: 0.3s !important;
	cursor: pointer !important;
	text-align: center !important;
	text-decoration: none !important;
	height: 28px !important;
	border-radius: 0 !important;
}

.dt-button:hover {
	background-color: #fff !important;
	color: #00A590 !important;
	border: 1px solid #00A590 !important;
}

.dt-info,
.dt-paging {
	font-size: 14px;
	float: left;
}

.dt-paging {
	float: right !important;
}

.paginate_button,
.dataTables_info,
.dt-paging-button {
	font-size: 14px;
}

.dt-paging-button,
.paginate_button {
	padding: 4px 10px !important;
}

.marker-cluster-D {
	background-color: rgba(92, 92, 92, 0.2);
}

.marker-cluster-D div {
	background-color: rgba(92, 92, 92, 0.4);
}

.marker-cluster-W {
	background-color: rgba(68, 119, 170, 0.4);
}

.marker-cluster-W div {
	background-color: rgba(68, 119, 170, 0.6);
}

.fa.fa-circle {
	font-size: 10px !important;
}

.icon-d,
.icon-w {
	opacity: 0.8;
	text-align: center;
	-webkit-text-stroke-color: black;
	-webkit-text-stroke-width: 1px;
	margin-top: 4px;
}

.icon-d {
	color: #5c5c5c;
}

.icon-w {
	color: #4477aa;
}

.icon-highlight {
	-webkit-text-stroke-color: #5ff5f5 !important;
	-webkit-text-stroke-width: 2px !important;
}

.p-map-annotation {
	font-size: 12px;
	color: #727272;
	font-style: italic;
	padding: 15px;
	margin-bottom: 0;
}