html, body, article, .map-container, #cesiumContainer {
    width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;
}

body {
    font-size: 1.6em;
}

li {
    list-style-type: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000;
    padding-top: 10px;
    z-index: 999999999;
}

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: inherit;
    border: none;
}

#logo {
    height: 60px;
}

article {
    margin-top: 0;
    padding-top: 0px;
}

.navbar-collapse>.navbar-nav {
    margin-top: 0;
}

.navbar-nav {
    margin-top: 0;
    float: right;
}

.navbar-nav>li>a {
    padding: 0;
}

.navbar-nav>li>a>img {
    width: 120px;
}

.map-container {
    position: relative;
}

#lonlat-form {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #303336;
    border: 1px solid #ea4;
    color: #edffff;
    fill: #edffff;
    border-radius: 4px;
    padding: 5px 12px;
    margin: 2px 3px;
    cursor: pointer;
}

@media (max-width: 768px) {
    #lonlat-form {
        position: inherit;
    }
}

#lonlat-form label {
    color: #ffffff;
}

#lonlat-form input {
    margin: 5px 10px;
    padding: 5px 10px;
    border: none;
    color: #ffffff;
    background-color: #000000;
}

#lonlat-form input:focus {
    outline: none;
}

#lonlat-form input#fly-btn, #lonlat-form input#clear-btn {
    border-radius: 3px;
    background-color: #41ddee;
}

#lonlat-form input#fly-btn:hover , #lonlat-form input#clear-btn:hover {
    background-color: #ffffff;
    color: #41ddee;
}

.point-container {
    position: absolute;
    top: 100px;
    left: 15px;
    color: #FFFFFF;
    background-color: #242424;
    padding: 10px;
    border-radius: 7px;
    display: none;
}

.point-container table {
    border-collapse: separate;
    border-spacing: 2px;
}

.point-container table th:first-child {
    width: 60px;
}

.point-container table th:not(:first-child) {
    width: 120px;
}

.point-container table thead tr {
    background-color: rgba(84, 84, 84, 0.8);
}

.point-container table tbody tr:nth-child(even) {
    background-color: rgba(84, 84, 84, 0.8);
}

.point-container table tbody tr:nth-child(odd) {
    background-color: rgba(84, 84, 84, 0.25);
}

.point-container table th, .point-container table td {
    padding: 3px 5px;
}

.QRcode-container {
    position: absolute;
    top: 30px;
    right: 30px;
}

.QRcode-container img {
    width: 120px;
}

#qrcode_trigger_btn {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background: url("./mapctrls1d3.gif") no-repeat;
    display: inherit!important;
}

#qrcode_trigger_btn.expand {
    background-position: -39px -41px;
}

#qrcode_trigger_btn.collapse {
    background-position: -26px -41px;
}

.position-info-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 5px 50px 5px 0;
    text-align: right;
    height: 32px;
}

.position-info-wrap {
    display: none;
}

.position-info-wrap span {
    margin-left: 20px;
}