/*
Author      : B60 Apps (DWH)
Description : Additional css required for the Wordpress maps displayed via shortcode [AAHMap]
*/

.aahinfo{
  width:50%;
  float:left;  
}
.aahimage{
  width:50%;
  float:left;
  text-align:center;
}

.lightbox 
{
  position:fixed;
  max-width:700px;
  min-height:550px;
  background-color:#ffffff;
  z-index:10021; 
  top:20%;
  left:35%;  
  box-shadow: 10px 10px 5px #888888;
  border: 2px solid;
  border-radius: 25px;
  padding:10px;
}

.aahmapslink  {
  color:#ffffff !important;
  text-decoration:none;
  font-size:17px !important;
}

#info1 {
  padding:10px;
}

#info2 {
  padding:5px;
  background-color:#ffffff;
}

        #stSearch1{
            border-top:thin solid  #e5e5e5;
           /* border-right:thin solid #e5e5e5;*/
            border-right:none;
            border-bottom:0;
            border-left:thin solid  #e5e5e5;
            box-shadow:0px 1px 1px 1px #e5e5e5;
            float:left;
            height:27px;            
            outline:0;            
            width:200px; 
        }
		
		#stSearch2{
            border-top:thin solid  #e5e5e5;
           /* border-right:thin solid #e5e5e5;*/
            border-right:none;
            border-bottom:0;
            border-left:thin solid  #e5e5e5;
            box-shadow:0px 1px 1px 1px #e5e5e5;
            float:left;
            height:27px;            
            outline:0;            
            width:200px; 
        }
         
        #button-holder{
            /*background-color:#f1f1f1;*/
            background-color:#fff;
            border-top:thin solid #e5e5e5;
            box-shadow:1px 1px 1px 1px #e5e5e5;
            cursor:pointer;
            float:left;
            height:27px;            
            text-align:center;
            width:50px;
        }
         
        #button-holder img{
            margin:4px;
            width:20px; 
        }
        
        .aah-place-label
        {
            color:#000905;
        }
        
        
        .map-label-holder
        {
            //padding-top: 10px;
            margin-top: 5px;
            margin-bottom: 5px;
          // display:block; 
        }
        
        .ol-attribution {
            display:none !important;
        }

