html, body {
    height: 100%;
    margin: 0;
}

#header {
    position: absolute;
    height: 60px;
    width: 100%;
    border-bottom: solid 1px rgba(1, 156, 222);
    color: white;
    text-align: center;
}

#map .ol-zoom {
    bottom: .5em;
    left: .5em;
    top: inherit;
}

#left-panel {
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 460px;
    margin-top: 60px;
    border-right: 1px solid wheat;
    padding: 10px;
    background: white;
}

.right-panel {
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-left: 460px;
}

.footer {
    position: absolute;
    bottom: 10px;
    width:414px;
    left:10px;
}

#img {
    display: none;
    background-color: black;
}

#charts {
    display: none;
}

.right_select select {
    height: 26px;
}

#wait-mask {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000059;
    z-index: 2001;
    text-align: center;
    padding-top: 200px;
}

a[disabled] {
    color: gray;
    pointer-events: none;
}

#wait-mask > .msg {
    font-size: 30px;
    color: #ff0500;
}

.ol-logo-only {
    display: none;
}

#sta-btn {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    width: 120px;
    /*float: right;*/
    cursor: pointer;
    display: inline-block;
}

#sta-btn.active {
    background-color: #008ECF;
}

#login-btn {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    min-width:120px;
    /*cursor: pointer;*/
    /*display: inline-block;*/
    float: right;
}
#login-btn.active {
    background-color: #008ECF;
}

.map-tool {
    background: #d6d6d6;
    height: 33px;
    right: 6px;
    position: absolute;
    z-index: 1;
    top: 65px;
    border-radius: 5px;
    padding: 5px 6px;
}

.map-tool-btn {
    border: none;
    background: beige;
}

.map-tool-btn.active {
    background: #5ccec0;
    color: white;
}

.site-title {
    margin-top: 9px;
    color: #f5f5f5;
    font-size: 26px;
    margin-bottom: 0;
    text-align: left;
}

/*坐标的样式*/
#mouse-position .ol-mouse-position{
    position: static;
    top: 0;
    right:0;
    margin: 5px;
}
#login-btn ul li{
    font-size: 14px;
    margin-right: 3px;
    cursor: pointer;
    display: inline-block;
}
.index-login-type{
}
.index-login-type a{
    font-size: 15px;
}
#imgbtn-2015{

}
