@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    box-sizing: border-box;
}

.footer {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    box-shadow: 0 50vh 0 50vh #000;
}


/* hopefully some overwrites for the map page */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: .5;
    /*background-color:#E5E5E5;*/
    background-color: #93a1ad;
}

.dijitBorders {
    /*margin:5px 5px 5px 5px; 
	border:solid thin #9CAA9C;
   -moz-border-radius: 4px;*/
    margin: 0;
    /* border:none; */
}

.labelText {
    color: #9CAA9C;
    font-size: 12pt;
    font-family: "Tahoma";
    margin: 5px;
    text-align: center;
    letter-spacing: 1px;
}

.headerText {
    color: #9CAA9C;
    font-size: 16pt;
    font-weight: bold;
    font-family: "Tahoma";
}

#header {
    max-height: 72px;
}

#map {
    border: none;
}

label {
    display: inline;
    padding-left: 8px;
}

.labelText {
    line-height: 1.5;
}



/* try to change the info window */
.content {
    padding: none;
}

.esriPopup .sizer {
    line-height: 1.5em;
    padding-top: 0;
}

#headerORG {
    background-color: #773f45
}

