/* Basic styles */

.cesium-viewer-bottom {
	display: none !important;
}

/* Cesium popup styles */

#popup {
	display: none;
	position: absolute;
	width: 300px;
	max-height: 600px;
	z-index: 1;
	background-color: white;
	border-radius: 5px;
	font: 15px arial, sans-serif;
}

.popup-header {
	height: 20px;
	width: 100%;
	position: relative;
	background-color: #5291ba;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.popup-header-counter {
	color: white;
	position: relative;
	padding-left: 5px;
	font-size: 14px;
}

.popup-header-buttons {
	color: white;
	float: right;
	font: 20px arial, sans-serif;
	padding-right: 5px;
}

.popup-header-buttons:hover {
	cursor: pointer;
}

.popup-body {
	margin: 5px;
}

.popup-body-title {
	font-weight: bold;
	margin-bottom: 1px;
}

.popup-body-separator-title-content {
	margin-top: 0px;
}

.popup-body-content {
	margin-bottom: 1px;
	min-height: 20px;
	font-size: 13px;
	padding: 4px 10px;
	margin-right: 4px;
}

.popup-body-content table {
	margin: 0;
	font-weight: normal;
	padding: 0;
	width: 100%;
}

.popup-body-content tr:nth-child(odd) {
	background-color: rgba(179, 179, 179, 0.2);
}

.popup-body-content tr:nth-child(even) {
	background-color: rgba(179, 179, 179, 0.05);
}

.popup-body-content th {
	font-weight: normal;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}

.popup-body-content td {
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	text-align: center;
}

.popup-footer {
	height: 20px;
	width: 100%;
	position: relative;
}

.popup-footer-content {
	margin-left: 5px;
	padding-top: 0px;
	font: 13px arial, sans-serif;
	text-decoration: underline;
	width: 60px;
	color: #21759b;
}

.popup-footer-content:hover {
	color: #336699;
	cursor: pointer;
}
