/* --- Basic Overrides & Setup --- */

html, body, header, nav, footer, section, div, button, table, ul, li, a, p, img, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

html, body {
	padding: 0;
	margin: 0;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	cursor: default;
}

/* --- Layer Loading --- */

.loading {
	position: absolute;
	top: calc(50% - 50px);
	right: calc(50% - 100px);
	width: 200px;
	display: none;
}

.loading.active {
	display: block;
}

.loading i {
	position: absolute;
	left: calc(50% - 30px);
	font-size: 60px;
	text-align: center;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

.loading p {
	font-size: 20px;
	text-align: center;
	padding-top: 60px;
	font-family: "Yanone Kaffeesatz";
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

/* --- Framework --- */

#LogoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 100px;
	z-index: 98;
	background-color: #9D3C08;
	-webkit-border-radius: 0 0 100px 0; 
	-moz-border-radius: 0 0 100px 0; 
	-o-border-radius: 0 0 100px 0; 
	border-radius: 0 0 100px 0;
/*	-webkit-box-shadow:   2px 2px 5px #888888; 
	-moz-box-shadow:   2px 2px 5px #888888; 
	-o-box-shadow:   2px 2px 5px #888888; 
	box-shadow:   2px 2px 5px #888888;*/
}

#LogoBox img {
	padding: 0;
	border-style: none;
}

#LogoBox a:first-child {
	padding-left: 35px;
}

#TopBar {
	position: absolute;
	top: 0;
	left: 270px;
	right: 0;
	height: 60px;
	z-index: 98;
}

#TopBarMain {
	position: absolute;
	top: 0;
	left: 0;
	right: 97px;
	height: 50px;
	background-color: #9D3C08;
	-webkit-border-radius: 0 0 50px 0; 
	-moz-border-radius: 0 0 50px 0; 
	-o-border-radius: 0 0 50px 0; 
	border-radius: 0 0 50px 0;
/*	-webkit-box-shadow:   2px 2px 5px #888888; 
	-moz-box-shadow:   2px 2px 5px #888888; 
	-o-box-shadow:   2px 2px 5px #888888; 
	box-shadow:   2px 2px 5px #888888;*/
	overflow: hidden;
	white-space: nowrap;
}

#TopBarMain h1 {
	height: 40px;
	padding: 6px 50px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Roboto";
	overflow: hidden;
	text-overflow: ellipsis;
}

#HelpButton {
	position: absolute;
	top: 0;
	right: 15px;
	padding: 5px 10px;
	font-family: "Roboto";
	font-size: 14px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	-o-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow:   2px 2px 5px #000000; 
	-moz-box-shadow:   2px 2px 5px #000000; 
	-o-box-shadow:   2px 2px 5px #000000; 
	box-shadow:   2px 2px 5px #000000;
	text-decoration: none;
}

#HelpButton:hover {
	padding: 15px 10px;
	cursor: pointer;
	background-color: #F1DEC7;
}

#HelpButton.active {
	background-color: #000000;
	color: #FFFFFF;
}

#TopBarTopCurve {
	position: absolute;
	top: 0;
	right: 70px;
	width: 30px;
	height: 20px;
	background-image: url("../images/Corners_OrangeBrown.png");
	background-size: 60px 40px;
}

#TopBarBottomCurve {
	position: absolute;
	top: 50px;
	left: 0;
	width: 20px;
	height: 10px;
	background-image: url("../images/Corners_OrangeBrown.png");
	background-size: 40px 20px;
}

#SideBar {
	position: absolute;
	top: 100px;
	bottom: 50px;
	left: 0;
	width: 40px;
	z-index: 98;
}

#SideBarMain {
	position: absolute;
	top: 0;
	bottom: 39px;
	left: 0;
	width: 20px;
	background-color: #9D3C08;
	-webkit-border-radius: 0 0 10px 0; 
	-moz-border-radius: 0 0 10px 0; 
	-o-border-radius: 0 0 10px 0; 
	border-radius: 0 0 10px 0;
