/******************************************************************************* 
Styles for main areas of the map

*******************************************************************************/
#mainContent {
	width: 100%;
	height: 90%;
	margin: 0;
	padding: 0;
	font: 11pt arial, helvetica, tahoma, sans-serif;
}

#mainContent p {
	font: 11pt arial, helvetica, tahoma, sans-serif;
}

#tipReplay {
	position: relative;
	float: right;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

h1 {
	clear: both;
}

h2 {
	margin-top: 10px;
}



#pnlHelpLinks,#pnlSearch,#pnlSidebar,#tabs_container,#tblLegend,#tooltipDialog,div.suggestions {
	/*  font-size: 10pt;  font size should not be too big */
	font: normal 11pt arial, helvetica, tahoma, sans-serif;
}

label[for="searchNRP"] {
	font-weight: bold;
	font-size: 12pt;
}

#contentPage {
	margin: 20px 40px;
}

#mainContent a {
	border-bottom: 0px;
}

#chooseStatsDiv {
	display: none;
}

/* compare */
#compareDiv {
	float: left;
	display: none;
}

#popupCompare {
	display: none;
}

#compareList {
	margin-left: 5px;
	padding-left: 0px;
	min-height: 400px;
	background-color: rgba(64, 0, 0, 0.1);
	background-radius: 10px;
	list-style-type: none;
	margin-top: 0px;
}

#compareList li {
	margin-left: 0;
}

/* <li class="compareItem"><h4>{0}</h4><h5>{1}</h5><img src='..'></ul> */
.compareItem {
	border: 1px solid grey;
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: white;
}

.compareItem h4 {
	font-size: small;
	margin-top: 0px;
	padding-left: 5px;
	border-radius: 10px;
	background-color: rgba(128, 128, 128, 0.3);
}

.compareItem h5 {
	font-size: small;
	font-weight: normal;
	margin-top: 2px;
	line-height: 1.1em;
}

.compareItem img {
	width: 20px;
	height: 20px;
}

#flyingBox {
	position: absolute;
	display: none;
	border: 10px dashed grey;
	height: 100px;
	width: 160px;
	z-index: 200;
}
/*
#chooseStats {
	border-radius: 10px;
	background-color: rgba(128, 128, 128, 0.3);
	padding: 1em 1em 1em 1em;
}

#chooseStats label {
	margin-left: 5px;
}

#chooseStats .statsItem {
	margin-right: 1em;
	margin-bottom: 5px;
	padding: 0.1em 0.1em 0.1em 0.1em; 
	background-color: rgba(128, 64, 128, 0.2); 
	border-radius : 5px;
	display: inline-block;
	width: 18em;
}
*/
#popupShortStats {
	margin: 5px 0px;
}

/* each individual result */
.statsItemResult {
	margin-left: 5px;
	line-height: 17px;
}

/* Map layer dropdown */
#fnControls {

  position : relative;
  float: right;
  z-index: 40;
 
}



/* Main map legend */
.iconDescription {
	min-width: 15em;
	float: left;
}

.iconDescription a {
	color: black;
	cursor: default;
}

.iconDescription img {
	width: 16px;
	height: 16px;
}

#currentLocation img {
	width: 32px;
	height: 32px;
	vertical-align: bottom;
}

.treeHighlight {
	background-color: yellow;
}

/* region search selection */
#popupTitle {
	background-color: grey;
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: medium;
}

#popupCode {
	display: none;
	padding-top: 10px;
	font-weight: bold;
	float: right;
}

#viewDataLink {
	font-size: 11pt;
	float: right;
	margin-right: 5px;
}

#popupDataList {
	list-style: none;
	padding-left: 0px;
}

#popupDataList a {
	text-decoration: none;
}


#directLinks td {
	margin-right: 1em;
	margin-bottom: 5px;
	padding: 0.1em 0.1em 0.1em 0.1em;
	background-color: rgba(128, 64, 128, 0.2);
	border-radius: 5px;
	border-collapse: collapse;
}

