.organization-thumbnail img {
  width: 64px;
}

.list-group-item-truncate {
  display: inline-block;
  line-height: 1;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resource-description {
  font-size: 90%;
}

.datasets-count {
  display: inline-block;
}

.add-dataset-btn {
  margin-top: 15px;
}

/* Hidden from guests */
.user-issue,
.admin-only {
  display: none;
}

.resource-details,
.show-resource-details {
  display: none;
}

.show-resource-details {
  font-size: 80%;
}

.user-issue {
  color: red;
}

.theme-gallery {
  text-align: justify;
}

.homepage-categories {
  row-gap: 0.25rem;
}

.theme-gallery:after {
  display: inline-block;
  width: 100%;
  content: "";
}

.homepage-categories .homepage-category-link {
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.homepage-categories .homepage-category-link:hover {
  transform: translateY(-2px);
}

.homepage-categories .homepage-category-link img {
  display: block;
  margin: 0 auto 0.75rem;
  height: 64px;
  width: auto;
  max-width: 100%;
}

.homepage-categories .homepage-category-link span {
  line-height: 1.3;
}

.theme-gallery .card {
  display: inline-block;
  max-width: 250px;
  text-align: center;
}

.theme-gallery .card img {
  width: 100%;
}

.theme-gallery .card.border-primary {
  border-width: 5px;
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-icons {
  font-size: 1.5em;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.dataset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.filetype-list-item {
  margin: 0 0.25em;
}

.leaflet-map {
  width: 100%;
  height: 50vh;
  margin: 1em 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.popup-la-logo {
  display: block;
  margin: auto;
}

.legend {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 1em;
}

.legend-circle {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 1;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.legend-list li {
  display: flex;
  margin: 0.5em auto;
  align-items: center;
}

.view-code-link {
  margin: 1em;
}

#site-wide-alert * {
  color: #fff !important;      
}

ul.list-unstyled-indented {
  list-style: none;
}
