.operation-button {
  width: 300px;
  color: rgb(44, 44, 44);
  margin: 2px 0px;
  height: 50px;
  font-size: 18px;
  margin: 3px;
}

.container {
  margin-top: 150px;
  width: 960px !important;
  max-height: 800px;
  background-color: darkslategray;
  box-shadow: 0px 0px 10px rgb(47 79 79);
  border-radius: 5px;
  padding: 10px;
}

.border-test {
  border: 2px solid red;
}

#bridge-select {
  width: 300px;
  height: 75px;
  font-size: 24px;
  margin: 10px 0px 2px 0px;
  box-shadow: inset 0px 0px 8px darkslategrey;
  border: 0px;
}

#bridge-title {
  font-size: 30px;
  color: white;
  background-color: lightgray;
  padding: 10px;
  margin: 0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

#operate-button {
  height: 125px;
  font-size: 50px;
  padding: 0;
  margin: 2px 0px;
  width: 300px;

  font-weight: bold;
}

.open-button {
  background-color: rgb(68, 206, 68);
  border: 1px solid rgb(6, 170, 6);
  box-shadow: inset 0px 0px 15px rgb(6, 170, 6);
  

  color: rgb(47, 63, 63);

}



#map-api-image {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  border-top-left-radius: 3px;
}

#weather-station {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

span {
  padding: 0px !important;
}

body {
  background: rgba(26, 185, 224, 0.692);
}

.dropdown-menu {
  background: rgb(230, 230, 230);
  width: 300px;
  overflow: auto;
  height: 150px;
}
.dropdown-button {
  background: rgb(230, 230, 230);
  border: 2px solid rgb(230, 230, 230);
  width: 98%;
  padding: 3px;
  margin: 3px;
}

.dropdown-button:hover {
  background: rgb(222, 222, 222);
  border-top: 2px solid rgb(215, 215, 215);
  border-bottom: 2px solid rgb(215, 215, 215);
  border-radius: 5px;
}

.slide-left {
  padding-left: 0px;
  margin-left: 0px;
}
.slide-right {
  padding-right: 0px;
}

#fault-button {
  background: darkred;
  color: white;
  height: 95px;
  font-size: 20px;
}

.released {
  background: yellow;
}

.released:hover {
  background: yellow;
  color: black;
}
.transition {
  background: orange;
  color: black;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

.transition:hover {
  background: orange;
  color: black;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#canvas {
  width: 616px;
  height: 304px;
  background-color: black;
}

#bridge-image {
  width: 616px;
  height: 304px;
  background-color: black;
}

#alarm-list {
  overflow: auto;
  text-align: left !important;
}

.modal-content {
  width: 600px;
  height: 400px;
  overflow: auto;
}

.modal-body {
  overflow: auto;
}

.hidden {
  display: none;
}

#login-screen {
  height: 500px;
  color: black;
}

#login {
  padding-top: 5%;
  font-size: 30px;
  margin: 10% auto;
  background: lightgrey;
  height: 80%;
  width: 40%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px black;
}

#login input {
  border-radius: 6px;
  max-width: 80%;
}

.border1 {
  width: 416px;
  height: 222px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  border-top-left-radius: 3px;
}

.weather-content {
  background: rgb(51, 51, 51);
  width: 416px;
  width: 416px;
  height: 222px;
  margin: 0px;
  padding: 0px;
  border-top-left-radius: 3px;
  color: white;
}

.clock-content {
  background: rgb(51, 51, 51);
  width: 215px;
  height: 222px;
  margin-top: 10px;
  padding: 0px;
  border-top-left-radius: 3px;
  color: white;
}

.clock-title {
  padding-top: 23px;
}

.clock {
  margin-left: auto;
  margin-right: auto;
  background: lightgrey;
  text-align: center;
  width: 175px;
  font-size: 38px;
  padding: 4px;
  margin-bottom: auto;
  color: black;
  box-shadow: inset 0 0 10px #000000;
  border: 1px solid black;
}

.weather-title {
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.weather-box-title {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.weather-box {
  background: lightgrey;
  border: 1px solid black;
  color: black;
  padding-top: 3px;
  width: 125px;
  height: 35px;
  box-shadow: inset 0 0 10px #000000;
}

.wind-direction-box-title {
  font-size: 15px;
  padding-top: 5px;
}

.wind-direction-box {
  background: lightgrey;
  border: 1px solid black;
  border-bottom: none;
  color: black;
  padding-top: 2px;
  width: 109px;
  height: 30px;
}

#compass {
  background: url("../images/white_leather/white_leather.png");
  background-size: cover;
  border: 1px solid black;
  width: 109px;
}

/* 
header {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
} */

#masthead {

  position: fixed;
  z-index: 99;
  width: 100%;
  margin: 0 0 30px;
  overflow: auto;
  color: #ffffff;
  background: black;
  border-bottom: 2px solid #cccccc;
}

#logo {

  float: left;
  
  height: 90px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 90px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;

}

.navbar {
  text-align: center;
  float: center;

}


nav {
  float: right;
  margin-top: 25px;
  text-align: justify;
}

nav a {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 18px;
  color: #999;
  text-decoration: none;
  border-left: 1px solid #efefef;
}

nav a:first-child {
  border-left: 0 none;
}

.narrow {
  width: 960px;
}

header {
  position: fixed;
  top: 0px;
}

#active {

}