#PluginGooglemap {
    position: absolute;
    height: 320px;
    width: 320px;
    z-index: 400;
    left: 12px;
    bottom: 72px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.5);
}

#PluginGooglemap.circle {
    border-radius: 50%;
}

#PluginGooglemap.circle .btn-close {
    bottom: -16px;
    right: 50%;
    margin-right: -20px;
    top: auto;
}

#PluginGooglemap #PluginGooglemap-map-wrap {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

#PluginGooglemap.edge #PluginGooglemap-map-wrap {
    border-radius: 0;
}

#PluginGooglemap.circle #PluginGooglemap-map-wrap {
    border-radius: 50%;
}

#PluginGooglemap .btn-close {
    z-index: 22;
    border-radius: 50%;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: -16px;
    top: -16px;
    background: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

#PluginGooglemap.edge.top .btn-close {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -16px;
    top: initial;
}

#PluginGooglemap .btn-close i {
}

#PluginGooglemap .angular-google-map-container {
    width: 100%;
    height: 300px;
    border-radius: 50%;
    box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.36);
}

#PluginGooglemap {
}

#PluginGooglemap.edge {
    width: 320px;
    height: 100vh;
    top: 0;
}

#PluginGooglemap.edge.top {
    width: 100vw;
    height: 240px;
    left: 0;
}

#PluginGooglemap.edge.right {
    left: auto;
    right: 0;
}

#PluginGooglemap.edge.left {
    left: 0;
}

#PluginGooglemap.edge.left .btn-close, #PluginGooglemap.edge.right .btn-close {top: 24px;}

#PluginGooglemap.edge.right .btn-close {
    right: initial;
    left: -16px;
}

#PluginGooglemap.edge.left .btn-close {}

#PluginGooglemap #map-canvas {
    height: 100%;
    background: #DDD;
    border-radius: 4px;
}

#PluginGooglemap.edge #map-canvas {
    box-shadow: inset -12px 0 24px rgba(0, 0, 0, 0.35);
}

#PluginGooglemap.edge.top #map-canvas {
    box-shadow: inset 0px -12px 24px rgba(0, 0, 0, 0.35);
}

#PluginGooglemap.edge.right #map-canvas {
    box-shadow: inset 12px 0 24px rgba(0, 0, 0, 0.35);
}


@media screen and (max-width: 320px) {
    #PluginGooglemap {
        height: 280px;
        width: 280px;
        left: 50%;
        transform: translateX(-50%);    
        -webkit-transform: translateX(-50%);    
    }   
}