html {
    height:100%;
}

body{
    margin:0px;
    overflow-x:hidden;
    overflow-y:hidden;
    font: 13px verdana;
    color: #000;
    height:100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
    color:#4575B5;
}

a:hover {
    text-decoration: underline;
    color: #355A8C
}

#version {
    float:left;
    margin-left: 5px;
    position:absolute;
    z-index:999999;
    color:#626262;
}

#header {
	position: relative;
	display: block;
	height: 50px;
	width: 101%;
	background-color: #1B6186;
	border-bottom: 2px solid #526059;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background: rgb(13,47,66);
	background: -moz-linear-gradient(-45deg, rgba(13,47,66,1) 1%, rgba(18,66,91,1) 10%, rgba(27,97,134,1) 29%, rgba(27,97,134,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(13,47,66,1)), color-stop(10%,rgba(18,66,91,1)), color-stop(29%,rgba(27,97,134,1)), color-stop(100%,rgba(27,97,134,1)));
	background: -webkit-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
	background: linear-gradient(135deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f42', endColorstr='#1b6186',GradientType=1 );
}

#title {
	margin-left: 10px;
	font-family: Helvetica;
	font-size: 1.7em;
	color: #FEAF23;
	line-height: 50px;
	font-weight: bold;
	width: 300px;
    cursor: pointer;
}

#title2 {
    color:white;
}

#sub_title{
    font-size:17px;
    text-align: center;
    letter-spacing:4px;
    text-shadow: 1px 1px 2px black;
}

#sub_title_modern{
    font-size:17px;
    text-align: center;
    letter-spacing:4px;
}

#map {
	float: left;
	height: calc(100vh - 78px);
	width: 100%;
	position: absolute;
	left: 400px;
}

#about{
    width:100%;
    height:100%;
    overflow: hidden;
}

#about::after {
  content: "";
  background-image: url('../../img/sky.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#about a{
}

#about_scroll_container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 17px;
	color: #484848;
	overflow-y: scroll;
	padding-right: 17px;
}

#about_panels {
	width: 500px;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

#about_logos {
	margin-top: 30px;
	width: 100%;
}

#about_logos img {
	height: 130px;
	padding: 10px 20px;
}

#about_text {
	display: block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 35px 100px 200px 100px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.loading, .loading_departure {
	display: inline;
	position: absolute !important;
	/* height: 0px; */
	z-index: 9999999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	top: 50%;
	background-color: transparent !important;
}

.loading_text {
    padding-top:18px;
    font: 18px Verdana;
    color:#5F5F5F;
}

.search_icon {
	font-size: 22px;
	border-radius: 4px;
	display: inline-block;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	color: #4e4e4e;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	font-weight: bold;
}

#initialization_container{
    width:479px;
    height:100%;
    border-left: 2px solid #444444;
    background-color:#F9F9F9;
    overflow-y:auto;
    overflow-x:hidden;
    position:relative;
}


#initialization_text{
    font-size: 17px;
    text-align:left;
    padding:20px;
    padding-top:8px;
    color:#666666;
    padding-right:10px;
    margin-right:10px;
    font-family: arial,sans-serif;
}


#tab_container{
    float:right;
    height:100%;
    width:479px;
    border-left: 2px solid #444444;
    position:relative;
    right:0px;
    top:0px;
}

ul.tabs li a{
    border-right: 1px solid #444444;
    border-left: 1px solid #444444;
    padding-left:8px;
    padding-right:8px;
}

.select_container2{
    font-family: Verdana,Geneva,sans-serif !important;
    font-size: 13px !important;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.select_form2 {
	font-family: Verdana,Geneva,sans-serif !important;
	font-size: 13px !important;
	white-space: nowrap;
	width: 400px;
    margin-top: 20px !important;
}

#select_form2_continuous_model {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#veg_help{
    cursor:help;
	float: left;
	margin-right: 10px;
	height: 20px;
	top: 5px;
	position: relative;
}

#veg_select_form {
	width: 420px;
	margin-left: 60px;
}

.styled-select2{
    color: #444444 !important;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    display:inline;
}

#season_selection_formSelectBoxItContainer #season_selection_formSelectBoxIt{
    max-width: 110px !important;
}

#units_selector {
	background-color: #EDEDED;
	position: relative;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	color: #606060;
	font: 9pt Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;
	text-align: center;
	width: 529px;
}

#units_selector input {
    cursor:pointer;
}

#point_chart {
	position: relative;
	margin-top: 30px;
    left:0px;
}

.description {
	float: right;
	position: relative;
	text-align: left;
	color: #595656;
	background-color: #F4F4F4;
	padding: 10px 10px 10px 12px;
	text-align: center;
	font: 10pt Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif;
	width: calc(100% - 555px);
	border-left: 1px solid #DCDCDC;
	height: 120vh;
	right: -20px;
	text-align: left;
}

.description_header {
	padding-top: 13px;
	font-weight: bold;
	font-size: 1.2em;
	color: #BF5A4A;
	font-family: arial;
}

#MEEMSE_description {
	height: 435px;
	border-bottom: 1px solid #DCDCDC;
}

#point_click_img_div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 10px;
	position: relative;
}

#point_click_img {
	height: 70px;
	top: -8px;
	position: relative;
}

.point_click_img_small{
	height: 30px;
	float: left;
	top: -10px;
	position: relative;
}

.learn_more {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	cursor: pointer;
	color: #3F92C5;
	font-family: arial;
}

.learn_more:hover {
    text-decoration:underline;
}

#learn_more_departure {
	float: right;
	position: absolute;
	display: inline;
	margin-top: 0px;
	right: 10px;
}

/*
#point_chart_description{
    margin-left:40px;
    margin-right:20px;
    color:#606060;
    font: 9pt Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif
}
*/

div#point_chart_description a,a:visited{
    color:#0054A8;
    text-decoration:none;
    cursor:pointer;
}

div#box_plot_description a,a:visited{
    color:#0054A8;
    text-decoration:none;
    cursor:pointer;
}
div#point_chart_description a:hover, div#box_plot_description a:hover{
    text-decoration:underline;
}

#box_plot_description{
    margin-left:40px;
    margin-right:20px;
    color:#606060;
    font: 9pt Lucida Grande,Lucida Sans Unicode,Arial,Helvetica,sans-serif
}

#column_chart {
	margin-left: 20px;
	width: 510px;
	padding-top: 30px;
}

