    html,
    body {
      font-family: sans-serif;
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
    }
	
	hr {
		color: rgba(158, 158, 158, 0.3);
		margin-bottom: 15px;
		width: 100%;
	}
	
/* The Modal (background) set display to block when final*/

	#LoginModal {
	  display: block;
	  position: fixed; /* Stay in place */
	  z-index: 99; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	  color: whitesmoke;
	}


	#LogInInfo {
		padding-left: 25%;
		padding-right: 25%;
		padding-top: 10%;	
		}
	.LoginTextCenter {
			text-align: center;
		}
	.LoginTextJustify {
			text-align: left;
		}
	.LoginCenter{
			margin-left: auto;
			margin-right: auto;
		}

	.LoginLogos {
		width: 105px;
		padding-left: 1px;
		padding-right: 1px;
		padding-top: 10px;
	}
	.splashLink {
	  color: whitesmoke;
	} 
	.boldHead {
		font-weight: bold;
	}
	.underLineHead {
	 text-decoration: underline;
	}
/*Change based on groupings assigned Layer Divs*/	
	#landDiv{
		display:none
	}

	#fwDiv{
		display:none
	}

	#oceanDiv{
		display:none
	}

	#threatDiv{
		display:none
	}

	#otherDiv{
		display:none
	}	
		
	
	
	

   #viewDiv {
      position: absolute;
      right: 0;
      left: 75px;
      top: 0;
      bottom: 0;

    }

	
   #leftCol {
      float: left;
	  height: 100%;
	  width: 75px;
	  background-color: #ccc;

    }
	

	
	.titleLogo{
	display: table-cell;
	text-align: center;
	width: 70px;
	height: 50px;
	position: absolute;
	top: 3px;
	left:1px;
	font-size: 14px;
	}
	
	.tncLogo {
	width: 36px;
	height: 36px;
	opacity: 0.2;	
	padding-top:5px;
	padding-left:1px;
	}
	
	.lBtn {
	display: block;
    padding: 4px 2px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;	
	height: 50px;
	}

	
	.lBtn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
	.vAlign {
		display:table-cell;
		vertical-align: middle;
		text-align: center;
		width: 75px;
		height: 50px;
	}
	.groupIcons {
		width:24px;
		height:24px;
	}
	#TopGroupDiv {
	}
	#BottomGroupDiv{
		bottom:0px;
		position:absolute;
		width: inherit;	
	}
	
/* Layers List */
	#expandWindLeft{
		display:none;
		height: 100%;
		width: 310px;
		overflow: auto;
		color: #555;
		background-color: #fff;
		position: absolute;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.25);
		bottom: 0;
		top: 0;
		border-radius: 0;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 1;
		left: 75px;
		font-size: 13px;

	}
	
	


	
	.DataLayers{
		top: 20px;
		position: relative;
		width: 100%;
	}
	
	/* The Close Button */
	.close {
	  color: #aaaaaa;
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}
	
/* Toggle Button */	

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 16px;
	}
	.switch input { 
	  opacity: 0;
	  width: 0;
	  height: 0;
	}
	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}
	.slider:before {
	  position: absolute;
	  content: "";
	  height: 12px;
	  width: 12px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #545759;
	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #545759;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(14px);
	  -ms-transform: translateX(14px);
	  transform: translateX(14px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 12px;
	}

	.slider.round:before {
	  border-radius: 50%;
	}

.titleDiv {
	font-size: 18px;
	text-align:center;
	padding-bottom: 10px;
	width: 100%;
}
.NameActions {

}

.LayerName{
	line-height: 26px;
	position: relative;
	top: -2px;	
}

.layerDesc {
	font-size: 12px;
	text-align: center;
	padding-bottom: 8px;
	margin-top: -6px;
	color: #8e8c8c;
}

.layerDiv {
	display: inline-block;
	vertical-align: middle;	
	padding-left: 8px;
	padding-top: 4px;
}
.layerIcons{
	cursor: pointer;
	width: 14px;
}
.lastIcon {
	position: relative;
	margin-left: -4px;	
}

.hdpOnIcon {
	display:none;
	margin-bottom: 5px;
	height: 6px;
	cursor: no-drop;
}



.subHeading {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #4a4a4a;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.leftCk {
display: inline;		
}
.rightCk{
display: inline;
position: absolute;
left: 140px;
}
#StackedBtn {
}


