.gallery-wrapper {
  /*margin-left: 17px;*/
}

.gallery > a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  height: 100px;
  width: 100px;
}

.image-button {
  color: white !important;
  display: none;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0 1px black;
  top: 3px;
}

.image-button:hover {
  color: #e6e6e6 !important;
}

.gallery-item:hover > .image-button {
  display: inline-block;
}

.delete-image {
  right: 3px;
}

.edit-image {
  left: 3px;
}

.mfp-close:hover,
.mfp-arrow:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

button.mfp-close, button.mfp-arrow {
  cursor: pointer !important;
}

.action-link {
  background-color: #838a90;
  border-color: #616a71 #484e53 #363b3f;
  border-radius: 200px;
  border-style: solid;
  border-width: 1px;
  color: #efefef !important;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 black;
  margin-bottom: 15px;
  /*margin-left: 10px;*/
}

#edit-image-dialog {
  padding: 10px 30px;
}

/* file list */

.file-list-wrapper {
  margin: 10px 15px;
}

.file-list-heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.delete-file {
  display: none;
}

.file-list-item {
  margin: 2px 0;
}

.file-list-item:hover .delete-file {
  display: inline-block;
}

/* file list end */