/*	-webkit-box-shadow:   2px 2px 5px #888888; 
	-moz-box-shadow:   2px 2px 5px #888888; 
	-o-box-shadow:   2px 2px 5px #888888; 
	box-shadow:   2px 2px 5px #888888;*/
}

#SideBarTopCurve {
	position: absolute;
	top: 0;
	left: 20px;
	width: 20px;
	height: 20px;
	background-image: url("../images/Corners_OrangeBrown.png");
}

#SideBarBottomCurve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 40px;
	background-image: url("../images/Corners_OrangeBrown.png");
	background-size: 30px 80px;
}

/* --- Main --- */

#Main {
	padding: 100px 20px 20px 50px;
}

#Main div {
	border-bottom: 1px solid #C6C6C6;
	max-width: 700px;
}

#Main h1 {
	padding: 20px 0;
	clear: both;
}

#Main h2 {
	font-size: 16px;
	padding: 10px 5px 10px 0;
	clear: both;
}

#Main p {
	margin: 0 20px 10px 20px;
	vertical-align: top;
}

#Main ul {
	margin-left: 50px;
}

#Main ul.bump {
	margin-left: 120px;
}

#Main img {
	padding: 0 15px 5px 20px;
	vertical-align: top;
	max-width: 200px;
	float: left;
}

#Main br {
	clear: both;
	font-size: 2px;
}

#Main a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* --- Map Area --- */

#MapArea {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
}

#mapDiv {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* --- Zoom In/Out Map Navigation (Widget Style Overrides) --- */

.esriSimpleSlider {
	border-color: black;
	color: black;
	top: 125px;
	left: 20px;
	z-index: 99 !important;
	border: none;
	-webkit-border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0; 
	-o-border-radius: 0 5px 5px 0; 
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow:   2px 2px 5px #000000; 
	-moz-box-shadow:   2px 2px 5px #000000; 
	-o-box-shadow:   2px 2px 5px #000000; 
	box-shadow:   2px 2px 5px #000000;
}

.esriSimpleSlider:hover {
	width: 45px;
}

.esriSimpleSliderIncrementButton {
	border-bottom: none !important;
	width: 100%;
}

.esriSimpleSliderDecrementButton {
}

.esriSimpleSliderIncrementButton:hover {
	background-color: #F1DEC7;
	width: 40px;
	text-align: left;
	padding-left: 5px;
}

.esriSimpleSliderDecrementButton:hover {
	background-color: #F1DEC7;
	width: 38px;
	text-align: left;
	padding-left: 7px;	
}

.esriScalebar {
	bottom: 5px;
}

.esriScalebarLabel {
	color: black;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 10px;
}	

#Toolbar {
	width: 32px;
	margin-top: 5px;
	position: absolute;
	top: 185px;
	left: 20px;
	z-index: 99;
}

#Toolbar ul {
	height: 100%;
	list-style: none;
}

#Toolbar ul li {
	float: left;
	padding-bottom: 5px;
	height: 100%;
}

#HomeButton {
	display: block;
}

.HomeButton .home {
	width: 26px;
	height: 26px;
	background-color: #FFFFFF; 
	background-image:url("../images/home_ca_black.png"); 
	-webkit-border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0; 
	-o-border-radius: 0 5px 5px 0; 
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow:   2px 2px 5px #000000; 
	-moz-box-shadow:   2px 2px 5px #000000; 
	-o-box-shadow:   2px 2px 5px #000000; 
	box-shadow:   2px 2px 5px #000000;
}

.HomeButton .home:hover {
	background-color: #F1DEC7; 
	width: 41px;
}

.CustomTool {
	display: block;
	padding: 5px;
	width: 20px;
	height: 20px;
	color: black;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none; 
	-webkit-border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0; 
	-o-border-radius: 0 5px 5px 0; 
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow:   2px 2px 5px #000000; 
	-moz-box-shadow:   2px 2px 5px #000000; 
	-o-box-shadow:   2px 2px 5px #000000; 
	box-shadow:   2px 2px 5px #000000;
	background-color: #FFFFFF; 
	background-position:center center; 
	background-repeat:no-repeat; 
}

