body {
  margin: 0;
  padding: 0;
  font-family: Julius Sans One, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 0.95em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, serif;
}
a,
a:hover {
  color: #23527c;
}
a:hover {
  text-decoration: none;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
  }
  
img.home-logo {
  width: 45%;
}
.home-card-icon {
  margin-top: 1rem;
}
.home-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.home-card {
  border: 2px solid rgba(0, 0, 0, 0.125);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.home-description {
  font-size: 1.5rem;
  margin-top: 4rem;
}
.explore-button {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  width: 50%;
  height: 6rem;
  font-size: 2.25rem;
  font-weight: 700;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.content {
  min-height: 34vh;
}
.spacer-footer {
  height: 366px;
}
.pancreatlas-nav {
  width: 100%;
  margin-bottom: 3rem;
  background-color: #1b294a;
}
.bg-dark {
  background-color: #204356 !important;
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link {
  color: #e4e5d7 !important;
}
.footer {
  background-color: #2e2e2e;
  color: #e4e5d7;
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: left;
  flex-shrink: 0;
}
.footer p {
  font-size: 14px;
}
.footer-lower {
  background-color: #262626;
}
.footer a:hover {
  color: #fff;
}
.footer a {
  color: #999;
}
.footer-img {
  max-width: 60%;
  margin-bottom: 1rem;
}
.table td {
  text-align: left;
  vertical-align: middle;
}
td.action-column {
  text-align: center;
  width: 57%;
}
td.name-column {
  font-weight: 700;
}
.table thead td {
  text-align: center;
}
td.image-detail-row > p {
  margin: 0;
}
td.image-detail-row {
  vertical-align: middle;
}
#root {
  height: 100%;
}
.pancreatlas {
  height: 100%;
  margin-top: 1.5rem;
}
.pancreatlas-row {
  text-align: center;
}
.card-img-top {
  height: 200px;
}
.card-img-top,
.matrix-thumb {
  overflow: hidden;
  object-fit: cover;
}
.matrix-thumb {
  height: 75px;
  width: 75px;
}
.image-matrix-content {
  display: flex;
}
.image-matrix tbody {
  height: 80vh;
  overflow-y: scroll;
}
.image-matrix table {
  display: block;
  width: 98.7%;
}
td.left-header {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
}
table.image-matrix {
  width: auto !important;
}
.image-matrix {
  overflow-x: scroll;
}
.modal-thumb {
  height: 100px;
  width: 100px;
  overflow: hidden;
  object-fit: cover;
}
.ds-list-left-button {
  margin-right: 1rem;
}
.ds-list-right-button {
  margin-left: 1rem;
}
.path-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.collapse-button {
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
}
.collapse-button:hover {
  cursor: pointer;
}
.collapse-button-open {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.image-card {
  text-align: left;
  font-family: Roboto, "Sans-Serif";
}
.image-row {
  padding-bottom: 2rem;
}
div.image-grid {
  margin-top: 1.5rem;
}
.image-grid h1 {
  text-align: left;
}
.card-title {
  font-weight: 700;
}
.card-subtitle,
.card-title {
  text-align: center;
  font-family: Montserrat, sans-serif;
}
.card-subtitle {
  font-size: 90%;
}
.card-body strong {
  color: #777;
  font-weight: 400;
}
div.card-footer-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.collection-card {
  max-width: 350px;
}
.collection-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  margin: auto;
}
.collection-row div {
  margin: auto;
}
.subheading {
  text-align: left;
}
.dataset-page {
  width: 100%;
}
.dataset-page h1 {
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dataset-list {
  width: 100%;
}
.filter-list {
  text-align: left;
  background-color: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 15px;
  font-family: Roboto, "Sans-Serif" !important;
  border-radius: 2px;
}
.filter-button {
  text-align: center;
  margin-bottom: 1rem;
}
.age-slider {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.filter-set {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}
.age-group-list > div:first-child {
  margin-top: 0;
}
.age-group-list > div {
  margin-top: 2.5rem;
}
.age-group-list > div.last {
  margin-bottom: 2.5rem;
}
div.marker-list {
  line-height: 2.5;
}
.cy5 {
  background-color: #fff;
  color: #000;
}
span.marker {
  cursor: pointer;
}
span.marker,
span.marker-nofilter {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: inline-block;
  padding: 0 0.25rem;
  border-radius: 5px;
  line-height: 2rem;
}
.cy3 {
  background-color: red;
  color: #000;
}
.cy2 {
  background-color: green;
  color: #fff;
}
.DAPI {
  background-color: #00f;
  color: #fff;
}
.matrix-select-button {
  white-space: normal !important;
  word-break: normal;
}
.large-thumbnail {
  max-width: 700px;
  overflow: hidden;
}
th.matrix-cell {
  width: 150px;
  max-width: 150px !important;
  text-align: center;
}
td.matrix-cell {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}
td.matrix-head {
  max-height: 2rem;
  border-right: 2px #000;
}
.matrix-cell-img {
  position: relative;
  width: 100%;
}
div.matrix-cell-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-size: 2rem;
}
div.matrix-cell-count > p {
  margin: 0;
}
td.matrix-selector-cell > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-data {
  text-align: center;
}
.modal-data img {
  width: 100%;
}
.modal-data button,
.modal-data img {
  margin-bottom: 1rem;
}
img.image-card-thumb {
  position: absolute;
  z-index: 1;
}
.modal-dialog {
  max-width: 800px;
}
.pathviewer-buttons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.marker-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  margin: 0.125rem;
}
.marker-cell > p {
  margin: 0.5rem 0;
}
span.age-group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
span.age-group:hover {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
span.age-group-text {
  position: absolute;
  color: #fff;
  font-weight: bolder;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.25);
}
span.age-group-imgs,
span.age-group-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
span.age-group-imgs {
  position: relative;
  overflow: hidden;
  z-index: -2;
}
img.age-group-img {
  z-index: -1;
  max-height: 100%;
}
img.age-group-img:not(.islet) {
  opacity: 0;
}
img.age-group-img.islet {
  position: absolute;
}
button.view-all {
  height: 5rem;
  font-size: 1.5rem;
  font-weight: bolder;
}
div.card-img-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  z-index: 50;
  cursor: pointer;
  height: 200px;
}
div.card-img-wrapper .card-search-plus {
  color: #fff;
  opacity: 0.5;
  z-index: 3;
  margin: 0 auto;
}
div.card-img-wrapper:hover .card-search-plus {
  opacity: 0.9;
}
span.undo {
  cursor: pointer;
  font-weight: 700;
}
.v-padded {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section-heading {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 42px;
  padding-bottom: 30px;
}
.section-desc {
  line-height: 1.5;
  margin: 0 0 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  font-size: 24px;
}
.shaded {
  background-color: #f4f5f9;
}
.img-fill {
  max-width: 100%;
}
.p-img {
  margin-right: 10px;
}
.banner-container {
  height: calc(100vh - 70px);
  margin-top: calc(-100vh + 70px);
}
.banner-row {
  height: 100%;
}
.banner-header {
  text-align: left;
  font-size: 275%;
}
.banner-header,
.banner-subheader {
  color: #fff;
  text-shadow: 1px 1px 5px #333;
  font-weight: 700;
}
.banner-subheader {
  text-align: center;
}
.banner-subheader-left {
  color: #fff;
  text-shadow: 1px 1px 5px #333;
  font-weight: 700;
  line-height: 1.5em;
}
.banner-button {
  white-space: normal;
}
.feature-header-row {
  font-size: 18px;
  margin: 0 0 20px;
  color: #204356;
}
.feature-body-row,
.feature-header-row {
  text-align: left;
  line-height: 24px;
  padding: 0;
}
.feature-body-row {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.feature-icon {
  color: #204356;
}
.collaborator-title {
  font-size: 1.25rem;
}
.center-row {
  text-align: center;
}
.handel-footer {
  color: #fff;
}
.footer-container {
  background-color: #2e2e2e;
  padding-bottom: 60px;
}
.header-container {
  background-color: #e3e3e3;
}
.header-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-heading {
  font-size: 100px;
  text-shadow: 1px 1px 10px #333;
  color: #204356;
  font-weight: 400;
  letter-spacing: 4px;
}
.header-subheading {
  color: #fff;
  letter-spacing: 3px;
  margin: 10px 0 0;
  font-size: 30px;
  font-weight: 400;
}
.test-feedback {
  background-color: #a00;
  color: #fff;
  text-align: center;
}
.test-feedback p {
  margin-top: 2rem;
  text-align: center;
}
.test-feedback a {
  color: #1b294a;
}
div.home-modal {
  max-width: 1215px;
}
img.modal-image {
  width: 100%;
}
div.controls {
  padding: 1rem;
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
span.control-element {
  cursor: pointer;
  padding: 0.25rem;
  width: 30%;
  text-align: center;
}
span.control-element.selected {
  background-color: orange;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
div.overlay {
  background: rgba(44, 111, 110, 0.7) none repeat scroll 0 0;
}
.nav-item a {
  font-family: Roboto, "Sans-Serif";
  font-size: 130%;
  color: #fff;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 50px;
  display: block;
  padding-top: 10px;
}
.nav-item a:last-child {
  margin-right: 1rem;
}
.nav-item .active {
  font-weight: 700;
  border-bottom: 5px solid #fff;
}
div.browser-not-supported-banner {
  background-color: #b4161a;
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.browser-not-supported-banner a a:visited a:hover {
  color: #fff;
}
.navbar-nav {
  align-items: center;
}
.dropdown-item,
.dropdown-item.active {
  width: auto;
}
.dropdown-item {
  color: #1b294a !important;
}
.dropdown-item.active {
  background-color: #1b294a !important;
  color: #fff !important;
}
.favorites {
  color: #6f6f6f;
  cursor: pointer;
}
div.favorites-row {
  align-items: center;
}
button.save-favorites {
  margin-bottom: 1rem;
}
td.matrix-sel {
  text-align: center;
}
span.scroll-button {
  color: #999;
  cursor: pointer;
}
span.scroll-button:hover {
  color: #fff;
}
.secondary {
  color: grey;
}
div.modal-markers {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: space-around;
}
div.modal-image {
  padding-bottom: 0.5rem;
}
div.modal-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: space-around;
}
td.action-column div.row {
  justify-content: center;
}
div .ds-alt {
  background-color: #a3d6ff;
  color: #00a;
  margin-bottom: 0.95em;
  min-height: 3em;
  max-height: 3em;
  margin-left: -1.35em;
  margin-right: -1.35em;
  padding-left: 1.35em;
  padding-right: 1.35em;
}
a.navlink {
  cursor: pointer;
}
div.dataset-cards,
div.dataset-lists ul.nav.nav-tabs {
  margin-bottom: 1rem;
}
div.dataset-card-sponsors {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
div.dataset-card-buttons,
div.dataset-card-sponsors {
  display: flex;
  justify-content: space-evenly;
}
div.dataset-card-buttons > a:first-child {
  margin-right: 0.25rem;
}
img.dataset-funder {
  max-width: 100%;
}
img.ds-logo {
  min-height: 100px;
  padding: 0.75em;
}
span.badge-dark a {
  color: #fff;
}
div.dataset-title,
span.dataset-title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2rem;
}
.display-linebreak {
  white-space: pre-line;
}
div.favorites-block {
  margin-bottom: 2rem;
}
img.header-img {
  max-width: 250px;
  border-radius: 50%;
}
p.text-larger {
  font-size: 20px;
}
div.overview-sponsors {
  display: flex;
  justify-content: space-evenly;
}
div.pancreatlas-sponsor-logo {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.pancreatlas-sponsor-logo:hover {
  opacity: 0.75;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div.dataset-card-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
img.card-banner-img {
  max-width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
}
h1.full-width {
  font-size: 2rem;
  text-align: center;
}
div.card-heading-text {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.favorites-counter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 4rem;
  padding-left: 80vw;
  margin-top: -6rem;
}
img.card-header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
div.dataset-card-heading {
  position: relative;
  float: left;
  height: 138px;
}
div.white-mask {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.47);
  display: flex;
  align-items: center;
  justify-content: center;
}
span.nomenclature-collapse {
  cursor: pointer;
}
img.nomenclature-img {
  max-width: 20rem;
}
button.banner-btn {
  font-size: 175%;
  font-weight: 700;
  padding: 1.5rem;
}
.scroll-down-arrow {
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.scroll-down-arrow:hover {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
  50% {
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
  to {
    opacity: 0.5;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
  50% {
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
  to {
    opacity: 0.5;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
  }
}
p.version-info {
  color: #646464;
}
a.link-light {
  color: #a8a8a8;
  text-decoration: underline;
}
.banner-background {
  margin-bottom: 1.5rem;
}
img.team-member-img {
  max-height: 10rem;
}
tr.table-header-row {
  background-color: rgba(0, 0, 0, 0.075);
}
td.nomenclature-title {
  width: 25%;
}
td.img-cell {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
div.loading {
  min-height: calc(100vh - 80px);
}
div.dataset-description {
  font-size: 1.25rem;
}
img.dataset-picture {
  -webkit-filter: drop-shadow(2px 4px 4px #000);
  filter: drop-shadow(2px 4px 4px #000000);
}
img.resource-img {
  max-width: 10rem;
}
/*# sourceMappingURL=main.3db4bb54.chunk.css.map */
