body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden}
body {font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;}
#map {margin:0;padding:0;}
#maploading {
	background: #c00;
	color: #fff;
	padding: 0 2px;}
.map-overlay-controls {
	left: 10px;
	position: absolute;
	top: 4px;
	z-index: 20;
}
.map-overlay-toggle-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #9a9a9a;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	color: #000;
	cursor: pointer;
	display: flex;
	font: 11px Arial, sans-serif;
	gap: 6px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	text-align: center;
	user-select: none;
	width: 82px;
}
.map-overlay-toggle-label {
	display: block;
	font-weight: 700;
	font-size: 13px;
}
.map-overlay-toggle-arrow {
	display: block;
	font-size: 14px;
}
.map-overlay-panel {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #9a9a9a;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-top: 6px;
	min-width: 172px;
	padding: 8px 10px;
}
.map-overlay-toggle {
	align-items: center;
	color: #000;
	cursor: pointer;
	display: flex;
	font: 12px Arial, sans-serif;
	gap: 6px;
	margin-bottom: 6px;
}
.map-overlay-toggle:last-child {
	margin-bottom: 0;
}
.map-overlay-toggle input {
	margin: 0;
}
.map-overlay-select {
	color: #000;
	display: grid;
	font: 12px Arial, sans-serif;
	gap: 4px;
	margin: 7px 0;
}
.map-overlay-select select {
	border: 1px solid #9a9a9a;
	border-radius: 2px;
	background: #fff;
	color: #000;
	font: 12px Arial, sans-serif;
	padding: 4px 5px;
	width: 100%;
}
.map-overlay-legend {
	border-top: 1px solid #d9d9d9;
	margin-top: 8px;
	padding-top: 8px;
}
.map-overlay-legend-title {
	color: #555;
	font: bold 11px Arial, sans-serif;
	margin-bottom: 6px;
}
.map-overlay-legend-row {
	align-items: center;
	display: flex;
	font: 11px Arial, sans-serif;
	gap: 6px;
	margin-bottom: 4px;
}
.map-overlay-legend-row:last-child {
	margin-bottom: 0;
}
.map-overlay-swatch {
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
}
.map-overlay-swatch.gas-abd {
	background: rgba(251, 154, 153, 0.5);
	border: 1px solid #E31A1C;
}
.map-overlay-swatch.gas-act {
	background: rgba(227, 26, 28, 0.5);
	border: 1px solid #E31A1C;
}
.map-overlay-swatch.gas-sus {
	background: rgba(192, 143, 144, 0.5);
	border: 1px solid #E31A1C;
}
.map-overlay-swatch.ngs-ngs {
	background: rgba(31, 105, 218, 0.5);
	border: 1px solid #1F69DA;
}
.map-overlay-swatch.oil-abd {
	background: rgba(178, 223, 138, 0.5);
	border: 1px solid #33A02C;
}
.map-overlay-swatch.oil-act {
	background: rgba(51, 160, 44, 0.5);
	border: 1px solid #33A02C;
}
.map-overlay-swatch.oil-sus {
	background: rgba(134, 160, 132, 0.5);
	border: 1px solid #33A02C;
}
.px-map-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 4px;
}
.px-map-tags span {
	border: 1px solid;
	border-radius: 999px;
	font: bold 11px Arial, sans-serif;
	padding: 2px 6px;
}
.px-map-well-popup {
	--px-icon-size: 17px;
	--px-preview-button-background: #eef7ff;
	--px-preview-button-border: #9fb8ce;
	--px-preview-button-color: #143247;
	--px-preview-button-gap: 4px;
	--px-preview-button-height: 32px;
	--px-preview-button-hover-background: #dff0ff;
	--px-preview-button-hover-border: #2c6f9f;
	--px-preview-button-min-height: 32px;
	--px-preview-button-padding: 0;
	--px-preview-button-radius: 5px;
	--px-preview-button-width: 32px;
	color: #14293a;
	max-width: calc(100vw - 86px);
	width: 240px;
}
.px-map-well-popup h3 {
	font: bold 15px Arial, sans-serif;
	margin: 0 0 3px;
}
.px-map-well-popup p {
	font: 11px Arial, sans-serif;
	line-height: 1.2;
	margin: 0 0 5px;
}
.px-map-workbench {
	border-top: 1px solid #d6e0e8;
	display: grid;
	gap: 4px;
	margin-top: 6px;
	padding-top: 6px;
}
.px-preview-buttons {
	display: flex;
}
.px-preview-button {
	flex: 0 0 auto;
}
.px-preview-button:hover,
.px-preview-button:focus {
	outline: none;
}
.px-preview-workbench-link {
	font: 900 12px Arial, sans-serif;
	text-decoration: none;
}
.px-preview-workbench-link sub {
	font-size: 0.68em;
	line-height: 0;
}
.px-map-well-popup [data-px-map-project-list],
.px-map-well-popup [data-px-map-tag-tools],
.px-map-project-create {
	max-width: 300px;
	min-width: 210px;
	width: 50%;
}
.px-map-project-form {
	align-items: stretch;
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, 1fr) auto;
}
.px-map-project-form input {
	border: 1px solid #9fb0bd;
	border-radius: 4px;
	box-sizing: border-box;
	color: #14293a;
	font: 12px Arial, sans-serif;
	height: 29px;
	padding: 4px 7px;
	width: 100%;
}
.px-map-project-form button,
.px-map-create-toggle,
.px-map-project-toggle {
	background: #143247;
	border: 1px solid #143247;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: bold 11px Arial, sans-serif;
	min-height: 29px;
	padding: 5px 8px;
}
.px-map-project-form button:disabled {
	cursor: default;
	opacity: 0.55;
}
.px-map-project-dropdown {
	position: relative;
}
.px-map-project-toggle {
	align-items: center;
	background: #eef7ff;
	border-color: #9fb8ce;
	color: #143247;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	width: 100%;
}
.px-map-project-toggle::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	flex: 0 0 auto;
	margin-left: 8px;
}
.px-map-project-dropdown.is-open .px-map-project-toggle::after {
	border-bottom: 5px solid currentColor;
	border-top: 0;
}
.px-map-project-menu {
	background: #fff;
	border: 1px solid #9fb8ce;
	border-radius: 5px;
	box-shadow: 0 10px 24px rgba(20, 50, 71, 0.22);
	box-sizing: border-box;
	display: grid;
	gap: 4px;
	left: 0;
	margin: 0;
	max-height: 104px;
	overflow-y: auto;
	padding: 4px;
	position: absolute;
	right: 0;
	top: calc(100% + 4px);
	z-index: 10;
}
.px-map-project-menu[hidden] {
	display: none;
}
.px-map-project-item {
	align-items: center;
	background: #fff;
	border: 1px solid #d6e0e8;
	border-radius: 5px;
	box-sizing: border-box;
	color: #143247;
	cursor: pointer;
	display: flex;
	font: bold 11px Arial, sans-serif;
	justify-content: space-between;
	line-height: 1.1;
	min-height: 28px;
	padding: 5px 7px;
	text-align: left;
	width: 100%;
}
.px-map-project-item span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.px-map-project-item:hover,
.px-map-project-item:focus {
	background: #f3f8fb;
	border-color: #8eb0c7;
	outline: none;
}
.px-map-project-item small {
	color: #486174;
	font: bold 10px Arial, sans-serif;
	margin-left: 7px;
	white-space: nowrap;
}
.px-map-project-item.is-added {
	background: #e7f6ec;
	border-color: #82c9a1;
	color: #143247;
	cursor: default;
}
.px-map-project-item.is-added small {
	color: #166f43;
}
.px-map-project-item:disabled {
	cursor: default;
	opacity: 1;
}
.px-map-empty {
	background: #f4f6f8;
	border: 1px solid #d6e0e8;
	border-radius: 5px;
	color: #5f7384;
	font: bold 11px Arial, sans-serif;
	margin: 0;
	padding: 6px 7px;
}
.px-map-create-toggle {
	background: #fff;
	color: #143247;
	justify-self: start;
}
.px-map-project-create {
	display: grid;
	gap: 4px;
}
.px-map-tag-form {
	display: grid;
	gap: 4px;
	grid-template-columns: minmax(0, 1fr) auto;
}
.px-map-tag-form select {
	border: 1px solid #9fb0bd;
	border-radius: 4px;
	box-sizing: border-box;
	color: #14293a;
	font: 11px Arial, sans-serif;
	height: 28px;
	min-width: 0;
	padding: 3px 5px;
	width: 100%;
}
.px-map-tag-form select[hidden] {
	display: none;
}
.px-map-tag-form button {
	background: #eef7ff;
	border: 1px solid #9fb8ce;
	border-radius: 4px;
	color: #143247;
	cursor: pointer;
	font: bold 11px Arial, sans-serif;
	min-height: 28px;
	padding: 4px 7px;
}
.px-map-tag-form button:hover,
.px-map-tag-form button:focus {
	background: #dff0ff;
	border-color: #2c6f9f;
	outline: none;
}
.px-map-tag-form button:disabled {
	cursor: default;
	opacity: 0.55;
}
.px-map-project-create-label {
	color: #143247;
	font: bold 11px Arial, sans-serif;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}
