a {
  text-decoration: none;
}
i.bi {
  font-size: 1rem;
}
i.bi-patch-check-fill {
  color: green;
}
a.btn i.bi {
  margin-right: 8px;
}
h3 {
  margin-bottom: 1.5rem;
}
form > div {
  padding: 1rem 1rem 0;
  margin: 0;
  border-top: 1px solid #69e;
}



.fs-7 {
  font-size: 0.75rem !important;
}


.breadcrumb {
  background-color: #eee;
  padding: 8px 16px;
}
.nav-link.disabled.nav-implicit-choice {
  font-size: .75rem;
}



a .license-assigned,
a .license-unassigned,
a .activity-active,
a .activity-inactive,
a .activity-deleted,
a .activity-invited {
  display: none;
}
.activity-date {
  font-size: 0.875rem;
}



.content-action-buttons {
  padding: 0 1rem;
  min-height: 80px;
  border: 0;
}
.content-action-buttons .btn-outline-danger {
  float: right;
}

.is-submitting {
  opacity: 0.5 !important;
  pointer-events: none !important;
}



#accounts-content {
  width: 90%;
  max-width: 470px;
  padding: 16px 20px;
  margin: 3.5rem auto auto;
}
#accounts-content .logo {
  text-align: center;
  margin: 16px;
}
#accounts-content .logo .bi {
  font-size: 4rem;
}


.table th .th-cell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table th.orderby {
  padding: 0;
}
.table th.orderby a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5rem .75rem;
  color: #000;
}
.table th.orderby a.active {
  background-color: #eee;
}
.table th.orderby a:hover,
.table th.orderby a.active:hover {
  text-decoration: none;
  color: #000;
  background-color: #ddd;
}

.table ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.table-responsive .table th[scope="row"] {
  width: 25%;
  font-weight: normal;
}
.table td.name {
  font-weight: bold;
}