.label {
    z-index: 1 !important;
}

.columnChartTooltip{
   z-index:9999 !important;
    background-color:#E9E6E0;
    padding:5px;
}

.distribution_chart_tooltip{
    z-index:9999 !important;
    background-color:#E9E6E0;
    padding:2px 5px;
    border-style: solid;
    border-width:1px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    line-height:14px;
}

.distribution_chart_tooltip::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.distribution_chart_tooltip::before {
  	left: 40%;
	bottom: -19px;
	border-top: 10px solid gray;
}


.highcharts-legend {
}

.highcharts-tooltip span {
    opacity: 1;
    z-index: 999999 !important;
}

#area_chart {
	margin-top: 0px;
	margin-left: 15px;
	width: 500px;
	float: left;
}

#spline_chart{
	margin-top: 7px;
	margin-left: 10px;
	width: 450px;
    display:inline;
}

#spline_chart_info{
	position: relative;
	margin-left: 35px;
	/* right: 0px; */
	top: 7px;
	font-size: .8em;
	padding: 0 20px 0px 20px;
}

#time_period_translation {
    text-align:right;
    padding-right:10px;
    margin-bottom:5px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial,Helvetica,sans-serif;
    color: #606060;
    cursor: default;
    font-size: 11px;
    font-weight: normal;
    fill: #606060;
}

#highChartsXaxisText{
    text-align:left;
    white-space:nowrap !important;
}

.MessiDiv{
}

.messi{
    height:90% !important;
    top:15px !important;
}

.messi-content {
    height:95% !important;
}

.modelDiagram{
    height:80%;
    overflow:auto;
}

.modelDiagram img{
    margin-bottom:15%;
}

#MEEMSE_chart_and_description{
}

#MEEMSE_footer{
    position: relative;
    bottom: 15px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    width: 200px;
    margin-top:20px;
    display:none;
}
#MEEMSE_node_count_legend{
    visibility:hidden;
    position:relative;
    top:0px;
    left:15px;
    height:10px;
    width:150px;
    float:left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaaaaa+0,aaaaaa+14,bbaaaa+14,bbaaaa+28,ccaaaa+28,ccaaaa+42,ddaaaa+42,ddaaaa+56,eeaaaa+56,eeaaaa+70,ffaaaa+70,ffaaaa+84,a6c8a6+84,a6c8a6+100 */
}
.MEEMSE_node_count_legend_table{
    font-size:9px;
    width:100%
}

.MEEMSE_node_count_legend_table td{
    cursor:help;
    color:#606060;
    text-align:center;
    width:14%;
    min-width:14%;
    height:10px;
    min-height:10px;
}

.MEEMSE_node_count_legend_table th{
    background-color:#EDEDED;
}

#climate_info_link_div {
    height:20px;
    float:right;
    position:relative;
    right:28px;
    top:-20px;
    font-size:.8em
}

#EEMS_info_link_div {
}

/* About Tab */

#messiDiv {
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

#sample_eems_chart_img{
    width: 200px;
    margin: 10px;
    float: left;
    border: 1px solid gray;
    cursor:pointer;
}

#sample_meemse_img{
    width: 200px;
    margin: 10px;
    float: right;
    cursor:pointer;
}

.info_icon{
    display:none !important;
    position:relative;
    top:10px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/info3.png');
    background-size:20px;
    background-repeat:no-repeat;

}

/*
.info_icon:hover{
    position:relative;
    top:10px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/info_rotate5_hover.png');
    background-size:20px;
    background-repeat:no-repeat;
}
*/


.gradientDivisionLine{
    height:10px;
    position:relative;
    width:100%;
    border-bottom:1px solid #D0CFD4;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 )
}

.views{
	padding-right: 20px;
}

#view1{
    padding-top:0px;
    height:95%;
    overflow-y:auto;
    overflow-x:hidden;
}

#all_point_chart_goodies {
	background-color: white;
	padding-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
    width:500px;
    float:left;
}

#all_area_chart_goodies {
    width:530px;
	float: left;
	position: relative;
}

#all_spline_chart_goodies {
    width:530px;
    float: left;
    position: relative;
}

.additionalFeaturesCount{
    cursor: pointer;
}

.selectedFeaturesListHeader {
    display:none;
	padding: 10px;
	color: rgb(80, 131, 176);
	font-weight: bold;
	border-bottom: 1px solid lightblue;
    text-align:center;
    background-color: #EDF7FF;
}

.selectedFeaturesClass{
    color: rgb(80, 131, 176);
    font: 17px/19px Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
}

.selectedFeaturesTable{
    margin-left:20px;
    position:relative;
    top:-15px;
}

.selectedFeaturesTable td{
    color: rgb(80, 131, 176);
    background-color: #EDF7FF;
}

.selectedFeaturesFullList {
    border:1px solid #ADD8E6;
    border-top:0px;
    display:none;
}

.selectedFeaturesFullList td{
    font-size:13px;
}

.closeSelectedFeaturesFullList {
	float: right;
	position: relative;
	right: 15px;
	top: 1px;
	font-size: 18px;
	font-family: verdana;
    display:none;
	cursor: pointer;
    z-index:1;
}

#view2{
    height:93%;
    overflow-y:auto;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:20px;
}

#view3{
    height:92%;
    margin-top:0px;
    margin-left:20px;
    padding-right:20px;
    overflow-y:auto;
    overflow-x:hidden;
    color: #606060;
}

.modelDescriptionTable {
    cursor:default;
    border:1px solid;
    border-collapse:collapse;
}

.modelDescriptionTable td:first-child{
    white-space:nowrap;
}


.tinyHeader{
    font-size:9px;
    padding:0px;
}

.tableDescriptions{
    font-weight:bold;
    font-size:.8em;
}

.video_iframe{
	text-align: center;
	margin: 20px;
}

.youTubeDiv{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:30px;
}
.tg-yw4l {
	border: 1px solid;
	font-size: 13px;
	cursor: default;
}

#view4{
    height:100%;
    margin-left:20px;
    padding-right:20px;
    overflow-y:auto;

}

#view5{
    padding-top:0px;
    position:relative;
    height:99%;
    overflow-y:auto;
    overflow-x:hidden;
}

#view6{
    overflow-y:auto;
    overflow-x:hidden;
}

#modelDiagramIcon{
    position:relative;
    width:300px;
    top:20px;
    margin-bottom:30px;
    opacity:.4;
}

