body>*{
	overflow-x: hidden !important;
}
#svamapContainer {
	width: 100% !important;
}

.map-page-wrapper .sva-map-top-text__last-updated-wrapper {
	display: block !important;
}

@media (max-width: 500px) {
	#table_wrapper {
		height: 750px !important;
	}

	#map {
		height: 500px !important;
	}
}

#map {
	height: 650px;
}

.txt-margin {
	margin-bottom: 20px !important;
}

.form-check {
	display: inline-block;
	margin-right: 3em;
}

#btn-new-tab {
	display: none;
}

.sva-map-top-text.page-wrapper {
	padding: 0 !important;
}

.p-update {
	text-align: right !important;
	float: right !important;
	display: inline;
}

.info {
	max-width: 260px;
	padding: 0px 10px 10px 10px;
	font: 14px lato;
	background: white;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.info h4 {
	margin: 0 0 5px;
	color: 'white';
}

.leaflet-popup-content-wrapper,
.leaflet-popup-content {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.circle {
	margin: 8px 0 0 3px !important;
}

#map-popup {
	max-width: 300px;
	width: auto !important;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 40px;
	right: 6px;
	padding: 10px 20px 10px 10px;
	border: 2px solid grey;
	display: none;
	z-index: 999;
	font: 14px lato;
}

.last-updated-wrapper_notitle {
	margin-top: 0px !important;
}

.fa {
	font-size: 16px;
	vertical-align: middle;
}

.sva-map-filter-body {
	display: block;
	padding-top: 10px;
}

.sva-map-filter-body>.form-check {
	padding: 10px 24px;
}

.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 .lyName {
	font-size: 14px;
	font-weight: bold;
	color: balck;
}

.legend-key {
	border: 1px solid #cccccc;
}

a.control-close-button {
	float: right;
	margin: -10px 0px 5px 5px;
	font: 20px Verdana, sans-serif;
	text-decoration: none;
	color: #727272;
}

a.control-close-button:hover {
	font-weight: bold;
	color: #555;
}

.lbl-filter {
	margin-left: 10px;
}

input[type=radio] {
	width: 20px;
	height: 20px;
}

input[type=radio]:hover {
	border-color: #1997d8;
}

.form-check-input:checked {
	background-color: #1997d8;
	border-color: #1997d8;
}

.dt-buttons {
	float: left !important;
	text-align: left !important;
}

.dt-button {
	padding: 2px 6px !important;
	font-size: 12px !important;
	background-color: #4EA83B !important;
	color: #fff !important;
	border: 1px solid #4EA83B !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: #4EA83B !important;
	border: 1px solid #4EA83B !important;
}

svg {
	font-size: 11px;
	font-family: Lato;
	overflow-x: auto !important;
	overflow-y: auto !important;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

svg::-webkit-scrollbar {
	display: none;
}

.gridline {
	stroke: black;
	stroke-dasharray: 3 3;
	shape-rendering: crispEdges;
	stroke-opacity: .2;
}

div.tooltip {
	font-family: Lato;
	position: absolute;
	min-width: 100px;
	display: inline-block;
	min-height: 50px;
	padding: 5px 10px;
	font: 12px sans-serif;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border: 0px;
	border-radius: 4px;
	pointer-events: none;
}

#select-year {
	position: absolute;
	right: 0;
	height: 28px;
	z-index: 999999;
	background: #fdf7f5;
	color: #d22630;
	border: 1px solid #d22630;
	cursor: pointer;
	padding: 0 8px;
	margin-bottom: 8px !important;
}

#select-year:hover {
	background: #ffffff;
}

#select-year:focus {
	outline: 0;
}

.tables-wrapper__content__table .table-header__map {
	height: 35px;
}

.tables-wrapper__content__table tr td {
	padding: 5px 10px;
}

#table_wrapper th {
	padding: 0;
}

#table_wrapper tbody td {
	position: sticky;
	top: 30px;
	z-index: 995;
}

/*
#table_wrapper thead th:first-child {
	position: sticky;
	top: 30px;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	clip-path: inset(0px -5px 0px 0px);
	width: 180px;
}

#table_wrapper td:first-child {
	position: sticky;
	left: 0;
	z-index: 996;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	clip-path: inset(0px -5px 0px 0px);
	opacity: 1;
	width: 180px;
}
*/

table.dataTable td {
	white-space: nowrap;
}

#table_wrapper td:not(:first-child) {
	text-align: right;
}

#table_wrapper th:not(:first-child) {
	text-align: center;
}