h1 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

#userbox {
  color: #000;
  text-decoration: none;
  display: block;
}

#userbox img.rank_icon {
  width: 40px;
  margin-left: 0;
}

img.group_icon_16 {
  width: 16px;
  margin-right: 3px;
  position: relative;
  bottom: 2px;
  left: 0px;
}

img.group_icon_32 {
  width: 32px;
  margin-right: 6px;
  position: relative;
  bottom: 2px;
  left: 0px;
}

img.rank_icon {
  width: 18px;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
  left: 0px;
}

img.rank_icon_big {
  width: 32px;
  margin-left: 4px;
  position: relative;
  bottom: 4px;
  left: 0px;
}

.alert {
  padding: 0.5rem 1rem;
}

form label {
  font-weight: bold;
}

input.invalid,
select.invalid {
  border: 1px solid red;
}

.navbar-nav {
  width: 100%;
}

.nav-link {
  border-bottom: 1px solid #dee2e6;
}

.nav-link:hover {
  border-radius: 5px;
  background-color: #FAFAFA;
}

.navbar li.active {
  font-weight: bold;
}

abbr {
  text-decoration: none !important;
}

dl {
  line-height: 1.1rem;
}

#global_alerts div.alert {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.2rem;
}
#global_alerts div.alert button.close {
  padding: 0.1rem 0.5rem;
}
#global_alerts span.link {
  font-weight: bold;
}

.text-jip, .text-qip, .text-noshow, .text-signed, .text-notsigned, .text-awol {
  font-weight: bold;
  margin: 0 2px;
}

.text-signed {
  color: #28a745;
}

.text-jip {
  color: #285ca6;
}

.text-qip {
  color: #fea500;
}

.text-noshow {
  color: #fff;
  background-color: #fc302b;
  padding: 2px 4px;
}

.text-noshow-light {
  padding: 2px 4px;
}

.text-notsigned {
  color: #848484;
}

.text-awol {
  color: #fff;
  background-color: #7B23A8;
  padding: 4px;
}

@media (min-width: 576px) {
  .nav-link {
    border: none;
  }

  h1 {
    font-size: 3rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1rem;
  }

  .alert {
    padding: 0.75rem 1.25rem;
  }
}

/*# sourceMappingURL=main.css.map */
