#navbar-brand {
  font-size: 48px;
  font-weight: 600;
  margin-top: 5px;
  color: #888;
}

#navbar-brand:hover {
  color: #666;
}

.sites-list {
  height: auto;
  line-height: 1.8;
  min-height: 33px;
}

#map {
  height: 500px;
  border-radius: 4px;
}

.title-link {
  margin-left: 0.5em;
  line-height: 3em;
  font-size: 1.5em;
}

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  opacity: 1;
}

.tooltip .top {
  white-space: nowrap;
  text-align: center;
  min-width: 170px;
  height: 37px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 3px;
  color: #ffffff;
  background-color: #111111;
  font-weight: normal;
  font-size: 1.1rem;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #111111;
  /* border: 1px solid transparent; */
}

/* same as .badge */
.tooltip > span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.tooltip > span.s,
.badge.success {
  background-color: #42af41;
}

.tooltip > span.w,
.badge.warning {
  background-color: #df9429;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.w-20 {
  width: 20%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.no-wrap {
  white-space: nowrap;
}

td.date {
  width: 90px;
}

.nav-links-row {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.nav-links-row a {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  padding: 10px 10px;
}

.nav-links-row a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 320px) {
  #navbar-brand {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  #navbar-brand {
    white-space: nowrap;
    font-size: 36px;
  }
}

.errorlist {
  color: red;
  margin-top: 10px;
}
