﻿html,
body,
.map,
#leaflet,
#other {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

input,
select {
    width: 150px;
}

.header,
.footer {
    background-color: #E6EEF8;
    color: #0E2D5F;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}

.header {
    height: 50px;
}

.title {
    height: 100%;
    line-height: 48px;
    font-size: 24px;
    font-weight: bolder;
}

.topRight,
.layout-split-proxy-h,
.layout-split-proxy-v {
    z-index: 9999;
}

.topRight {
    position: absolute;
    top: 10px;
    right: 10px;
}
