@media only screen and (max-width:2545px) { 
	#img-banner {
		height:150px !important;
		max-height: 150px !important;
		background-image: url('../img/DataPortal_1440.png') !important;
	}
}

@media only screen and (max-width:2139px) { 
	#img-banner {
		height:130px !important;
		max-height: 130px !important;
		background-image: url('../img/DataPortal_1440.png') !important;
	}
}

@media only screen and (max-width:1818px) { 
	#img-banner {
		height:105px !important;
		max-height: 105px !important;
		background-image: url('../img/DataPortal_1440.png') !important;
	}
}


@media only screen and (max-width:1458px) { 
	#img-banner {
		max-height: 85px !important;
		background-image: url('../img/DataPortal_1440.png') !important;
	}
}

@media only screen and (max-width:1025px) { 
	#img-banner {
		max-height:79px;
		background-image: url('../img/DataPortal_768.png');
	}
}






#img-banner {
	width: 100%;
	height:150px;
	max-height:150px;
    background-image: url('../img/DataPortal_2560.png');
	background-size: contain;
	background-repeat: no-repeat;
}


html {
	position: relative;
	/* background-color: #010B36; */
	background-color: lightblue;
	text-align: justify;
	font-family: Myriad Set Pro, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 1em !important;
}

body {
	height:100%;
	width:100%;
	font-family: Myriad Set Pro, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 1em !important;
	overflow-x:hidden;
	background-color:lightblue!important;
}

.nav-tabs {
    border-bottom: 2px solid #ddd!important;
}

.nav-tabs a {
	color: black!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: blue!important;
}

.nav-tabs .nav-link {
    border: 2px solid transparent!important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    font-weight: bolder !important;
    background-color: transparent !important;
    border-color: #ddd #ddd lightblue #ddd !important;
}

.main_nav li a {
	font-size: 0.88em;
	padding-top: 0;
	padding-bottom: 0;
}

.main_nav li.nav-item:hover {
	background: rgba(165,165,165,.7);
}

.main_nav .nav-item {
	width:125px!important;
	text-align:center!important;
}

.main_nav .dropdown-menu {
	min-width: auto!important;
    padding: 0!important;
	margin: 0!important;
	background-color: #0e1f67!important;
	border: 0!important;
	border-radius: 0;
}

.main_nav .dropdown-item {
	width:125px!important;
	padding:0!important;
	text-align: center!important;
	color: #fff!important;
}

.main_nav .dropdown-item:hover {
	background-color: white;
    opacity: 0.9;
    color: black!important;
}

.title_tab .nav-link {
	    padding: .5em .5em!important;
}

.title_tab li a {
	font-size: 1rem !important;
	font-weight: 600;
}

.showMapLayerInterface {
	height: 30px !important;
}

.flex {
	display: flex !important;
}

.show {
	display: block !important;
}

.fullWidth {
	width: 100% !important;
}

#mapLayerHolder {
	width: 35vw;
	max-width: 350px;
}

#layerOptions {
	display: none;
	background-color: rgba(255,255,255,0.8);
	align-items: center;
	max-width: inherit;
	height: auto;
}

#layerOptions center {
	width: 31vw;
	max-width: 300px;
}

#logo_icon_holder {
	position: absolute;
    z-index: 99;
    left: 3vw;
    top: 8px;
    height: auto;
    width: 5.4vw;
	min-width: 53px;
    max-width: 100px;
}

#logo_icon {
    height: 100%;
	width: 100%;
}

.dropup_icon {
	background-image: url('img/dropup.png');
}

 .flex_left {
	display: flex;
	float: left;
	width: 6.2rem;
	font-size: 0.6rem;
 }

 .layer_item {
	display: flex;
	float: left;
	font-size: 12pt;
	width: 200pt;
 }

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

#mapLayerInterface {
	height: 13px;
	width: 8rem;
	margin: auto;
	max-width: inherit;
	background-color: rgba(255,255,255,0.8);
	display: none;
	cursor: default;
}

#mouse_latlng_holder {
	height: 100%;
	width: 33%;
	background-color: rgba(6,23,92, 0.5);
}

#mouse-position {
	position: absolute;
	bottom: 0;
	color: rgba(255,255,255,0.7);
    font-size: 0.75em;
}

