/*** Legend ***/
.btn-legend {
  color: black;
  font-size: .85em;
  margin-top: 5px font: Montserrat;
  border-radius: 5px;
}

.legend {
  position: fixed;
  left: 30px;
  bottom: 75px;
  width: 100px;
  height: 120px;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 5000;
  text-align: center;
}

.legendTitle {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: 1em;
  text-align: center;
}

/*** Partners ***/
.partner-box {
  width: 250px;
  height: 250px;
  text-align: center;
  float: left;
  margin: 20px;
  color: black;
}

.partner-box img {
  max-width: 100%;
  max-height: 100%;
}

.partner-box-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  width: 248px;
  height: 25px;
  background: white;
  font-color: black;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 240px;
}

.partners {
  position: fixed;
  left: 20px;
  bottom: 10px;
  width: 40%;
  height: 70px;
  background-color: transparent;
  z-index: 5000;
}

.partnerIcon:hover {
  box-shadow: 0px 0px 10px 0px black;
}

.partnerImage {
  width: 100%;
}

.partnerIcon {
  margin-top: 8px;
  margin-left: 10px;
  float: left;
  width: 60px;
  height: 60px;
  background-color: white;
  box-shadow: 5px 5px 5px #888888;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid black;
  align-items: stretch;
}

.partnersBar {
  background-color: rgb(0, 0, 0);
  color: white;
  width: 100%;
  height: 3px;
  text-align: center;
  font-family: "Montserat";
  font-size: 11pt;
  font-style: italic;
}

/*** Team Members ***/
.team-member-block {
  max-width: 993px;
  height: 325px;
  padding-top: 20px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.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;
  border: 0px solid red;
}

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

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

/*** End Team ***/

/*** HAB Forecast Settings ***/
#habforecastMap {
  width: 100%;
  height: 100%;
  padding: 0;
}

.splashTitle {
  font-family: 'Montserrat',sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
  color: red;
  text-align: center;
  z-index: 5000;
  position: fixed;
  left: 10%;
  top: 95px;
  width: 80%;
  height: 50px;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 5000;
  text-align: center;
}

html, body {
  height: 100%;
  height: 100%;
}

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

body {
  padding-top: 50px;
}

th {
  text-align: center;
}

.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: center;
  background-color: #fff;
}

/*** Bootstrap overrides ***/

.form-control {
  width: 100%;
  margin-right: 40px;
  height: 100%
}

.hf-search {
  width: 300px;
  margin-top: 15px;
}

.navbar-brand {
  font-size: 1.25em;
  padding-top: 1px;
  margin-top: 0px;
  margin-left: 2px;
  padding-left: 0px;
  padding-right: 0 px;
  margin-right: 0px;
}

.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%;
}


label.btn.btn-default.btn-file {
  margin: 20px;
  margin-bottom: 30px;
  color: black;
  background-color: #eeeeee;
  font-family: "Montserrat";
  font-size: 1.4em;
  width: 80%;
  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;
}

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

.siteBox {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  width: 80%;
  height: 40px;
  font-family: "Montserat";
  color: green;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}



.dropdown-toggle {
  font-family: "Montserat";
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}

.dropdown-toggle-hs {
  font-family: "Montserat";
  font-size: 2em;
  font-weight: bold;
  color: red;
}

.dropdown {
  font-family: "Montserat";
  font-size: .75em;
  font-weight: bold;
}

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

.table-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  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;
}

.dropdown-menu>li>a{
  color: black;
  font-size: 1em;
  background-color: white;
  cursor: pointer;
}

.dropdown-menu>li>a:hover {
  color: black;
  font-size: 1em;
  background-color: #7d9ec0;
  cursor: pointer;
}

.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;
}

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

#legend_info {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

#disclaimer_div {
  width: 80%;
  height: 100%;
  margin-left: 10%;
  font-family: "Montserrat";
  font-size: 18px;
  text-align: center;
  z-index: 1000;
}

/*** My navbar overrides ***/
.navbar-inverse .navbar-nav>li>a {
  font-size: 1em;
  color: white;
}

