﻿* { 
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif; 
    line-height: 100%; 
    letter-spacing: -.05em;   
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-family: 'Arial';
    background-color: #ffffff;
}
.container {
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.containerTop {
    background: #C0C0C0;
    height: 50px;
    width: 100%;
}
.containerCenter {
    position:absolute;
    top: 50px;
    bottom: 0px;
    background: #FFFFFF;
    width: 100%;
    overflow: hidden;
}
.containerFooter {
    position:absolute;
    bottom: 0px;
    background: #C0C0C0;
    height: 100px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.banner {
    background: #C0C0C0;
    height: 100%;
    font-size: 1.5em;
    vertical-align: center;
    text-align: center;
    line-height: 50px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #AAAAAA;
    border-bottom-color: #888888;
    border-left-color: #AAAAAA;
    border-right-color: #888888;
}

.containerMap {
    position:absolute;
    left: 0px;
    right: 150px;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
}
.container_rightMenu {
    position:absolute;
    right: 0px;
    height: 100%;
    width: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #C0C0C0;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */