/*
The following libraries are required: bootstrap@5.3.0
Author: yamamoto.takashi@fiy.co.jp
*/
.user-info {
  font-size: 80% !important;
}

.btn-logout {
  font-size: 80%;
}

.nav-tabs .nav-item {
  background: #5f6d88;
  border-radius: 0.5rem 0.5rem 0 0;
  min-width: 6rem;
  text-align: center;
}
.nav-tabs .nav-item.active {
  background: #79b2d3;
  font-weight: bold;
}
.nav-tabs .nav-item .nav-button {
    background: #5f6d88;
    min-width: 6rem;
}
    .nav-tabs .nav-item .nav-button:hover {
        background: #54627d;
    }
.nav-tabs .nav-item .dropdown-menu {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: #e6f5f5;
    box-shadow: 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.sub-nav {
    background: #79b2d3;
}
.sub-nav .nav-item a {
  color: #fefefe;
}
.sub-nav .nav-item.active a {
  color: #0B469E;
  font-weight: bold;
}

.menu {
  background-color: #e2e8f9;
}

tr.not-active th, tr.not-active td {
  opacity: 0.8 !important;
}

.form-container {
  background-color: #e2e8f9;
}

.form-check-input-sm {
  width: 1rem;
  height: 1rem;
}

.form-check-label-sm,
.col-form-check-label-sm {
  font-size: 0.875rem;
}

.icon-s {
  font-size: 75%;
}/*# sourceMappingURL=common.css.map */