﻿html, body {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background-color: white;
}

#dDisclaimer {
    background-color: white;
    box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5);
    border: solid;
    border-color: darkgrey;
    border-radius: 1em;

    font-size: .9em;
    font-weight: normal;
    font-family: Arial;
}

.dijitDialogPaneContent {
    width: 30em !important;
    height: 13em !important;
}

#mapESRI {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background-color: white;
}

#HomeButton {
    position: absolute;
    top: 20px;
    left: 320px;
    z-index: 2;
    margin: .2em;
}

.esriSimpleSlider {
    top: 60px !important;
    left: 324px !important;
}

#mapHeaderPanel {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 300px;
    z-index: 4;
    margin: .1em;
    padding: 1em;
    background-color: white;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
    border: solid;
    border-color: darkgrey;
    border-radius: 1em;
    font-size: .7em;
    font-weight: bold;
    font-family: Arial;
}

#mapHeaderPanel table {
    margin: 0px;
}

#mapHeaderPanel a {
    text-decoration: none;
}

#mapToolsPanel {
    position: absolute;
    top: 210px;
    right: 15px;
    width: 250px;
    z-index: 4;
    margin: .1em;
    padding: 1em;
    background-color: white;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
    border: solid;
    border-color: darkgrey;
    border-radius: 1em;
    font-size: .8em;
    font-weight: bold;
    font-family: Arial;
}

#mapDisplayMain {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 330px;
    height: 100px;
    z-index: 1;
    margin: .1em;
    padding: 1em;
    background-color: white;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
    border: solid;
    border-color: darkgrey;
    border-radius: 1em;

    font-family: Arial;
    font-weight: normal;
    font-size: .75em;
}

#butElev {

}

#butMeasure {

}

#butIdPoint {

}

#butGotoPoint {

}

#butIdXSect {

}

.butArrow {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.esriScalebar {
    padding: 4px 30px 6px 4px;
    background-color: white;
    border-radius: 4px;
    opacity: 0.8;
    width: auto;
    height: auto;
}

.vwMenu {
    border:solid;
    border-color:black;
    border-width:1px;
    padding:.25em;
}

.vwMenuSel {
    border:solid;
    border-color:black;
    border-width:1px;
    padding:.25em;
    background-color:lightskyblue;
    color:red;
}


