/*** Team Members ***/
.team-member-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  width: 100%;
  height: 25px;
  background: white;
  font-color: gray;
  text-align: center;
}

.team-member-caption-sub {
  font-size: 14px;
}

.team-member-box {
  width: 250px;
  height: 280px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 20px;
  color: black;
  font: 14px;
}

.team-member-box img {
  max-width: 90%;
  max-height: 90%;
}

.team-member span {
  font: 14px;
  color: blue;
  font-style: bold;
}

/*** End Team ***/
#map {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  z-index: 100;
  opacity: 1;
}

#vesselfinder {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
}

#ais_map {
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  opacity: 1;
  z-index: 2500;
}

#plotWrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow:  hidden;
  display: none;
  z-index: 500;
  background: white;
  overflow-y: scroll;
  padding-top: 50px;
}

#plotWrapper3D {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 500;
  background: white;
  overflow-y: scroll;
  padding-top: 50px;
}

#plotLoadingSpinner {
  position: fixed;
  width: 200px;
  height: 200px;
  left: 40%;
  top: 30%;
  display: relative;
  z-index: 500;
  background: #AFAFAF;
  border: 1px solid black;
  border-radius: 10px;
}
#plotLoadingSpinner img {
   max-width: 100%;
   max-height: 100%;
}

#plotHolder img {
   max-width: 100%;
   max-height: 100%;
}

#closePlot {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 60px;
  z-index: 1000;
  cursor: pointer
}

#closePlot3D {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 60px;
  z-index: 1000;
  cursor: pointer
}

#portalMap {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 100;
}

/*** Windy overrides ***/
#windy {
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
}

#windy #logo-wrapper {
   top: initial;
   bottom: 70px;
   z-index: 500 !important;
}

#windy #logo-wrapper #logo {
  left: 50px;
   z-index: 500 !important;
}

#windy #mobile-ovr-select {
  top: initial;
  bottom: 80px;
   z-index: 500 !important;
}

#windy #embed-zoom {
  position: absolute !important;
  top: initial !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 500 !important;
}

#windy .plugin-content {
  z-index: 500 !important;
}

#windy #plugin-menu {
  z-index: 500 !important;
}

#status_update {
  margin: 0px auto;
  margin-top: 10%;
  height: 40%;
  width: 40%;
  background: transparent;
}

#splash {
  height: 100%;
  width: 100%;
  padding: 0;
  background-image: url("/static/images/ifcb3.png");
  background-size: cover;
  text-align: center;
  padding-top: 0px;
}

#gLayers {
  display: none;
  position: fixed;
  background-color: transparent;
  top: 55px;
  right: 0px;
  color: black;
  overflow-y: auto;
  height: 75%;
  width: 300px;
  z-index: 5000;
}

#layerControl {
  position: fixed;
  bottom: 20px;
  right: 50px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 5000;
  background: transparent;
  overflow-y: hidden;
}

#announcement {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 500;
  position: fixed;
  text-align: center;
  background-image: url("/static/images/coordinator.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000 !important;
}

html, body {
  height: 100%;
  height: 100%;
  overflow-y: hidden;
  padding-top: 0px;
  margin-top: 0px;
}

.splashTitle {
  font-family: 'Montserrat',sans-serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  color: yellow;
}

.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -1px;
  color: white;
}

#subtitle {
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  padding-top: 0px;
}

.logo {
  width: 130px;
  margin: 0 auto 35px;
}

body {
  padding-top: 50px;
}

th {
  text-align: center;
}

.login-title {
  font: Arial;
  font-size: 4em;
  color: black;
}

.delete-title {
  font: Arial;
  font-size: 2em;
  color: red;
}

.login-submit {
  font-family: Arial;
  font-size: 2em;
  border: 1px solid green;
  width: 60%;
  height: 10%;
  color: white;
  background-color: red;
  border-radius: 50px;
}

.delete-submit {
  font-family: Arial;
  font-size: 2em;
  border: 1px solid green;
  width: 100px;
  height: 50px;
  color: white;
  background-color: blue;
  border-radius: 50px;
  bottom: 10px;
}

.login-screen {
  background-color: #FFFFFF;
  font-family: Arial;
  padding: 50px;
  height: 100%;
  text-align: center;
}

