
section { padding: 0px; position: relative; }

.hover-marqueeZoom { 
    display: none; 
    position: relative;
    top: 0;
    left: 0;
    z-index: 1200;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 250px;
    max-width: 400px;
    height: 35px;
    max-height: 100px;
    text-align: center; 
    vertical-align: middle;
    padding-top: 12px;
    font-size: 16px;
    /**     
    //box-shadow: -2px 2px 3.5px rgba(0, 0, 0, .5);
    //box-shadow: 0px 0px 8px -1px black;
    //NB do not use font-family serif or sans-serif, => => square
    */
    }
    
.hover-dragDrop { 
    display: none; 
    position: relative;
    top: 0;
    left: 0;
    z-index: 1220;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 430px;
    max-width: 600px;
    height: 80px;
    max-height: 400px;
    text-align: left; 
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    /**    
    //NB do not use font-family serif or sans-serif, => => square
    */ 
    }

.hover-help { 
    display: none; 
    position: relative;
    top: 0;
    left: 0;
    z-index: 1240;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 580px;
    max-width: 600px;
    height: 320px;
    max-height: 400px;
    text-align: left; 
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    /**    
    //NB do not use font-family serif or sans-serif, => => square
    */ 
    }

.hover-title { 
    display: none; 
    position: relative;
    top: 0;
    left: 0;
    z-index: 1260;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 200px;
    max-width: 300px;
    height: 35px;
    max-height: 50px;
    text-align: center; 
    vertical-align: middle;
    padding-top: 16px;
    font-size: 16px;
    /**    
    //NB do not use font-family serif or sans-serif, => => square
    */ 
    }        

.hover-layers { 
    display: none; 
    position: fixed; /**  <=  NB fixed is working, aligns on left side
									//position: relative;  not using these 3 lines
									//top: 0;
									//left: 0;
    */
    z-index: 1280;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 200px;
    max-width: 300px;
    height: 35px;
    max-height: 50px;
    text-align: center; 
    vertical-align: middle;
    padding-top: 16px;
    font-size: 16px;
    /**    
    //NB do not use font-family serif or sans-serif, => => square
    */ 
    }        

.hover-lonLat { 
    display: none; 
    position: fixed; 
    bottom: 160px;
    right: 40px;
    z-index: 1280;
    border: 1px solid rgba(0,0,0,.9);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 300px;
    max-width: 300px;
    height: 80px;
    max-height: 100px;
    text-align: left; 
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    /**    
    //NB do not use font-family serif or sans-serif, => => square
    */ 
    }

#mZoomHover{
  position: absolute;
  left: 252px;
  right: auto;

  top: 10px;
  z-index: 1210;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
} 

#dragAndDropHover{
  position: absolute;
  left: 282px;
  top: 10px;
  right: auto;
  z-index: 1230;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 

#helpHover{
  position: absolute;
  left: 312px;
  top: 10px;
  right: auto;
  z-index: 1250;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 

#titleHover{
  position: absolute;
  left: 342px;
  top: 10px;
  right: auto;
  z-index: 1270;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 


#layersHover{
  position: absolute;
  right: 360px;
  top: 10px;
  left: auto;
  z-index: 1290;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 


#LonLatHover {
  position: absolute;
  bottom: 152px;
  margin: 0;
  right: 11px;
  left: auto;
  z-index: 1410;
  width: 25px; 
  height:56px;
  /** 
  height:28px;
  */
  overflow: visible;
  border: 0px solid rgba(0,0,0,0.8);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
  /**
  float: right; 
  */
}



#mouse-position{
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);

  bottom: -10px;
  width: 220px;  /** // width for 9 decimal points  */
  max-width: 280px;
  height: 18px;   /**   v15 test  */
  
  z-index: 1310;

  border: 1px solid rgba(0,0,0,0.8); 
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
  
  color:#000000;
  overflow: hidden;

  font-size: 14px;
 
  vertical-align: top;
  text-align: center;
  display: block;

  
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}


#precision {   /**  width of lat/lon mouse postion menu  */ 
  font-size: 13px;
  border: 0.5px solid rgba(0,0,0,0.8);
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
  vertical-align: top;
  text-align: left;
  width: 22px;
  overflow: visible;

}

 

#LayerZindex {
  position: absolute;
  top: 10px;
  right: 390px;
  z-index: 1100;
  /** text-align: center;     original  */ 
  text-align: right;
}

#LayerZindexTextBox {
	z-index: 1110;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.7);
    border-radius: 5px;
    padding-left: 12px;
 	padding-right: 12px;
 	padding-top: 3px;
    padding-bottom: 3px;
}