.CustomTool:hover {
	cursor: pointer;
	background-color: #F1DEC7;
	width: 35px;
}

.CustomTool.active {
	background-color: #9D3C08;
	color: #FFFFFF;
}

.esriOverviewMap {
	z-index: 90;
}

.ovwContainer {
	-webkit-border-radius: 0 50px 0 0; 
	-moz-border-radius: 0 50px 0 0; 
	-o-border-radius: 0 50px 0 0; 
	border-radius: 0 50px 0 0;
	-webkit-box-shadow:   2px 2px 5px #888888; 
	-moz-box-shadow:   2px 2px 5px #888888; 
	-o-box-shadow:   2px 2px 5px #888888; 
	box-shadow:   2px 2px 5px #888888;
}

.esriOverviewMap .map {
	-webkit-border-radius: 0 50px 0 0; 
	-moz-border-radius: 0 50px 0 0; 
	-o-border-radius: 0 50px 0 0; 
	border-radius: 0 50px 0 0;		
}

/* --- PANEL styles --- */

.LayerPanel {
	background: white;
	position: absolute;
	top: 60px;
	right: 10px;
	width: 210px;
	z-index: 99;
	border: 1px solid black;
	-webkit-border-radius: 5px 5px 10px 10px; 
	-moz-border-radius: 5px 5px 10px 10px; 
	-o-border-radius: 5px 5px 10px 10px; 
	border-radius: 5px 5px 10px 10px;
	-webkit-box-shadow:   2px 2px 5px #000000; 
	-moz-box-shadow:   2px 2px 5px #000000; 
	-o-box-shadow:   2px 2px 5px #000000; 
	box-shadow:   2px 2px 5px #000000;
	bottom: 10px;
}

.LayerPanelTitle {
	background: #9D3C08;
	color: white;
	border-bottom: 1px solid #9D3C08;
	width: 100%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	font-family: "Syncopate", sans-serif;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.closePanel {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 18px;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 2px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	-o-border-radius:5px; 
	border-radius:5px;

}

.closePanel:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

.LayerPanelContent {
	background: white;
	overflow: auto;
	overflow-x: hidden;
	font-size: 12px;
	font-family: "Ubuntu", sans-serif;
	position: absolute;
	top:29px;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	-o-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 10px 10px;
}

.panelContentHeading {
	border-width: 1px 0;
	border-color: black;
	border-style: solid;
	padding: 5px 0;
	text-align: center;
	font-family: "Syncopate", sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	background: #F1DEC7;
}

.templatePicker {
	border: none;
	padding: 10px 0 10px 10px; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0;
}

.dojoxGrid,
.dojoxGridView {
	width: 100% !important;
	font-size: 12px;
	font-family: "Ubuntu", sans-serif;
}

.groupLabel {
	font-family: "Syncopate", sans-serif;
	font-variant: small-caps;
}

.templatePicker .grid .selectedItem {
	background-color: #F1DEC7 !important;
	border-color: #C6C6C6 !important;
}

.templatePicker .grid .item {
	cursor: pointer;
}

.panelToolbar ul {
	width: 100%;
	list-style: none;
	display: block;
	padding: 0 1px 1px 1px;
	margin-bottom: 10px;
}

.panelToolbar ul li {
	float: left;
	padding-right: 2px;
}

#locationToolbarTitle {
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px;
}

.panelToolbar ~ div {          /*acts on every div preceeded by a .panelToolbar*/
	margin: 0 0 15px 0;
	border-top: 1px solid #C6C6C6;
	clear: both;
}

.panelTool {
	display: block;
	height: 18px;
	width: 18px;
	font-size: 16px;
	text-align: center;
	padding: 4px;
	margin: 2px 0;
	border: 1px solid white;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	-o-border-radius:5px; 
	border-radius:5px;
}

