/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
 
* {
	--switch-height: 20px;
	--switch-padding: 3px;
	--switch-width: calc((var(--switch-height) * 2) - var(--switch-padding));
	--slider-height: calc(var(--switch-height) - var(--switch-padding));
	--slider-on: calc(var(--switch-height) - var(--switch-padding));
}

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
	margin: 0;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	padding: 0 20px;
	height: 100%;
}

/* HTML5 display definitions
 	========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
 	========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a,
.tabulator-table .tabulator-cell a{
	background-color: transparent;
	text-decoration: none;
	color: #4682B4;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover,
.tabulator-cell a:hover{
	outline: 0;
	color: #87CEEB;
}
.lightbox td,
.lighhtbox td:hover,
.lightbox h1,
.lighhtbox h1:hover,
.lightbox h2,
.lightbox p{
	color: black;
}
.breadcrumb{
	margin-left: -22px;
}
.breadcrumb a::before{
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.breadcrumb a::before {
	margin-right: 10px;
	content: '<<';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.breadcrumb a:hover::before,
.breadcrumb a:hover::after,
.breadcrumb a:focus::before,
.breadcrumb a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* Text-level semantics
 	========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
p{
	margin: 3px 0 3px 0;
}
footer p{
	text-align: center;
	font-size: smaller;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 1.6em;
	margin: 5px 0 3px 0;
	width: auto;
	display: inline-block;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.lightbox{
	Font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}
.headerArea{
	margin-bottom: 8px;
}
.headerArea h1{
	display: block;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 3px;
	line-height: 1em;
}
.headerArea h4{
	display: block;
	margin: 3px 0;
	font-weight: normal;
}
.headerArea h4 span{
	float: right;
}
.lightbox h1{
	width: 100%;
}
.map-overlay {
	position: absolute;
	background: #fff;
	margin-right: 20px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	overflow: auto;
	border-radius: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
.hasnav #map-legend.map-overlay{
	top: 115px;
	padding: 0 8px;
}
.map-overlay td:nth-child(3){
	text-align: right;
}

#map-legend {
	margin-top: 20px;
	top: 96px;
	right: 15px;
	background: #c8c8c8;
	border: 1px solid black;
	white-space: nowrap;
}
.map-overlay table {
	border: none;
}
.map-overlay td {
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.mapboxgl-control-container .mapboxgl-ctrl-attrib .mapbox-improve-map{
	font-weight: normal;
}
.mapboxgl-control-container .mapboxgl-ctrl-attrib .mapbox-improve-map:before{
	content: '| ';
}
.anticyclone_dot {
	height: 10px;
	width: 10px;
	background-color: #ae2e24;
	border-radius: 50%;
	border:1px solid black;
	display: inline-block;
}
.cyclone_dot {
	height: 10px;
	width: 10px;
	background-color: #0f6abd;
	border-radius: 50%;
	border:1px solid black;
	display: inline-block;
}
.drifter_anticyclone_dot {
	height: 10px;
	width: 10px;
	background-color: #ae2e24;
	border-radius: 50%;
	border:2px solid white;
	display: inline-block;
}
.drifter_cyclone_dot {
	height: 10px;
	width: 10px;
	background-color: #0f6abd;
	border-radius: 50%;
	border:2px solid white;
	display: inline-block;
}
.argo_legend {
	height: 10px;
	width: 10px;
	background-image: url('/images/argo-yellow-highlight.png');
	display: inline-block;
}

#eddydatepicker{
	display: none;
}
.date-dropdowns{
	margin: left: 0;
}
.date-dropdowns select{
	margin: 5px 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
 	========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
 	========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

p{
	margin: 8px 0;
	line-height: 1.2em;
}
/* Forms
 	========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 5px; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
 	========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 3px;
	border: 1px solid #e4e3e3;
}

#eddymap{
	width: 100%;
	grid-row-start: 1;
	grid-row-end: 1;
}
#tabs,
#chartcontainer{
	grid-row-start: 3;
	grid-row-end: 3;
}
.alignRight{
	text-align: right;
}
.popups .mapboxgl-popup-content{
	background-color: rgba(255, 208, 208, 0.9);
}
.popups.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
	border-top-color: rgba(255, 208, 208, 0.9);
}
.mapboxgl-popup-content ul{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}

.argo_float{
	margin: -10px -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #3887be;
	pointer-events: none;
}

[type='range'],
[type='range']::-webkit-slider-thumb{
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#edate{
	width: 100%;
	height: 10px;
	background: #ddd;
	border-radius: 10px;
	position: relative;
	outline: none;
	margin: 0 0 10px 0;
}
#edate::-webkit-slider-thumb {
	width: 15px;
	height: 20px;
	background: #5d5;
	border-radius: 50%;
}
#edate:active{
	cursor: ew-resize;
}
.capword{
	text-transform: capitalize;
}
.hamburger .line{
	width: 60%;
	height: 5px;
	display: block;
	margin: 3px auto;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover{
	cursor: pointer;
}

#hamburger-1:hover .line:nth-child(2){
	opacity: 0;
}

#hamburger-1.hover .line:nth-child(1){
	transform: translateY(13px) rotate(45deg);
}

#hamburger-1.hover .line:nth-child(3){
	transform: translateY(-13px) rotate(-45deg);
}
.hamburger,
#menu {
	background-color: #f6f6f6;
	position: absolute;
	z-index: 100;
	top: 195px;
	left: 30px;
	border-radius: 3px;
	width: 120px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0 0 0 2px rgb(0 0 0/10%);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}
.hamburger{
	visibility: visible;
	opacity: 1;
	z-index: 99;
	width: 39px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.hasnav .hamburger,
.hasnav #menu{
	top: 214px;
}

#menu:hover,
#menu.is-active{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s linear;
}
#menu a {
	font-size: 13px;
	color: #404040;
	display: block;
	margin: 0;
	padding: 0;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-align: center;
}
#menu a:last-child {
	border: none;
}
#menu a.active:hover {
	background: #4682B4;
}
#menu a.active,
.hamburger .line,
.eddytables .ui-state-active,
.eddytables .ui-widget-header .ui-state-active.ui-state-hover,
.eddytables .ui-widget-header .ui-state-active{
	background: #696969;
	color: white;
}
#menu a:hover,
.eddytables .ui-widget-header .ui-state-hover{
	background-color: #87CEEB;
	color: white;
}
.switches{
	float: right;
	height: 20px;
	padding: 8px 3px 8px 0;
}
.switch {
	position: relative;
	display: inline-block;
	width: var(--switch-width);
	height: var(--switch-height);
}

ul li .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}

.slider:before {
	content: "";
	position: absolute;
	height: var(--slider-height);
	width: var(--slider-height);
	left: calc(var(--switch-padding) / 2);
	bottom: calc(var(--switch-padding) / 2);
	background-color: white;
	transition: .4s;
}

/* .irs = Ion Range Slider */
.session .irs--flat .irs-from, 
.session .irs--flat .irs-to,
.session .irs--flat .irs-single,
.session .irs--flat .irs-handle > i:first-child,
.session .irs--flat .irs-handle.state_hover > i:first-child,
.session .irs--flat .irs-handle:hover > i:first-child,
input:checked+.slider {
	background-color: #ff8917;
	cursor: grab;
}
.session .irs--flat .irs-single:active{
	cursor: grabbing;
}
.session .irs--flat .irs-single{
	color: white;
}
.session .irs--flat .irs-single:before{
	border-top-color: #ff8917;
}
.session .irs--flat .irs-single{
	border-color: #ff8917;
}
input:focus+.slider {
	box-shadow: 0 0 1px #ff8917;
}
input:checked+.slider:before {
	transform: translateX(var(--slider-on));
}

