html {
    overflow-y: scroll;
    margin-bottom: 0px;
    height: 100%;
}

.modal-body {
    max-height: calc(100% - 120px);
    height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal-dialog {
    width: 90%;
    height: 90%;
    padding: 0;
}

.modal-content {
    height: 90%;
}

.layerButton {
    width: 240px;
    height: 40px;
    cursor: pointer;
    padding: 0;
}

.navbar {
    height: 60px;
    width: 100%;
}

.navbar-prj-logo-and-btn {
    display: flex;
    flex-grow: 1;
}

.navbar-logo, .navbar-prj-logo {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

button#navi_hb {
    margin-left: auto;
}

@media (max-width: 491px) {
    .navbar {
        height: 120px;
    }

    .navbar-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-collapse {
        position: fixed;
        width: calc(100% - 32px);
        top: 120px;
    }
}

.hidden {
    display: none;
}

.body {
    top:60px;
    height: calc(100% - 60px);
    width: 100%;
}

li i{
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* Side-Panel */
#side-panel {
    top:160px;
    right: 10px;
    height: 404px;
    width: 100px;
    z-index: 1;
    display: none;
}


/* Bottom-Panel */
#bottom-panel {
    pointer-events: none;
    margin: 0px 20% ;
    bottom: 60px;
    height: 81px;
    width: 60%;
    z-index:1;
    display: none;
}

#bottom-panel-frame {
    pointer-events: auto ;
    height: 81px;
    width: 220px;
}

#slider-bottom {
    margin-left: 20px;
    width: 80%;
    height: 15px ;
}

#layer-box {
    left: 10px;
    top: 70px;
    width: 260px;
    bottom: 40px;
    display:none;
    z-index:100;
}

#panelFrame {
    left:10px;
    top:70px;
    display: none;
}

@media (max-width: 491px) {
    #panelFrame, #layer-box {
        top:130px;
    }
}

#panel-icon {
    width: 80px;
    height: 80px;
}

/* right Panel */
#slider-right {
    top: 5px;
    width: 80px;
    height: 15px;
}

#guide {
    width: 90px;
    height: 36px
}

#layer-scale {
    width: 77px;
    height: 270px
}

#opacity {
    width: 90px;
    height: 29px;
}

/* Bottom Panel */
#scale-m {
    width: 220px;
    display: table-cell;
    height: 56px;
    vertical-align: middle;
}

#layer-scale-m {
    width: 170px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
}

#guide_m {
    width: 38px;
    height: 50px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.login-prompt-container {
    margin: 10px auto 0;
    padding: 20px;
    border: 5px solid #56bbbf;
    text-align: left;
    font-family: Arial, sans-serif;

    h1 {
        color: #008000;
        font-size: 24px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .login-btn {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    background-color: #56bbbf;

    .prohibited-matters {
        text-align: center;
        width: 100%;
        margin: 5px;
    }
}
