body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  background-size: cover;
  background-position: center; 
  background-color: rgba(29, 67, 113, 1);
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

header a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.admin {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    color: #999;
}

a.admin, .admin a {
    color: #999;
}

footer {
  margin-top: auto;
  padding: 10px;
  background-color: #F6F6F6;
}

.copyright {
  padding: 50px 0;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

.data-tab {
  background-color: rgb(248, 215, 218)
}

.nav-tabs .nav-link.data-active {
  background-color: rgb(220, 53, 69)
}

.classified-tab {
  background-color: rgb(255, 243, 205)
}

.nav-tabs .nav-link.classified-active {
  background-color: rgb(255, 193, 7)
}

.display-tab {
  background-color: rgb(209, 231, 221)
}

.nav-tabs .nav-link.display-active {
  background-color: rgb(25, 135, 84)
}

.column-250 {
  column-width: 250px;
}

.column-300 {
  column-width: 300px;
}

.column-600 {
  column-width: 600px;
}


.co-logo {
  max-width: 250px;
  max-height: 180px;
}

.select2-selection__rendered {
  display: block; 
}

.select2-selection__choice {
  width: 100%;
}

.synopsis {
  font-style: italic;
}


.level-1 {
  font-weight: bold;
  font-size: 120%;
  color: #009;
  padding-bottom: 10px;
}

.level-2 {
  font-weight: bold;
  color: #009;
}

.leaf {
  font-weight: normal;
  color: rgb(33, 37, 41);
}


.preview > .level-1 {
  font-size: 140%;
  text-align: center;
  color: deepskyblue;
  border-top: solid 2px deepskyblue;
  padding-top: 10px;
  border-bottom: solid 2px black;
}

.preview > .level-2 {
  font-size: 120%;
  padding-top: 30px;
  border-bottom: solid 1px #009;
  margin-botton: 10px;
}

.preview > .leaf {
  font-weight: bold;
  font-size: 100%;
  color: #009;
  padding-top: 10px;
  border: None;
}


.preview h5 {
  background-color: rgba(29, 67, 113, 1);
  color: white;
}

.preview h6 {
  color: rgba(29, 67, 113, 1);
}

.stealth a, a.stealth {
  text-decoration: none;
  color: inherit;
}

.trade-name {
  border-top: solid 1px #B00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.trade-name h5 {
  color: #B00;
}

.trade-name > .company {
  color: #B00;
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}