#visualizeEndDate {
	display: none;
}

#closeButton {
	position: absolute;
	top:-20px;
	right:0px;
	background: red;
	color: white;
	font-weight: bolder;
	border: 1px solid black;
	outline: none;
}

#vidWrapper {
	display: none;
    position: absolute;
    width: 67vw;
    height: 39vw;
    z-index: 999;
    left: 20vw;
    top: 10%;
    border-top: 20px solid black;
	
	animation-name: expand;
    animation-duration: 2s;
	
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes expand {
    from {width: 0;height:0;}
    to {width: 67vw;height:39vw;}
}

/* Standard syntax */
@keyframes expand {
    from {width: 0;height:0;}
    to {width: 67vw;height:39vw;}
}

.embedVideo {
	display: none;
	position: absolute;
    height: 37.7vw;
	z-index: 999;
	margin: 0 auto;
	animation: popout 1s ease;
    -webkit-animation: popout 1s ease;
}

.tab-content {
	line-height: 1.4;
}

.coordBox {
	/* height: 18px; */
	width: 50px;
	opacity: 0.3;
}

.inputBox80 {
	height: 20px;
	width: 80px;
}

.inputBox110 {
	height: 20px;
	width: 110px;
}

.inputBox130 {
	height: 20px;
	width: 130px;
}

.inputBox150 {
	height: 20px;
	width: 150px;
}

/*---- Date Picker ----*/
.datePicker {
	max-width: 7em;
}

.hide-calendar .ui-datepicker-calendar
{
	display:none!important;
	visibility:hidden!important
}

input[type=button] {
    background-color: white;
}

#infoDialog {
	max-width: 1000px;
	max-height: 1000px!important;
	overflow-x: hidden;
	overflow-y: auto;
	/* min-width: 600px; */
}

.infoDialog {
	/* top: 8vh!important;
	left: 25vw!important; */
}

.infoDialog .ui-dialog-titlebar {display:none}

infoTitle {
	position: absolute;
	font-weight: bold;
	font-size: 2.3rem;
	color: #010B36;
}

infoSubtitle {
	font-weight: bold;
	font-size: 2rem;
	color: #010B36;
}

.info_content {
	font: 16px arial;
}

.custom_dark_blue {
	color: #010B36;
}

.bold {
	font-weight: bold;
}

.info_content {
    margin-top: -25px;
	padding: 0 2rem;
}

#comparisonDialog {
	overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#legend {
	position:absolute;
	font-size: 10.4px;
	height: auto;
	overflow: auto;
	left: 0;
	top: 0;
	z-index: 0;
}

#legendOnOff {
	display: none;
	height: 20px;
	width: 100px;
}

/* css for on/off */
.onoffswitch {
	display: inline-block;
	margin-top: 0px;
    position: absolute; 
	height: 18px;
	width: 50px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;

    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #6BB2ED; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 34px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

#drawNotice {
	display: none;
	background: grey;
	color: white;
	font-size: 16px;
	margin-left: 35%;
}

#rectangleCoordinate {
	display: none;
	/* height: 60px; */
}

#latLngCoordinate {
	display: none;
	height: 30px;
}

#dataSelection {
	width: auto;
}

.changeDateButton {
	display: inline-block;
	/* height: 19px; */
	width: 15px;
	/*border-radius: 15px;*/
	-webkit-appearance: none;
	cursor: default;
	color: transparent;
	outline: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

.changeMonthButton {
	display: inline-block;
	/* height: 19px; */
	width: 15px;
	/*border-radius: 15px;*/
	-webkit-appearance: none;
	cursor: default;
	color: transparent;
	outline: none;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

#prevDate {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/prevDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

#prevMonth {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/prevDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

#prevDateEnd {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/prevDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

#nextDate {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/nextDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;
}

#nextMonth {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/nextDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;
}

#nextDateEnd {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
	background-image: url(../img/nextDate.png);
	background-repeat: no-repeat;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
	outline: none;
    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;
}

#changeDateButtonSpan {
	
	display: none;
	/*margin-top: 1px;
	margin-left: -34px;*/
	outline: none;
}

