html,
body,
#container {
  margin: 0;
  padding: 0;
  height: calc(100vh - 50px);
  /* font-family: "Courier New", Arial, Helvetica, sans-serif; */
  font-family: "Arial Narrow", "Arial", "sans-serif";
  background-color: black;
}

html.noc,
body.noc,
#noc {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  height: 100%;
  overflow: hidden;
  font-family: "Courier New", Arial, Helvetica, sans-serif;
}

.leaflet-container {
  font: 12px/1.5 , Arial, Helvetica, sans-serif;
}

.navbar-nav > li > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar-nav > li > a .navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 10px;
}
.navbar {
  min-height: 10px !important;
}

status,
td,
th {
  table-layout: auto;
  margin-bottom: 0px;
  border-collapse: collapse;
  padding-left: 10px;
  text-align: center;
}

table_status,
td,
th {
  table-layout: auto;
  margin-bottom: 0px;
  border-collapse: collapse;
  padding-left: 0px;
}

#sidebar {
  display: block;
  width: 45%;
  height: 100%;
  max-width: 100%;
  float: left;
  resize: horizontal;
  overflow: auto;
}

#stationbar {
  display: block;
  width: 750px;
  height: 100%;
  max-width: 100%;
  float: left;
  resize: horizontal;
  overflow: auto;
}

#stationbar.active {
  margin-left: -750px;
}

#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#map.active {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.overlay {
  /* display: none; */
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

body .modal {
  width: 80%; /* respsonsive width */
  margin-left: 10%; /* width/2) */
}

#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: 1px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.white {
  color: #ffffff;
}
.panel-heading {
  width: 100px;
}
.panel-body {
  width: 100px;
}
.feature-row {
  cursor: pointer;
  width: 100px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.table-wrapper { 
}

.sidebar-table {
  display: block;
  position: absolute;
  width: 100%;
  top: 5px;
  bottom: 0px;
  resize: horizontal;
  overflow: auto;
  color: black;
}

.navbar-collapse.in {
  overflow-y: hidden;
}

.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
  margin: 2px;
}

.typeahead {
  background-color: #ffffff;
}
.tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097cf;
  color: #ffffff;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .dropdown-menu a i {
    color: blue;
    background-color: white;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.stale {
  font-weight: bold;
  color: white;
  background-color: red;
  font-size: 110%;
}

.owm-layercontrol-header {
  font-size: larger;
  font-weight: bold;
  display: block;
  position: relative;
}

.legend {
  line-height: 18px;
  color: #555;
  background-color: #ffffff;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.bold {
  font-weight: bold;
  font-size: 125%;
}

.tt {
  position: fixed;
  left: 100;
}

label {
  font-weight: 100;
  line-height: 50%;
}

h7.div_to {
  background-color: yellow;
}

h7.div_to_in {
  background-color: orange;
}

h7.on {
  color: black;
}

h7.tarmac {
  background-color: #16e150;
}

h7.div_away {
  color: green;
}

h7.new_div {
  background-color: yellow;
}

h7.div_recovery {
  background-color: lightgreen;
}

h7.div_cxl {
  background-color: red;
}

h7.reg {
  color: blue;
}

h7.wb {
  text-decoration: underline;
}

tr.div_to {
  background-color: yellow;
}

tr.div_to_in {
  background-color: orange;
}

tr.on {
  color: black;
}

tr.tarmac {
  background-color: #16e150;
}

tr.div_away {
  color: green;
}

tr.new_div {
  background-color: yellow;
}

tr.div_recovery {
  background-color: lightgreen;
}

tr.div_cxl {
  background-color: red;
}

tr.reg {
  color: blue;
}

tr.wb {
  text-decoration: underline;
}

/* navbar */
.navbar-default {
  background-color: #0033a0;
  border-color: #e7e7e7;
}

.navbar-light {
  background-color: #0033a0 !important;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d4d4d0;
}

.bg-primary {
  background-color: #0033a0 !important;
}


#scattertable {
  min-width: 500px;
  color: black;
}


hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  word-wrap: break-word;
}

h1 {
  display: inline;
  font-size: 4.5rem;
}


container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: black;
}

.card {
  font-size: 3.5vw;
  color: hsl(0, 0%, 0%);
  overflow: hidden;
  word-wrap: break-all;
}

.center {
  margin-right: 55px;
  text-align: center;
}


body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: black;
  color: black;
}

.row {
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
.card-header {
  padding: 0rem 0rem;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  background-color: black;
}

.btn-link {
  color: white;
  font-weight: bold;
  font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 2.5rem;
}

#mobile_status{
  background-color: black;
}


/* Datatables */
table.dataTable thead tr {
  background-color: #002244;
}

a {
  color: #26776F;
}

a:hover {
  color: #333;
}

#divtable{
  color: black;
  background-color: white
}

#divtable_filter{
  color: white;
}

#fixtable{
  color: black;
  background-color: white
}

#fixtable_filter{
  color: white;
}

#elsetable{
  color: black;
  background-color: white;
}

#elsetable_filter{
  color: white;
}

#scattertable{
  color: black;
  background-color: white;
  /* overflow-x: scroll; */
}

.scatter_page{
  color: white;
  background-color: #002244;
  padding: 40px;
  /* overflow-x: scroll; */
}

.datatables_header {
  color: white;
}

.loadlist{
  font-size: 3.5rem;
  overflow-x: scroll
}

.nocstation {
  font-size: 4.5rem;
}

.nocbutton {
  font-size: 2.5rem;
}

.arrival-list {
  text-align: left;
}

.ground_handling td{
  padding: 0.2rem;
}


.leaflet-control-layers-list {
	max-height: 50vh;
  }
  
.open {
  color: black !important;
}

.issue {
  background-color: yellow !important;
}

.stale-row {
  background-color: red !important;
  color: white;
}

.closed {
  background-color: red !important;
}

footer {
  display: block;
  color: white;
}

.no_advisory {
  color: white;
  font-size: 4rem;
  text-align: center;
}

.border {
  border-width:5px !important;
}

.popover{
  max-width: 80%; /* Max Width of the popover (depending on the container!) */
}