.dashboard-container {
  height: 100%;
}

.dashboard-sidebar {
  background-color: #fefefe;
  box-shadow: 2px 1px 1px #1a1f26;
  padding: 15px;
}
.dashboard-sidebar .dashboard-sidebar-jobs .status-item {
  margin: 15px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0px #0a0a0a;
  font-weight: bold;
}
.dashboard-sidebar .dashboard-sidebar-jobs .alert {
  background-color: #efc7c1;
}
.dashboard-sidebar .dashboard-sidebar-jobs .warning {
  background-color: #ffe5ad;
}
.dashboard-sidebar .dashboard-sidebar-jobs .success {
  background-color: #63ff7f;
}
.dashboard-sidebar .sidebar-nav::before {
  display: block;
  margin: 0.5rem auto;
  content: " ";
  width: 90%;
  height: 0.5rem;
  background-color: #1a1f26;
}
.dashboard-sidebar .nav-item a {
  display: block;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
  padding: 0.25rem 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  color: #fefefe;
  margin: 5px 15px;
}
.dashboard-sidebar .nav-item a:hover,
.dashboard-sidebar .nav-item a:focus {
  color: #007284;
}
.dashboard-sidebar .nav-item.active a {
  background: #007284;
  color: #ffffff;
  border-radius: 4px;
  opacity: 1;
}

.dashboard-content-area {
  overflow: auto;
}

.dashboard-header-info-boxes .card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 7px 0px #383f48;
}
.dashboard-header-info-boxes .card i {
  font-size: 25px;
}
.dashboard-header-info-boxes .card h4 {
  margin-bottom: 0;
}
.dashboard-header-info-boxes .card p {
  font-size: 25px;
}

.metagenome-uploads-root {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem;
}
.metagenome-uploads-root .upload-button-container {
  grid-column: 1;
  grid-row: 1;
  place-self: center start;
}
.metagenome-uploads-root .upload-button-container .button {
  margin: 0;
}
.metagenome-uploads-root .uploads-search-container {
  grid-column: 2;
  grid-row: 1;
  place-self: center end;
}
.metagenome-uploads-root .metgenome-uploads-table-container {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
}

.metagenome-uploads-popup-content {
  max-width: 400px;
  margin: auto;
}

.eprobe-library-root {
  padding: 1rem;
  margin: 0;
}
.eprobe-library-root li {
  list-style: none;
}
.eprobe-library-root .eprobe-library-section {
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 1rem;
}
.eprobe-library-root .eprobe-library-section ul {
  margin: 0;
}
.eprobe-library-root .eprobe-library-eprobe-editable {
  display: flex;
  align-items: center;
}
.eprobe-library-root .eprobe-library-eprobe-editable input {
  margin: 0.5rem;
}
.eprobe-library-root .eprobe-library-eprobe-editable .eprobe-library-eprobe-description {
  flex: 1 1 100%;
}
.eprobe-library-root .eprobe-library-eprobe-description {
  display: flex;
}
.eprobe-library-root .eprobe-library-eprobe-description > span {
  padding: 4px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.eprobe-library-root .eprobe-library-eprobe-description > span:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.eprobe-library-root .eprobe-library-eprobe-description .host {
  flex: 1 1 100%;
}
.eprobe-library-root .eprobe-library-eprobe-description .target {
  flex: 1 1 100%;
}
.eprobe-library-root .eprobe-library-eprobe-description .price {
  flex: 1 1.2 100%;
  text-align: right;
}
.eprobe-library-root .eprobe-library-eprobe-description .institution {
  flex: 1 1 100%;
}
.eprobe-library-root .eprobe-library-eprobe-description.headings {
  margin-left: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.eprobe-library-root .eprobe-library-collapse-checkbox:focus + .eprobe-library-collapse-icon,
.eprobe-library-root .eprobe-library-collapse-icon:hover {
  outline: dotted 1px white;
}
.eprobe-library-root.save-error .eprobe-library-active-user-list {
  outline: solid 1px #cc4b37;
}

@keyframes test-jobs-list-new-job-keyframes {
  0% {
    outline: solid 1px #00b520;
  }
  50% {
    outline: solid 1px #00b520;
  }
  100% {
    outline: solid 1px transparent;
  }
}
.test-jobs-list-new-job {
  animation: test-jobs-list-new-job-keyframes 4s ease 0s 1 forwards;
}

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