.panelTool.active {
	background-color: #F1DEC7;
	border: 1px solid black;						
}

.panelTool.disabled {
	color: #C6C6C6;
}

.panelTool:hover {
	color: white;
	background-color: black;
	border: 1px solid black;
	cursor: pointer;
}

.panelTool.active:hover {
	color: black;
	background-color: #F1DEC7;
}

.panelTool.disabled:hover {
	color: #C6C6C6;
	background-color: white;
	border-color: white;
	cursor: default;
}

.inlineButton {
	display: inline-block;
	height: 18px;
	width: 18px;
	font-size: 14px;
	text-align: center;
	padding: 2px;
	margin: 0 0 0 5px;
	border: 1px solid #C6C6C6;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	-o-border-radius:5px; 
	border-radius:5px;
}

.inlineButton:hover {
	color: white;
	background-color: black;
	border: 1px solid black;
	cursor: pointer;
}


/* -------- LEGEND Panel Styles -------- */

.esriLegendService {
	padding-bottom: 2px;
}

.esriLegendServiceLabel {
	display: none;
}

.legendFL .esriLegendServiceLabel {
	display: block;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #C6C6C6;
}

.esriLegendLayerLabel {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 10px;
}

.legendFL .esriLegendLayerLabel {
	display: none;
}

.legendService {
	width: 185px;
	padding-left: 10px;
}

.legendServiceTitle {
	padding: 10px 0 5px 0;
	width: 100%;
	font-weight: bold;
	font-family: "Syncopate" sans-serif;
	font-variant: small-caps;
	font-size: 14px;
}

.legendLayer {
	width: 100%;
}

.legendLayerTitle {
	padding: 5px;
	width: 100%;
	font-weight: bold;
}

.legendItems {
	display: table;
}

.imageSpan {
	padding: 2px 5px;
	display: table-cell;
	vertical-align: middle;
	width: 20px;
}

.legendImage {
	max-width: 20px;
	max-height: 20px;
}

.legendLabel {
	padding: 2px 5px 2px 0;
	display: table-cell;
	vertical-align: middle;
	align: left;
}

#legendStatus {
	padding: 10px;
	font-weight: bold;
}

/* -------- VISIBILITY Panel Styles -------- */

#VisibilityContent {
	text-align: left;
	padding: 10px 5px;
	font-family: "Ubuntu", sans-serif;
}

#VisibilityContent p {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C6C6C6;
}

#VisibilityContent label {
	display: block; 
	position: relative;
	top: -17px;
	vertical-align: middle;
	margin-left: 20px;
	font-size: 12px;
	font-family: "Ubuntu", sans-serif;
}

#VisibilityContent .sub{
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
}



#VisibilityContent .sub span{
	line-height: 14px;
	vertical-align: middle;
	padding-left: 5px;
}

#VisibilityContent .sub input{
	line-height: 14px;
	vertical-align: top;
}


#chooseBasemap {
    padding: 0 0 5px 12px;
}

#chooseBasemap label {
	margin: 0 15px 0 0;
	padding-top: 10px;
}

/* -----------*/

table.identify {
	width: 99%;
}

th {
	background-color: #F1DEC7;
}

tr.even {
	background-color: #DFDFDF;
}

td.field {
	width: 50%;
}

/* ----- LOCATION TOOLS ------*/

.locationDiv {
	border-bottom: 1px solid #C6C6C6;
	padding: 10px;
}

.locationDiv h1 {
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
	font-variant: small-caps;
}

.locationDiv h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

#AddressFormat {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;		
}

.locationLine {
	padding: 2px 10px;
}

.locationLine label {
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	display: inline-block;
	width: 37px;
	font-variant: small-caps;
}

.locationLine p {
	display: inline-block;
	padding-left: 5px;
	text-align: right;
	width: 70px;
}

	#currentExtZoom {
		text-align: left;
	}

.locationLine input {
	display: inline;
	margin-left: 5px;
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
}

