
.minimap_plan { 
    position:absolute;
    right:20px;
    bottom:10px;
    /* display: block; */
    display: none;
    z-index: 600;

    width:300px;
    height:220px;

    border:5px solid rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 1);
    
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}


.minimap_plan_body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.minimap_plan_body .Header {
    width: 100%;
    height: 20px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    justify-content: space-between;
    align-items: center; 
    cursor : pointer;
}

.minimap_plan_body .Header .title {
    padding : 0 0 0 10px;
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.minimap_plan_body .Header .title img{
    vertical-align: middle;
}

.minimap_plan_body .Header .close {
    width: 30px;
    margin : 0 20px 0 0px;
    cursor: pointer;
    text-align: center;
}

.minimap_plan_body .Body {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    color: #000;

    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10px;
    
    text-decoration: none;

    align-items: center;
}

.minimap_plan_button{
    display:flex;
    width:25px;
    height:14px;
}


.minimap_plan_button a{
    cursor: default;
}

.minimap_plan_button a:hover{
    background-color: #f00;
    cursor: pointer;
}










.minimap_plan_wide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    justify-content: center;
    border-bottom:0px solid #000;

    
    
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    
    
    
    display: none;
}

.minimap_plan_wide_body {
    margin-top:100px;
    width: 800px;
    height: 550px;
    display: flex;
    justify-content: center;
    border:2px solid #000;
    background-color: #FFF;
    border-radius: 5px;
    flex-direction: column;
}

.minimap_plan_wide_body .Footer {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    padding : 0px 0px 0px 20px;
}

.minimap_plan_wide_body .Header {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    justify-content: space-between;
    align-items: center; 
}

.minimap_plan_wide_body .Header .st {
    width: 100px;
}

.minimap_plan_wide_body .Header .title {
    width: 400px;
    text-align: center;
}

.minimap_plan_wide_body .Header .title img{
    vertical-align: middle;
}

.minimap_plan_wide_body .Header .close {
    width: 30px;
    margin : 0 20px 0 50px;
    cursor: pointer;
    text-align: center;
}

.minimap_plan_wide_body .Body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    color: #000;

    font-family: Verdana, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;

    align-items: center;
}

.minimap_plan_button_wide{
    display:flex;
    width:25px;
    height:20px;
}


.minimap_plan_button_wide a{
    cursor: default;
}

.minimap_plan_button_wide a:hover{
    background-color: #f00;
    cursor: pointer;
}


.minimap_plan_Map {
    display:flex;
    z-index:1003;
    justify-content: center;
    align-items: center; 
}


.minimap_plan_Map_wide {
    display:flex;
    z-index:1107;
    justify-content: center;
    align-items: center; 
}

.disabled-img {
        pointer-events: none;
}

