/* Custom Catalog Styles */
.loading {
  cursor: wait;
}

#navigation-bar{
  color: #51555C;
}

#page-select{
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.catalog-container{
  margin-top: -5px;
}

.asset-shadow{
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#nav-guide {
  color: inherit;
  text-decoration: none;
}

.filterbar{
  display: flex;
  justify-content: space-between;
}

/* Catalog */
.catalog-image {
  min-height: 100px;
  max-height: 150px;
  max-width: 100%;
  vertical-align: bottom;
  cursor: pointer;
}

.catalog-image-selected {
  border: 2px solid #9f1ae2;
}

#image-container {
  overflow-y: scroll;
  height: 450px;
}

@media (max-width: 587px) {
  #filter-container{
    flex-wrap: wrap;
  }
}


/* Selection */
.selected-image {
  max-width: 90%;
  min-height: 100px;
  max-height: 100px;
  vertical-align: bottom;
  cursor: pointer;
}

#selection {
  min-height: 18vh;
  margin-top: 0.5rem;
}

#selectedAssets {
  overflow-x: auto;
  overflow-y: hidden;
}

#selectedAssetsContainer {
  white-space: nowrap;
}

#buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

/* Meta Data */
#metaData-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

#metaData-Image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}

.metaData-Image {
  max-width: 90%;
  min-height: 100px;
  max-height: 150px;
  cursor: pointer;
}

#details-Table {
  width: 100%;
  overflow: hidden;
  display: none;
}

th,
td {
  font-size: small;
}

td {
  padding-bottom: 0.5rem;
}

.td-left {
  vertical-align: top;
  padding-right: 2rem;
}

.td-right {
  max-width: 11rem;
  padding-right: 2rem;
}

#td-Location {
  overflow: hidden;
  white-space: nowrap;
}

