.text-white {
  color: #FFF !important;
}

.navbar-dark .form-inline a {
  color: #FFF !important;
  padding-left: 12px;
  text-decoration: none;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
  margin-top: -5px;
}

.table-primary, .table-secondary, .table-success, .table-info, .table-warning, .table-danger {
  color: #fff;
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #325D88;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #8f8f8f;
}

.table-light, .table-light > th, .table-light > td {
  background-color: #f0f0f0;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #3E3F3A;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #93C54B;
}

.table-info, .table-info > th, .table-info > td {
  background-color: #29ABE0;
}

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #d9534f;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #F47C3C;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > th, .table-hover .table-primary:hover > td {
  background-color: #2b5075;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > th, .table-hover .table-secondary:hover > td {
  background-color: #828282;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > th, .table-hover .table-light:hover > td {
  background-color: #e3e3e3;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > th, .table-hover .table-dark:hover > td {
  background-color: #31322e;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > th, .table-hover .table-success:hover > td {
  background-color: #87ba3c;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > th, .table-hover .table-info:hover > td {
  background-color: #1e9dd1;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > th, .table-hover .table-danger:hover > td {
  background-color: #d43f3a;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > th, .table-hover .table-warning:hover > td {
  background-color: #f36c24;
}

.alert {
  border: none;
}

.alert a,
.alert .alert-link {
  text-decoration: underline;
}

.alert-light,
.alert-light a,
.alert-light .alert-link {
  color: #000;
}

.alert-danger {
  background-color: #d9534f;
  color: #FFF;
}

.alert-danger a,
.alert-danger .alert-link {
  text-decoration: underline;
  color: #FFF;
}

.alert-warning {
  background-color: #F47C3C;
  color: #FFF;
}

.alert-warning a,
.alert-warning .alert-link {
  text-decoration: underline;
  color: #FFF;
}

.alert-success {
  background-color: #93C54B;
  color: #000;
}

.alert-success a,
.alert-success .alert-link {
  text-decoration: underline;
  color: #000;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.align-center-sm {
  text-align: center;
}

@media (min-width: 768px) {
  .align-center-sm {
    text-align: left;
  }
}

.status .panel-title {
  font-size: 72px;
  font-weight: bold;
  line-height: 45px;
  padding-top: 20px;
  letter-spacing: -0.8px;
}
/*# sourceMappingURL=atrk-bs-base.css.map */