.tab_help {
	cursor: pointer;
	position: relative;
	z-index: 10;
	float: left;
	height: 20px;
	margin: 0px 10px 0px 0px;
}

#infovis-canvaswidget{
}

#initialTreeInfo{
    position:absolute;
    font-size:18px;
    font-weight:normal;
    margin-left:30px;
    margin-right:30px;
    margin-top:10px;
    color:#606060;
    background-color:#EDEDED;
    padding:20px;
    border-radius:7px;
}

.EEMS_Tree_Value{
   font-weight:bold;
    color:#C44539;
}

.EEMS_Tree_Operation {
    width:100%;
    margin-left:0px;
    margin-right:0px;
    text-align:center;
    position:absolute;
    bottom: 1px;
    padding-bottom:3px;
    left:0px;
    vertical-align:bottom;
    font-size:.9em;
    font-style:italic;
    font-weight:normal;
    cursor:help;
    white-space:nowrap;
    /*
    color:#F8981D;
    background-color:#444444 !important;
    */
    /* For side Borders, Set the Width */
    /* width:153px; */
    bottom:0px;
    color: #4E4E4E;
    background-color:#C6C2CC !important;
    border-color:#5D5D5D;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}

#climate_quick_view_map_table{
    position:absolute;
    z-index:100;
    right:540px;
    top:128px;
    width:210px;
    font-weight:normal;
    border: 1px solid #C0D0E0;
    border-collapse: collapse;
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.4)
}

#climate_quick_view_map_table th{
    border:1px solid #C0D0E0;
    height: 20px !important;
    max-height: 20px !important;
    min-height: 20px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #EDEDED;
    color: #606060;
    padding: 3px;
}

#climate_quick_view_map_table td{
    border:1px solid #C0D0E0;
    color:#606060;
    text-align:center;
    vertical-align:middle;
    height: 10px !important;
    max-height:10px !important;
    min-height:10px !important;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-weight:normal;
    background: rgba(255, 255, 255, .8);
    padding:4px;
}

.arrow_dir_map{
    position:relative;
    top: 3px;
    font-size:1.5em;'
    color: #444444;
}

.quick_therm_map{
    position:relative;
    top:1px;
    font-size:1.6em;
}

.quick_rain_map{
    position:relative;
    font-size:1.4em;
    top:-5px;
}

.quick_value_map{
    font-size:14px;
}

.quick_value_map_range{
    font-size:10px;
    color:gray;
    position:relative;
    left:10px;
    font-weight:normal;
}

#climate_quick_view {
	text-align: center;
	margin-top: 3px;
	padding: 15px 15px;
	float: left;
	width: 500px;
}

#climate_quick_view_table {
	font-weight: normal;
	border: 1px solid #C0D0E0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#climate_quick_view_table th {
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    height:32px;
    font-size:15px;
    background-color:#EDEDED;
    color:#606060;
    font-weight:normal;
}
#climate_quick_view_table td:last-child{
    padding-right:30px
}

#climate_quick_view_table td {
	border: 1px solid #C0D0E0;
	color: #606060;
	text-align: left;
	vertical-align: middle;
	min-height: 126px;
	height: 126px;
	padding: 9px;
	padding-top: 11px;
	font-size: .9em;
	cursor: default;
}

.climate_quick_view_label_column{
    font-size:11px;
    white-space:nowrap;
    width:12px !important;
    max-width:12px !important;
    background-color:#EDEDED;
    padding:4px !important;
}


.climate_quick_view_label_div{
    position:relative;
    top:20px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
#climate_quick_view_table tr:last-child td{
    height: 20px !important;
    max-height:20px !important;
    min-height:20px !important;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight:normal;
    background-color: #EDEDED;
    color: #606060;
    padding:3px;

}
*/

.quick_therm_tmax{
    color:#DB3F02;
    font-size:4em;
}

.quick_therm_tmin{
    color:#4575B5;
    font-size:4em;
}

.quick_rain{
    color:#4575B5;
    font-size:3em;
    position:relative;
    top:-7px;
}

.quick_aridity{
	color: #926239;
    font-size:3em;
    position:relative;
    left:4px;
    top:-7px;
}

.quick_pet{
    color:#4575B5;
    font-size:6em;
    position:relative;
    top:-7px;
}

.quick_vpr{
    color:#607283;
    font-size:3em;
    position:relative;
    top:-7px;
}

.arrow_dir{
    position:relative;
    top: 3px;
    font-size:4em;
    color:black;
}

.quick_value{
    font-size:20px;
}

.quick_value_range{
    font-size:10px;
    color:gray;
    position:relative;
    left:10px;
    font-weight:normal;
}

#selectedFeaturesTable {
    width:96%;
}

#selectedFeaturesTable th {
    cursor:default !important;/info
}

#selectedFeaturesTable tr td {
    cursor:default !important;
    background-color:white !important;
}

#selectedFeaturesTable td:first-child { width: 120px ;}

.mediaButton{
    width:30px;
    margin-top:0px;
    margin-left:1px;

}

#startDiv{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/start.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#stopDiv{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/stop.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#playButtons2 {
	position: relative;
	z-index: 1;
	left: 2px;
	float: left;
	top: -166px;
}

#startDiv2{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    left:4px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/start.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#stopDiv2{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/stop.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#playButtons3 {
	position: relative;
	z-index: 1;
	left: 2px;
	float: left;
	top: -71px;
}

#startDiv3{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    left:4px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/start.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#stopDiv3{
    margin-top:5px;
    margin-bottom:8px;
    border-radius:50px;
    cursor:pointer;
    position:relative;
    top:5px;
    display:inline-block;
    height:28px;
    width:28px;
    background:url('../../img/stop.png');
    background-size:25px;
    background-repeat:no-repeat;

}

#stopDiv:focus{
    outline:0;
}

#dynamicDataTableDiv{
    width:100%;
}

#dynamicEEMSDataTableDiv{
    width:96%;
}

.dynamicDataTable {
    width:100%;
    border-collapse:collapse;
}

.dynamicDataTable tr:hover {
    background-color:#D7D7D7;
}

.dynamicDataTable th,td {
    cursor:pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #006da9;
}

.dynamicDataTable td {
    vertical-align:top;
}

.dynamicDataTable th{
    height:30px;
    background-color:#EDEDED;
    color:#555;
    font: 12px verdana;
    text-align:left;
}

