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

body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: Poppins, sans-serif;
	/* font-size: 14px; */
}
i {
	font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Free" !important;	
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	/* color: #ccc; */
	color: #666;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}
.section {
	width: 100%;
	max-width: 100%;
	/* position:absolute; */
	/* left: 0; */
	/* right: 0; */
	box-sizing: border-box;
	/* background-color: #ddd; */
	/* padding: 10px; */
	padding: 5px;
	border: 1px solid #1769aa;
	margin: 0px;
}

.sectiontitle {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: white;
	background-color: #1769aa;
	/* margin-bottom: 10px; */
	padding-left: 10px;
	padding-right: 10px;
}
.sectiontitle i{
	width: 25px;
	display: none;

}
.sectionsubtitle {
	height: 34px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: #1769aa;
	padding: 5px;
	box-sizing: border-box;
}

.mapholder {
	width: 100%;
	/* height: 100%; */
	height: calc(100% - 54px);
	box-sizing: border-box;
	/* width: 100%;
	height: 75% !important;
	box-sizing: border-box; */
}

.rtableholder {
	width: 100%;
	max-width: 100vw;
	overflow-x: scroll;
	box-sizing: border-box;
}

pre {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-size: 1rem !important;
	color: rgb(0, 0, 0) !important;
	max-width: 100%;
}