@charset 'UTF-8';

.imageEntryContainer {
  float: left;
  margin-top: 35px;
  margin-left: 50px;
  width: 100%;
}

.imageEntryContainer span {
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.tablesContainer {
  float: left;
  margin-left: 50px;
  width: 100%
}

.tablesContainer span {
  font-weight: bold;
}

.imageTable {
  float: left;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  border-spacing: 0;
  border-collapse: collapse;
}

.imageTableContainer {
  float: left;
  width: 100%;
}

.imageTable .saveCancelButton {
  font-weight: normal;
  width: 150px;
}

.imageTable .styled {
  width: 150px;
}

.changeStatusImageButton{
  width: 100px !important;
}

.imageTable td {
  padding:10px;
}

.dropTarget {
  min-width: 100px;
  min-height: 100px;
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid steelblue;
}

#currentImage {
  max-width: 150px;
  max-height: 150px;
}

.hover {
  background-image: none;
  border: 2px #0B85A1 dashed !important;
}

.cannotDrop {
  background-image: url('../images/delete.png');
}

#showExhibitsEntry {
  float: left !important;
}