.mapdecktooltip {
	position: absolute;
	z-index: 1;
	/*pointer-events: none;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  padding: 4px;
  margin: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 300px;
}

.mapdecktooltip:empty {
	display: none;
}


.mapViewStateContainer {
/*	  background: #fff; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.mapViewState {
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: auto;
    background-color: #fff;
    padding: 8px;
    margin: 8px;
/*    border: 1px solid #b8b8b8; */
    border-radius: 4px;
    display: inline-block;
    overflow: auto;
    position: relative;
}

.mapTitleContainer {
/*	  background: #fff; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}


.mapTitle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: auto;
    background-color: #fff;
    padding: 8px;
    margin: 8px;
/*    border: 1px solid #b8b8b8; */
    border-radius: 4px;
    display: inline-block;
    overflow: auto;
    position: relative;
}

/*
.mapTitleContent{
    display: inline-flex;
    white-space: nowrap;
}
*/

.mapdeckLegendContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
/*    z-index: 999999999; */
    padding-bottom: 14px;
}

.mapdeckLegend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 8px;
    margin: 8px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    display:inline-block;
    max-height: 200px;
    max-width: 200px;
    overflow: auto;
    position: relative;
    bottom: 0;
    right: 0;
}

.mapdeckLegendTitle {
/*  border: 1px solid #FF00FF; */
    font-size: 14px;
    padding-bottom: 4px;
    height: auto;
    left: float;
}

.mapdeckLegendContent{
/*  border: 1px solid #000000; */
    display: inline-flex;
    white-space: nowrap;
}

.mapdeckTickContainer{
    padding-left: 2px;
    height: auto;
    display: inline-block;
}

.mapdeckLabelContainer{
/*  border: 1px solid #00FF00; */
  padding-left: 6px;
  height: auto;
  display: inline-block;
}

#legend h3 {
    margin-top: 0;
}
#legend img {
    vertical-align: middle;
}

/* https://github.com/uber/deck.gl/blob/master/docs/developer-guide/tips-and-tricks.md#browser-blending-modes */
.overlays canvas {
  mix-blend-mode: multiply;
}

.deckgl-parent-class {
  isolation: 'isolate';
}

