
.esriPopupWrapper .title { //
	cursor: move;
}

.esriPopup .hidden {
	display: none !important;
}

/*************************************
Region on-click Region Information box
*************************************/
.contentPane td {
	padding: 0px;
	font-size: 10px;
	border: none;
}

#pinCell {
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	text-align: center;
	padding: 1px;
}

#pinrow {
	padding-top: 6px;
	border-bottom: 1px solid #ccc;
}

/*************************************
in-map buttons
*************************************/
#helpPanel {
	box-sizing: border-box;
	position: absolute;
	right: 30px;
	z-index: 30;
	padding-top: 13px;
	text-align: right;
	pointer-events: auto;
}

.helpButton {
	font-size: 1rem;
	font-weight: 400;
	background-color: white;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #57585A;
	
	z-index:35;
}

#helpButton1{
	position: absolute;
	left:36px;
	top: 300px;	
	align-items:center;
	justify-content:center;
	
}

#helpButton2{
position: absolute;
	left:36px;
	top: 337px;
	
	align-items:center;
	justify-content:center;
}


.helpButton:hover {
	background-color: #ddd;
}

#helpBoxes {
	
	box-sizing: border-box;
	position: absolute;
	left: 75px;
	right: 35px;
	margin-top: 55px;
	z-index: 30;
	display: none;
}

.helpBox {
	
	display: none;
	background-color: #efefef;
	text-align: left;
	padding: 15px;
	border-radius: 5px;
	margin-top: 10px;
	z-index: -35;
}

.helpBoxFull {
	display: block;
}

.helpBoxTrunc {
	display: none;
}

/**/
@media all and (max-width: 659px) {
	.helpBoxFull {
		display: none;
	}
	.helpBoxTrunc {
		display: block !important;
	}
}

#helpBox1Arrow {
	width: 0;
	height: 0;
	display: none;
	z-index: 1; /* Sit on top */
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	position: relative;
	right: 58px;
	float: right;
}

/* modal background */
#helpBox2 {
	/* display: none; Hidden by default */
	z-index: 1; /* Sit on top */
	overflow: auto; /* Enable scroll if needed */
	background-color: #efefef;
	object-fit: fill; /*fill, contain, cover, none*/
}

#helpBox2Arrow {
	width: 0;
	height: 0;
	display: none;
	z-index: 1; /* Sit on top */
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	position: relative;
	right: 7px;
	float: right;
}

/*modal button*/
#helpBox2href {
	background-color: #efefef;
	color: white;
	border-radius: 5px;
}

.helpButton1 {
	display:flex;
	align-items:center;
	justify-content:center;
}

.helpButton2 {
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.helpButton1:before {
	font-family: 'CalciteWebCoreIcons' !important;
	content: "\e648";
}

.helpButton2:before {
	font-family: 'CalciteWebCoreIcons' !important;
	content: "\e615";
}

/**
*End Help Box styles
*/
#mapDiv {
	padding: 0;
	margin: 0;
	height: 540px;
	width: 100%;
}

#homeZoomButton {
	color: #4C4C4C;
	box-sizing: border-box;
	line-height: 25px;
	border: 1px solid #57585A;
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 30;
	direction: ltr;
	text-align: center;
	background-color: #FFF;
	color: #4C4C4C;
	user-select: none;
	border-radius: 5px;
	top: 226px;
	left: 36px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#homeZoomButton:hover {
	background-color: #eee;
}

#locateButtonWrap {
	color: #4C4C4C;
	box-sizing: border-box;
	line-height: 25px;
	border: 1px solid #57585A;
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 30;
	direction: ltr;
	text-align: center;
	background-color: #FFF;
	color: #4C4C4C;
	user-select: none;
	border-radius: 5px;
	top: 263px;
	left: 36px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#locateButtonWrap:hover {
	background-color: #eee;
}

/*************************************

*************************************/
#container {
	margin: 0 auto;
	padding: 0 20px
}
/*
#container:after, #container:before {
  content: "";
  display: table
}

#container:after {
  clear: both
}*/
@media only screen and (min-width:993px) {
	#container {
		max-width: 1176px
	}
}

#fcointainer {
	display: flex;
	flex-wrap: wrap;
}

/* Regular full screen content*/
@media all and (min-width: 1000px) {
	#topDiv {
		order: 1;
	}
	#leftDiv {
		order: 2;
		width: 36%;
	}
	#rightDiv {
		order: 3;
		width: 60%;
	}
	#footerDiv {
		order: 4;
	}
}

/*Smaller than 999px, ie mobile*/
@media all and (max-width:999px) {
	#topDiv {
		order: 1;
	}
	#leftDiv {
		order: 3;
		width: 100%;
	}
	#rightDiv {
		order: 2;
		width: 100%;
	}
	#footerDiv {
		order: 4;
	}
}

#mobileInfoTemplate {
	width: 100%;
	height: 40px;
	display: none;
}

#topDiv {
	width: 100%;
	margin: 20px;
}

/* Region tree on the left*/
#leftDiv {
	margin: 5px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	position: relative;
	background: #fff;
	background-clip: padding-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: auto;
	height: 713px;
}

/* has boundary selector and map */
#rightDiv {
	margin: 5px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	position: relative;
	background: #fff;
	background-clip: padding-box;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
}

