html, body{
    height: 100%;
    overflow-y: hidden;
	overflow-x: hidden;
    margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-family: "Helvetica";
	color:#666666;
}

#banner{
	height: 50px;
	background-color: #3C3F41;
	width: 100%;
}

#title{
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 1.4em;
	color: white;
	line-height: 50px;
	font-weight:bold;
}

.beta {
	font-size: .6em;
	position: relative;
	top: 2px;
	font-style: italic;
	cursor: help;
	margin-left: 5px;
	color:orange;
}

#title_link{
	cursor:pointer;
}

#title_img_div {
	position: relative;
	height: 100%;
	line-height: 50px;
	float: left;
	margin-right: 18px;
}

#title_img {
	top: 4px;
	position: relative;
	left: 10px;
	height: 25px;
}

/* Nav Menu */
#nav {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b9b9b9;
	height:50px;
	margin-right: 5px;
}

#banner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	height: 50px;
}

#banner li {
    float: left;
}

#banner li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px 16px;
	text-decoration: none;
}

#banner li a:hover:not(.active) {
    background-color: #111;
}

#banner .active {
    background-color: #4CAF50;
}

#pdf_link {
	/* width: 141px; */
	float: right;
	position: absolute;
	top: 43px;
	right: -1px;
	white-space: nowrap;
	font-size: .8em;
	cursor: pointer;
	background-color: #A23820;
	border-radius: 0px 0px 5px 5px;
	padding: 3px 5px;
	color: white;
	display: inline-block;
	box-shadow: 0px 1px 2px #3e3e3e;
	font-weight: bold;
	z-index: 999;
}

#pdf_link:hover {
	opacity: .9;
}

#contact_instructions{
	margin-top:50px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* End Nav Menu */

#map {
	float: left;
	height: calc(100vh - 78px);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 400px;
}

#about {
	display: none;
	height: calc(100vh - 160px);
	position: absolute;
	display: none;
	padding: 40px 100px;
	overflow-y: auto;
	z-index: 9999;
	background-color: white;
}

#about_img_fig {
	float: right;
	position: relative;
	margin: 40px 10px 20px 40px;
	font-size:.8em;
	text-align:right;
}
#about_img {
	width: 600px;
}

#links{
	display: none;
	height: calc(100vh - 160px);
	position: absolute;
	display: none;
	padding: 40px 100px;
	overflow-y: auto;
	z-index: 9999;
	background-color: white;
}

.bullet_indent{
	margin-left:20px;
}

#results {
	right: 0px;
	display: none;
	float: right;
	z-index: 99999;
	position: absolute;
	max-width: 50%;
	background-color: transparent;
	margin-top: 10px;
	height: calc(100vh - 88px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	max-width: 800px;
	top: 50px;
}

.results_container {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	margin-bottom: 5px;
	position:relative;
}

#cns_table td{
	height:230px;
	width:250px;
	max-height:250px;
	position:relative;
	border-right:2px solid #F5F5F5;
	overflow:hidden;
}

#climate_table td{
	height:250px;
	width:250px;
	max-height:250px;
	position:relative;
	border-right:2px solid #F5F5F5;
	overflow:hidden;
}

#veg_table td{
	height: 700px;
	width:250px;
	position:relative;
}

.legend_container {
	position: absolute;
	z-index: 9999;
	float: right;
	bottom: -16px;
	left: 15px;
	height: 100px;
}

.results_table {
	position: relative;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.results_table td:last-child{
	border-right:0 !important;
}

#landfire{
	padding-right:50px;
}

#histogram_subtitle {
	text-align:left;
}

.header, .right_header {
	font-family: Helvetica;
	color: #ededed;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
	width: calc(100% - 20px);
	font-size: 1em;
	position: relative;
	min-width: 150px;
	background-color: #617568 !important;
	border: 1px solid #708979 !important;
}

.header:hover, .header:focus {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,0));
}

#resistance_and_resilience_header{
	border: 1px solid #D44739;
	background-color: #D44739;
}

#management_implications_header{
	color: #333333;
	font-size: 18px;
	fill: #333333;
}

.scatter_variable_container {
	line-height: 18px;
}

.high_low_container {
	display: inline-block;
	min-width: 210px;
	position: relative;
	top: -3px;
}

.high_low{
	color:black;
}

#management_implications_indent {
	margin-left: 13px;
	margin-top: 10px;
}

#watershed_info {
	border-radius: 5px;
	margin-top: 5px;
	padding: 10px 5px 5px 10px;
	overflow: hidden;
	font-size: 1.1em;
	min-width: 410px;
}

.selected_watershed_icon {
	background-color: #00FFFF;
	min-width: 7px;
	min-height: 7px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 5px;
	margin-bottom: 1px;
	/*box-shadow: 0px 0px 2px black;*/
}

.other_watershed_icon {
	background-color: #868686;
	min-width: 8px;
	min-height: 8px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 5px;
	margin-bottom: 1px;
}

#other_watersheds_text{
	white-space: nowrap;
	display: inline-block;
}