/* The Modal (background) */
#LoginModal {
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The Modal (background) */
#metaModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 40px;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal-title{
	font-size: 30px;
	font-weight: 300;
	text-align: left;
}
.modal-subtitle{
	color: #999;
	font-size: 15px;
	margin-top: 5px;
}
.modal-briefInfo{
	display: flex;
	flex-direction: column;
	border-top: solid 1px #e5e5df;
	border-bottom: solid 1px #e5e5df;	
	font-size: 12px;
	line-height: 1.5;
}

.modal-table-row{
	display: inherit;
	border-top: solid 1px #e5e5df;
	border-bottom: solid 1px #e5e5df;
	width: 100%;
}

.modal-table-row:nth-child(2n) {
    background-color: #f7f7f7;
}

.modal-title-col{
	font-weight: 500;

	text-transform: uppercase;
	color: #555;
	width: 15%;
	margin: auto;
}

.modal-desc-col{
	width: 85%;
	font-weight: 300;
	color: #555;
	padding: 10px 10px 10px;	

}

.modal-overview {
	color: #555;
	font-size: 14px;
}
/*Toggle switch for HDP
/*switch for different layers*/
/*
.onoffswitch {
    position: absolute; 
	z-index: 100;
    left: 5px;
    top: 5px;
	width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
*/

.onoffswitch {
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-left: 33%;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
    border: 2px solid #999999; 
	border-radius: 18px;
}
.onoffswitch-inner {
    display: block; 
	width: 200%; 
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
	float: left; 
	width: 50%; 
	height: 20px; 
	padding: 0; 
	line-height: 20px;
    font-size: 12px; 
	color: white; 
	font-family: Trebuchet, Arial, sans-serif; 
	font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "unfiltered";
    padding-left: 20px;
    background-color: #349E14; 
	color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "HDP focus";
    padding-right: 22px;
    background-color: #EDB9B9; 
	color: #999999;
    text-align: right;
}


.onoffswitch-switch {
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px;
	margin-left: 68px; 
	background: #FFFFFF;
	position: relative;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;

}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    margin-left: 4px; 
}




.analysisOptions{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 5px;
}	
	
.BtnAnalyze {
	position: relative;
	display: flex;
	text-align: center;
	cursor: pointer;
	width: 48%;	
	font-size: small;
}

#clickOn {
	color: blue;
	border-bottom: blue;
	border-bottom-width: medium;
	border-bottom-style: solid;	
}

.analyzeIcons{
	width: 24px;
}

.selectedAnalysis{
}

#clickOnAnalysis{
	display:grid;
	padding-top: 20px;
	padding-left: 10px;
	align-items: center;
	padding-right: 10px;
}

#bndSelect {
	/*color: blue;*/
	border: blue thin solid;	
}

#upLoadAnalysis{
	display: none;
}
#nameInputDiv{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#locName{
	border: blue thin solid;
}

#drawText{
	text-align: center;
	padding-top:20px;
}

.infoDiv{
	padding-top:10px;
}

.roundedDivButtonInfo {
	height: 12px;
	font-family: "Fira Sans", sans-serif;
	border-radius: 6px;
	padding: 0px 10px;
	display: inline;
	justify-content: center;
	align-items: center;
	background-color: #7676bb;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background-color 150ms ease-out;
    margin: 5px;

	}

.marineActionButtons {
padding-left: 58px;
padding-bottom: 20px;
}

.marineEcoTitle {
	text-align: center;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}
.infoMarineDiv {
 padding-left: 10px;	
}
.infoMarineTab{
	padding: 10px;
	width: 100%;
}
.roundedDivButtonMarine {
	height: 12px;
	font-family: "Fira Sans", sans-serif;
	border-radius: 6px;
	padding: 0px 10px;
	display: inline;
	justify-content: center;
	align-items: center;
	background-color: #7676bb;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background-color 150ms ease-out;
    margin-left: 40%;

	}
	
	
.roundedDivButton {
	height: 28px;
	font-family: "Fira Sans", sans-serif;
	border-radius: 20px;
	padding: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6f6fec;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	transition: background-color 150ms ease-out;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;

	}
#drawBtnDiv{
	height: 32px;
	font-family: "Fira Sans", sans-serif;
	border-radius: 10px;
	padding: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(220, 231, 247);
	font-size: 13px;
	border: 1px dashed #074bb8;
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 150ms ease-out;
    margin: 15px		
}

#drawBtnDiv:hover,
#drawBtnDiv:focus {
  background-color: #93afdb;
  cursor: pointer;
}

