.popUpTitle {
  color: #002366;
  font: 400 24px/26px 'Rokkitt', serif;
  letter-spacing: 0;
  margin-bottom: 5px;
}

a {
  color: #428bca;
  text-decoration: none;
}

.mapcanvas {
  height: 90vh;
  width: 100%;
  /*width: 100%;*/
  /*height: 1100px;*/
  /* The following are required to allow absolute positioning of the
       * info window at the bottom right of the map, and for it to be hidden
       * when it is "off map"
       */
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .map_canvas {
    height: 80%;
  }

  #map {
    height: 80%;
  }
}

.chartlet_canvas {
  width: 100%;
  height: 100%;
  /* The following are required to allow absolute positioning of the
       * info window at the bottom right of the map, and for it to be hidden
       * when it is "off map"
       */
  position: relative;
  overflow: hidden;
}

#placeHide {
  font-size: 140%;
  font-weight: bold;
  position: relative;
  top: -15px;
  left: 10px;
}

#placeDetailsNew {
  /* Place the div off the bottom right of the map */
  /*position: absolute;*/
  display: table;
  width: 400px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 800px;
  right: -420px;
  padding-left: 10px;
  padding-right: 10px;
  color: #002366;
  font-size: 100%;
  font-weight: bold;
  /* Rounded top left corner */
  border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  overflow: normal;
  border: 1px solid #0090DF;
  background-color: #FFFFFF;
  padding: 5px;
}

#placeDetails {
  /* Place the div off the bottom right of the map */
  position: absolute;
  width: 400px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 800px;
  right: -420px;
  padding-left: 10px;
  padding-right: 10px;
  /* Semi-transparent background */
  background-color: white;
  color: #002366;
  font-size: 100%;
  font-weight: bold;
  /* Rounded top left corner */
  border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  overflow: normal;
}

#map {
  /* width:1024px; */
  width: 100%;
  height: 100%;
  border: 2px solid #0090DF;
}

.chartlet_canvas #map {
  width: 100% !important;
  height: 100% !important;
}

/* Fit the text nicely inside the box */
h1 {
  font-family: sans-serif;
  margin-bottom: 0;
}

#placeDetails p {
  margin-top: 0;
}

#line_b {
  width: 31px;
  height: 31px;
  background-image: url(http: //google.com/mapfiles/ms/t/Blu.png);
}

#line_b.selected {
  background-image: url(http: //google.com/mapfiles/ms/t/Bld.png);
}

#menubar {
  position: relative;
  width: 100%;
  border: 1px solid #0090DF;
  padding: 0em;
}

#minimenu {
  position: relative;
  width: 100%;
  border: 1px solid #0090DF;
  background-color: #333333;
  padding: 0em;
}

#openmenubar {
  z-index: 1000;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 255px;
  border: 1px solid #0090DF;
  background-color: #333333;
  padding: 0em;
}

#routemaker {
  z-index: 1000;
  position: absolute;
  left: 5px;
  bottom: 40px;
  width: 260px;
  border: 1px solid #0090DF;
  background-color: #68BFEF;
  padding: 0em;
}

#bookmark {
  z-index: 1000;
  border: 1px solid #0090DF;
  background-color: #68BFEF;
  padding: 0em;
}

#embed {
  z-index: 1000;
  border: 1px solid #0090DF;
  background-color: #68BFEF;
  padding: 0em;
}

#nearby_dsp {
  z-index: 1001;
  position: relative;
  left: 85px;
  top: -700px;
  width: 500px;
  height=260px;
  border: 1px solid #0090DF;
  background-color: #FFFFFF;
  padding: 1em;
}

#whitelink {
  color: white;
}

img {
  border-style: none;
}

#argusLegend {
  z-index: 1000;
  /* position: absolute; left: 85px; top: 120px; width: 250px; height= 260px; */
  border: 1px solid #0090DF;
  background-color: #FFFFFF;
  padding: 5px;
}