.dynamicDataTable tr{
    border-collapse: collapse;
    border: solid black 1px !important;
}

.dynamicDataTable td{
    font: 11px verdana;
    border: solid black 1px !important;
}

.dynamicDataTable td:first-child {
    white-space:nowrap;
    min-width: 245px;
    padding-left:10px;
}

tr.active td {
   background-color: #00FFFF;
}

.selectedFeaturesHeader{
    font: 13px verdana;
    font-weight:bold
}

.nearTermHeader {
    font-weight:normal;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-size:18px;
    line-height:50px;
    margin-top:10px;
    background-color:#EDEDED;
    color:#606060;
    border-radius:7px;

}

#fuzzLogicNearTermHeader{
    margin-left: 25px !important;
    margin-right: 25px !important;
}

#DataDownloadsHeader{
	margin-left: 25px !important;
	margin-right: 25px !important;
}

#sources {
    font-size:10px;
}


#climateDivision{
}

.dynamicNearTermClimateTable {
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    /*border:4px solid black !important;*/
}
.nearTermEmptyRow {
    background-color:white !important;
    height:5px !important;
}

.dynamicNearTermClimateTable tr:hover {
    /*background-color:#D7D7D7;*/
}

.dynamicNearTermClimateTable th td {
    cursor:default !important;
    border:1px solid #EDEDED !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dynamicNearTermClimateTable td {
    cursor:default !important;
    vertical-align:middle;
    height:20px;
    min-height:20px;
    color:#515151;
    border-bottom:0px !important
}

.dynamicNearTermClimateTable th:first-child {
    width:150px;
    min-width:150px !important;
}

.dynamicNearTermClimateTable tr:first-child {
    height:20px;
}

.dynamicNearTermClimateTable tr:nth-child(2) {
    height:0px;
}

.dynamicNearTermClimateTable td:first-child {
    width:55px !important;
    min-width:55px !important;
    max-width:55px !important;
    background-color:#EDEDED;
    color:#555;
    font-weight:normal;
    padding-left:5px;
}

.dynamicNearTermClimateTable td:nth-child(2){
    width:70px;
    max-width:70px;
    text-align:center;
}

.dynamicNearTermClimateTable td:nth-child(3){
    width:60px;
    min-width:60px;
    text-align:center;
}

.dynamicNearTermClimateTable td:nth-child(4){
    width:100px;
    min-width:100px;
}

.dynamicNearTermClimateTable tr:last-child{
}

.dynamicNearTermClimateTable th{
    height:10px;
    background-color:#444444;
    color:#F8981D;
    font: 13px verdana;
    font-weight:bold;
    text-align:center;
}

.dynamicNearTermClimateTable tr{
    border-collapse: collapse;
}

.dynamicNearTermClimateTable tr:nth-child(2){
    font-weight:bold;
}

.dynamicNearTermClimateTable td{
    font: 12px verdana;
    border: solid #D8D8D8 1px !important;

}

.testDiv {
    position:absolute;
    z-index:10;
}

.radio-button-circle {
    display: inline;
    position:relative;
    background-color:white;
    border-radius:0px 40px 40px 0px;
    padding-right:10px;
    z-index:1;
    top:1px;
    left:12px;
}

.radio-button-span {
   display: inline;
   position:relative;
   border-top-right-radius:40px;
   border-bottom-right-radius:40px;
   padding-right:8px;
   padding-left:11px;
   top:1px;
   left:5px;
}


table tr td.changeTD{
    color:black;
    font-size:15px;
    font-weight:bold;
}

#nearTermChangeTable tr{
    height:10px !important;
}

#nearTermDetailsTable tr{
    height:10px !important;
}

#nearTermDetailsTable td{
    border-top:0px !important
}

/* Nav Menu */
#nav {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b9b9b9;
	height:52px;
	margin-right: 5px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	height: 52px;
}

#header li {
    float: left;
}

#header li a {
	display: block;
	color: white;
	text-align: center;
	padding: 18px 16px;
	text-decoration: none;
}

#header li a:hover:not(.active) {
    background-color: #111;
}

#header .active {
    background-color: #4CAF50;
    color: white !important
}

.dropdown-content {
	display: none;
	position: absolute !important;
	right: 0px !important;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
	z-index: 1 !important;
	max-width: 191px !important;
	top: 52px;
}

.dropdown span {
    display: block;
    color: white;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
    cursor: default;
}

.dropdown-content a {
    color: black !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
    font-size:1.1em !important;
    cursor: pointer !important;
}

.dropdown-content a:hover {
    display: block;
}

.dropdown .dropdown-content a:hover:not(.active) {
    background-color: #f1f1f1 !important
}


.dropdown{
    width:120px;
}

#use_cases a{
    cursor: default;
}

#use_cases:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#DataBasinLinkBox{
    position: absolute;
    float:right;
    z-index:9999;
    top:0px;
    right:-1px;
    height:49px;
    width:150px;
    font: 12px Verdana;
    background-color:#F1F1F1;
    border-bottom-left-radius:15px;
    box-shadow: -1px 1px 5px #001322;
}

#DataBasinLogo{
    width:130px;
    position:relative;
    top:-3px;
}

ul#mainNav {
    float:left;
    width:auto;
    margin:0px;
    padding:10px;
    color:white;
    list-style-type:none;
    border:0px;
}

ul#mainNav > li:hover {
    color:black;
}

ul#mainNav > li:hover ul {
    cursor:pointer;
    font-weight:bold;
    opacity:1;
    left:0;
    height:auto;
    text-align:left;
    color:#777;
    font-size:12px;
    list-style-type:none;
    white-space:nowrap;
    z-index:9999;
}

ul#mainNav li ul {
    /*Properties for when you transition out */
    height:0;
    position:absolute;
    float:left;
    padding:10px;
    padding-top:2px;
    margin:0;
    opacity:0;
    -webkit-transition:opacity .3s ease-in;
    -moz-transition:opacity .3s ease-in;
    -o-transition:opacity .3s ease-in;
    transition:opacity .3 ease-in;
    list-style-type:none;
    white-space:nowrap;
    width:130px;
    color:#777;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    z-index:9999;
}

ul#mainNav ul li {
    margin:2px;
    background-color:#F1F1F1;
    border:0px black solid;
    line-height:18px;
    padding:5px;
    list-style-type:none;
    white-space:nowrap;
    width:130px;
    box-shadow: -1px 1px 8px #001322;
}