#zoomLevelMenu,
#bookmarksUnitsMenu,
#bookmarksCountiesMenu {
	margin-left: 5px;
}

#zoomLevelMenu .dijitSelectLabel,
#bookmarksUnitsMenu .dijitSelectLabel,
#bookmarksCountiesMenu .dijitSelectLabel {
	width: 56px;
    height: 13px;
    overflow: hidden;
}

#getLocationButton {
	margin-left: 5px;
}

#bookmarksUnitsMenu_dropdown,
#bookmarksCountiesMenu_dropdown {
	max-height: 155px;
}

#zoomAddressButton {
	margin-left: 108px;
}

/* ----- SWIPE TOOL ------*/

.LayerSwipe {
	width: 90%;
	padding-left: 60px;
}

/* ----- RATIO SCALE ------*/

#ratioScaleWrapper {
	position: absolute;
	bottom: 28px;
	left: 40px;
	width: 100%;
	height: 20px;
	text-align: center;
}

/* ----- SPLASH PAGE ------*/

#overlay, #exportoverlay {
	background-color:rgba(255,255,255,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
 }

#appInfoWrapper {
	position: absolute;
	top: 0;
	margin-top: 75px;
	left: 50%;
	margin-left: -375px;
	width: 100%;
	height: 100%;
}

#appInfo {
	width: 700px;
	padding: 20px;
	background-color: white;
	border: 1px solid black;
	-webkit-border-radius: 5px 5px 10px 10px; 
	-moz-border-radius: 5px 5px 10px 10px; 
	-o-border-radius: 5px 5px 10px 10px; 
	border-radius: 5px 5px 10px 10px;
	-webkit-box-shadow:   1px 1px 2px #000000; 
	-moz-box-shadow:   1px 1px 2px #000000; 
	-o-box-shadow:   1px 1px 2px #000000; 
	box-shadow:   1px 1px 2px #000000;
	position: relative;
	text-align: left;
}

#appInfo button {
	width: 100px;
	font-size: 14px;
	margin: 15px 175px 0 175px;
}

#continueWrapper {
	text-align: center;
	margin-top: 10px;
}

#exportWrapper {
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -325px;
	width: 100%;
}

#exportDiv {
	width: 650px;
	padding: 0;
	background-color: white;
	border: 1px solid black;
	-webkit-border-radius: 5px 5px 10px 10px; 
	-moz-border-radius: 5px 5px 10px 10px; 
	-o-border-radius: 5px 5px 10px 10px; 
	border-radius: 5px 5px 10px 10px;
	-webkit-box-shadow:   1px 1px 2px #000000; 
	-moz-box-shadow:   1px 1px 2px #000000; 
	-o-box-shadow:   1px 1px 2px #000000; 
	box-shadow:   1px 1px 2px #000000;
	position: relative;
	text-align: left;
}

#exportlink {
	display: inline-block;
	padding: 10px 20px;
}

#exportDivContent {
	padding: 20px;
}

.splashText {
	font-size: 12px;
	font-family: "Ubuntu", sans-serif;
	padding: 20px;
}

#buttonWrapper {
	text-align: center;
	margin: 0 0 10px 0;
}

#buttonWrapper button {
	width: 100px;
	font-size: 14px;
	display: inline-block;
	margin: 10px 5px 0; 
}

#exportStatus {
	padding-top: 10px;
	color: red;
}

#exportOrientation .dijitSelectLabel {
    width: 70px;
}

#exportFormat .dijitSelectLabel {
    width: 60px;
}

#exportOrientation {
	margin-right: 10px !important;
}

.exportfield {
	display: inline-block;
}

.exportfieldlabel {
	padding-right: 10px;
}

.exportfielddiv {
	margin-bottom: 10px;
}

.visibilitygroup_header {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 5px 10px;
	width: 90%;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 2px;
	cursor: pointer;
}

.visibilitygroup_header i {
	font-size: 11px;
	padding: 2px 10px 0 0;
	line-height: 16px;
	vertical-align: top;
	color: #4C4C4C;
}

