html, body, #splash, #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

html, body, #splash, #map {
    background-color: rgba(209, 225, 242, 1.0);
}

#splash {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}

#splash .disclaimers {
    color: rgb(49, 141, 222);
    position: absolute;
    top: 35%;
    left: 35%;
    width: fit-content;
    height: fit-content;
}

/*
#sidebar.leaflet-sidebar {
    min-width: 35em;
    max-width: 35em;
    width: 35em;
}

#sidebar .leaflet-sidebar-tabs, #sidebar .leaflet-sidebar-tabs ul {
    width: 3em;
}

#sidebar .leaflet-sidebar-content {
    left: 3em;
}

#sidebar .leaflet-sidebar-pane {
    min-width: 32em;
    max-width: 32em;
    width: 32em;
    left
}

#sidebar.leaflet-sidebar-left ~ #map .leaflet-control-container .leaflet-left {
    left: 36em;
}
*/

/*
.fa, button, select, th, h2, h3 {
    color: rgb(49, 141, 222);
}

#sidebar .leaflet-sidebar-tabs > ul > li.active i.fa {
    color: #fff;
}
*/

#sidebar button {
    cursor: pointer;
}

#sidebar button:active {
    cursor: wait;
}

#layers button {
    text-size: 1.2em;
    margin: 1ex;
}

#layers-agtc-palette button {
    margin: 0.2em;
}

#sidebar .leaflet-sidebar-header, #sidebar .leaflet-sidebar-tabs > ul > li.active {
    background-color: rgba(49, 141, 222, 1.0);
}

#layers-container .leaflet-control-layers-expanded {
    border: none;
    position: inherit;
    float: inherit;
}

#properties-content table, #layers table, #search table {
    margin: 1em;
    width: 90%;
}

#properties-content table, #layers table {
    text-align: left;
}

#layers table.layers-legend td:last-child {
    text-align: center;
    font-size: 2em;
}

#node-search p {
    clear: both;
    text-align: center;
}

#snode-earch-wrap, #snode-earch-wrap div.search-exp {
    width: 100%;
}

#node-search input.search-input {
    width: 20em;
}

#searcher td.centered {
    text-align: center;
}

#searcher-results-details dt {
    padding-left: 1em;
}

#properties-content thead tr, #layers thead tr, #search thead tr {
    border-top: 2px gray solid;
    border-bottom: 1px gray solid;
}

#properties-content tbody tr:hover, #layers tbody tr:hover, #search tbody tr:hover {
    background-color: rgba(222, 222, 222, 0.8);
}

#properties-content th:first-child, #search th {
    text-align: left;
}

#layers th:first-child, #layers th:last-child {
    text-align: center;
}

.leaflet-export-container > * {
    margin: auto 0.2em;
}

#gister-all .x-supagrid table {
    font-size: 0.8em;
}

#gister-all .x-supagrid th input, #gister-all .x-supagrid .head th, #gister-all .x-supagrid td, #gister-all .x-supagrid .body input {
    min-width: 3em;
    max-width: 12em;
    width: auto;
    font: 10px/1.2 sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
#search input {
    width: 6em;
}
*/
