html { 
    height: 100%;
}

#avy-maparea { 
    margin: 0; 
    padding: 0; 
    width: 100%;
    font-family: 'Muli',Arial,Helvetica,sans-serif;
    font-size: 18px;
    min-height: 200px;   
    position: relative;  
    overflow:visible;  
    text-indent: 0;     
    height:100%;         
}

#nac-maparea { 
    margin: 0; 
    padding: 0; 
    width: 100%;
    font-family: 'Muli',Arial,Helvetica,sans-serif;
    font-size: 18px;
    min-height: 200px;   
    position: relative;  
    overflow:visible;  
    text-indent: 0;     
    height:100%;         
}

.avy-legend 
{
    text-align:left;
}

.avy-legend ul{
    margin:0;
    padding:0;
}

.avy-legend ul li{
    width:16.6%;
    display: inline-block;
    font-size: 10px;
    color:#222222;
    text-align:center;
    padding:1px 0;
    margin:0;
    font-weight:bold;
}

.avy-legend .avy-danger-scale-item{
    width:100%; 
    height:15px;
    display:block;
}

.avy-legend .title{
    font-size:13px; 
    font-weight:bold;
    color:#666666;
    background-color:transparent;
}

#avy-map {
    width: 100%;
    min-height: 300px;
    height:100%;
}

#scale {
    width: 100%; 
    font-size: 10px; 
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif; 
    font-weight: 700;  
    margin-top: 2px;
}

#avy-zoneinfo {     
    position: absolute;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.16);
    text-align:left;
    z-index:10;
}

#avy-zoneinfo h6 {
    margin: 4px 0;
    text-transform: uppercase;
    font-size: 12px;
}

#avy-zoneinfo img{
    position: absolute;
    left: 207px;
    top: 5px;
    height: 60px;
    width: auto;
}

#avy-zoneinfo .map-popup-content {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    padding: 0 10px 10px 10px;
    line-height: 1.2;
    float:left;
    text-align:left;
    font-weight:300;
    color:#202326;
    margin:0;
}

#avy-zoneinfo .map-popup-header{
    position: relative;
    background-color: #40454a;
    width: 100%;
    float: left;
    padding: 0 0px;
}

#avy-zoneinfo .map-popup-header h6 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 900;     
    margin-bottom: 8px;  
    margin-left: 8px;                
}

#avy-zoneinfo .map-popup-header h6 span {
    font-size: 14px;
}

#avy-zoneinfo .warning, .warning{
    background-color: #202326;
    background-image:none;
    border:none;
}

#avy-zoneinfo .warning h6{
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    margin: 5px 0;
    text-align: center;
    -webkit-animation: pulsate 1.4s infinite ease-out;
    animation: pulsate 1.4s infinite ease-out;
}

#avy-open-map-link{
    position:absolute;
    z-index:10;
    top:10px;
    right:10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    padding:0;
    height:28px;
    width:28px;
}

#avy-open-map{
    padding:5px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#avy-tooltip{
    top: 12px; 
    right: 50px; 
    display: block;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    z-index:2;
    font-size:15px;
    padding:3px 5px 3px 5px;
    opacity:0;
    color:#202326;
}

#avy-tooltip:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:30%;
    border:5px solid transparent;
    border-left: 5px solid #ffffff;
    z-index:2;
}

@media only screen and (max-width: 600px) {

    .avy-legend ul li{
        font-size: 9px;
        font-weight:bold;
    }

}