.visibilitygroup_header span {
	line-height: 16px;
	vertical-align: bottom;
	padding-bottom: 5px;	
}

.visibilitygroup.closed .visibilitygroup_content,
#VisibilityContent_Basemap.closed .visibilitygroup_content {
	display: none;
}


#VisibilityContent_Layers,
#VisibilityContent_Basemap {
	padding: 0 5px;
}


#VisibilityContent_Basemap p {
	border-bottom: none;
	padding-left: 5px;
}

#VisibilityContent_Basemap .dijitSelect {
	margin-left: 5px;
}

#VisibilityContent_Basemap .dijitSelectLabel {
	width: 138px;
}

#VisibilityContent_Basemap .dijitSlider {
	top: 10px;
}

.splashlist {
	margin-left: 20px;
}





.alert {
	color: red;
}

.tempvisibilitygrouphead {
	padding: 10px;
}

.tempvisibilitygrouptext {
	padding: 0 25px 5px;
	font-style: italic;
	color: red;
}

.inone {
	padding-left: 50px;
	font-size: 12px;
}

.inone li {
	padding-top: 10px;
}

.intwo {
	padding-left: 40px;
}

.intwo li {
	padding-top: 2px;
}

.splashLayer {
	font-variant: small-caps;
	color: #9D3C08;
}

#ToggleHelp {
	text-decoration: none;
	display: none;
}

.exportfieldinnerdiv {
	display: inline;
}


/* Media Query Overrides for Responsive Design */

/*@media screen and (max-height: 750px), screen and (max-width: 850px) {*/
@media screen and (max-height: 530px), screen and (max-width: 780px) {

	#LogoBox {
		display: none;
	}

	#TopBar {
		left: 0;
	}

	#TopBarTopCurve {
		height: 17px;
	}

	#TopBarBottomCurve {
		display: none;
	}

	#SideBar {
		top: 50px;
	}

	#Main {
		padding-top: 0;
	}

	.esriSimpleSlider {
		top: 80px;
	}

	#Toolbar {
		top: 140px;
	}

	#appInfoWrapper {
		top: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0;
	}

	#appInfo {
		width: 100%;
		height: 100%;
		padding: 0;
		border: none;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		-o-border-radius: 0; 
		border-radius: 0;
		-webkit-box-shadow: 0; 
		-moz-box-shadow: 0; 
		-o-box-shadow: 0; 
		box-shadow: 0;
	}	

	.initialblurb {
		padding: 30px;
	}

	#splashTextDiv {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 48px;
		overflow: auto;
	}
	
	#appInfo button {
		margin: 10px auto;
	}

	#continueWrapper {
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #F1DEC7;
		border-top: 2px solid #9D3C08;
	}

}