ul#mainNav ul li:hover {
    margin:2px;
    border:0px #444444 solid;
    color:#002D4E;
    list-style-type:none;
    white-space:nowrap;
}

ul#mainNav a {
    text-decoration:none;
    color: inherit;
}

.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;
}

.info2 {
	color: #5083B0;
	font-weight: bold;
	display: none;
	float: left;
	position: absolute;
	left: 45px;
	/* width: w; */
	white-space: nowrap;
}

.info {
    display: none;
}

.info_wms{
    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;
    display:none;
}

.info2Subtitle {
    width:140%;
    padding-top:2px;
    font-size:.6em
}

.info h4 {
	margin: 0 0 5px;
	color: #777;
}

.toolTitle {
    background-color:#444444;
    color:#F8981D;
    width:239px;
    height:32px;
    font-size:21px;
    font-weight:bold;
    line-height:32px;
    margin-left:17px !important;
    padding:10px;
    padding-left:28px;
    left:-8px;
}

.toolTitle2 {
    background-color:#444444;
    color:#F8981D;
    width:248px;
    height:42px;
    font-size:21px;
    font-weight:bold;
    line-height:20px;
    margin-left:17px !important;
    padding:10px;
    padding-left:28px;
    padding-right:0px;
    margin-right:0px;
    left:-8px;
    top:5px;

}


#control {
    display:none !important
}

.leaflet-control-layers-expanded{
    padding-bottom:0px !important;
}

.leaflet-draw{
    top:5px;
}

#calloutbox{
    margin-left:32px;
    margin-right:31px;
    text-align:center;
    z-index:999;
}

div.callout {
	height: 330px;
	width: 400px;
    z-index:0;
    visibility:visible;
}

div.callout {
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444, #444);
    position:relative;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
	color: #FFFFFF;
	padding: 13px 4px 4px 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #999;
	border: 1px solid #333;
	text-shadow: 2 0 1px #000;
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
    z-index:0;
}

#textInsideCallout {
    font: 27px Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-weight:bold;
    color:#F8981D;
    text-align:center;
}

/* Transparency slider */
.ui-opacity {
	display: none;
	background: #FFFFFF;
	position: absolute;
	left: 120px;
	bottom: 80px;
	/* top: 240px; */
	height: 150px;
	/* width: 28px; */
	width: 15px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	z-index: 9999;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-image: url('../../img/transparency2.png');
	background-size: contain;
}

.ui-opacity .handle {
  position:absolute;
  background:#414141;
  left:-5px;
  top:20px;
  /*width:26px;*/
  width:23px;
  height:10px;
  border:1px solid rgba(0,0,0,0.4);
  border-radius:2px;
  cursor:ns-resize;
  }

.ui-opacity .handle:hover {
    background:#595959;
}
#footer a {
    color:white !important;
}

#footer{
    font-size:12px;
    font-family:verdana;
    color:white;
    bottom:0px;
    right:0px;
    position:fixed;
    text-align:right;
    z-index:9999999;
    width:101%;
    margin-left:0px;
    margin-right:0px;
    padding-right:20px;
    padding-top:2px;
    line-height:13px;
    background-size: 100%;
    background: rgb(13,47,66);
    background: -moz-linear-gradient(-45deg, rgba(13,47,66,1) 1%, rgba(18,66,91,1) 10%, rgba(27,97,134,1) 29%, rgba(27,97,134,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(13,47,66,1)), color-stop(10%,rgba(18,66,91,1)), color-stop(29%,rgba(27,97,134,1)), color-stop(100%,rgba(27,97,134,1)));
    background: -webkit-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
    background: linear-gradient(135deg, rgba(13,47,66,1) 1%,rgba(18,66,91,1) 10%,rgba(27,97,134,1) 29%,rgba(27,97,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f42', endColorstr='#1b6186',GradientType=1 );
}

.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    }

#non_clickable_layer{
    cursor: default !important

}

/* Thermometer column and text */
 .thermometer {
    top:-30px;
    white-space:nowrap;
    margin-top:25px;
    margin-left:18px;
    width:22px;
    height:150px;
    display:block;
    font:bold 14px/152px helvetica, arial, sans-serif;
    text-indent: 36px;
    border-radius:22px 22px 0 0;
    border:5px solid #4a1c03;
    border-bottom:none;
    position:relative;
    box-shadow:inset 0 0 0 4px #fff;
    color:#4a1c03;
    background-color:white;
}

/* Thermometer Bulb */
 .thermometer::before {
    content:' ';
    width:44px;
    height:44px;
    display:block;
    position:absolute;
    top:142px;
    left:-16px;
    z-index:-1;
    /* Place the bulb under the column */
    background:#db3f02;
    border-radius:44px;
    border:5px solid #4a1c03;
    box-shadow:inset 0 0 0 4px #fff;
}

/* This piece here connects the column with the bulb */
#thermometerAfter{
    /* z-index:-2; */
    z-index:3;
    content:' ';
    width:14px;
    height:100px;
    max-height:145px !important;
    bottom:2px;
    display:block;
    position:absolute;
    left:4px;
    background:#db3f02;
}

#thermometerText{
    font-size:20px;
    white-space:nowrap;
    float:left;
    position:relative;
    top:50px;
    width:80px;
    left:-15px;
    z-index:5;
}

/* Rain gauge column and text */
.rainGauge{
    top:-28px;
    left:20px;
    background-color:white;
    white-space:nowrap;
    margin-top:32px;
    margin-left:40px;
    margin-bottom:6px;
    width:22px;
    height:140px;
    display:block;
    font:bold 14px/152px helvetica, arial, sans-serif;
    text-indent: 36px;
    border:5px solid #4a1c03;
    border-bottom:4px solid white;
    position:relative;
    box-shadow:inset 0 0 0 4px #fff;
    color:#4a1c03;
}

 .rainGauge::before {
    /* rain Gauge Base */
    /* Place the base under the column */
    content:' ';
    width:46px;
    height:42px;
    display:block;
    position:absolute;
    top:134px;
    left:-16px;
    z-index:-1;
    background:#4575B5;
    border-radius:44px;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border:4px solid #4a1c03;
    box-shadow:inset 0 0 0 4px #fff;
}

/* Required for Down Triangle */
.triangleTop:before, .triangleTop:after {
    content: "";
    position: absolute;
    width: 20;
    height: 15;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }

/* Stroke */
.triangleTop:before {
    z-index:-1;
    top: -13px;
    left: -21px;

    /* If 1px darken stroke slightly */
    border-top-color: #4A1C03;
    border-width: 22px;
}

/* Fill */
.triangleTop:after {
    z-index:3;
    top: -8px;
    left: -9px;
    border-top-color: white;
    border-width: 10px;

}

#rainGaugeAfter{
    /* The blue bar */
    z-index:3;
    content:'';
    width:14px;
    height:100px;
    max-height:149px !important;
    bottom:-1px;
    display:block;
    position:absolute;
    left:4px;
    background:#4575B5;
}

#rainGaugeText{
    font-size:20px;
    white-space:nowrap;
    float:left;
    position:relative;
    top:50px;
    width:80px;
    left:25px;
    z-index:5;
}

.nearTermClimateForm {
    position:relative;
    float:left;
    width:200px;
    margin-bottom:0px;
}

#DataBasinRedirect{
    position:absolute;
    float:left;
    left:0px;
    top:-60px;
    height:54px;
    width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color: rgba(255, 255, 255, 0.7); /* Color white with alpha 0.9*/
    line-height:40px;
    border-radius:5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    font-size:10px;
}

.DataBasinRedirectImg{
   width:88px;
   position:relative;
   left:1px;
   top:-25px;
   opacity: 0.9;
   filter: alpha(opacity=90); /* For IE8 and earlier */
}

#DataBasinRedirectText{
    position:relative;
    top:-33px;
    line-height:12px;
    font-size:11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

.DataBasinRedirectImgDescription{
    width:88px;
    position:relative;
    left:1px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.wms_legend {
    margin-top:3px;
}

.wms_source {
    font-size:10px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

#LegendHeader {
    min-width:75px;
    max-width:125px;
    text-align: left;
    line-height: 18px;
    color: #555;
    font-size:12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

.legendLabels {
    white-space:nowrap;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    position:relative;
    left:5px;
    margin-right:30px;
    font-size:12px;
}

.legendLabelsStretch {
    white-space:nowrap;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    position:relative;
    left:-7px;
    margin-right:30px;
    line-height:35px;
    width:70px;
    top:-2px;
    font-size:12px;
}

.legendTable {
    text-align: left;
    line-height: 13px;
    color: #555;
    font-size:12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif*/
}

.legendTable i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;

}

.legendTable td{
    vertical-align:middle;
    color: #555;
    cursor: default;
}

.legendSubheader{
    font-weight:normal;
    font-size:.9em;
}

.symbologyTD{
    width:25px;
}

.introjs-bullets{
    display:none;
}

.introjs-helperNumberLayer{
    top:-7px;
    margin-left:10px;
    z-index:999 !important
}

.footnote{
    padding-left:20px;
    font-size:11px;
}

.selectedFeaturesText{
    vertical-align:bottom;
    white-space:nowrap;
    width:5px;
}

.inner{
    left:5px;
    white-space:nowrap;
    position:relative;
    width:10px;
    min-width:8px;
    height:6px;
    margin-right:0px;
    border-size:2px;
    border-color: #5083B0;
    border-style:dotted;
}

.inner {
    display:none;
}

.selectedFeaturesText:hover > .inner{
    display: inline-block;
}

#clickToMapInfobox {
    float:right;
    z-index:999;
    font-weight:bold;
}

#clickToMapInfobox a {
    text-decoration:none;
}

#infoCircle{
    left:-22px;
    top:-12px;
    font-style:italic;
}

div.clickToMapInfo {
    float:right;
    height: 20px;
    width: 275px;
    right:-330px;
    top:230px;
    z-index:9999;
    visibility:visible;
    position:absolute;
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444, #444);
	padding: 4px 4px 4px 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #999;
	margin: 25px;
	border: 1px solid #333;
	text-shadow: 2 0 1px #000;
    color:#F8981D;
    font-weight:bold !important;
    font: 13px Verdana;
}

.clickToMapInfo::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.clickToMapInfo.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #444;
}

.clickToMapInfo.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #444;

}
.clickToMapInfo.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}
.clickToMapInfo.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}

.container {
    position: absolute;
    width: 100%;
    top: 0px !important;
    z-index: 1;
    height:0px;
}

#container {
	display: none;
	height: 430px;
	margin-top: 40px;
}

#showTop{
    font-size:.85em;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    height:20px
    z-index:0;
    cursor:pointer;
    padding:0px !important;
    margin-top:0px !important
}


#close_button{
    cursor:pointer;
    text-decoration:none;
    color:#EFEFEF;
    position:relative;
    top:0px;
    float:right;
    right:3px;
    font-size:13px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

#close_button:hover {
    color:#CCCCCC
}

.cbp-spmenu-horizontal {
	height: 115px !important;
	z-index: 99999;
}

.cbp-spmenu-horizontal a{
    padding: .7em !important
}

/* Mouse over Leaflet Legend popup */
div#pop-up {
    display: none;
    position: absolute;
    width: 108px;
    padding: 5px;
    padding-right:2px;
    background: #eeeeee;
    color: #333;
    border: 1px solid #1a1a1a;
    border-radius:2px;
    box-shadow: 1px 1px 6px #999;
    font-size: 11px;
    z-index:9999;
}

div#pop-up2 {
    display: none;
    position: absolute;
    width:408px;
    padding: 5px;
    padding-right:2px;
    background: #eeeeee;
    color: #333;
    border: 1px solid #1a1a1a;
    border-radius:2px;
    box-shadow: 1px 1px 6px #999;
    font-size: 11px;
    z-index:1001;
}

.alertify {
	top: 80px !important;
	width: 50% !important;
	margin-left: -25% !important;
    max-height:75vh;
}

.alertify-cover {
	background-color: black !important;
	opacity: .5 !important;
}

.alertify-message {
	padding: 0px !important;
}

#no_features {
	padding: 30px;
	text-align: center;
	font-size: 25px;
	color: #D53211;
}

.info_popup {
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	overflow-y: auto;
	padding: 0px 0px 30px 30px;
	font-size: 1.2em;
    max-height: 63vh;
}

.info_popup img {
    max-width: 100%;
}

.info_table {
    margin-left:auto;
    margin-right:auto;
}

.info_table th {
	color: #626060;
	background-color: #e0dede;
	padding: 10px;
}