.delete-screen {
  border: 1px solid green;
  background-color: #FFFFFF;
  font-family: Arial;
  padding: 10px;
  height: 100%;
  text-align: center;
}

.login-field {
  height: 50px;
  width: 250px;
  color: #777;
  font: Arial;
  font-size: 1em;
  background-color: #DDD;
  margin auto;
  margin-bottom: 40px;
}
.btn-danger {
  font: Montserrat;
  position: absolute;
  bottom: 5px;
  margin-left: 38%;
}

.delete-box {
  font: Montserat;
  font-size: 1.5em;
  border: 2px solid red;
  width: 400px;
  height: 400px;
  color: #777;
  border-radius: 5px;
  background-color: white;
  margin: 10px auto;
  position: relative;
}

.success-box {
  text-align: center;
  border: 2px solid black;
  width: 800px;
  height: 1200px;
  color: #777;
  border-radius: 5px;
  background-color: white;
  margin: 20px auto;
}

.jumbotron {
  text-align: center;
  height: 100%;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 100;
}

.table-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  background-color: #fff;
}

/*** Bootstrap overrides ***/
.navbar .navbar-nav .navbar-right {
  padding-right: 50px;
  margin-right: -40px;
}

.gcoos-logo {
        max-width:250px;
        max-height:50px;
        background-color:white;
}
.navbar-brand {
  font-size: 1.25em;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0 px;
  margin-right: 0px;
}

.navbar-inverse {
  margin-bottom: 0px;
  padding-right: 5px;
}

.button-spacer {
  width: 100%;
  height: 75px;
  background-color: white;
}

.btn.btn-default.btn-return {
  width: 80% height: 75px;
  font: 2em;
  color: blue;
  background: white;
}

.btn.btn-primary {
  font-family: "Montserrat";
  font-size: 6em;
  color: white;
  background-color: blue;
  width: 100%;
}

.file-upload-box {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  font-family: "Montserrat";
}

label.btn.btn-default.btn-file {
  margin: 20px;
  margin-bottom: 20px;
  color: black;
  background-color: #eeeeee;
  font-family: "Montserrat";
  font-size: 1.4em;
  width: 60%;
  height: 50px;
  border-radius: 15px;
  box-shadow: 10px 10px 5px #888888;
  overflow: hidden;
}

.error_mess {
  font-family: "Montserat";
  color: red;
  font-size: 2.0em;
  text-align: center;
  font-weight: bold;
}

.success_mess {
  font-family: "Montserat";
  color: red;
  font-size: 6.0em;
  text-align: center;
  font-weight: bold;
}

.sample_id {
  font-family: "Montserat";
  color: black;
  font-size: 4.0em;
  text-align: center;
  font-weight: italic;
}

.return_mess {
  margin: 20px;
  font-family: "Montserat";
  color: blue;
  font-size: 8.0em;
  text-align: center;
  font-weight: italic;
}

.locationBox {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  width: 45%;
  height: 100%;
  font-family: "Montserat";
  color: green;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

.dropdown {
  font-family: "Montserat";
  font-size: 1em;
  font-weight: bold;
  color: white !important;
}

.dropdown-header {
  font-family: "Montserat";
  font-size: 24px;
  font-weight: bold;
}

.dropdown-menu {
  color: red;
}

.dropdown-menu-ipod {
  font-family: "Montserat";
  font-size: 4em;
  font-weight: bold;
}

.status_table {
  border: 1px solid red;
}


.table-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  background-color: #fff;
}

.video {
  width: 100%;
  height: 100% background-color: #eee;
}

.contentTitle {
  width: 100%;
  text-align: center;
  height: 25px;
  background-color: rgb(0, 0, 100);
  color: white;
  font-size: 1.2em;
}

.iconColorGreen {
  background-color: white;
  color: green;
  border: 0px;
  text-align: center;
}

.iconColorRed {
  background-color: white;
  color: red;
  border: 0px;
  text-align: center;
}

.iconColorRed>a:link {
  color: #FF0000;
}

.iconColorRed>a:visited {
  color: #FF0000;
}

.iconColorGreen>a:link {
  color: #00FF00;
}

.iconColorGreen>a:visited {
  color: #00FF00;
}

.iconColorOrange {
  background-color: white;
  color: orange;
}