.slider.round {
	border-radius: var(--slider-height);
}

.slider.round:before {
	border-radius: 50%;
}
.slider:hover:before{
	background-color: #e6f4ff;
	box-shadow: inset 0 0 2px 2px gray;
	transition: .2s;
}
.loader {
	background-color: rgba(64, 135, 225, 0.1);
	height: 100%;
	width: 100%;
	position: fixed;
	text-align: center;
	padding: 1em;
	left: 0;
	margin: 0 auto 0 auto;
	z-index: 9999;
}
svg path,
svg rect {
	fill: #FF6700;
}
#sshchart{
	height: 100px;
}
#argocharts{
	max-height: 400px;
	overflow-y: scroll;
}
.inln{
	display: inline-block;
}
.alrt{
	float: right;
	text-align: right;
}
.session{
	margin-top: 3px;
}
output {
	background-color: #999999;
	min-width:100px;
	width: 10%;
	height: 30px;
	display: block;
	color: white;
	border-radius: 10px;
	font-size: 15px;
	line-height: 30px;
	margin-left: 30%;
	text-align: center;
}
.tabulator-header-filter input{
	margin: 0;
	font-weight: normal;
}
.ui-tabs .ui-tabs-panel.notactive,
.hidden{
	display: none;
}
.eddytables .ui-widget-header .ui-state-hover a{
	color: white;
}
.tabulator-row.tabulator-row-even:hover,
.tabulator-row.tabulator-row-odd:hover{
	background-color: #EEDC82;
}
.session .irs--flat .irs-bar{
	background-color: transparent;
}
.container{
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 1fr 10px 350px;
	height: calc(100% - 144px);
}
.eddy.container{
	grid-template-rows: 1fr 10px 430px;
	height: calc(100vh - 200);
}
.argo.container{
	grid-template-rows: 1fr 10px 3fr;
}
.data-container{
	grid-row: 3;
}
.drifterchart{
	grid-row: 3;
}
.horizontal-gutter {
	grid-row: 2;
	background-color: #30302e;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.horizontal-gutter:hover{
	cursor: row-resize;
}
.breadcrumb{
	font-size: .8em;
}
.floatleft{
	float: left;
}
.flex{
	display: flex;
}
.button{
	padding: 10px 15px 11px !important;
	font-size: 18px !important;
	background-color: #316EAF;
	font-weight: bold;
	text-shadow: 1px 1px #316EAF;
	color: #97F4EB	;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;
	cursor: pointer;
}
.button:hover{
	color: white;
	border: 2px solid black;
	transition: ease-in-out 0.5s;
}
.button:disabled{
	color: white;
	border: 1px solid gray;
	background-color: lightgray;
}
.eddytables.ui-tabs .ui-tabs-panel{
	padding: 0;
}
.lightbox {
	/* Default to hidden */
	display: none;
	
	/* Overlay entire screen */
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	/* bottom: 0; */
	height: 100vh;
	/* A bit of padding */
	padding: 1em;
	
	/* Translucent background */
	background: rgba(0, 0, 0, 0.8);
	
	/* All content is a link so change color to plain black */
	color: black;
	
}
.lightbox:hover{
	
}
/* Unhide the lightbox when it's the target */
.lightbox:target {
	display: flex;
	align-items: center;
}
.lightbox .content{
	background-color: white;
	width: 80%;
	margin: auto;
	padding: 1em;
	max-height: 80vh;
	overflow: auto;
}

#attributions td:nth-child(odd) {
	width: 150px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
#attributions td:nth-child(even) {
	padding-right: 40px;
}
.lightbox td {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.centertext{
	text-align: center;
}
.logo{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.logo img{
	max-width: 80px;
	margin: 0 auto;
	align-self: center;
}
.logo #nwralogo{
	max-width: 100px;
}