body{
	background-image: url("/ui/images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 1920px 1080px;
	background-position: center;
	background-attachment: fixed;
	font-family: Verdana, sans-serif;
}
#map {
	width: 100%;
	min-height: 500px;
}

.container-site {
	padding-top: 15px;
}

.container-tab {
	padding-top: 10px;
}

div.card-full {
	position: absolute;
	overflow: auto;
	bottom: 8px;
	top: 63px;
	left: 8px;
	right: 8px;
}

div.map-full{
	height: 100%;
}

.leaflet-control-layers-overlays{
	width: 200px;
}