#dividerCreate {
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}
.note {
	font-size: smaller;
	margin-bottom: 0px;
	margin-top: 0px;
}

#drop-area-file {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px dashed #074bb8;
    border-radius: 20px;
    font-size: 13px;
    background-color: rgb(220, 231, 247);
    cursor: pointer;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	position:relative;
}

#drop-area-file:hover,
#drop-area-file:focus {
  background-color: #93afdb;
  cursor: pointer;
}

#upload-status {
	display: none;
	color:inherit;
	max-width: 230px;
}

#runAnlysisDiv {
	display: table;
	margin-left: 60px;	
}
#run-status{
    display: table-cell;
    vertical-align: middle;
}
#processingImg {
    height: 40px;
    width: 40px;
    display: none;
    vertical-align: middle;
}

.spaceDiv{padding-top: 30px;}

.clickOnHeading {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;	
	font-size: larger;
}
.clickOnSubHeading {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}

.clickOnSmallerText {
	font-size:12px;
	text-align: center;
	width: 100%;
}
.AOIpopupDialog {
	padding-top: 1px;
}
/*remove zoom to in popup*/
div .esri-popup__inline-actions-container {
  display: none;
}

.selectByNames{
	border: blue thin solid;
}

/* Not adding tool tips right now 
.onoffswitch .tiptext {
  font-size: 12px;
  visibility: hidden;
  width: 90px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: relative;
  z-index: 100;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  transition: opacity 0.3s;	
}	

.onoffswitch .tiptext::after {
  content: "";
  position: relative;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

	 
.onoffswitch:hover .tiptext{
	  visibility: visible;
	  opacity: 1;
      }		  
*/

.subHeadingResults {
font-size: 14px;
font-weight: bold;
line-height: 1.1;
color: #4a4a4a;
text-transform: uppercase;
text-align: center;
padding-top: 15px;	
}

.analysisHeadsDiv{
	display: flex;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px
}
.SelectedTdhead {
font-size: 16px;
font-weight: bold;
line-height: 1.1;
color: #4a4a4a;
text-transform: uppercase;
text-align: center;
width: 34%;
}

.nonSelectedTdhead{
font-size: 14px;
line-height: 1.1;
color: #999999;
text-align: center;
cursor: pointer;
width: 33%;	
}
#priorDivHead {
	padding-top: 3px;
}
#threatDivHead {
	padding-top: 3px;
}

#SelResultsDivContainer{
	text-align: center;
	padding-bottom: 10px;
}

#resultsOutput {
	display: none;
}

#ResultsData {
	display: block;
}




.NotAvailable{
	padding-top: 15px;
	text-align: center;	
}




#cumValTab{
	display:none;
}

.doghnutChartTab{
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

.titleTabs {
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;	
}

.resultsTabExpand {
	width: 100%;
	table-layout: fixed;
	font-size: 11px;
	text-align: center;
	border-collapse: collapse;
}
.resultsTabExpand th, .resultsTabExpand td {
	border: 1px solid #a69b9b;
	padding: 3px;
	border-collapse: collapse;
}

.firstRow {
border-top: 2px solid #a69b9b
}

.firstCol {
	width: 20%
}

.resultTabColSpan5{
	text-align: center;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}
.resultTabColSpan2{
text-align: center;
border-bottom: gray thin solid;	
}

#hmChange {
	color:#CC3333;
	font-size: large;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}
.taL {
	text-align: left;
}

.colWidth50per {
	width: 50%;
}

.colWidth25per {
	width: 25%;
}

.DivHeadingResults {
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
		margin-top:15px;
}

.showDataDiv{
	cursor: pointer;
	font-size: smaller;
	text-align: right;
	z-index: 99;
	position: relative;
}
.dataIcons{
width: 	10px;
}



canvas {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	
.resultsChartContainer{
	width: 100%;
	height: 160px;	
}



#SaveAnalysistoHTML{
padding-top: 15px;	
text-align: center;
padding-bottom: 15px;
}

.hdpOnIconHelp{
height: 8px;	
}
.layerIconsHelp{
	width: 16px;
}
.helpHeading{
text-align: center;
font-size: 13px;
font-weight: bold;
color: #555;
padding-top: 8px;	
}
.hdpFilterToolHelp{
    width: 65px;
}
.helpTabs {
	font-size: 12px;
	width: 100%;
}
.MapIconsHelp{
 width: 26px;
}