#data-atlas-map-wrapper, 
.data-atlas-map-wrapper { position: relative; }

#data-atlas-map, 
.data-atlas-map { background-color: transparent !important; padding-top: 45.87155963%; position: relative; width: 100%; z-index: 1; }

#data-atlas-map-labels, 
.data-atlas-map-labels { background-color: transparent !important; height: 100%; pointer-events: none !important; position: absolute; width: 100%; z-index: 2; }

.data-atlas-map-data { background-color: transparent !important; height: 100%; position: absolute; width: 100%; z-index: 2; }

#data-atlas-map-labels *, 
.data-atlas-map-labels * { pointer-events: none !important; }

#data-atlas-map-hover, 
.data-atlas-map-hover { background-color: #fff; border: 1px solid; display: none; padding: 8px 10px; pointer-events: none; position: absolute; z-index: 5; }

#data-atlas-map-hover-value, 
.data-atlas-map-hover-value { border-top: 1px solid; margin-top: 2px; padding-top: 5px; }


 /*CSS Animated Throbber*/

@keyframes throbber {
 100% {
   background-position: -384px;
 }
}
#data-atlas-map-throbber,
.data-atlas-map-throbber {
  background-image: url(../img/throbber.png);
  height: 32px;
  left: 50%;
  margin: -16px -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 3;
  transform: translateY(-50%);
  animation: throbber .6s steps(12) infinite reverse;
}

/*#data-atlas-map-throbber { background-image: url(../img/throbber.gif); height: 24px; left: 50%; margin: -12px -12px; position: absolute; top: 50%; width: 24px; z-index: 3; }*/

/* Slider */
.data-atlas-map-slider-label { color: #6c7680; line-height: 24px; padding: 0 10px; }
.data-atlas-map-slider { position: relative; height: 36px; }
.data-atlas-map-slider .ui-slider-horizontal { background: #e3e8eb; border: 0; height: 5px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.data-atlas-map-slider .marker { color: #FFF; display: none; font-size: 9px; font-weight: bold; height: 16px; left: -16px; line-height: 16px; margin: 0 -17px; position: absolute; text-align: center; top: 10px; width: 34px; z-index: 2; }
.data-atlas-map-slider .ui-slider-horizontal .ui-slider-handle { background: none; border: 0; color: inherit; outline: none; text-decoration: none; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.data-atlas-map-slider .ui-slider-horizontal .ui-slider-handle:before { content: '▼'; display: block; font-size: 16px; margin: -8px 4px; }
.data-atlas-map-slider .slider-min-val,
.data-atlas-map-slider .slider-mid-val,
.data-atlas-map-slider .slider-max-val { font-size: 9px; position: absolute; text-align: center; top: 3px; z-index: 1; }
.data-atlas-map-slider .slider-min-val { left: 0; }
.data-atlas-map-slider .slider-mid-val { left: 50%; margin: 0 -25px; width: 50px; }
.data-atlas-map-slider .slider-max-val { right: 0; }