#selected_watershed_text{
	white-space: nowrap;
	display: inline-block;
}

#potential_impacts_container{
	margin-top: 6px;
}

#potential_impacts_text {
	border-radius: 5px;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
}

#climate_departure_and_resilience_header {
	display:none;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #e7e4e4;
	padding: 5px;
	border-radius: 5px;
	width: calc(100% - 50px);
	color: rgb(51, 51, 51);
	font-size: .9em;
}

#resistance_and_resilience_table_data_td {
	min-width: 340px;
	max-width: 340px;
	width: 340px;
}

#resistance_and_resilience_table_description_td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	/* overflow-x: scroll; */
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
}

#cns_header{
	border: 1px solid #7749A1;
	background-color: #7749A1;
}

#climate_header {
	border: 1px solid #0092D1;
	background-color: #0092D1;
}

#veg_header {
	border: 1px solid #2EB041;
	background-color: #2EB041;
}

.full_border_radius{
	border-radius: 5px;
}

.collapse_icon {
	float: right;
	position: relative;
	height: 20px;
	right: 5px;
	margin-left: 20px;
}

.rotate90 {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.collapsible_div{
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	background-color: white;
}

#exposure_label_container {
	position: relative;
	top: 2px;
}

/* Crazy fix for getting the Y axis label to show up in the PDF report */
div.highcharts-axis:nth-child(3) > span:nth-child(1){
	top: 210px !important;
	width: 10px;
}

#exposure_title {
}

/*
#exposure_hadgem2_es_map {
	cursor: pointer;
	display: inline;
	color: gray;
}
*/

/*
#exposure_hadgem2_es_info {
	cursor: pointer;
	display: inline;
	color: gray;
}
*/
.info_icon2{
	margin-left:8px;
}

#exposure_hadgem2_es_map {
	cursor: pointer;
	float: none;
	margin: 0px;
	display: inline-block;
	position: relative;
}

#exposure_hadgem2_es_info {
	cursor: pointer;
	top: 0px;
	height: 14px;
	width: 14px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/info.png");
	background-size: contain;
	display: inline-block;
	z-index: 9999;
}

#cns_resilience_density_map {
	cursor: pointer;
	float: none;
	margin: 0px;
	display: inline-block;
	position: relative;
}

#cns_resilience_density_info {
	cursor: pointer;
	top: -1px;
	height: 14px;
	width: 14px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/info.png");
	background-size: contain;
	display: inline-block;
	z-index: 9999;
	position: relative;
}

#impacts_map {
	cursor: pointer;
	float: none;
	margin: 0px;
	display: inline-block;
	position: relative;
}

#impacts_info{
	cursor: pointer;
	top: -1px;
	height: 14px;
	width: 14px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/info.png");
	background-size: contain;
	display: inline-block;
	z-index: 9999;
	position: relative;
}

#interpretation {
	margin-right: 15px;
	border-top: 1px solid gray;
	margin-top: 15px;
	padding: 10px 0px;
}

.chart_arrow {
	font-size: 30px;
	line-height: 12px;
	height: 5px;
	top: 5px;
	position: relative;
}

#cns_resilience_label_container {
	position: relative;
	width:350px;
}

#density_indent{
	/*padding-left:120px;*/
}

.map_icon {
	position: absolute;
	float: left;
	top: 4px;
	margin: 5px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/map-deactive.png");
	background-size: 20px 20px;
}

.icon_info{
	font-size: .9em;
	font-style: italic;
}

.map_icon2 {
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/map-active.png");
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	background-size: 20px 20px !important;
}

.active_map{
	color:green !important;
	font-weight:bold;
	background: url("../img/map-active.png") !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
}

.deactive_map{
	color: gray;
	font-weight:normal;
	background: url("../img/map-deactive.png");
	background-repeat: no-repeat !important;
	background-size: 20px 20px;
}

.info_icon {
	position: absolute;
	float: left;
	left: 22px;
	top: 5px;
	margin: 5px;
	margin-left: 15px;
	cursor: pointer;
	height: 14px;
	width: 14px;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background: url("../img/info.png");
	background-size: contain;
}


#spinner_div {
	display:none;
	position: absolute;
	height: 100vh;
	width: 100vw;
	text-align: center;
}

#spinner_icon{
	z-index: 999999;
	position: relative;
	top: 30%;
}

#intro {
	width: 360px;
	height: calc(100vh - 78px);
	background-color: white;
	position: relative;
	z-index: 9999;
	padding: 0px 20px;
	float: left;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	font-size: 1em;
	color: #666666;
	overflow-y: auto;
}

.intro_header {
	font-size: 1.4em;
	margin: 20px 0px;
	color: #4E80BB;
	font-weight: 600;
}

.glossary_term {
	border-bottom: 1px dashed #4599e3;
	display: inline;
	cursor: help;
}

.getting_started_icon_div{
	width:100%;
	text-align:center;

}
#map_click_icon{
	margin-top: 30px;
	height: 135px;
}

