/* Site.css - add any site specific styles here
	colors, logos, etc.
*/

/*things to add to WebGIS
Clear table - maybe
Export mailing label format - put in Export drop down. need to toggle between Mailing and physical 
*/

.esri-grid .esri-column__header-content {
	font-weight: bold;
	text-decoration: underline;
}

.linkBtn {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
  color: #337ab7;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #551A8B
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #23527c;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}

.sidepanel h1 {
	display: none;;
}

#resultsPanelCtrlBtn{
    background: #003A4F;
}
#resultsbuttonsDiv {
	background: #003A4F;
}

@media only screen and (max-width: 400px) {
	  /* properties for a phone screen with size 400px */
	
	.sidepanel h1 {
	display: block;
	}
	
	.esri-ui .esri-popup {
		top: 7px !important;
		left: 20px !important;
		z-index: 0;
		/*height: var(--popup-max-height) !important;*/
		/*width: 350px !important;*/
		max-width: 90% !important;
	}

	.aaFloatingPanel {
		display: none;
		position: absolute;
		z-index: 0;
		background: white;
		padding: 5px;
		border-radius: 5px;
		border: 1px solid #a1a1a1;
		top: 65px;
		left: 40px;
		width: 300px;
		max-height: var(--popup-max-height) /*adjust for top header - 75%;*/;
	}
}
