
a.navbar-brand {
  font-family: typo_round;
  font-size: 28px
}

.nav-link, label.form-label, label.form-check-label {
  font-family: typo_round;
}




section#head {
  border-bottom: 1px solid #aaa;
}

#head .col-md {
  font-family: typo_round;
  font-size: 28px
}

#head .col-md-4 {
  vertical-align: middle;
  display: inherit;
}

a#home, a.icon-link {
  text-decoration: none;
  color: black;
}

a.icon-link {
  font-size: 0.8em;
}

a.icon-link:hover {
  color: blue
}

.icon-link[href="login"] {
  margin-left: 8px;
}

a.icon-link img {
  width: 16px;
  height: 16px
}

.tbl-title {
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

th {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-box {
  background-color: #aaa;
  padding: 0px 6px 3px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer
}
.add-box:hover {
  background-color: #eee;
  color: #444;
}

.label {
  position: relative;
  top: -0.7vw;
  left: 0.5vw;
  padding: 0 0.5vw;
  font-size: 0.9vw;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: white;
  color: #444;
}

.busy {
  width: 100%;
  height: 100vh;
  display: none;
}

.busy div {
  position: relative;
  top: 40%;
  left: 50%;
}

.ui-dialog {
  z-index: 500 !important
}

.spinner-border.spinner-border-sm {
  margin-left: 1rem;
  visibility: hidden;
}