.zIndexSelector {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 5px;
	font-size: 14px;   /**  added  */ 
	width: 50px;   /**  added  */ 
}

.titleBox {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  z-index: 800;
  background-color: #FFFFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Times','serif';
  font-size: 20px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.85;
  border: 1px solid rgba(0,0,0,.9);
  border-radius: 15px;
}

a:hover + div { 
	display: block; 
	}


.map:-webkit-full-screen {
        height: 100%;
        margin: 0;
      }
.map:-ms-fullscreen {
        height: 100%;
      }
.map:fullscreen {
        height: 100%;
      }


 /**  TEST  necessary for Opera?  
.map:-o-fullscreen {
        height: 100%;
      }
 */

#zoomSlider .ol-zoomslider{
  		top: 13px;
  		left: 42px;
  		z-index: 400;
        width: 200px;
        height: 15px;
        box-shadow: 0 0 2px rgba(148, 0, 211, 0.3);
        border: 1px solid #DCDCDC; 
        border-radius: 10px;
        position: absolute;
        padding: 0;
        /**
       			 //overflow: hidden;
            */ 
  		margin: 0;
		} 

#zoomSlider .ol-zoomslider:hover {
        background-color: rgba(148, 0, 211, 0.3);
      	}
      
#zoomSlider .ol-zoomslider-thumb {
        height: 15px;
        width: 15px;
        position: absolute;
        margin: 0;
        overflow: hidden;
        filter: none;
        background-color: rgba(148, 0, 211, 0.3);
        border-radius: 20px;
      	}
      
#zoomSlider a.ol-zoomslider-handle:hover {
        background-color: rgba(148, 0, 211, 0.7);
      	}          


#scaleBarBtn {
  position: absolute;
  bottom: 70px;
  margin: auto;
  left: 12px;
  max-width: 15px;
  z-index: 825;
  background-color: rgba(255,255,255,0);
  text-align: center;
  justify-content: center;
  align-items: center;
}


#colorBarBtn {
  position: absolute;
  bottom: 90px;
  margin: auto;
  right: 15px;
  max-width: 15px;
  z-index: 710;
  background-color: rgba(255,255,255,0);
  text-align: center;
  justify-content: center;
  align-items: center;
}

#colorBarBox{
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 700;
  max-width: 800px;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 


#colorBarBoxCenter{
  position: fixed;
  bottom: 30px;
  right: 10px;
  /**   
	  //left: 50%;
	  //transform: translateX(-50%);
   */ 
  z-index: 700;
  max-width: 800px;
  overflow: hidden;
  border: 0px solid #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0x;
} 




#info{
  z-index: 2000;
  position: absolute; /**  'relative' seems to yield a margin on top & scrollbars */
  left: 50px;
  right: auto;
  top: 200px;
  border: 0px
   }  


#showScaleTextDiv{
  position: absolute;
  left: 900px;
  right: auto;
  bottom: 20px;
  z-index: 300;
  max-width: 400px;
  border: 0px solid #FFFFFF;
} 

#scale-line {
  	position: absolute;
  	bottom: 12px;
  	right: auto;
  	left: 0.64em;
  	z-index: 310;
  	margin: 0px;
}

#units {   /**  width of lat/lon mouse postion menu  */ 
  width: 50px;
  font-size: 12px;
  /**   border appears to change pull down style
  border: 1px solid rgba(255,255,255,0.1); 
   */ 
}

#scale-lineUnitsMenu {
  	position: absolute;
  	bottom: 2px;
  	right: auto;
  	left: 30px;
  	z-index: 310;
  	margin: 0px;
}


.ol-scale-line {
  position: relative;
  bottom: 28px;
  padding: 0px;
  opacity: 0.95;
  color: #800080;
  border-color: #800080;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;

}

.ol-scale-text {
  position: absolute;
  font-size: 13px;
  text-align: center;
  bottom: 6px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -35px;
  font-size: 13px;
  z-Index: 330;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-line-inner{
  border: 0px rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.0);
  border-top: none;
  height: 0px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  will-change: contents, width;
  /**   
	  //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
	  // solution to get rid of inner white box = reduce height to 3 px & thus hide inner box
   */ 
}

.ol-scale-step-marker {
  width: 1px;
  height: 20px;
  background-color: #000000;
  float: right;
  z-Index: 410;
}


A:link {color:#0000CC; text-decoration:none} 
A:visited {color:#0000CC; text-decoration:none} 
A:hover {color:#9900FF; text-decoration:none}

/**    */ 



















