﻿.swal2-container {
	z-index: 99999 !important;
}

.onmap #component-panel {
    width: 400px;
    height: 100%;
    position: absolute;
    background: white;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    z-index: 20;
    display: none;
 
}

.show-banner.onmap #component-panel {
    height: calc(100vh - 90px) !important;
}


.onmap .map {
    bottom: 0;
    height: calc(100vh - 60px) !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.show-banner.onmap .map {
    height: calc(100vh - 150px) !important;
}

.onmap .component-tab-panel {
    width: 50px;
    height: 100%;
    background: #1b1e2f;
    float: left;
}

.onmap .component-content-panel {
    width: 350px;
    height: 100%;
    float: left;
}

.nomaster.onmap .map {
    height: 100vh !important;
}