﻿
html, body, .map.container {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

fieldset {
    padding: 1em;
    font:80%/1 sans-serif;
    border: 1px solid
}
label {
    float: left;
    width: 25%;
    margin-right: 0.5em;
    padding-top: 0.4em;
    text-align: right;
    font-weight: bold;
}

a {
    text-decoration: none;
}

#divMap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    height: 99%;
}

#HomeButton {
    position: absolute;
    top: 20px;
    left: 145px;
    z-index: 35;
}

#BasemapToggle {
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 35;
}

#LocateButton {
    position: absolute;
    top: 20px;
    left: 185px;
    z-index: 35;
}

#Search {
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 35;
}

.searchlabel {
    width: 10%;
    text-align: right;
}

.searchvalue {
    width: 10%;
    text-align: right;
    color: #6699CC;
}

.layerCklbl {
    display: block;
    padding-left: 2px;
    text-align: left;
    vertical-align: top;
    /*text-indent: -15px;
    border: 1px solid white;*/
    width: 100px; 
}
.layerCkIn {
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#layerChk {
    border-radius: 10px;
    opacity: 0.9;
    color: white;
    background-color: #75766E;
    box-shadow: 0 0 3px #888;
    font-size: 1.1em;
    padding: 0.45em;
    position: absolute;
    top: 20px;
    left: 185px;
    z-index: 35;
    /*height: 180px;*/
}
.dgrid-background-red {
    background-color: lightcoral;
    color: white;
}
.dgrid-background-yellow {
    background-color: lightyellow;
}

.truncate {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #0052B2;
    font-size: 1em; 
    float:left;
    padding-left: 10px;
    margin: 0px;
    line-height: 25px;
}

#banner {
    position: absolute;
    top: 20px;
    right: 20px;
    border-color: #4F6CFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    /*border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;*/
    width: 425px;
    height: 25px;
    float: right;
    /*margin-top:20px;*/
    overflow: hidden;
    background-color: #BDE5F8;
}

.dj_ie .infowindow .window .top .right .user .content { 
    position: relative; 
}
.dj_ie .simpleInfoWindow .content {
    position: relative;
}

.esriAttributeInspector {
    width: 600px;
    height:600px;
}
.esriAttributeInspector .atiLayerName {
    display:none;
}
.esriAttributeInspector .atiButton{
    margin-top:1px;
    margin-right:45px;
}

.tabtables {
    border: 0.5px solid #6699CC;
    border-collapse: collapse;	
}

.tabtablestd {
padding: 2px 2px 2px 2px;
}


.searchlabel {
	width:10%; 
	text-align:right;
}
.searchvalue {
	width:10%; 
	text-align:right;
	color:#6699CC;
}

#leftPane {
	width: 20%;
	margin: 0;
	border: none;
}

#info {
	background: #fff;
	box-shadow: 0 0 5px #888;
	left: 1em;
	padding: 0.5em;
	position: absolute;
	top: 1em;
	z-index: 40;
}

h1.testTitle {
	font-size:2em;
	margin:0 0 1em 0;
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	border: 0;
}

#main {
	height: 100%;
	width: 100%;
	border: 0;
}

#header {
	margin: 0;
}

#leftAccordion {
	width: 25%;
}

#bottomTabs {
	height: 40%;
}

#hs-1width {
	width: 400px;
	height: 40px;
}

/* pre-loader specific stuff to prevent unsightly flash of unstyled content */
#loader {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ededed;
	z-index: 999;
	vertical-align: middle;
}

#loaderInner {
	padding: 5px;
	position: relative;
	left: 0;
	top: 0;
	width: 175px;
	background: #3c3;
	color: #fff;
}

#indTestBar,
#setTestBar {
	width: 400px;
}

hr.spacer {
	border: 0;
	background-color: #ededed;
	width: 80%;
	height: 1px;
}

/* rules used to test custom setting of TextBox padding */
.inputPadding0 .dijitInputField {
	padding: 0 !important;
}

.inputPadding1 .dijitInputField {
	padding: 1px !important;
}

.inputPadding2 .dijitInputField {
	padding: 2px !important;
}

.inputPadding3 .dijitInputField {
	padding: 3px !important;
}

.inputPadding4 .dijitInputField {
	padding: 4px !important;
}

.inputPadding5 .dijitInputField {
	padding: 5px !important;
}