.iconImage {
  width: 25px;
  height: 25px;
}

.gpsFail {
  color: red;
}

.ipod_box {
  height: 480px;
  width: 320px;
  border: 1px solid red;
}

.infoBoxHeading {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat";
}

.infoBoxTitle {
  font-family: "Montserrat";
  font-size: 1.25em;
  font-weight: 850;
  text-align: center;
  padding-bottom: 5px;
}

.infoBoxImage {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
}

.iBT {
  font-size: .5em;
  font-weight: 900;
  text-align: center;
}

.infoBoxTable {
  margin: 0 auto;
  background-color: white;
  width: 100%;
  font-family: "Montserrat";
}

.td_status_count {
  font-family: "Montserrat";
  text-align: right;
  font-size: 1.75em;
  color: white;
  font-style: italic;
  font-weight: heavy;
  width: 50%;
}

.td_status {
  font-family: "Montserrat";
  text-align: left;
  font-size: 1.75em;
  color: white;
  font-style: italic;
  width: 50%;
}

.status_dt {
  font-family: "Montserrat";
  text-align: center;
  font-size:2em;
  color: white;
  font-style: italic;
  padding: 5px;
}
.td_infoBoxSensor {
  font-style: bold;
  border: 0px solid red;
  background-color: white;
  color: black;
  font-size: 1em;
  font-weight: 600;
  width: 40%;
  text-align: left;
  padding-right: 5px;
}

.td_infoBoxData {
  font-style: bold;
  border: 0px solid red;
  background-color: white;
  color: black;
  font-size: 1em;
  font-weight: 400;
  width: 60%;
  text-align: right;
  padding-right: 5px;
}
/*** Stuff for Wave Glider Yo ***/
.wg_infoBoxSensor {
  font-style: bold;
  border: 0px solid red;
  background-color: white;
  color: black;
  font-size: .8em;
  font-weight: 600;
  width: 80%;
  text-align: left;
  padding-right: 5px;
}

.wg_infoBoxData {
  font-style: bold;
  border: 0px solid red;
  background-color: white;
  color: black;
  font-size: .8em;
  font-weight: 400;
  width: 40%;
  text-align: right;
  padding-right: 5px;
}

.wgButton {
  font-family: "Montserat";
  font-style: bold;
  border: 1px solid black;
  background-color: ;
  color: black;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}

.wg_layer_check_box {
  font-size: .3 em;
}

#wmsLegend {
  /* opacity: 0; */
  display: none;
  position: fixed;
  width: 100px;
  height: 220px;
  background-color: white;
  top: 35%;
  left: 5px;
  z-index: 5050;
}

#wmsLegend img {
  max-width: 100px;
  max-height: 400px;
}

.summary_box {
  font-family: "Montserat";
  font-size: 1em;
  font-weight: bold;
  background-color: rgb(34,35,35);
  color: white;
  width: 300px;
  height: 40px;
  position: fixed;
  right: 0px;
  top: 5px;
  z-index: 5000;
  border: 0px solid red;
}

.active_summary_box {
  font-family: "Montserat";
  font-size: 1em;
  font-weight: 800;
  background-color: rgb(34,35,35);
  color: white;
  width: 250px;
  height: 40px;
  position: fixed;
  right: 0px;
  top: 5px;
  z-index: 5000;
}

.td_summary_label {
  font-family: "Montserat";
  background-color: rgb(34,35,35);
  color: yellow;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
  padding-right: 5px;
  padding-top: 10px;
}

.td_summary_data {
  font-family: "Montserat";
  background-color: rgb(34,35,35);
  color: yellow;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
}

.td_active_summary_label {
  font-family: "Montserat";
  background-color: rgb(34,35,35);
  color: yellow;
  font-weight: 600;
  text-align: left;
  padding-right: 5px;
  padding-top: 10px;
}

.td_active_summary_data {
  font-family: "Montserat";
  background-color: rgb(34,35,35);
  color: yellow;
  font-weight: 600;
  text-align: left;
  padding-right: 15px;
  padding-top: 10px;
}

#about_div {
  width: 90%;
  height: 100%;
  margin-left: 5%;
}

/*** My navbar overrides ***/
#navbar_nav>li>a {
  color: white;
  font-size: 14px;
}