.navbar-inverse .navbar-nav>li>a:hover {
  font-size: 1em;
  color: #00ffff;
}

.dropdown {
  font-size: 1em;
}

.infoBoxHeading {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}

.infoBoxTitleBar {
  font-family: "Montserat";
  font-size: 1.25em;
  font-weight: bold;
  background-color: #B2B2B2;
  font-color: #000000;
  width: 100%;
  height: 20px;
  text-align: center;
}

/*** Leaflet Pop-Up settings -- The next two MUST be in this order ***/
.leaflet-popup-content-wrapper {
  width: 100%;
  min-width: 325px;
  height: 100%;
  border: 0px solid red;
}

.leaflet-popup-content {
  border: 0px solid green;
  width: 100%;
  height: 90%;
}

.infoBoxHeading {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
}

.infoBoxSubtitle {
  font-size: .85em;
  font-weight: 900;
  text-align: center;
}

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

.td_infoBoxTH {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .8em;
  text-align: left;
}

.td_forecastDate {
  font-family: "Montserrat";
  font-weight: normal;
  background-color: white;
  color: black;
  font-size: .75em;
  width: 30%;
  text-align: left;
  padding-right: 5px;
}

.td_forecastRisk {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .75em;
  width: 15%;
  text-align: left;
  padding-right: 5px;
}
.td_forecastWindSpeed {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .85em;
  width: 20%;
  text-align: left;
  padding-right: 5px;
}
.td_forecastWindDir {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .85em;
  width: 20%;
  text-align: left;
  padding-right: 5px;
}

.td_infoBoxSensor {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .85em;
  width: 35%;
  text-align: left;
  padding-right: 5px;
}

.td_infoBoxSensorSP {
  font-family: "Montserrat";
  font-weight: bold;
  background-color: white;
  color: black;
  font-size: .85em;
  width: 55%;
  text-align: left;
  padding-right: 5px;
}

.td_infoBoxData {
  font-family: "Montserrat";
  background-color: white;
  color: black;
  font-size: .85em;
  width: 100%;
  text-align: left;
  padding-right: 5px;
}

/*** InfoBox shading for forecasts ***/
.fc-ws {
  font-family: "Montserrat";
  background-color: white;
  color: black;
  font-size: .85em;
  text-align: center;
}

.fc-absent {
  font-family: "Montserrat";
  background-color: #4575b4;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
}

.fc-vlow {
  font-family: "Montserrat";
  background-color: #4575b4;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  width:  20%;
}

.fc-low {
  font-family: "Montserrat";
  background-color: #fee090;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  width:  20%;
}

.fc-moderate {
  font-family: "Montserrat";
  background-color: #fc8d59;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  width:  20%;
}

.fc-high {
  font-family: "Montserrat";
  background-color: #d73027;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  width:  20%;
}

.fc-vhigh {
  font-family: "Montserrat";
  background-color: #d73027;
  color: black;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
  width:  20%;
}
.infoBoxBreakBar {
  font-family: "Montserat";
  font-size: 1.25em;
  font-weight: bold;
  background-color: #d9d9d9;
  font-color: #000000;
  width: 100%;
  height: 25px;
  text-align: center;
  margin-top: 10px;
}


/***plot settings for FL Watermen ***/
.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;
}


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

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

.closePlot {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 10px;
  z-index: 5002;
  border: 0px solid black;
}

.plotHolder {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border: 2px solid black;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  color: black;
  width: 90%;
  height: 80%;
  z-index: 5000;
  overflow-y: hidden;
  overflow-x: hidden;
  font-family: "Montserat";
  font-size: 2em;
}

.plotHolderTitle {
  border: 0px solid blue;
  width: 60%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: "Montserat";
  font-size: 1em;
  text-align: center;
}

#plotDateSlider {
margin-left: 10%;
margin-right: 10%;
width: 80%;
height: 5%;
border: 1px solid black;
background-color: cyan;
color: black;
text-align: center;
font-size: .75em;
}
