
#map {
    height: 400px;
    width: 100%;
    transition: all 500ms ease-in-out;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/*#mapForm{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0px;
}*/
/*#mapForm > *{
    flex: 1 1 auto;
    height: 45px;
    line-height: 45px;
    margin: 25px!important;

}*/

#theMap.fullscreen{
    position: fixed!important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    padding-top: 40px!important;
}

#theMap.fullscreen .fusion-builder-row.fusion-row{
    max-width: 100%;
}

#theMap .fusion-builder-row.fusion-row{
    transition: all 500ms ease-in-out;
}

#theMap.fullscreen #map{
    height: 75vh;
    
}
#mapContainer {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    transition-property:  all;
    transition-timing-function: ease-in-out;
    transition-duration: 500ms;
    
}

#fullscreen{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #d14a8a;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;

}

#mapContainer.fullscreen #map{
    height: 100%;
}