/*box gradient*/
#leftDiv:before, #rightDiv:before {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	background: #153d73;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #153d73;
	background-image: -webkit-gradient(linear, left top, right top, from(#153d73),
		color-stop(50%, #326297), to(#60b1c8));
	background-image: linear-gradient(90deg, #153d73, #326297 50%, #60b1c8)
}

/* mobile */
@media all and (max-width: 600px) {
	.arcgisSearch .searchGroup .searchInput {
		width: 130px;
	}
	#selectRT {
		
	}
	#mapDiv {
		height: 300px !important;
	}
	/*Don't show popups on mobile.*/
	#tooltipDialog {
		display: none;
	}
}

/*Bigger than 601 px screens*/
@media all and (min-width: 601px) {
	.arcgisSearch .searchGroup .searchInput {
		/*width: 300px;*/
		
	}
	#selectRT {
		border-radius: 4px 4px 4px 4px;
		border-left: none;
	}
}

.top {
	order: -1;
	min-width: 100%;
}

.search {
	order: 1;
	margin: 5px;
}

.layer {
	order: 1;
	margin-top: 5px;
	margin-left: 5px;
}

.mapcontainer {
	order: 3;
	min-width: 100%;
}

#selectRT {
	color: #4C4C4C;
	width: 100%;
	float: left;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #57585A;
	background-color: #fff;
	box-sizing: content-box;
	touch-action: manipulation;
	cursor: pointer;
	padding: 6px;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 10px;
}

#mapSelector{
	order: 4;
	margin-left: auto;
}

#selectBase {
	color: #4C4C4C;
	float: left;
	font-size: 12px;
	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: 3px;
	border-radius: 0px 4px 4px 0px;
	font-family: arial, helvetica, tahoma, sans-serif;
}

#currentMapBase {
	color: #4C4C4C;
	float: left;
	font-size: 12px;
	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: 3px;
	border-radius: 4px 0px 0px 4px;
	border-right: none;
	font-family: arial, helvetica, tahoma, sans-serif;
}

/*************************************
Map search bar
**************************************/
#pnlSearch_input::placeholder {
	color: #767676; /*lightest WCAG AA gray*/
}

/*************************************
Navigation tree "Search by Region"
**************************************/
#regionNavigation {
	height: 580px;
	max-height: 580px;
	width: 100%;
	overflow: auto;
	margin-top: 5px;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, tahoma, sans-serif;
	margin-bottom: 35px;
}

#regionNavigation ul:FIRST-CHILD {
	padding-left: 0px;
}

#mainContent #regionNavigation ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-family: arial, helvetica, tahoma, sans-serif;
}

#mainContent #regionNavigation li {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 5px;
}

.navTreeBranchContent {
	list-style-type: none;
	list-style: none;
	cursor: pointer;
	display: block;
	padding-left: 5px;
	padding-right: 0px;
	/* Layer distance */
	padding-top: 14px;
	position: relative;
}

.navTreeBranchChildren {
	/*padding-inline-start: 5px;*/
	margin: 0px;
	padding-left: 5px;
}

.navTreeEndName {
	line-height: 1.5;
	font-size: 12px;
	/*padding: .5rem 0 .5rem 5px;*/
	color: #284E77;
	display: inline;
	width: 98%;
	padding: 5px
}

.navTreeBranchName, .navTreeBranchToggle {
	line-height: 1.5;
	font-size: 12px;
	/*margin: .5rem 0 .5rem 5px;*/
	color: #284E77;
	display: inline;
	width: 98%;
	/*Highlight size*/
	padding: 7px;
}

.navTreeEndName.active, .navTreeBranchName.active, .navTreeBranchToggle.active
	{
	color: #222;
	background-color: #a6d8ff;
}

.navTreeEndName:hover, .navTreeBranchName:hover, .navTreeBranchToggle:hover
	{
	background-color: #ddf0ff;
}

.navTreeEndName.active:hover, .navTreeBranchName.active:hover,
	.navTreeBranchToggle.active:hover {
	color: #222;
	background-color: #a6d8ff;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	/* Fade */
	transition: visibility 0.5s ease, opacity 0.5s ease;
	opacity: 0;
	visibility: hidden;
	width: 345px;
	background-color: #153d73;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 10px;
	font-size: small;
	pointer-events: none;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 120%;
	margin-left: 10%;
}

/* tooltip arrow */
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%; /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #153d73 transparent;
}

.tooltip:hover .tooltiptext {
	opacity: 1;
	visibility: visible;
}

/*************************************
TOOL TIP Style
**************************************/
#tooltipDialog {
	font-size: 14px;
	position: abso height:125px;
	width: 300px;
	border-radius: 6px;
	border: 1px solid rgb(0, 0, 0);
	z-index: 100;
	overflow-y: hidden;
	opacity: 1;
	background-color: white;
}

.dijitPopup {
	font-size: 16px;
	color: #333;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	position: absolute;
	margin: 0;
	padding: 0;
	visibility: visible;
	top: 406.094px;
	left: 327.75px;
	right: auto;
	overflow-y: scroll;
	/* height: 893px;*/
	z-index: 100;
	pointer-events: none;
	border-radius: 0;
}