#navbar_nav>li>a:hover {
  color: #00FF00
}

#navbar_right {
  font-size: 14px;
  color: white;
}

#navbar_right>li>a {
  color: white;
}

#navbar_right>li>a:hover {
  color: #00FF00;
}

#new-dash {
  font-family: "Montserrat";
  width: 100%;
  max-height: 95%;
  position: fixed;
  top: 51px;
  z-index: 500;
  font-size: 1.2em;
  color: black;
  text-align: center;
  overflow-y: auto;
  display: block;
}
.dashboard {
  width: 100%;
  margin-top: 0px;
  background-color: white;
  display: block;
  position: relative;
}

.dashboardTable {
  background-color: white;
  width: 100%;
}
.tr_dash {font-size: 1em; background-color: rgb(253,245,230);}
.td_plots {text-align: center; width: 25px; font-size: 1em; background-color: rgb(253,245,230); border: 1px solid black;}
.td_glyph {background-color: white; border: 0px; text-align: center;}
.td_good {cursor: pointer; background-color: #66FF33; color: black; border: 2px solid blue;}
.td_alert {cursor: pointer; background-color: #FFFF00; color: black; border: 2px solid blue;}
.td_warn {cursor: pointer; background-color: #FFA500; color: black; border: 2px solid blue;}
.td_crit {cursor: pointer; background-color: #FF0000; color: black; border: 2px solid blue;}
.td_dash {
    font-family: "Montserrat";
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background-color: rgb(253,245,230);
    border: 1px solid black;
    height: 10px;
}
.td_dash_plot {
    font-family: "Montserrat";
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background-color: rgb(253,245,230);
    border: 1px solid black;
    cursor: pointer;
}
.th_dash {
    text-align: center;
    border: 1px solid black;
    color: #ffffff;
    padding: 5px;
    background-color: #3399ff;
    font-size: .9em;
}
.td_good_date {
  text-align: center;
  background-color: #66FF33;
  color: black;
  border: 1px solid black;
  font-size: .8em;
}
.td_warn_date {
  text-align: center;
  background-color: #FFA500;
  color: black;
  border: 1px solid black;
  font-size: .8em;
}
.td_alert_date {
  text-align: center;
  background-color: #FFFF00;
  color: black;
  border: 1px solid black;
  font-size: .8em;
}
.td_crit_date {
  text-align: center;
  background-color: #FF0000;
  color: black;
  border: 1px solid black;
  font-size: .8em;
}
.leaflet-popup-content {
  width: 100%;
}
/***plot settings for ARGO plots ***/
.td_infoBoxPlots {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: 1em;
  text-align: center;
  height: 100%;
  border: 1px solid black;
}

.infoBoxWatermenPlot {
  border: 1px solid black;
  width: 100%;
  height: 100%;
}

.infoBoxPlotImage {
  border: 1px solid black;
  width: 100%;
  height: 75px;
  cursor: pointer;
}

.infoBoxLastPlotImage {
  border: 1px solid black;
  width: 45%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}


.infoBoxLastPlotDiv {
  margin-top: 5px;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.infoBoxPlotDiv {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
  width: 100%;
  height: 100%;
}

.infoBoxBreakBar {
  font-family: "Montserat";
  font-size: 1.25em;
  font-weight: bold;
  background-color: #d9d9d9;
  width: 100%;
  height: 25px;
  display: grid;
  place-items: center;
  margin-top: 10px;
}
.infoBoxHeaderImage {
  border: 1px solid black;
  width: 25px;
  height: 25px;
}
/*** Plotly stuff ***/
.plot-container.plotly {
  border: 0px solid red;
  font-family: "Montserat";
  font-size: 1.25em;
  font-weight: bold;

}
#dash-button {
  font-family: "Montserat";
  font-size: 1.5em;
  background-color: #4a4a4a;
}
#depthWindow{
  width: 50px;
  height: 20px;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 12px;
  border: 1px solid black;
}

.login-box {
  background-color: #FFFFFF;
  font-family: Arial;
  text-align: center;
  border: 2px solid black;
  width: 300px;
  height: 300px;
  color: red;
  border-radius: 5px;
  margin: 20px auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.login-title {
  font: Arial;
  font-size: 2em;
  color: #777;
}
.dataPortal {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