#directLinks td:hover {
	background-color: yellow;
}

#directLinks a {
	text-decoration: none;
	color: #0066CC;
}

#directLinks a:visited {
	color: #0066CC;
}

#map_layers image {
	cursor: pointer;
}

#map_layers circle {
	cursor: pointer;
}

/* This is only needed because zabs_website.css overrides the default styling and we cannot rename the class of this */
.sizer.content {
	padding: 0px;
}

div[id^=map_layer1], div[id^=map_layer2], div[id^=map_layer3], div[id^=map_layer4], div[id^=map_layer5], div[id^=map_layer6], div[id^=map_layer7], div[id^=map_layer8], div[id^=map_layer9] {
	-webkit-filter: grayscale(100%);
}

/* -- older stuff -- */
#pnlSearch #pnlHelpLinks,#pnlSidebar,#pnlLegend,#pnlHeading {
	padding: 0px;
}

#pnlSidebar,#pnlMap {
	padding: 0px;
}

#imgsHelpLinks {
	margin: 0px 10px 0px 10px;
}



select  !important {
	font-size: 10pt;
}

popUpDiv  !important {
	height: 50px;
	font-size: 10pt;
}

#popupSelectGo {
	width: 40px;
	height: 25px;
	vertical-align: center;
}

/* search results */
#pnlHeading {
	font-weight: bold;
	font-size: 12pt;
}

#pnlMap {
	width: 100%;
	/* height: 100%; Causes issues with ABS themes*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#pnlSidebar {
	width: 100%;
}

#map {
	width: 100%;
	height: 540px;
	overflow: hidden;
}

/******************************************************************************* 
Styles for the search messages 
*******************************************************************************/
#message {
	width: 100%;
	overflow: auto;
	background-color: yellow;
	font-weight: bold;
}

/******************************************************************************* 
Styles for the copy button
*******************************************************************************/
#copyButton {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display: none;
}

/******************************************************************************* 
Styles for the layer selection
*******************************************************************************/
#regionDetails {
}

#layers{
}

#currentMapLayerLabel {
  color: #4C4C4C;
  float: left;
  width: 120px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #57585A;
  border-right: none;
  background-color: #fff;
  box-sizing: content-box;
  padding: 6px;
  border-radius: 4px 0px 0px 4px;
  margin: 0;
  margin-top: 10px;
}

#selectRT {
  color: #4C4C4C;
  float: left;
  width: 350px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #57585A;  
  background-color: #fff;
  box-sizing: content-box;
  padding: 6px;
  border-radius: 0px 4px 4px 0px;
  margin: 0;
  margin-top: 10px;
}

/* mobile */
@media all and (max-width: 600px) { 
	#currentMapLayerLabel{
		display: none;
	}
	#selectRT{
		border-radius: 4px 4px 4px 4px;
		width: 300px;
	}
}

/******************************************************************************* 
Styles for the loading message
*******************************************************************************/
#msgLoading {
	position: absolute;
	height: 30px;
	width: 135px;
	top: 35%;
	left: 35%;
	text-align: center;
	padding: 2em;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	opacity: .75;
	-moz-opacity: 0.75;
	filter: alpha(opacity =             75);
}

/******************************************************************************* 
Styles for the autosuggest
*******************************************************************************/
div.suggestions {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	position: absolute;
}

div.suggestions div {
	cursor: default;
	background-color: white;
	padding: 0px 3px;
}

div.suggestions div.current {
	background-color: #0066CC;
	color: white;
}


/*dijit search box stuff borrowed from soria.css*/
.dijitDownArrowButton, .dijitValidationInner{
  display: none;
}

#mapSearchBar {
	top: 20px;
	right: 20px;
	position:absolute;
	z-index:50;
}

.arcgisSearch .searchGroup .searchInput {
		width: 150px !important;
}