.px-map-create-form[hidden],
.px-preview-backdrop[hidden] {
	display: none;
}
.px-map-message {
	color: #35536a;
	font: 11px Arial, sans-serif;
	margin: 0;
	min-height: 0;
}
.px-map-message:empty {
	display: none;
}
.px-map-message.is-error {
	color: #9a2a24;
}
.px-preview-backdrop {
	background: transparent;
	box-sizing: border-box;
	height: min(76vh, 720px);
	left: 50%;
	max-height: calc(100vh - 120px);
	max-width: 920px;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(920px, calc(100vw - 32px));
	z-index: 1000;
}
.px-preview-modal {
	background: #fff;
	border: 1px solid #9db2c2;
	border-radius: 7px;
	box-shadow: 0 18px 45px rgba(10, 32, 46, 0.32);
	box-sizing: border-box;
	color: #12283a;
	display: flex;
	flex-direction: column;
	font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	height: 100%;
	overflow: hidden;
	pointer-events: auto;
}
.px-preview-header {
	align-items: flex-start;
	background: #f4f8fb;
	border-bottom: 1px solid #d4e0e8;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 14px 16px;
}
.px-preview-header .eyebrow {
	color: #47677e;
	font: bold 11px Arial, sans-serif;
	letter-spacing: 0.08em;
	margin: 0 0 4px;
	text-transform: uppercase;
}
.px-preview-header h2 {
	color: #143247;
	font: bold 24px Georgia, "Times New Roman", serif;
	margin: 0;
}
.px-preview-header p[data-px-preview-subtitle] {
	color: #4c6070;
	font: 13px Arial, sans-serif;
	margin: 4px 0 0;
}
.px-preview-close {
	align-items: center;
	background: #fff;
	border: 1px solid #9fb0bd;
	border-radius: 5px;
	color: #143247;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	width: 38px;
}
.px-preview-body {
	background: #fff;
	box-sizing: border-box;
	display: grid;
	gap: 12px;
	overflow: auto;
	padding: 14px 16px 18px;
}
.px-preview-loading,
.px-preview-empty {
	background: #f7fafc;
	border: 1px solid #d7e2ea;
	border-radius: 6px;
	color: #42596b;
	padding: 14px;
}
.px-preview-facts {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.px-preview-fact-card,
.px-preview-table-card,
.px-preview-chart-card {
	background: #fff;
	border: 1px solid #d4e0e8;
	border-radius: 6px;
	padding: 12px;
}
.px-preview-fact-card h3,
.px-preview-table-card h3 {
	color: #143247;
	font: bold 15px Arial, sans-serif;
	margin: 0 0 8px;
}
.px-preview-fact-card dl {
	display: grid;
	gap: 7px;
	margin: 0;
}
.px-preview-fact-card dl div {
	display: grid;
	gap: 3px;
	grid-template-columns: 110px minmax(0, 1fr);
}
.px-preview-fact-card dt {
	color: #536b7d;
	font-weight: bold;
}
.px-preview-fact-card dd {
	margin: 0;
}
.px-muted {
	color: #728391;
	font-style: italic;
}
.px-preview-table-wrap {
	overflow-x: auto;
}
.px-preview-table-card table {
	border-collapse: collapse;
	min-width: 100%;
}
.px-preview-table-card th,
.px-preview-table-card td {
	border-bottom: 1px solid #e1e8ee;
	padding: 7px 8px;
	text-align: left;
	vertical-align: top;
}
.px-preview-table-card th {
	background: #f2f6f9;
	color: #314c60;
	font-size: 12px;
	text-transform: uppercase;
}
.px-preview-source-toggle {
	display: inline-flex;
	gap: 6px;
}
.px-preview-source-toggle button {
	background: #fff;
	border: 1px solid #9fb0bd;
	border-radius: 4px;
	color: #143247;
	cursor: pointer;
	font: bold 12px Arial, sans-serif;
	padding: 7px 10px;
}
.px-preview-source-toggle button.is-active {
	background: #143247;
	border-color: #143247;
	color: #fff;
}
.px-preview-chart-card .production-chart-shell {
	max-width: 100%;
}
.px-preview-chart-card canvas {
	max-width: 100%;
}
.bubble {width: 350px;}
.bubble.px-map-well-popup {width: 240px;}
.bubble h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;}
.button { width: 25%; height: 10%; float: left; font-weight: 800; font-size: larger; background-color: #000063; text-align: center; vertical-align: middle}
.button a {vertical-align: middle; color:white; text-decoration:none}

@media screen and (max-width: 768px) {
	.map-overlay-controls {
		left: 8px;
		top: 4px;
	}
	.map-overlay-panel {
		min-width: 164px;
	}
	.px-map-well-popup {
		width: 274px;
	}
	.bubble.px-map-well-popup {
		width: 274px;
	}
	.px-map-well-popup [data-px-map-project-list],
	.px-map-well-popup [data-px-map-tag-tools],
	.px-map-project-create {
		max-width: none;
		min-width: 0;
		width: 100%;
	}
	.px-preview-backdrop {
		left: 8px;
		height: min(78vh, calc(100vh - 96px));
		max-width: none;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
	}
	.px-preview-header {
		padding: 12px;
	}
	.px-preview-header h2 {
		font-size: 20px;
	}
	.px-preview-body {
		padding: 12px;
	}
	.px-preview-fact-card dl div {
		grid-template-columns: 1fr;
	}
}
