html, body {
  height: 100%;
  margin: 0px;
}
body {
  dispay: flex;
  flex-flow: column wrap;
}

.container, .container-fluid {
  flex: 1 1;
  order: 2;
  display: flex;
  padding: 0px;
  flex-direction:column-reverse;
  max-width: 100%;
  margin: 0px;
}

#map {
  flex: 1;
}

.aircraft-tooltip {
    color: black;
    font-size:10px;
    font-weight: 700;
    fillColor: none;
    fillOpacity: 0;
    background-color: none;
    border-color: none;
    background: none;
    border: none;
    box-shadow: none;
    margin-left: 5px;
    cursor: none;
    fill: false;
    white-space: nowrap;
}


.leaflet-popup-tip-container {
    display: none;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    }

.select2-container--open{
  z-index:9001
}

.table-striped2 tr:nth-child(4n+1),
.table-striped2 tr:nth-child(4n+2) {
  background-color: rgba(0,0,0,.05);;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  border-top: none;
}

.table tr, .table td {
  empty-cells:hide;
  border-collapse: separate;
}

.table tr:empty, .table td:empty {
  display: none;
}

.list-group-item {
    padding: 3px 10px
}

/* Input field */
.select2-selection__rendered {
  font-size: 0.8rem;
}

/* Around the search field */
.select2-search {
  font-size: 0.8rem;
}

/* Search field */
.select2-search input {
  font-size: 0.8rem;
}

/* Each result */
.select2-results {
  font-size: 0.8rem;
  padding: 0px;
  margin: 0px;
}
