/**
 * Record Thumbnails Component Styles
 */
/**
 * Define standard colors
 */
.recordThumbnailContainer .recordThumbnail.fillContainer:not(.fixedSize) {
  width: 100%;
  height: 100%;
}
.recordThumbnailContainer .recordThumbnail.fillContainer .photoContainer {
  position: relative;
}
.recordThumbnailContainer .recordThumbnail.fillContainer .photoContainer .badge {
  z-index: 2;
}
.recordThumbnailContainer .recordThumbnail.fillContainer .photoContainer:not(.fixedSize) {
  width: 100%;
  height: 100%;
}
.recordThumbnailContainer .recordThumbnail.fillContainer .photoContainer .highlightBackgroundImg {
  width: 100%;
  height: 100%;
}
.recordThumbnailContainer .recordThumbnail.genericDefaultView .photoContainer,
.recordThumbnailContainer .recordThumbnail.webcrawledView .photoContainer {
  line-height: 1.2;
}
.recordThumbnailContainer .recordThumbnail.genericDefaultView .photoContainer.photoSize5 .explanationText,
.recordThumbnailContainer .recordThumbnail.webcrawledView .photoContainer.photoSize5 .explanationText {
  font-size: 13px;
  width: auto;
}
.recordThumbnailContainer .recordThumbnail.genericView:not(.fillContainer) .photo {
  background-size: contain;
}
.recordThumbnailContainer .recordThumbnail.genericView .photoContainer .highlight {
  z-index: 1;
  position: absolute;
  background-position: center;
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.45);
}
.recordThumbnailContainer .recordThumbnail.genericView .photoContainer .highlightBackgroundImg {
  filter: blur(3px);
}
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #474d54;
}
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer.photoSize4 .webLink,
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer.photoSize5 .webLink {
  display: none;
}
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer:hover .webLink {
  text-decoration: underline;
}
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer .imageWrapper {
  line-height: 1;
  padding: 10px 0;
}
.recordThumbnailContainer .recordThumbnail.externalView .photoContainer .imageWrapper .webLink {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
}
.recordThumbnailContainer .recordThumbnail .photoContainer .badgePositionedTopRight {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0;
}
.recordThumbnailContainer .recordThumbnail .photoContainer.background:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.75);
}
.recordThumbnailContainer .explanationText {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  padding: 0 10px;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recordThumbnailContainer .banner {
  display: block;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.recordThumbnailContainer .banner span.iconWebLink,
.recordThumbnailContainer .banner span.iconSearch,
.recordThumbnailContainer .banner span.iconImage {
  font-size: 16px;
}
.recordThumbnailContainer .banner span.iconWebLink:before,
.recordThumbnailContainer .banner span.iconSearch:before,
.recordThumbnailContainer .banner span.iconImage:before {
  color: #f5f5f5;
}
.recordThumbnail.externalSiteModal footer {
  margin-top: 20px;
}
.recordThumbnail.imageViewerModal iframe {
  border: 0;
}