.info_table td {
	background-color: #CBDFF3;
	color: #606060;
	text-align: left;
	padding-left: 50px;
}

.info_table td:first-child {
    padding-left: 70px
}

.info_table td:nth-child(2){
    padding-left: 50px
}

.info_header {
    font-size: 1.4em;
    color: #4E80BB;
    font-weight: 600;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
}

/* Dojo for video popup */
.dijitDialogTitleBar{
	color:#F89832 !important;
	border:1px solid #444444 !important;
	background-color:#444444 !important;
	background-image:none !important;
	font-weight:bold;
}

.dijitDialogTitle{
	color:#F89832 !important
}

.dijitDialog {
	border: 0px solid !important;
    z-index:99999 !important;
}

.dijitDialogPaneContent {
	border-top: 0px !important;
	background: #444444 repeat-x top left !Important;
}

.dijitDialogUnderlay {
    display:none !important
}

#view6_contents {
	position: relative;
	display: inline-block;
}

#view7_contents {
	position: relative;
	margin: 25px 25px 25px 25px;
	width: 429px;
}

#data_download_table {
	width: 100%;
	border-collapse: collapse;
}

#data_download_table th {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size: .9em;
	color: #FFE370;
	font-weight: normal;
	text-align: left;
    border: solid #C2C2C2 1px !important;
	padding: 5px;
	background-color: #4F6375;
}

#data_download_Table td {
	border: solid #C2C2C2 1px !important;
	cursor: default;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #606060;
	font-size: .9em;
}

#data_download_Table td:last-child {
    text-align:center;
}

#data_download_Table td:nth-child(4) {
    text-align:center;
}

.info3_icon{
    cursor:pointer;
    height:22px;
}

.download_icon{
    height:50px;
}

.metadata_div{
    font-size:12px;
    height:85% !important;
}

.save_as_pdf_button{
	cursor: pointer;
	float: right;
}

#spline_variable_dropdown {
	white-space: nowrap;
	width: 100%;
	position: relative;
	height: 70px;
	margin-left: 66px;
}

#ecosystem_services_model_div {
	margin-left: 45px;
}

#ecosystem_services_continuous_model_div {
}

#ecoServClimateModelLabel {
	border-radius: 6px 0px 0px 6px;
	padding-left: 10px;
	border-right: 0px;
	width: 120px;
	text-align: right;
	padding-right: 40px;
}

.verticalSeparatorLine{
    font-size:15px;
    color:gray;
    display:inline !important;
    position:relative;
    left:2px;
}

#ecoServSelectionFormSelectBoxIt {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-left: 0px;
	left: -5px;
	width: 220px !important;
}

#ecoServSelectionForm2SelectBoxIt {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-left: 0px;
	left: -5px;
	width: 220px !important;
}

#area_chart .highcharts-legend{
    position:relative;
    top:10px;
}

#area_chart .highcharts-legend-item{
    opacity:.85 !important;
    color:#4F4F4F;
}

#area_chart .highcharts-series-group{
    opacity:.85;
}

#area_chart .highcharts-xaxis-title{
    left:60px !important;
}

#vegMapSlider {
	position: relative;
	top: 10px;
	opacity: .85;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	cursor: pointer !important;
	left: 5px;
}

#continuousMapSlider {
	top: 40px;
	opacity: .85;
	width: 365px;
	z-index: 1;
	cursor: pointer !important;
	margin-left: 5px;
}

.label {
    z-index: 1 !important;
}

#area_chart .highcharts-tooltip span {
    background-color: white;
    opacity: .9;
    z-index: 9999 !important;
}

#area_chart .highcharts-tooltip{
    padding:0px
}

#areaChartTooltipContainer {
	border: 1px solid orange;
    background-color: white;
	padding: 5px;
	box-shadow: 2px 2px 8px #636363;
}

/*Time Slider */

.ui-slider-handle{
    cursor:pointer !important
}

#AdditionalESVariablesY1 .selectboxit-container .selectboxit {
	width: 220px !important;
	border-radius: 0px 6px 6px 0px;
	left: -5px;
	border-left: 0px;
}

#AdditionalESVariablesY2 .selectboxit-container .selectboxit {
	width: 220px !important;
	border-radius: 0px 6px 6px 0px;
	left: -5px;
	border-left: 0px;
}

#AdditionalESVariablesY1 .selectboxit .selectboxit-option-icon-container {
	margin-left: 1px !important;
}

#AdditionalESVariablesY2 .selectboxit .selectboxit-option-icon-container {
    margin-left: 1px !important;
}

#AdditionalESVariablesY1 {
	float: left;
    margin-bottom: 5px;
}

#AdditionalESVariablesY2 {
	float: left;
	margin-right: 0px;
}
margin-bottom: 5px;

.ui-dialog {
    width: 745px !important;
    height: 600px !important;
    background: rgba(67, 67, 67, .9);
    box-shadow: 2px 2px 20px gray;
    padding:5px
}

.leaflet-bottom.leaflet-right{
    z-index:0 !important;
    right: 10px !important;
}

.no_climate_impacts_data {
	position: relative;
	z-index: 9999;
	height: 100%;
	background-color: white;
	opacity: .9;
	padding: 90px 30px 30px 30px;
	font-size: 20px;
	color: #454545;
	text-align: center;
	display: none;
	width: 87%;
    overflow:hidden;
}

.no_climate_impacts_alert_icon{
    height:100px
}

.no_data_available{
	padding: 15px;
	font-size: 20px;
	text-align: center;
}

#scroll_for_more {
	background-color: #47A3DA;
	position: fixed;
	bottom: 29px;
	padding: 2px 20px;
	border-radius: 10px 10px 0px 0px;
	color: white;
	right: 130px;
	box-shadow: 0px 0px 1px 0px #4B4343;
}

#model_selection_icon {
	height: 7px;
	color: red;
	width: 7px;
	background-color: red;
	border-radius: 100%;
	border: 1px solid black;
	position: relative;
}

.reference_layer_help_icon{
    height: 13px;
    cursor: help;
}

.ui-dialog {
    background: white;
}

#results {
	display: none;
	float: right;
	/* z-index: 9999; */
	position: absolute;
	/* max-width: 650px; */
	background-color: transparent;
	margin-top: 10px;
	height: calc(100vh - 88px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	top: 50px;
	right: 0px;
	/* width: 50%; */
	/* min-width: 800px; */
	max-width: 50%;
}

