.mapLabels
{
    white-space: nowrap;
    position: absolute;
    transform: translate(-50%, -50%);
    /* White with black outline */
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: Arial, sans-serif;
}


#divMapHolderBase {  height:100%; }

/* DIV ON TOP OF MAP - */
   .divOverMapWrapper { position: relative; height:100%; }
   .divOverMap { position: absolute; top: 0px; left: 0px; z-index: 99;padding:20px; width:100%; height:100%;background: rgba(255, 102, 0, 0.3);}
   .divOverMapInner {padding:22px;font-size:18px; border:2px solid orange; border-radius:10px;max-width:600px;  background-color:White;width:100%; top:30px;position: relative; }
 
     .divOverMapInner h1, .divOverMapInner h2, .divOverMapInner h3, .divOverMapInner h4 {margin-top:0px;margin-bottom:10px; }
 
    
    
      #divOverUpperRightConstant { position: absolute; right: 0px; top: 0px; z-index: 50;margin:15px;display:inline;background: rgba(255, 102, 0, 0.3);}

  
    


#divFullScreenBase {
    min-height: 100%;
    height:100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    display:none;
}


#divFullScreenSpotHolder
{
    
    margin-top:12px;
    

}

#divFullScreenSelectors {
    
    
    top:30px;
    left:80px;
    position: fixed;
    z-index: 11;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding:14px;
    background-color: rgba(255, 255, 255, 0.6);
    display:none;
}
.buttonFullScreeClose1 {
    position: fixed;
    right:80px;
    bottom:40px;
    position: fixed;
    z-index: 11;
    border-radius: 4px;
    border: 2px solid red;
    padding:10px;

}



#FullScreen_Header .container
{

   padding-left:60px;
}


#FullScreen_Header select {
 
    border: 3px solid #B3D1FF;

}
