.thumb > img {
  width: calc(100% - 10px);
  height: 240px;
  margin: 5px;
  z-index: 79;
}

.thumb > h6 {
  text-align: center;
}

.thumb {
  width: calc((100% / 4) - 16px);
  margin: 8px;
  float: left;
  background-color: rgba(255, 255, 255, 0.45);
  z-index: 80;
}

.thumb:hover {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.thumb > img:hover {
  cursor: pointer;
}

.modal-dialog.modal-dialog-centered {
  max-width: 55%;
}

.modal-content.imageupload {
  width: 100%;
}

.modal-content {
  margin: auto;
  max-width: 100%;
  width: inherit;
}

.modal-body > img {
  max-width: 100%;
  max-height: 80vh;
}

.modal-footer,
.modal-header {
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal-footer.uploadmodal,
.modal-footer.removeModal {
  padding-top: 16px;
  padding-bottom: 16px;
  height: 64px;
}

.modal-footer {
  height: 40px;
}

.modal-title {
  width: 100%;
  text-align: center;
}

#leftArrow {
  position: absolute;
  left: 16px;
}

#leftArrow,
#rightArrow {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  height: 32px;
  display: block;
}

#leftArrow > h6,
#rightArrow > h6 {
  display: inline-block;
  line-height: 32px;
  position: absolute;
}

#rightArrow > h6 {
  right: 56px;
}

#leftArrow > h6 {
  left: 40px;
}

.imageRemoveIcon
{
  float: right;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}

#addAlbumBtn, #closeBtn {
  display: none;
}

#dropFileZone {
  background-color: #eee;
  border: #999 5px dashed;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 18px;
}

#dragUploadFile {
  width: 50%;
  margin: 0 auto;
}

#dragUploadFile p {
  text-align: center;
}

#dragUploadFile #selectfile {
  display: none;
}

#uploadStatus {
  max-height: 25vh;
  overflow-y: auto;
}

#uploadStatus > p {
  margin-bottom: 0;
  line-height: 1em;
}

.albumActions {
  float: right;
  margin-top: -27px;
  margin-right: 4px;
  width: 40px;
}

.albumActions > i {
  cursor: pointer;
}

#changeTitleModal,
#removeAlbumModal {
  max-width: 55%;
  margin: auto;
}

@media (max-width: 1279px) {
  .thumb {
    width: calc((100% / 3) - 16px);
  }

  .modal-dialog.modal-dialog-centered {
    max-width: 85%;
  }
}

@media (max-width: 959px) {
  .thumb {
    width: calc((100% / 2) - 16px);
  }

  .modal-dialog.modal-dialog-centered {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .thumb {
    width: calc(100% - 16px);
  }

  .content {
    width: calc(100% - 32px);
  }

  nav.navbar.navbar-expand-sm.navbar-light > a {
    margin-left: 0;
  }

  .modal-dialog.modal-dialog-centered {
    max-width: 95%;
  }
}

@media (max-height: 599px) {
  .modal-body > img {
    max-height: 70vh;
  }
}

.content {
  height: calc(100% - 112px);
  min-height: calc(100% - 112px);
}

.footer {
  width: 80%;
  margin: auto;
  margin-bottom: 0;
}
