@charset "utf-8";

.pointer {
  cursor: pointer;
}

.zoom-in {
  cursor: zoom-in;
}

.thumbnails .thumbnail {
  max-height: 100px;
  overflow: hidden;

  border: solid lightgray;
  border-width: 1px 1px 1px 0;
}

.thumbnails .thumbnail:first-child {
  border-width: 1px;
}

#modalDialog2 {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}

#modalDialog2 img {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
}

img.popup {
  cursor: pointer;
  width: 100px;
}