body, html {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body h2 {
  color: #777fa8;
}
body a:link, body a:visited {
  color: #777fa8;
  text-decoration: none;
}

body, html {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body h2 {
  color: #777fa8;
}
body a:link, body a:visited {
  color: #777fa8;
  text-decoration: none;
}

.pagination {
  --bs-pagination-color: #777fa8;
  --bs-pagination-active-bg: #777fa8;
  --bs-pagination-active-border-color: #777fa8;
  --bs-pagination-disabled-color: #aeaeae;
  --bs-pagination-disabled-bg: #f1f1f1;
}

body .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
body .loader img {
  width: 72px;
  height: 72px;
  margin: calc(50vh - 36px) auto;
  display: block;
}

input[type=checkbox],
input[type=checkbox] + label {
  cursor: pointer;
}

body, html {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body h2 {
  color: #777fa8;
}
body a:link, body a:visited {
  color: #777fa8;
  text-decoration: none;
}

.brand-EdevopOnline .card.card-list-view .card-header {
  background: #06afab;
}

.brand-AbakusCompleet .card.card-list-view .card-header {
  background: #a3aa83;
}

.card {
  margin-bottom: 1rem;
}
.card.card-list-view .card-header {
  margin: 0;
  padding: 0.65rem 0.5rem;
  color: #FFF;
  background: #777fa8;
}
.card.card-list-view .card-header .title {
  font-size: 0.9rem;
}
.card.card-list-view .card-header .btn {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 0.25rem;
  margin: 0;
}
.card.card-list-view .card-body {
  margin: 0;
  padding: 0;
}
.card.card-list-view .card-body .table {
  margin: 0;
  padding: 0;
  border: none;
}
.card.card-list-view .card-body .table thead {
  color: #000;
  background: rgba(119, 127, 168, 0.4);
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
}
.card.card-list-view .card-body .table tbody tr:nth-of-type(odd) {
  background: rgba(119, 127, 168, 0.1);
}
.card.card-list-view .card-body .table th, .card.card-list-view .card-body .table td {
  margin: 0;
  padding: 0.5rem;
  border: none;
  font-weight: 400;
}

body {
  background-color: transparent;
}
body h2 {
  text-align: center;
  padding: 10px;
}
body .btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
body app {
  position: relative;
  display: flex;
  flex-direction: column;
}
body .top-row {
  height: 3.5rem;
  display: flex;
  justify-content: center;
}
body .top-row img {
  height: 24px;
  margin-right: 0.65rem;
}
body .main {
  flex: 1;
}
body .main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}
body .main .top-row > a, body .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}
body .main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .sidebar {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
body .sidebar .top-row {
  background-color: rgba(0, 0, 0, 0.4);
}
body .sidebar .navbar-brand {
  font-size: 1.1rem;
}
body .sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
body .sidebar .nav-item {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
body .sidebar .nav-item:first-of-type {
  padding-top: 1rem;
}
body .sidebar .nav-item:last-of-type {
  padding-bottom: 1rem;
}
body .sidebar .nav-item a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
body .sidebar .nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
body .sidebar .nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
body .content {
  padding-top: 1.1rem;
}
body .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
body .valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
body .invalid {
  outline: 1px solid red;
}
body .validation-message {
  color: red;
}
body #blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  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;
}
body #blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
@media (max-width: 767.98px) {
  body .main .top-row:not(.auth) {
    display: none;
  }
  body .main .top-row.auth {
    justify-content: space-between;
  }
  body .main .top-row a, body .main .top-row .main .top-row .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body app {
    flex-direction: row;
  }
  body .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  body .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  body .main .top-row {
    position: sticky;
    top: 0;
  }
  body .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
  body .navbar-toggler {
    display: none;
  }
}

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