﻿html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#xMain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.map-comtainer {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: crosshair !important;
}

.leaflet-container {
    background: #000;
}

#xMain {
    z-index: 99;
}

#controlBox {
    z-index: 999;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 1px;
    top: 1px;
    float: left;
}

#pickArea {
    display: inline-block;
}

.x-tooltip {
    background-color: rgba(255, 255, 255, 0.1);
    color: #000;
    border: none;
    font-size: smaller;
    padding: 4px;
    text-align:center;
}