.results_container {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	margin-bottom: 5px;
	background: white;
	position: relative;
	border-radius: 5px;
}

.selectboxit-text[data-val="none"] {
    color: gray;
    font-style: italic;
}

#macrogroup_dropdownSelectBoxIt{
    /*
    max-width:400px;
    */
}

#macrogroup_dropdownSelectBoxItText{
}

#macrogroup_dropdown_container {
	text-align: left;
	overflow-y: visible !important;
	overflow-x: visible !important;
	background-color: #EDEDED;
	padding: 5px;
	line-height: 30px;
	padding-left: 10px;
	white-space: nowrap;
}

.header, .right_header {
	font-family: arial;
	color: #ede4e4;
	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: 1.2em;
	position: relative;
	min-width: 400px;
	background-color: #1B6186 !important;
	border: 1px solid #135578 !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));
}

.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;
	background-color: white;
	min-width: 35vw;
	padding: 0px 20px;
	text-align: center;
	overflow-y: hidden;
}

#collapsible_div_point_chart {
	max-height: 480px;
}

#collapsible_div_change_table{
    max-height:760px;
}

#collapsible_div_climate_departure {
	height: 400px;
}

.loading_contents{
    min-width:730px;
}

#loading_contents_departure{
}

#mean_departure_div {
	left: 0px;
	cursor: default;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: rgb(51, 51, 51);
	z-index: 9999;
	border-right: 1px solid #E7E7E7;
	background-color: white;
	display: table-cell;
	top: 25px;
	vertical-align: top;
	position: relative;
}

#mean_departure_table {
	border-collapse: collapse;
}

#mean_departure_table th {
	font-size: 13px;
	font-weight: normal;
	background-color: #cccbcb;
    border: 2px solid #5f5757;
    cursor: help !important;
}

#mean_departure_table td {
	font-size: 13px;
	color: rgb(51, 51, 51);
	text-align: center;
	border: 2px solid #5f5757;
    cursor: help !important;
}

#mean_departure_table td:first-child {
	width: 70px;
    min-width: 70px;
    max-width: 70px;
	height: 55px;
	/* background-color: #545151; */
}

#mean_departure_table td:nth-child(2){
    width: 40px;
    min-width: 20px;
    font-size: 15px;
    color: rgb(51, 51, 51);
    display:none;
    border: 0px;
}

#mean_departure_table tr:nth-child(2) td:first-child{
    background-color: #F36A6C;
}

#mean_departure_table tr:nth-child(3) td:first-child{
    background-color: #FDAE61;
}

#mean_departure_table tr:nth-child(4) td:first-child{
    background-color: #FFFFBF;
}

#mean_departure_table tr:nth-child(5) td:first-child{
    background-color: #A6D96A;
}

#mean_departure_table tr:nth-child(6) td:first-child{
    background-color: #1A9641;
}

.departure_indicator {
	font-size: 30px !important;
	color: #545151 !important;
}

.histogram_subtitle {
	text-align: left;
	line-height: 18px;
	white-space: nowrap;
	min-width: 300px;
	cursor: default;
	margin-left: 30px;
}

.climate_exposure_icon{
    height:15px;
}

#hadgem2_departure_label {
	/*background-color: #FF9999;
	display: inline-block;
	height: 12px;
	width: 16px;
	top: 2px;
	position: relative;
	*/
}
#canesm2_departure_label {
    /*background-color: #B2D1EE;
	display: inline-block;
	height: 12px;
	width: 16px;
	top: 2px;
	position: relative;
	*/
}

#collapsible_div_area_chart {
    max-height: 580px;
}

#collapsible_div_spline_chart {
    max-height: 755px;
}

#legend_toggle_note {
	text-align: left;
	color: #666666;
	height: 0px;
	margin-left: 10px;
	position: relative;
	top: -10px;
}


#legend_toggle_note {
	text-align: left;
	color: #666666;
	height: 0px;
	margin-left: 152px;
	position: relative;
	top: -10px;
	font-size: .9em;
	font-style: italic;
	width: 100%;
}

#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-family: Helvetica; */
	font-size: 1.1em;
	color: #666666;
	overflow-y: auto;
}

.helper_number {
	background-color: red;
	border: 2px solid white;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	padding: 1px 6px;
	color: white;
	font-weight: bold;
	margin-right: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
	left: -3px;
	position: relative;
}

.intro_header {
	font-size: 1.4em;
	margin: 20px 0px;
	color: #4E80BB;
	font-weight: 600;
}

.getting_started_text{
    margin: 20px 0px 30px 0px;
    white-space: nowrap;
}

.interp_div{
	width: 100%;
}

.interp_image_div{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.interp_text {
	float: right;
	background-color: gray;
	border: 2px solid white;
	width: 50%;
}

.getting_started_icon_div{
	width:100%;
	text-align:center;

}
#map_click_icon{
	margin-top: 30px;
	height: 175px;
}

#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;
	margin-top: 14px;
}

.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/ca.png");
	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;
}

#climate_table {
	width: 100%;
	display: table-cell;
}

#climate_table td{
	position:relative;
	border-right:2px solid #F5F5F5;
	overflow:hidden;
}

.introjs-tooltip {
	position: absolute;
	visibility: visible;
	padding: 10px;
	background-color: white;
	min-width: 400px;
	border-radius: 3px;
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-ms-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 28px;
	line-height: 28px;
	display: block;
}

/*
.introjs-prevbutton, .introjs-nextbutton {
    display: none;
}
*/
/*
ul.selectboxit-options {
    max-height: 580px;
}
*/
#about_getting_started a {
	background-image: url('../../img/spritesheet.png');
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;

}

#about_getting_started .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
	background-position: -2px -2px;
}

#about_getting_started .leaflet-draw-draw-polygon {
	background-position: -31px -2px;
}

#about_getting_started .leaflet-draw-draw-rectangle {
	background-position: -62px -2px;
}

#footer a:link {color:#4D79B3; text-decoration:none}      /* unvisited link */
#footer a:hover {color:#4D79B3; text-decoration:underline}  /* mouse over link */
#footer a:active {color:#4D79B3;}  /* selected link */
#footer a:link{color:#58583D}
#footer a:visited{color:#58583D}

#footerImage {
	position: relative;
	height: 24px;
	margin-left: 7px;
	background: #FFF;
	padding: 1px 2px;
	border-radius: 50%;
	box-sizing: border-box;
}