@media screen and (max-height: 500px), screen and (max-width: 650px) {
	
	html, body {
		min-height: 375px;
		font-size: 14px;
	}

	#TopBar {
		height: 40px;
	}

	#TopBarMain {
		right: 0;
		height: 40px;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		-o-border-radius: 0; 
		border-radius: 0;
	}

	#TopBarMain h1 {
		height: 30px;
		padding: 6px 70px 6px 10px;
		font-size: 20px;
		text-align: center;
	}

	#HelpButton {
		display: none;
	}

	#TopBarTopCurve {
		display: none;
	}

	#SideBar {
		display: none;
	}

	#Main {
		padding: 0 15px 20px 15px;
	}

	.esriSimpleSlider {
		top: 45px;
		left: 15px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		-o-border-radius: 5px; 
		border-radius: 5px;		
	}

	.esriSimpleSlider:hover {
		width: 30px;
	}

	.esriSimpleSliderIncrementButton:hover,
	.esriSimpleSliderDecrementButton:hover {
		width: 30px;
		text-align: center;
		padding: 0;
	}

	.esriScalebar {
		left: 80px;
	}

	#Toolbar {
		top: 90px;
		left: 0px;
		padding: 15px;
		z-index: 100;
	}

	#Toolbar ul li {
		display: block;
		padding-bottom: 4px;
	}

	.HomeButton .home {
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		-o-border-radius: 5px; 
		border-radius: 5px;		
	}

	.HomeButton .home:hover {
		width: 26px;
	}

	.CustomTool {
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		-o-border-radius: 5px; 
		border-radius: 5px;				
	}

	.CustomTool:hover {
		width: 20px;
	}

	.esriOverviewMap {
		z-index: 110;
	}

	.LayerPanel {
		top: 50px;
		right: 15px;
		bottom: 15px;
	}

	#ratioScaleWrapper {
		left: 80px;
		height: 15px;
		text-align: left;
		font-size: 12px;
	}

	#exportWrapper {
		top: 0;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		height: 100%;
	}

	#exportDiv {
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		-o-border-radius: 0; 
		border-radius: 0;
		-webkit-box-shadow: 0; 
		-moz-box-shadow: 0; 
		-o-box-shadow: 0; 
		box-shadow: 0;		
	}

	#exportlink {
		padding: 10px 25px;
	}

	#exportDivContent {
		padding: 5px 5px 10px 5px;
		position: absolute;
		top: 29px;
		right: 0;
		left: 0;
		bottom: 48px;
		overflow: auto;		
	}

	#buttonWrapper {
		padding-bottom: 10px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #F1DEC7;
		border-top: 2px solid #9D3C08;
	}

	.exportfieldlabel {
		padding: 10px;
		display: inline-block;
		width: 70px;
		text-align: right;
	}

	.exportfielddiv {
		display: block;
		margin-bottom: 0;
	}


	#ToggleHelp {
		display: block;
		position: absolute;
		top: 5px;
		right: 15px;
		width: 30px;
		height: 10px;
		padding-top: 4px;
		color: #F1DEC7;
		font-size: 25px;
		text-align: center;
		vertical-align: middle;
	}

	#ToggleHelp:hover {
		cursor: pointer;
		color: #FFFFFF;
	}

	.exportfieldinnerdiv {
		display: inline-block;

	}

	.esriPopup, .esriPopupWrapper {
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 200 !important;
	}

	.sizer {
		width: 100% !important;
		background-color: #9D3C08;
	}

	.sizer:nth-child(1) {
		height: 8% !important;
		background-color: #9D3C08;
	}

	.sizer:nth-child(2) {
		height: 84% !important;
		background-color: #FFFFFF;
	}

	.sizer:nth-child(3) {
		height: 8% !important;
		background-color: #F7F7F7;
	}

	#buttonWrapper {
		margin: 0;
	}

	.closePanel {
		top: 0;
		right: 0;
		padding-top: 5px;
		width: 28px;
		height: 24px;
		font-size: 18px;
		vertical-align: middle;
	}

	.esriPopup .titleButton {
	}

	.esriPopup .titlePane {
		line-height: 26px !important;

		/*font-size: 14px;*/
		background-color: #9D3C08;
	}

	.esriPopup .titlePane .title {
		padding-top: 2px;
	}

	.esriPopup .titleButton.close {
		right: 10px;
		padding: 4px;
		width: 15px;
		height: 15px;
		background-clip: content-box !important;
		background-position: 6px 4px;
		border: 2px solid #9D3C08;
		-webkit-border-radius: 15px; 
		-moz-border-radius: 15px; 
		-o-border-radius: 15px; 
		border-radius: 15px;
	}

	.esriPopup .titleButton.close:hover {
		border: 2px solid #F1DEC7;
	}

	.esriPopup .titleButton.maximize {
		display: none;
	}

	.esriPopup .titleButton.prev {
		display: none;
	}

	.esriPopup .titleButton.next {
		display: none;
	}

	.ovwButton {
		padding: 7px !important;
		background-clip: content-box !important;
		background-repeat: no-repeat !important;
	}

	.ovwButton.ovwShow {
		background-position: 7px -71px !important;
	}

	.ovwButton.ovwHide {
		background-position: 7px 7px !important;
	}

}