#side_tab {
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 9999;
	height: 50px;
	width: 20px;
	background-color: white;
	border-radius: 0px 10px 10px 0px;
	float: left;
	left:400px;
	box-shadow:5px 2px 3px -2px rgba(0,0,0,0.3), 0px 0 0px 0px rgba(31, 73, 125, 0.8);
	text-align:center;
	line-height:56px;
}

#side_tab_arrow{
	height: 20px;
	position: relative;
}

.rotate_90{
 	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.rotate_neg_90{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

#intro_image_div {
	background: url("../img/elk.jpg");
	width: 100%;
	margin: 20px 10px 10px 0px;
	border-radius: 5px;
	position: relative;
	height: 100px;
	background-repeat: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.info, .info2, .toolTitle,.toolTitle2, .RU_Dropdown, .queryTool {
    color: #464646;
	padding: 6px 8px;
    font: 17px/19px Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
	background: rgba(255,255,255,0.8);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133c51+0,0d4a68+0,1b3847+0,0d4a68+23,165a7c+100 */
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
    max-width:700px;
}

.info {
}

.info2{
	float: left;
	position: absolute;
	white-space: nowrap;
	display:none;
	left: 55px !important;
}

#feature_label_color{
	font-weight:bold;
	color: #5083B0;
}

#strata_label_color {
	font-weight: bold;
	color: #808080;
}

.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 9999;
	pointer-events: none;
}

.legend_img{
	margin-right:5px;
}

.legend_title{
	margin-bottom:5px;
}

.legend_label {
	display: inline-block;
	font-size: 15px;
	top: -5px;
	position: relative;
}

.legend_img_div {
	margin:0px;
	height:20px;
	position:relative;
}

.legend, .impacts_legend{
	line-height: 18px;
	color: #555;
	/*
	right: 0px;
	position: fixed;
	bottom: 0px;
	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif
}

.legend i, .impacts_legend i{
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.alertify {
	top: 80px !important;
	width: 50% !important;
	margin-left: -25% !important;
}

.info_popup {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	overflow-y: auto;
	padding: 0px 30px 30px 30px;
	max-height: 70vh;
}

.info_popup img {
	max-width: 100%;
}

.info_header {
	font-size: 1.4em;
	color: #4E80BB;
	font-weight: 600;
	background-color: #F5F5F5;
	padding: 20px;
	border-radius: 5px 5px 0px 0px;
}

.alertify-cover {
	background-color: black !important;
	opacity: .5 !important;
}

.alertify-message {
	padding: 0px !important;
}

#contact_table {
	width:100%;
}

#contact_table tr:first-child td{
	vertical-align: bottom !important

}

#contact_table td:first-child {
	vertical-align: top;
	padding-left: 30px;
	width: 30%;
}

#contact_table td {
	vertical-align: top;
	width: 25%;
	padding: 0px 5px;
}

#contact {
	display: none;
	height: calc(100% - 108px);
	font-family: tahoma;
	margin: 30px 0px 0px 30px;
	overflow-y: auto;
}

.contact_block {
	position: relative;
}

.contact_block img{
	width:153px;
	border:1px solid black;
}

.contact_img {
	display:none;
	width: 159px;
}
.contact_info {
	text-align:left;
	/*margin-left:180px;*/
}

/* Fix for y-axis label showing on top of tooltip */
.highcharts-tooltip>span {
    background: rgba(255,255,255,0.85);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

.introjs_header {
	padding: 20px;
	background-color: #ededed;
	color: #366296;
	border-radius: 5px 0px 0px 5px;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	width: calc(100% - 40px);
}

.introjs_content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding:20px 20px 0px 20px;
}

#help_icon {
	display: none;
	float: left;
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 52px;
	height: 20px;
	width:20px;
	cursor: pointer;
}

#help_icon:hover{
	opacity:.9;
}

.button_info_icon{
	position:relative;
}

#button_info_table tr{
	vertical-align: top;
}

#button_info_table td{
	padding:10px;
}

#button_info_table td:first-child{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#button_info_icon_click {
	height:30px;
}

#button_info_icon_layer{
}

#button_info_icon_info {
	top:5px;
}

.colored_text{
	border-radius: 5px;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
}

#high_text{
	background-color:#9BCD9A;
}

#moderate_text{
	background-color:#FFD8B2;
}

#low_text{
	background-color: #FB9B99;
}

.introjs-tooltip {
	min-width: 400px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

.introjs-bullets ul li {
	display: none;
}

.introjs-button{
	font: 15px/normal sans-serif !important;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 28px;
	background-color: #3C3F41;
	color: white;
	text-align: right;
	z-index: 9999;
}

#footerText {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	margin-left: 5px;
	float: right;
}

#footerText a{
	color: white;
	text-decoration:none;
}

#footerText a:hover{
	text-decoration:underline
}

#footerImage {
	position: relative;
	height: 24px;
	margin-left: 7px;
	background: #FFF;
	padding: 1px 2px;
	border-radius: 50%;
	box-sizing: border-box;
	top:2px;
}

