html, body, #container {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Arial Narrow", "Arial", "sans-serif";
}

a {
  color: #26776F;
}

.leaflet-container {
	font-family: "Arial Narrow", "Arial", "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}

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

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

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

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

.leaflet-tooltip-own {
  position: bottom;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0);;
  border: 0px solid #000;
  color: #000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  max-width: 200px;
}


.station-div-icon{
  opacity: 0.7;
  /* text-decoration: underline; */

}

/* #sidebar {
  display: block;
  width: 50px;
  height: 100%;
  max-width: 100%;
  float: left;
}

#stationbar {
  display: block;
  width: 50%;
  height: 100%;
  max-width: 100%;
  float: left;
} */

/* #map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
} */

.navbar {
  min-height: 50px;
}

.map-container {
  height: calc(100% - 60px);
  /* Fallback for vmin */
  padding: 0px 0rem 0rem 0rem;
  padding: 0px 0vmin 0vmin 0vmin;
}

#nws_frame {
  /* height: 40%; */
  overflow: scroll;
}


#united_map {
  
  top: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  float: right;
  border-left: 1px solid #000000;
  }

#sidebar {
  height: 100%;
  top: 0;
  bottom: 0;
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


#sidebar > * {
  height: auto;
}
#watches {
  margin: 10px;
}

.overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9998;
}

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;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 5px;
  bottom: 0px;
  overflow: auto;
}

.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;
}
.table {
  margin-bottom: 0px;
}

.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: #FFFFFF;
  }
}
/* 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;
}


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

.scatter_page{
  color: white;
  background-color: #002244;
}

.div-lassoBox {
  background-color: white;
}