#latLonMessage {
  font-size: 100%;
  font-weight: bold;
  z-index: 1000;
  /* position: absolute; left: 85px; top: 120px; width: 250px; height= 260px; */
  border: 1px solid #002366;
  background-color: white;
  color: #002366;
  padding: 5px;
}

#toolMessage {
  font-size: 100%;
  font-weight: bold;
  z-index: 1000;
  /* position: absolute; left: 85px; top: 120px; width: 250px; height= 260px; */
  color: #002366;
  padding: 0px;
  margin: 1em;
  overflow: visible;
}

#toolTable td {
  text-align: center;
  vertical-align: middle;
  height: 25px;
}

#toolTable tr {
  height=25px;
}

.cv-message {
    font-size: 12pt;
    font-weight: normal;
    max-width: 80%;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #0090DF;
    background-color: white;
    z-index: 1000;
    color: black;
    padding: 5px;
}

#weatherMessage {
  border: 1px solid #0090DF;
  background-color: #2B3E50;
}

#helpMessage, #selectingLocationMessage {
}

#hydroSurveyMessage {
}

#nearbyMessage {
}

#tideMessage {
}

#noaaMessage {
}
#measuringMessage {
}

#welcomeMessage {
}

#routingMessage {
}

#hydroXYZLegend {
  background: #FFF;
  padding: 10px;
  margin: 5px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  border: 1px solid #0090DF;
}

.depthIcon {
  /*border: 1px solid; */
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin-right: 3px;
  float: left;
}

.redDepth {
  background: #C00;
}

.yellowDepth {
  background: #FF3;
}

.greenDepth {
  background: #6F0;
}

.blueDepth {
  background: #06C;
}

.purpleDepth {
  background: #63C;
}

/* to get heading with line around items: http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html */
.legendHeading {
  text-decoration: underline;
  display: inline-block;
  font-size: 133%;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
  /*
    position: absolute; left: 85px; top: 120px; width: 250px; height= 260px;
    border: 1px solid #0090DF;
    background-color: #000000;
    color: #FFFFFF;
    */
  padding: 5px 0 2px;
}

fieldset {
  padding: 1em;
  font: 80%/1 sans-serif;
}

label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}

#chartTransBox {
  display: none;
}

/* =========================================================
 CHART STYLES
 ============================================================ */
.markerlabels {
  font-size: 100%;
  /*margin-top:-3px;*/
  /*padding: 5px;*/
  position: absolute;
  visibility: visible;
  max-height: 20px;
}

.markerlabels.active .inner {
  background: black;
}

.markerlabels.hover .inner {
  background-color: yellow;
}

.markerlabels .arrow {
  border-top-color: #000000;
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  /* border-width: 1px 1px 0; */
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.markerlabels .inner {
  background-color: #000000;
  /* border-radius: 4px; */
  color: #FFFFFF;
  /* max-width: 200px; */
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.markerlabels.active .arrow {
  border-top-color: #00ffff;
  border-right-color: rgba(0, 255, 255, 0);
  border-bottom-color: rgba(0, 255, 255, 0);
  border-left-color: rgba(0, 255, 255, 0);
}

.markerlabels.hover .arrow {
  border-top-color: #ffff00;
  border-right-color: rgba(255, 255, 0, 0);
  border-bottom-color: rgba(255, 255, 0, 0);
  border-left-color: rgba(255, 255, 0, 0);
}

#legend {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #000;
}

#legend h3 {
  margin-top: 0;
}

#legend img {
  vertical-align: middle;
}

#legendOverlay {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #000;
}

#map img {
  max-width: none;
}

.mmlabel {
    opacity: 1 !important;
    background-color: black !important;
    color: white !important;
    font-size: 14pt !important;
    padding: 5pt !important;
}

.routelabels {
    font-size: 14pt !important;
    opacity: 1;
}
