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

body {
    background-color: #FFF;
    overflow: hidden;
    font-family: "Trebuchet MS";
}

#basemapGallery {
    border: solid 1px #79663b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

#measurementTitlePane {
    width: 240px;
}

#rightPane {
    border: none;
    padding: 0;
    width: 228px;
}

#search {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 74px;
}

#LocateButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

#incidentListPane {
    width: 25%;
}

#layerListPane {
    width: 25%;
}

#legendListPane {
    border: solid #97DCF2 1px;
}

.esriLayer {
    background-color: #fff;
}

.esriLayerList .esriList {
    border-top: none;
}

.esriLayerList .esriTitle {
    background-color: #fff;
    border-bottom: none;
}

.esriLayerList .esriList ul {
    background-color: #fff;
}

header {
    overflow: hidden;
    height: 1.6em;
}

div.insetType {
    color: #97F900;
    font-size: 24px;
    font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
    padding-left: 25px;
}

.templatePicker {
    border: solid 2px #444;
}

.claro .dijitTitlePaneTitle {
    background: #fff;
    font-weight: 600;
    border: none;
    border-bottom: solid 1px #29201A;
    border-top: solid 1px #29201A;
}

.claro .dijitTitlePaneTitleHover {
    background: #eee;
}

.claro .dijitTitlePaneTitleActive {
    background: #808775;
}

.claro .dijitTitlePaneContentOuter {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.container {
    border: 2px solid #ccc;
    width: 300px;
    height: 100px;
    overflow-y: scroll;
}

.js-css3-treeview,
.js-css3-treeview * {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .js-css3-treeview label[for]::before,
    .js-css3-treeview label span::before {
        content: "\25b6";
        display: inline-block;
        margin: 2px 0 0;
        width: 13px;
        height: 13px;
        vertical-align: top;
        text-align: center;
        color: #e74c3c;
        font-size: 8px;
        line-height: 13px;
    }

    .js-css3-treeview li ul {
        margin: 0 0 0 22px;
    }

    .js-css3-treeview * {
        vertical-align: middle;
    }

.js-css3-treeview {
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}

    .js-css3-treeview li {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .js-css3-treeview input[type="checkbox"] {
        display: none;
    }

    .js-css3-treeview label {
        cursor: pointer;
    }

        .js-css3-treeview label[for]::before {
            -webkit-transform: translateX(-24px);
            -moz-transform: translateX(-24px);
            -ms-transform: translateX(-24px);
            -o-transform: translateX(-24px);
            transform: translateX(-24px);
        }

        .js-css3-treeview label span::before {
            -webkit-transform: translateX(16px);
            -moz-transform: translateX(16px);
            -ms-transform: translateX(16px);
            -o-transform: translateX(16px);
            transform: translateX(16px);
        }

    .js-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before {
        content: "\25bc";
    }

    .js-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul {
        display: none;
    }

    .js-css3-treeview label:not([for]) {
        margin: 0 8px 0 0;
    }

    .js-css3-treeview label span::before {
        content: "";
        border: solid 1px #1375b3;
        color: #1375b3;
        opacity: .50;
    }

    .js-css3-treeview label input:checked + span::before {
        content: "\2714";
        box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
        opacity: 1;
    }

.esriViewPopup .mainSection .attrTable td.attrName {
    color: #1f1d1d;
    padding-right: 5px;
    font-weight: bold;
}

.maploading-gis {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
    background-color: gray;
    opacity: 0.7;
    z-index: 1005;
    visibility: hidden;
}
