@import "TerriaJS/build/Cesium/build/Widgets/widgets.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  margin: 0;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.full-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.transparent-to-input {
  pointer-events: none;
}
.opaque-to-input {
  pointer-events: auto;
}
.clickable {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #68ADFE;
}
a:hover {
  text-decoration: underline;
}
.modal-background {
  pointer-events: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  /* required for IE9 */
}
.modal {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
}
.modal-header {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  font-size: 15px;
  line-height: 40px;
  margin: 0;
}
.modal-header h1 {
  font-size: 15px;
  color: #FFFFFF;
  margin-left: 15px;
}
.modal-content {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  overflow: auto;
}
.modal-close-button {
  position: absolute;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
}
#ui {
  z-index: 2100;
}
@media print {
  .full-window {
    position: initial;
  }
}
input[type=text] {
  height: 38px;
  background-color: #eeeeee;
  color: #666666;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(102, 102, 102, 0.75);
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(102, 102, 102, 0.75);
  font-style: italic;
}
:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.75);
  font-style: italic;
}
input:focus {
  outline-color: #FFFFFF;
}
select {
  display: block;
  background-color: #838689;
  color: #FFFFFF;
  height: 40px;
  border: 0;
  margin-top: 10px;
  font-size: 14px;
  padding-left: 5px;
}
button.block {
  display: block;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.is-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.no-focus-outline:focus {
  outline: none;
}
.markdown img {
  max-width: 100%;
  height: auto;
}
.markdown svg {
  max-height: 100%;
}
.markdown input,
.markdown select,
.markdown textarea,
.markdown fieldset {
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.markdown label {
  vertical-align: middle;
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: .5em;
}
.markdown h1 {
  font-size: 2rem;
}
.markdown h2 {
  font-size: 1.5rem;
}
.markdown h3 {
  font-size: 1.25rem;
}
.markdown h4 {
  font-size: 1.1rem;
}
.markdown h5 {
  font-size: 0.875rem;
}
.markdown h6 {
  font-size: 0.7rem;
}
.markdown.feature-info-panel-section-content h1 {
  font-size: 1.3rem;
}
.markdown.feature-info-panel-section-content h2 {
  font-size: 1.3rem;
}
.markdown.feature-info-panel-section-content h3 {
  font-size: 1.15rem;
}
.markdown.feature-info-panel-section-content h4 {
  font-size: 1rem;
}
.markdown.feature-info-panel-section-content h5 {
  font-size: 0.875rem;
}
.markdown.feature-info-panel-section-content h6 {
  font-size: 0.7rem;
}
.markdown.feature-info-panel-section-content h1,
.markdown.feature-info-panel-section-content h2,
.markdown.feature-info-panel-section-content h3,
.markdown.feature-info-panel-section-content h4,
.markdown.feature-info-panel-section-content h5,
.markdown.feature-info-panel-section-content h6 {
  line-height: 1.25;
  margin-top: .2em;
  margin-bottom: .2em;
}
.markdown td h1,
.markdown td h2,
.markdown td h3,
.markdown td h4,
.markdown td h5,
.markdown td h6 {
  margin-top: 0;
}
.markdown p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.markdown p:last-child {
  margin-bottom: 0;
}
.markdown strong {
  font-weight: bold;
}
.markdown em {
  font-style: italic;
}
.markdown small {
  font-size: 80%;
}
.markdown mark {
  color: #000;
  background: #ff0;
}
.markdown u {
  text-decoration: underline;
}
.markdown s {
  text-decoration: line-through;
}
.markdown dl,
.markdown ol,
.markdown ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.markdown ol {
  list-style: decimal inside;
}
.markdown ul {
  list-style: disc inside;
}
.markdown pre,
.markdown code,
.markdown samp {
  font-family: monospace;
  font-size: inherit;
}
.markdown pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll;
}
.markdown a {
  color: #68ADFE;
  text-decoration: none;
}
.markdown a:hover {
  text-decoration: underline;
}
.markdown pre,
.markdown code {
  background-color: transparent;
  border-radius: 3px;
}
.markdown hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}
.markdown .left-align {
  text-align: left;
}
.markdown .center {
  text-align: center;
}
.markdown .right-align {
  text-align: right;
}
.markdown .justify {
  text-align: justify;
}
.markdown .truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.markdown ol.upper-roman {
  list-style-type: upper-roman;
}
.markdown ol.lower-alpha {
  list-style-type: lower-alpha;
}
.markdown ul.circle {
  list-style-type: circle;
}
.markdown ul.square {
  list-style-type: square;
}
.markdown sup {
  vertical-align: super;
  font-size: smaller;
}
.markdown .list-reset {
  list-style: none;
  padding-left: 0;
}
.panel {
  pointer-events: auto;
  font-family: 'Roboto', sans-serif;
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

#cesiumContainer {
  -webkit-transition: bottom 0.25s ease-out;
  -moz-transition: bottom 0.25s ease-out;
  -ms-transition: bottom 0.25s ease-out;
  -o-transition: bottom 0.25s ease-out;
  transition: bottom 0.25s ease-out;
}
#cesiumContainer .cesium-widget-credits {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 9px;
  text-shadow: 0px 0px 1px #000000;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  line-height: 9px;
}
#cesiumContainer .cesium-credit-imageContainer {
  display: none;
}
.map-displaced {
  left: 350px;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.cesium-infoBox-defaultTable tr:nth-child(odd) {
  background-color: rgba(84, 84, 84, 0.8);
}
.cesium-infoBox-defaultTable tr:nth-child(even) {
  background-color: rgba(84, 84, 84, 0.25);
}
button.cesium-infoBox-camera {
  display: none;
}
.leaflet-container {
  cursor: auto;
}
.leaflet-popup-content-wrapper {
  color: white;
  padding: 1px;
  text-align: left;
  border-radius: 0px;
  font-size: 12px;
  overflow: auto;
}
.leaflet-popup-content-wrapper h3 {
  font-size: 15px;
  background: black;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(0, 0, 0, 0.75);
}
.leaflet-popup-content {
  margin: 5px 15px;
}
.leaflet-container .leaflet-control-attribution {
  background: none;
  color: #ffffff;
  font-size: 9px;
  text-shadow: 0px 0px 1px #000000;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  line-height: 9px;
}
.leaflet-control-attribution a {
  color: #ffffff;
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media print {
  .map-displaced {
    left: 0;
  }
  .cesium-infoBox {
    display: none;
  }
}
@media screen and (max-width: 520px), screen and (max-height: 420px) {
  .map-displaced {
    left: 0;
  }
}
.floating {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
}
.floating-horizontal {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-left: 5px;
  padding-right: 5px;
}
.floating-vertical {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print {
  .floating {
    display: none;
  }
}
.add-data-panel {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 500px;
  height: 470px;
  font-size: 14px;
}
.add-data-header {
  line-height: 40px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
.add-data-content {
  margin: 15px;
  overflow: auto;
  height: 400px;
  line-height: 1.2em;
  font-weight: 300;
}
.add-data-content p {
  padding-right: 15px;
  margin-bottom: 10px;
}
.add-data-content h2 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.add-data-browse-link {
  font-weight: bold;
  cursor: pointer;
  color: #68ADFE;
}
.add-data-browse-link:hover {
  text-decoration: underline;
}
.add-data-url-input-holder {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}
.add-data-url-input {
  width: 394px;
  padding-left: 10px;
  padding-right: 2px;
}
.add-data-url-button {
  position: absolute;
  background-color: #A1A3A6;
  border: 0;
  height: 44px;
  width: 60px;
  font-size: 14px;
  color: #FFFFFF;
  right: 0;
  top: 0;
  bottom: 0;
}
.add-data-url-button:hover {
  background-color: #A1A3A6;
  color: #FFFFFF;
}
.add-data-content-type-select {
  display: block;
  background-color: #838689;
  color: #FFFFFF;
  height: 40px;
  border: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.add-data-tip {
  margin-top: 25px;
  font-style: italic;
}
.animation-controls {
  pointer-events: auto;
  position: absolute;
  background-color: rgba(47, 53, 60, 0.8);
  left: 1px;
  bottom: 0px;
  height: 45px;
  width: 164px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  z-index: 2000;
}
.animation-text {
  font-family: 'Roboto Mono', light;
  font-size: 13px;
  color: #FFFFFF;
  padding-left: 3px;
  padding-right: 1px;
  padding-top: 1px;
  height: 18px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  white-space: nowrap;
}
.animation-text-display {
  font-weight: 300;
}
.animation-control {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding-left: 3px;
  padding-right: 1px;
  padding-top: 2px;
  cursor: pointer;
}
.animation-control-active {
  color: #68ADFE;
  fill: #68ADFE;
  stroke: #68ADFE;
}
.animation-control-last {
  border: none;
  border-radius: 0px;
}
.animation-control-icon {
  position: relative;
  left: 0px;
  width: 25px;
  height: 20px;
}
.animation-control-nofill {
  opacity: 0.80188898;
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.83333331;
}
.animation-control-highlight {
  stroke: #68ADFE;
}
.animation-timeline {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  left: 168px;
  right: 0px;
  height: 27px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  z-index: 2000;
}
.animation-name {
  position: absolute;
  bottom: 28px;
  left: 168px;
  background-color: rgba(47, 53, 60, 0.8);
  right: 1px;
  height: 17px;
  line-height: 14px;
  padding-left: 5px;
  font-size: 12px;
  z-index: 2;
}
.animation-displace {
  margin-bottom: 26px;
  margin-left: 168px;
}
@media print {
  .animation-controls {
    display: none;
  }
  .animation-timeline {
    display: none;
  }
}
.brand-bar {
  pointer-events: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 68px;
  background-color: #282D32;
  opacity: 1.0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.brand-bar-main {
  position: absolute;
  width: 330px;
  height: 68px;
  top: 0;
  left: 0;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
}
.brand-bar-element {
  display: table-cell;
  height: 68px;
  vertical-align: middle;
  text-align: center;
}
.brand-bar-element-first {
  text-align: left;
}
.brand-bar-element-last {
  text-align: right;
}
.brand-bar-name {
  color: #ffffff;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  vertical-align: middle;
  line-spacing: 0.04em;
}
.brand-bar-name a {
  text-decoration: none;
  color: #ffffff;
}
.brand-bar-name strong {
  font-weight: bolder;
}
.brand-bar-name small {
  font-weight: lighter;
}
@media print {
  .brand-bar {
    display: none;
  }
}
.catalog-item-info {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 800px;
  height: 520px;
}
.catalog-item-info button {
  line-height: 40px;
}
.catalog-item-info-translucencySlider {
  vertical-align: middle;
}
.catalog-item-info-baseUrl {
  padding-left: 10px;
  background-color: #838689;
  color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.6);
}
.catalog-item-info-table {
  background-color: #838689;
  padding: 5px;
  color: #FFFFFF;
  border: 1px solid rgba(100, 100, 100, 0.6);
}
.catalog-item-info-table td {
  word-break: break-word;
}
.catalog-item-info-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 15px;
}
.catalog-item-info h2 {
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}
.catalog-item-info h3 {
  font-size: 9pt;
}
.catalog-item-info hr {
  margin-bottom: 20px;
}
.catalog-item-info img {
  max-width: 100%;
}
.catalog-item-info-description {
  font-size: 10pt;
  font-weight: normal;
  color: #CCCCCC;
  word-break: break-word;
}
.catalog-item-info-description p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.catalog-item-info-description strong {
  font-weight: bold;
}
.catalog-item-info-description em {
  font-style: italic;
}
.catalog-item-info-description ul {
  list-style: initial;
  padding-left: 20px;
}
.catalog-item-info-field {
  position: relative;
  left: 10px;
  right: 10px;
}
.catalog-item-info-section {
  padding-bottom: 20px;
}
.catalog-item-info-section p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.catalog-item-info-properties-name-cell {
  white-space: nowrap;
}
.catalog-item-info-properties-level1 {
  padding-left: 0px;
}
.catalog-item-info-properties-level2 {
  padding-left: 20px;
}
.catalog-item-info-properties-level3 {
  padding-left: 40px;
}
.catalog-item-info-properties-level4 {
  padding-left: 60px;
}
.catalog-item-info-properties-level5 {
  padding-left: 80px;
}
.catalog-item-info-properties-level6 {
  padding-left: 100px;
}
.catalog-item-info-properties-level7 {
  padding-left: 120px;
}
.catalog-item-info-properties-level8 {
  padding-left: 140px;
}
.catalog-item-info-properties-parent {
  cursor: pointer;
}
.catalog-item-info-properties-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
}
.catalog-item-info-properties-name {
  display: inline-block;
}
.catalog-item-info-loading {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
}
.catalog-item-info-details-heading {
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  cursor: pointer;
  line-height: 40px;
}
.catalog-item-info-details-expand-button-holder {
  display: table-cell;
  width: 20px;
  vertical-align: middle;
}
.catalog-item-info-details-expand-button {
  display: table-cell;
  position: relative;
  width: 12px;
  height: 12px;
  fill: #CCCCCC;
  margin-right: 16px;
}
.catalog-item-info-details-label {
  display: table-cell;
  padding-left: 16px;
}
.catalog-item-info-tech-attributes {
  font-family: monospace;
  padding: 0.5em;
  margin: 0.5em;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 29px;
  /* Long attributes wrap and interfere with themselves. */
}
.distance-legend {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-left: 5px;
  padding-right: 5px;
  right: 25px;
  bottom: 30px;
  height: 30px;
  width: 125px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.distance-legend-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  color: #FFFFFF;
  width: 125px;
  text-align: center;
}
.distance-legend-scale-bar {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: absolute;
  height: 10px;
  top: 15px;
}
@media print {
  .distance-legend {
    display: none;
  }
}
@media screen and (max-width: 700px), screen and (max-height: 420px) {
  .distance-legend {
    display: none;
  }
}
.drag-drop {
  pointer-events: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  /* required for IE9 */
  border: 3px dashed white;
  background-color: rgba(0, 0, 0, 0.5);
}
.drag-drop-message {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.explorer-panel {
  pointer-events: auto;
  font-family: 'Roboto', sans-serif;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 350px;
  top: 68px;
  bottom: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel a:hover {
  text-decoration: none;
}
.explorer-panel-collapsed .explorer-panel-collapse-button {
  -webkit-transform: rotate(-0.5turn);
  -moz-transform: rotate(-0.5turn);
  -ms-transform: rotate(-0.5turn);
  -o-transform: rotate(-0.5turn);
  transform: rotate(-0.5turn);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.explorer-panel-header {
  pointer-events: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  background-color: #757f88;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.explorer-panel-tab-area {
  position: absolute;
  left: 8px;
  top: 0;
  width: 310px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: table;
}
.explorer-panel-tab {
  line-height: 39px;
  font-size: 15px;
  font-weight: normal;
  color: #CCCCCC;
  fill: #CCCCCC;
  display: table-cell;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: color 0.15s ease, fill 0.15s ease;
  -moz-transition: color 0.15s ease, fill 0.15s ease;
  -o-transition: color 0.15s ease, fill 0.15s ease;
}
.explorer-panel-tab a {
  color: #CCCCCC;
  fill: #CCCCCC;
  -webkit-transition: color 0.15s ease, fill 0.15s ease;
  -moz-transition: color 0.15s ease, fill 0.15s ease;
  -o-transition: color 0.15s ease, fill 0.15s ease;
}
.explorer-panel-tab-icon-holder {
  display: inline-block;
  position: relative;
  height: 40px;
}
.explorer-panel-tab-icon {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  top: -2px;
}
.explorer-panel-tab-label {
  display: inline-block;
}
.explorer-panel-tab:hover {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.explorer-panel-tab:hover a {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.explorer-panel-tab-content {
  position: relative;
  text-align: center;
}
.explorer-panel-tab-badge {
  position: absolute;
  top: 2px;
  right: -8px;
  background-color: #68ADFE;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 0.625em;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 11px;
  -webkit-transition: -webkit-transform 0.125s ease-out;
  -moz-transition: -moz-transform 0.125s ease-out;
  -ms-transition: -ms-transform 0.125s ease-out;
  -o-transition: -o-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
}
.explorer-panel-tab-badge-pop {
  transform: scale(1.25, 1.25);
  -webkit-transition: -webkit-transform 0.125s ease-out;
  -moz-transition: -moz-transform 0.125s ease-out;
  -ms-transition: -ms-transform 0.125s ease-out;
  -o-transition: -o-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
}
.explorer-panel-tab-active {
  border-bottom: 1px solid #68ADFE;
  fill: #FFFFFF;
  color: #FFFFFF;
}
.explorer-panel-tab-active a {
  color: #FFFFFF;
}
.explorer-panel-body {
  pointer-events: auto;
  position: absolute;
  background-color: #2F353C;
  left: 0;
  width: 350px;
  top: 40px;
  bottom: 0;
  overflow: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  overflow-x: hidden;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel-frame {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  width: 350px;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel-body-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.explorer-panel-frame-inactive-left {
  left: -350px;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel-frame-inactive-right {
  left: 350px;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel-body-collapsed {
  left: -350px;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.explorer-panel-close {
  cursor: pointer;
}
.explorer-panel-close-icon {
  position: relative;
  width: 14px;
  height: 14px;
  fill: #CCCCCC;
  left: 13px;
  top: 13px;
}
.explorer-panel-open-icon {
  position: relative;
  width: 22px;
  height: 16px;
  fill: #CCCCCC;
  left: 9px;
  top: 12px;
}
.explorer-panel-collapse-button {
  position: absolute;
  left: 310px;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.explorer-panel-collapse-button-icon {
  position: relative;
  width: 14px;
  height: 14px;
  fill: #CCCCCC;
  left: 13px;
  top: 13px;
}
@media print {
  .explorer-panel {
    display: none;
  }
}
.feature-info-panel-holder {
  font-family: 'Roboto', sans-serif;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.feature-info-panel-holder-hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -moz-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -ms-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -o-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  transition: opacity 0.25s ease-out, visibility 0s 0.25s;
}
.feature-info-panel {
  pointer-events: auto;
  font-family: 'Roboto', sans-serif;
  width: auto;
  background-color: #2F353C;
  top: 60px;
  right: 95px;
  max-width: 600px;
  position: absolute;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
}
.feature-info-panel-section-content-wrapper {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}
.feature-info-panel-section-content-wrapper table {
  width: 100%;
}
.feature-info-panel-section-content-wrapper.closed {
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
.feature-info-panel-section-content-wrapper.open {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.feature-info-panel-header {
  font-size: 0.9em;
  padding: 8px;
  background-color: #282D32;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  font-weight: 700;
}
.feature-info-panel-body {
  pointer-events: auto;
  position: relative;
}
.feature-info-panel-sections {
  overflow-y: auto;
}
.feature-info-panel-section-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  fill: #FFFFFF;
}
.feature-info-panel-section-header {
  font-size: 0.9em;
  padding: 8px;
  background-color: #282D32;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  cursor: pointer;
  text-align: left;
  /* overrides .feature-info-panel-holder-inner's text-align:center on small screens (below) */
}
.feature-info-panel-section-label {
  padding-right: 20px;
}
.feature-info-panel-section-content {
  color: #CCCCCC;
  font-weight: lighter;
  overflow: visible;
  padding: 15px;
  text-align: left;
}
.feature-info-panel-section-content-white-background {
  color: black;
  background-color: white;
}
.feature-info-panel-section-content b {
  font-weight: bold;
}
.feature-info-panel-close-button {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  font-size: 12pt;
  color: #CCCCCC;
}
.feature-info-panel-text-button {
  cursor: pointer;
  font-size: 10pt;
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #CCCCCC;
}
.feature-info-panel-text-button:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.feature-info-panel-download-dropdown-inner-active {
  position: fixed;
}
.feature-info-panel-download-dropdown-inner-active .feature-info-panel-download-options {
  display: block;
}
.feature-info-panel-download-dropdown-inner-active .feature-info-panel-download-show-options {
  transform: rotate(180deg);
}
.feature-info-panel-download-show-options,
.feature-info-panel-download-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.feature-info-panel-download-show-options {
  cursor: pointer;
  margin-top: 10px;
  vertical-align: top;
  margin-right: 5px;
}
.feature-info-panel-download-show-options:hover {
  fill: #FFFFFF;
}
.feature-info-panel-download-dropdown {
  float: right;
  margin: 10px;
  height: 35px;
}
.feature-info-panel-download-dropdown-inner {
  background-color: #4c4e4f;
  fill: #CCCCCC;
}
.feature-info-panel-download-options {
  display: none;
  background-color: #4c4e4f;
  border-top: 2px solid #2F353C;
}
.feature-info-panel-download-options .feature-info-panel-download-option {
  margin-left: 32px;
}
.feature-info-panel-download-option {
  color: #CCCCCC;
  display: inline-block;
  padding: 6px 12px 2px 2px;
  margin: 4px 1px 4px 8px;
  height: 19px;
}
.feature-info-panel-download-option:hover {
  color: #FFFFFF;
  fill: #FFFFFF;
  text-decoration: none;
}
.feature-info-panel-download-option-first {
  border-right: 1px solid #CCCCCC;
}
.feature-info-panel-download-text {
  vertical-align: 3px;
}
.feature-info-panel-download-icon {
  margin-right: 4px;
}
.cesium-infoBox-defaultTable td {
  padding-left: 10px;
}
@media print {
  .feature-info-panel {
    display: none;
  }
}
@media screen and (max-width: 700px), screen and (max-height: 420px) {
  .feature-info-panel-holder {
    pointer-events: auto;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /* required for IE9 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
  }
  .feature-info-panel-holder-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .feature-info-panel {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
  }
  .feature-info-panel-hidden {
    display: none;
  }
}
.location-bar {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-left: 5px;
  padding-right: 5px;
  right: 170px;
  bottom: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.location-bar-label {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  padding-left: 10px;
}
.location-bar-value {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  padding-right: 10px;
}
@media print {
  .location-bar {
    display: none;
  }
}
@media screen and (max-width: 700px), screen and (max-height: 420px) {
  .location-bar {
    display: none;
  }
}
.menu-bar {
  position: absolute;
  right: 25px;
  top: 20px;
  height: 20px;
}
.menu-bar-item {
  pointer-events: auto;
  border-radius: 10px;
  background-color: rgba(47, 53, 60, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  border-right: 1px solid rgba(100, 100, 100, 0.6);
  margin-left: 6px;
}
.menu-bar-item:hover {
  text-decoration: none;
}
.menu-bar-item-label {
  display: inline-block;
}
.menu-bar-item-image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
  padding-right: 2px;
}
.menu-bar-item:hover {
  background-color: #757f88;
  color: #ffffff;
}
.menu-bar-item-enabled {
  background-color: #757f88;
  color: #ffffff;
  fill: #ffffff;
}
@media print {
  .menu-bar {
    display: none;
  }
}
@media screen and (max-width: 700px), screen and (max-height: 420px) {
  .menu-bar {
    display: none;
  }
}
.navigation-controls {
  pointer-events: auto;
  position: absolute;
  border-radius: 15px;
  background-color: rgba(47, 53, 60, 0.8);
  padding-top: 5px;
  padding-bottom: 5px;
  right: 35px;
  top: 195px;
  width: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navigation-control {
  cursor: pointer;
  border-bottom: 1px solid #555555;
}
.naviagation-control:active {
  color: #FFF;
}
.navigation-control-last {
  cursor: pointer;
  border-bottom: 1px solid #555555;
  border-bottom: 0;
}
.navigation-control-icon-zoom-in {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 4px;
}
.navigation-control-icon-zoom-out {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}
.navigation-control-icon-reset {
  position: relative;
  left: 10px;
  width: 10px;
  height: 10px;
  fill: rgba(255, 255, 255, 0.8);
  padding-top: 6px;
  padding-bottom: 6px;
}
.compass {
  pointer-events: auto;
  position: absolute;
  right: 5px;
  top: 75px;
  width: 95px;
  height: 95px;
}
.compass-outer-ring {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  fill: rgba(255, 255, 255, 0.5);
}
.compass-outer-ring-background {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  border: 12px solid rgba(47, 53, 60, 0.8);
}
.compass-gyro {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  fill: #CCC;
}
.compass-gyro-active {
  fill: #68ADFE;
}
.compass-gyro-background {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  background-color: rgba(47, 53, 60, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.compass-gyro-background:hover + .compass-gyro {
  fill: #68ADFE;
}
.compass-rotation-marker {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  fill: #68ADFE;
}
@media screen and (max-width: 700px), screen and (max-height: 420px) {
  .navigation-controls {
    display: none;
  }
  .compass {
    display: none;
  }
}
@media print {
  .navigation-controls {
    display: none;
  }
  .compass {
    display: none;
  }
}
.popup-message {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 400px;
  height: 300px;
}
.popup-message-header {
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
}
.popup-message-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 15px;
  line-height: 20px;
}
.popup-message-content h1 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.popup-message-content p {
  margin-top: 1em;
}
.popup-message-close-button {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
.popup-message-content pre,
.popup-message-content code {
  font-family: 'Lucida Console', 'Monaco', 'Monospaced';
  font-size: 77%;
  background: #1D5B98;
  overflow: auto;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid gray;
}
.popup-message-content .warning-text {
  color: #e08594;
}
.popup-message-content samp {
  font-family: 'Lucida Console', 'Monaco', 'Monospaced';
  font-size: 77%;
  background: #1D5B98;
  overflow: auto;
  padding: 1px;
}
.popup-message-actions {
  margin-top: 20px;
}
.popup-message-actions .popup-message-action {
  float: right;
  margin-left: 20px;
  padding: 10px 20px;
  background: #596069;
  min-width: 80px;
  text-align: center;
  border-radius: 2px;
  color: white;
}
.popup-message-actions .popup-message-action:hover {
  cursor: pointer;
  background: #68ADFE;
  color: white;
}
.selection-indicator {
  pointer-events: none;
  position: absolute;
  width: 50px;
  height: 50px;
  fill: white;
}
.settings-panel {
  pointer-events: auto;
  font-family: 'Roboto', sans-serif;
  background-color: #2F353C;
  top: 60px;
  right: 95px;
  width: 260px;
  position: absolute;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.settings-panel-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -moz-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -ms-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  -o-transition: opacity 0.25s ease-out, visibility 0s 0.25s;
  transition: opacity 0.25s ease-out, visibility 0s 0.25s;
}
.settings-panel-callout {
  pointer-events: none;
  width: 0px;
  height: 0px;
  position: absolute;
  border-bottom: 10px solid #282D32;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-top: 0.8em solid transparent;
  top: -20px;
  left: 2px;
}
.settings-panel-section-header {
  font-size: 0.9em;
  padding: 8px;
  background-color: #282D32;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
}
.settings-panel-section-content {
  font-weight: lighter;
  padding-left: 10px;
  padding-right: 10px;
}
#map-views {
  padding-top: 10px;
  padding-bottom: 10px;
}
#base-maps {
  padding-top: 10px;
  padding-bottom: 10px;
}
.settings-panel-map-view-button {
  cursor: pointer;
  display: inline;
  border: 1px solid rgba(100, 100, 100, 0.6);
  padding: 5px;
  color: #CCCCCC;
}
.settings-panel-map-view-button-selected {
  background-color: #68ADFE;
  color: #FFFFFF;
}
.settings-panel-base-map-label {
  padding-bottom: 10px;
  color: #FFFFFF;
}
.settings-panel-base-map-button {
  cursor: pointer;
  border: 1px solid rgba(100, 100, 100, 0.6);
  box-sizing: border-box;
}
.settings-panel-base-map-button img {
  width: 100%;
  height: 100%;
}
.settings-panel-base-map-button-selected {
  border: 1px solid #68ADFE;
}
.settings-panel-base-map-button:hover {
  border: 1px solid #FFFFFF;
}
.settings-panel-close-button {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  font-size: 12pt;
  color: #FFFFFF;
}
@media print {
  .settings-panel {
    display: none;
  }
}
.share-popup {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 600px;
  height: 600px;
}
.share-popup-header {
  line-height: 40px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
.share-popup-content {
  padding: 15px;
  overflow: auto;
  height: 530px;
  font-weight: 300;
}
.share-popup-image {
  background-color: rgba(0, 0, 0, 0.15);
}
.share-popup-label {
  padding-top: 15px;
}
.share-popup-label ul {
  list-style: disc inside none;
}
.share-popup-label li {
  padding-left: 10px;
}
.share-popup-label input {
  width: 550px;
  height: 30px;
  margin-top: 10px;
}
.share-popup-checkbox input {
  margin-top: 15px;
}
.tools-panel {
  position: absolute;
  margin: auto;
  background-color: #2F353C;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  width: 500px;
  height: 650px;
  font-size: 0.9em;
}
.tools-header {
  line-height: 40px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
.tools-header h1 {
  color: #FFFFFF;
  padding-left: 15px;
  margin: 0;
}
.tools-close-button {
  position: absolute;
  right: 15px;
  cursor: pointer;
  font-size: 18pt;
  color: #FFFFFF;
}
.tools-content {
  font-weight: lighter;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: auto;
  height: 580px;
  line-height: 1.2em;
}
.tools-content p {
  padding-right: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.tools-content h2 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.tools-select-file-button {
  font-weight: bold;
  cursor: pointer;
  color: #68ADFE;
}
.tools-select-file-button:hover {
  text-decoration: underline;
}
.tools-url-input-outer-holder {
  position: relative;
  width: 80%;
  height: 40px;
  background-color: #838689;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tools-url-input-inner-holder {
  position: absolute;
  height: 40px;
  background-color: #838689;
  left: 32px;
  right: 120px;
  top: 0;
  bottom: 0;
}
.tools-url-input {
  padding-left: 16px;
  padding-right: 16px;
  border: 0px;
  width: 100%;
  height: 38px;
  background-color: #838689;
  color: #FFFFFF;
  line-height: 28px;
  margin-left: -32px;
}
.tools-url-input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.tools-url-input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  font-style: italic;
}
.tools-url-input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  font-style: italic;
}
.tools-url-input:-ms-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
}
.tools-number-input {
  width: 30px;
  height: 34px;
}
p.tools-content-new-section {
  margin-top: 32px;
}
.tools-content-type-select {
  display: block;
  background-color: #838689;
  color: #FFFFFF;
  height: 30px;
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tools-url-add-button {
  position: absolute;
  background-color: #A1A3A6;
  border: 0;
  height: 40px;
  width: 120px;
  color: #FFFFFF;
  right: 0;
  top: 0;
  bottom: 0;
}
.tools-url-add-button:hover {
  background-color: #A1A3A6;
  color: #FFFFFF;
}
.tools-or {
  padding-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tools-tip {
  padding-top: 20px;
}
.tools-tip strong {
  font-weight: bold;
}
.tools-loading-message {
  color: gray;
}
.tools-loading-message-bar {
  background: gray;
  display: block;
  height: 10px;
}
.now-viewing-attention-grabber-container {
  visibility: hidden;
  position: absolute;
  top: 93px;
  left: 50px;
  width: 450px;
}
.now-viewing-attention-grabber-container-visible {
  visibility: visible;
}
.now-viewing-attention-grabber {
  pointer-events: auto;
  position: absolute;
  top: 20px;
  background-color: white;
  border-radius: 3px;
}
.now-viewing-attention-grabber-message {
  padding: 15px;
  color: black;
}
.now-viewing-attention-grabber-message strong {
  font-weight: bold;
}
.now-viewing-attention-grabber-message em {
  font-weight: bold;
}
.now-viewing-attention-grabber-dismiss-button {
  cursor: pointer;
  color: #68ADFE;
  text-align: center;
  padding: 8px;
  border-top: 1px solid rgba(100, 100, 100, 0.6);
}
.now-viewing-attention-grabber-callout {
  pointer-events: none;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-top: 0.8em solid transparent;
  position: absolute;
  top: 0;
  left: 115px;
}
.map-progress-bar {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 5px;
  transition: opacity 200ms linear, width 200ms linear, visibility 400ms linear;
}
.map-progress-bar.complete {
  animation-duration: 400ms;
  animation-name: complete;
}
@keyframes complete {
  from {
    opacity: 1;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
.data-catalog-top-group-header {
  display: table;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  cursor: pointer;
  table-layout: fixed;
}
.data-catalog-top-group-label {
  display: table-cell;
  padding-left: 16px;
  font-size: 15px;
  color: #FFFFFF;
  word-wrap: break-word;
  max-width: 252px;
}
.data-catalog-top-group-icon {
  position: relative;
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
  margin-right: 16px;
}
.data-catalog-top-group-contents {
  padding-left: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.data-catalog-member {
  line-height: 30px;
}
.data-catalog-member-top-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.data-catalog-item-label {
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #CCCCCC;
  font-weight: lighter;
  word-wrap: break-word;
  max-width: 75px;
}
.data-catalog-group-label {
  display: table-cell;
  font-size: 15px;
  color: #CCCCCC;
  word-wrap: break-word;
  max-width: 252px;
}
.data-catalog-group-contents {
  padding-top: 5px;
  padding-bottom: 10px;
}
.data-catalog-indent1 {
  padding-left: 12px;
}
.data-catalog-indent2 {
  padding-left: 12px;
}
.data-catalog-indent3 {
  padding-left: 12px;
}
.data-catalog-indent4 {
  padding-left: 12px;
}
.data-catalog-indent5 {
  padding-left: 12px;
}
.data-catalog-indent6 {
  padding-left: 12px;
}
.data-catalog-indent7 {
  padding-left: 12px;
}
.data-catalog-icon {
  position: relative;
  width: 12px;
  height: 12px;
  fill: #CCCCCC;
}
.data-catalog-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  fill: #CCCCCC;
}
.data-catalog-icon-holder {
  display: table-cell;
  width: 20px;
}
.data-catalog-item-checkbox {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #CCCCCC;
  stroke-opacity: 1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
}
.data-catalog-item-checkbox rect {
  fill-opacity: 0;
  stroke: #CCCCCC;
  stroke-opacity: 1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
}
.data-catalog-item-checkbox path {
  fill-opacity: 0;
  stroke: #CCCCCC;
  stroke-opacity: 0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
}
.data-catalog-item-checkbox.loading rect {
  stroke: #68ADFE;
  stroke-dasharray: 80;
  stroke-dashoffset: 0;
  animation: border-loading 1.25s linear;
  -moz-animation: border-loading 1.25s linear;
  -webkit-animation: border-loading 1.25s linear;
  -o-animation: border-loading 1.25s linear;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}
.data-catalog-item-checkbox.loading path {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.data-catalog-item-checkbox.checked rect {
  stroke: #68ADFE;
  stroke-dasharray: 80;
  stroke-dashoffset: 0;
  animation: border-fill 0.25s ease-out;
  -moz-animation: border-fill 0.25s ease-out;
  -webkit-animation: border-fill 0.25s ease-out;
  -o-animation: border-fill 0.25s ease-out;
  animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
.data-catalog-item-checkbox.checked path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dashoffset: 0;
  stroke-dasharray: 100;
  fill-opacity: 1;
  fill: #68ADFE;
  animation: check-fill 0.8s ease-out;
  -moz-animation: check-fill 0.8s ease-out;
  -webkit-animation: check-fill 0.8s ease-out;
  -o-animation: check-fill 0.8s ease-out;
  animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
}
@keyframes border-loading {
  from {
    stroke-dasharray: 10, 70;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 10, 70;
    stroke-dashoffset: 80;
  }
}
@keyframes border-fill {
  from {
    stroke-dashoffset: -40;
    stroke-dasharray: 10, 70;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 80,10;
  }
}
@keyframes check-fill {
  0% {
    fill: rgba(13, 132, 165, 0);
    stroke: #d0f2fb;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
  }
  40% {
    fill: rgba(13, 132, 165, 0);
    stroke: #d0f2fb;
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
  100% {
    fill: #0d84a5;
    stroke: #2f353c;
  }
}
.data-catalog-control {
  display: table-cell;
  width: 25px;
  vertical-align: middle;
}
.data-catalog-right-side-control {
  display: table-cell;
  width: 25px;
  vertical-align: middle;
  text-align: right;
}
.data-catalog-left-side-control {
  display: table-cell;
  width: 25px;
  vertical-align: middle;
  text-align: left;
}
.data-catalog-item-info {
  display: table-cell;
  width: 25px;
  vertical-align: middle;
  text-align: right;
}
.data-catalog-control-icon {
  position: relative;
  width: 18px;
  height: 18px;
  fill: #CCCCCC;
  margin-right: 16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.data-catalog-control-icon:hover {
  opacity: 1;
}
.data-catalog-info-icon {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  fill: #CCCCCC;
  margin-right: 16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}
.data-catalog-info-icon:hover {
  opacity: 1;
}
.data-catalog-enabled-item {
  font-weight: normal;
  color: #68ADFE;
  fill: #68ADFE;
}
.data-catalog-opened-group {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.now-viewing-item-top-row {
  display: table;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  border-top: 1px solid rgba(100, 100, 100, 0.6);
  cursor: pointer;
  table-layout: fixed;
  padding: 5px 0;
}
.now-viewing-item-label {
  display: table-cell;
  font-size: 14px;
  color: #FFFFFF;
  word-wrap: break-word;
  max-width: 265px;
  text-align: left;
  vertical-align: top;
}
.now-viewing-item-icon-holder {
  display: table-cell;
  width: 20px;
  vertical-align: top;
}
.now-viewing-item-icon {
  position: relative;
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}
.now-viewing-item-drag-handle-holder {
  display: table-cell;
  width: 20px;
  padding-left: 16px;
  line-height: 40px;
  fill: #FFFFFF;
  vertical-align: top;
}
.now-viewing-item-drag-handle {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
  vertical-align: top;
  fill: #666666;
}
.now-viewing-item-details {
  padding-bottom: 10px;
}
.now-viewing-item-info {
  display: table-cell;
  text-align: right;
  width: 20px;
}
.now-viewing-toolbar {
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #24282e;
  font-style: italic;
  font-size: 0.95em;
  color: #68ADFE;
  line-height: 38px;
  padding-left: 16px;
  border-top: 1px solid rgba(100, 100, 100, 0.6);
}
.now-viewing-list {
  position: absolute;
  overflow: auto;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
.now-viewing-no-items {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #FFFFFF;
  border-top: 1px solid rgba(100, 100, 100, 0.6);
}
.now-viewing-item-arrow-holder {
  display: table-cell;
  width: 20px;
  vertical-align: top;
}
.now-viewing-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
  margin-right: 16px;
}
.now-viewing-item-checkbox {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
  vertical-align: top;
}
.now-viewing-legend-text {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  color: #FFFFFF;
}
.now-viewing-legend-image {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.now-viewing-legend-image-background {
  background-color: white;
  max-width: 296px;
}
.now-viewing-item-opacity {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.now-viewing-opacity-slider {
  display: block;
}
.now-viewing-action-menu {
  margin-top: 5px;
  text-align: right;
  padding-right: 16px;
  color: #68ADFE;
}
.now-viewing-action {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
.now-viewing-action:hover {
  text-decoration: underline;
}
.now-viewing-drop-target {
  position: relative;
  border: 1px dashed gray;
}
.now-viewing-section {
  color: #FFFFFF;
}
.now-viewing-section-contents {
  padding-left: 16px;
  padding-right: 5px;
}
.now-viewing-abs-controls {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
}
.now-viewing-abs-percent {
  display: inline-block;
  padding-bottom: 10px;
}
.now-viewing-abs-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}
.now-viewing-abs-tighten {
  line-height: 22px;
}
.generated-legend .background {
  fill: #f2f2f2;
  stroke: black;
  stroke-width: 2px;
}
.generated-legend .variable-label {
  font-family: Open Sans-serif, sans-serif;
  font-size: 14px;
}
.generated-legend .item-label,
.generated-legend .item-label-small {
  font-family: Open Sans-serif, sans-serif;
  fill: #4d4d4d;
}
.generated-legend .item-label {
  font-size: 14px;
}
.generated-legend .item-label-small {
  font-size: 10px;
}
.generated-legend .item-box {
  stroke: lightgrey;
}
.generated-legend .tick-mark {
  stroke: lightgrey;
}
.search-tab-form {
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #A1A3A6;
}
.search-tab-input {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 300px;
  font-size: 15px;
  background-color: #A1A3A6;
  color: #666666;
  line-height: 38px;
  padding-left: 17px;
  padding-right: 33px;
}
.search-tab-input-clear {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 13px;
  bottom: 10px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}
.search-tab-input::-ms-clear {
  display: none;
}
.search-tab-results-area {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.search-tab-provider-header {
  display: table;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.6);
  cursor: pointer;
}
.search-tab-provider-label {
  display: table-cell;
  padding-left: 16px;
  font-size: 15px;
  color: #FFFFFF;
}
.search-tab-provider-icon-holder {
  display: table-cell;
  width: 20px;
}
.search-tab-provider-icon {
  position: relative;
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
  margin-right: 16px;
}
.search-tab-provider-result {
  line-height: 30px;
  padding-right: 20px;
}
.search-tab-provider-result-clickable {
  cursor: pointer;
}
.search-tab-provider-result-clickable .search-tab-provider-result-label:hover {
  text-decoration: underline;
}
.search-tab-provider-result-important {
  font-weight: bold;
}
.search-tab-provider-result-top-row {
  display: table;
  width: 100%;
  padding-left: 16px;
}
.search-tab-provider-result-label {
  display: table-cell;
  font-size: 15px;
  color: #CCCCCC;
  font-weight: lighter;
}
.search-tab-provider-message {
  font-size: 15px;
  color: #CCCCCC;
  font-weight: lighter;
  font-style: italic;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-tab-provider-searching {
  font-size: 15px;
  color: #CCCCCC;
  font-weight: lighter;
  font-style: italic;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type=search] {
  -webkit-appearance: none;
}
.nationalmap-print-disclaimer {
  position: relative;
  padding: 0 10px;
  display: none;
}
@media print {
  .nationalmap-print-disclaimer {
    color: #000;
    display: block;
  }
  .cesium-credit-text a[href="about.html"],
  .leaflet-disclaimer a[href="about.html"] {
    display: none!important;
  }
  .cesium-widget-credits {
    margin-bottom: -30px;
  }
  #cesiumContainer {
    position: relative;
    margin-bottom: 30px;
    min-height: 700px;
    min-height: calc(100% - 100px);
    overflow: visible;
  }
  .map-displaced {
    margin-left: -350px;
  }
}
span.cesium-credit-text:first-child,
.leaflet-disclaimer {
  font-size: 12px;
  display: block;
  padding-bottom: 3px;
}
span.cesium-credit-delimiter:nth-child(2) {
  display: none;
}
.nationalmap-related-maps-intro {
  padding: 5px;
  padding-bottom: 10px;
}
.nationalmap-related-maps-table td {
  vertical-align: top;
  padding: 5px;
}
.nationalmap-related-maps-table h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.nationalmap-related-maps-table h2 a {
  color: white;
}
.nationalmap-related-maps-table tr td img {
  max-width: inherit;
}
