#asset-map {
    height: 550px;
    width: 100%;
}

.fa{
    font-size:14pt !important;
}

.asset-container{
    width: 100%;
    border: 0px;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    background-color: rgba(255,214,119,.3);
}

#asset-maps-container{
    float:left;
    position:relative;
    width: 100%;
    height: 550px;
}

#asset-hover-tooltip {
    position: absolute;
    width:300px;
    min-height: 75px;
    padding: 4px;
    font: 12px sans-serif;
    background: white;
    border: 1px;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    color: black;
    pointer-events: none;
    z-index: 999999999;
    display:none;
}

#hover-tip-locationImage{
    width: 300px;
    border-radius: 8px;
}

#hover-tip-locationName{
    font-weight: bold;
    font-size: 14pt;
}

.hover-tip-credit{
    width: 100%;
    text-align: right;
    font-style: italic;
    float: right;
}

#hover-tip-title{
    margin-bottom: 5px;
}

#asset-tooltip {
    position: absolute;
    width:300px;
    min-height: 75px;
    padding: 4px;
    font: 12px sans-serif;
    background: white;
    border: 1px;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    color: black;
    pointer-events: none;
    z-index: 999999999;
    display:none;
}

.leaflet-popup{
    z-index:999999 !important;
}