#changeMonthButtonSpan {
	
	display: none;
	/*margin-top: 1px;
	margin-left: -34px;*/
	outline: none;
}

#selectHour {
	display: none;
}

#selectHourStartDownload {
	display: none;
}

#selectHourEndDownload {
	display: none;
}

#selectHourStartDownloadCompare {
	display: none;
}

#spinnerDiv {
	display: none;
	margin-bottom: 25%;
}

#downloadSpinnerDiv {
	display: block;
}

#layerStats {
	display: none;
	font-size: 1.4em;
}

#layerStatsTable tbody tr td {
	border: 1px solid black;
	color: red;
	font-size: 85%;
	cursor: default;
	background-color: yellow;
}

#copyright {
    opacity: 0.7;
    color: rgb(0, 0, 0);
    font-size: x-small;
    z-index: 0;
    position: absolute;
	height: 14px;
	line-height: 14px;
    right: 544px;
    bottom: 0px;
    background-color: rgb(255, 255, 255);

	-webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Not implemented yet */
    -o-user-select: none;
    user-select: none;  
}

.custom_legend_dialog .ui-dialog-titlebar {
	padding: 0em 1em !important;
}

#custom_legend {
	text-align: center;
	padding-bottom:3px;
}

.custom_legend_div {
	float: left;
	width: 120px;
}

#custom_legend_notice {
	display: inline;
	font-size: 10px;
	text-align: center;
	margin-left: 1vw;
	color: red;
}

#custom_legend_select ul a {
	padding: 0 10px !important;
}

.dd-option-text, .dd-selected-text {
	line-height: 0 !important;
}

.dd-option-image, .dd-selected-image {
	float: none !important;
}



blue {
	color: blue;
}

cyan {
	color: cyan;
}

white {
	color: white;
}

#download_end_compare_span {
	display: none;
}

/* .banner-fluid { */
	/* height: 100%; */
    /* max-height: 142px; */
	/* background-color: #000935; */
	/* width: 100%; */
	/* max-width: 1920px; */
	/* background-image:url("../img/DataPortal_1440.png"); */
	/* background-size:cover; */
/* } */


#legend_inverse {
	display: none;
	margin-left: 1.2vw;
	
}

.flex {
	display: flex;
}



/* .comparisonDialog.ui-dialog .ui-dialog-titlebar{ */
	/* background: #000935 url(/img/DataPortal_CompareBanner.png) no-repeat; */
    /* height: 60px; */
    /* max-height: 8.0vw; */
    /* width: 100%; */
    /* background-size: contain; */
    /* padding-bottom: 0; */
/* } */

.comparisonDialog.ui-dialog .ui-dialog-titlebar{
	background-image: url('/img/DataPortal_CompareBanner.png');
	background-color: #000935;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 8.4%; 
}



#comparisonDialog {
	padding: 0 !important;
}

iframe {
	border:0;
}

#emailAddress {
	width:240px;
}

#downloadLimit {
	display: none;
}

#shapefile {
	outline: none;
}

#uploadButton {
	display: none;
	outline: none;
	line-height: normal;
}

#upload_dialog {
	height: auto !important;
}

#clearRectangle {
	display: none;
	line-height: normal;
}

.table-fixed thead {
  width: 100%;
}

.table-fixed th {
  background-color: #bcecf1;
}

.table-fixed tbody {
  height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

ul.bg-faded {
	background-color: rgba(6,23,92, 0.7);
}

ul.bg-faded li a.nav-link {
	color: white;
	outline: none;
}

optgroup, select, textarea {
	font-size: 1em !important;
}

input, button {
	font-size: 0.8em !important;
}

.tab-content ::-webkit-scrollbar {
    width: 10px;
}
 
.tab-content ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
.tab-content ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.ui-widget-content ::-webkit-scrollbar {
	 width: 0.5px;
}

.ui-widget-content ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.ui-widget-content ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar {
    width: 0.5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.highcharts-tooltip span {
    width:140px!important;
    overflow:auto;
    white-space:normal !important;
}

 .downloadbtn {
  position: absolute;
  vertical-align: top;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  background: #ffffff;
  border: 0;
  cursor: pointer;
}
.downloadbtn:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}