/* File Renderer {40} */
.webforms-file-pool {
  display: table;
  margin-bottom: 10px;
}
.webforms-file-pool-selectall {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.webforms-file-pool-selectall label {
  color: #888;
}
.webforms-file-cell {
  float: left;
  flex: 1;
  height: auto;
  color: #888;
  display: table-cell;
}
.webforms-file-cell p label {
  color: #888;
}
.webforms-file-cell .webforms-image-box {
  margin-left: 0;
}
.webforms-file-cell .admin__field-complex-content {
  max-width: 100% !important;
}
.webforms-file-link {
  position: relative;
  display: inline-flex !important;
  float: left;
  margin-right: 10px;
  height: auto;
  padding-left: 23px;
  margin-bottom: 7px;
}
.webforms-file-link figure {
  margin: 1em 10px;
}
.webforms-file-link figure p {
  margin: 10px 0 5px 0;
}
.webforms-file-link figure img {
  background: white;
}
.webforms-file-link:before {
  content: "";
  background-image: url(../images/paperclip.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}
.webforms-file-link-name {
  display: inline-flex;
  max-width: 150px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important;
  white-space: nowrap !important;
}
.webforms-file-link-name-end {
  display: inline;
}
.webforms-file-link-name-end:before {
  content: "...";
}
.webforms-file-delete-checkbox {
  vertical-align: baseline;
  margin-top: 0 !important;
}
.webforms-image-box {
  background: #efefef;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 10px 10px 0;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 15px;
  font-weight: bold;
  white-space: nowrap;
  float: left;
}
.webforms-image-box img {
  max-width: none;
}
.webforms-image-box:hover {
  background: #9e9e9e;
  text-decoration: none;
}
