.pl-fileupload {
  overflow: hidden;
  padding-bottom: 3px;
}
.pl-fileupload .buttons {
  margin-bottom: 3px;
  overflow: hidden;
}
.pl-fileupload .pl-drop-element {
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  border-width: 1px;
  border-style: dashed;
  border-color: #999;
  background: #fff;
}
.pl-fileupload .pl-drop-element.dragover {
  border-color: #333;
  background: #666;
  color: #fff;
}
.pl-fileupload .pl-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666;
}
.pl-fileupload .pl-btn {
  margin-right: 2px;
}
.pl-fileupload .pl-btn-select {
  background: #fff;
  color: #000;
  border-color: #ddd;
}
.pl-fileupload .pl-btn-select:hover {
  background: #e6e6e6;
}
.pl-fileupload .pl-btn-select[disabled=disabled] {
  opacity: .5;
}
.pl-fileupload .pl-btn-upload {
  background: #5cb85c;
  color: #fff;
  border-color: #449d44;
}
.pl-fileupload .pl-btn-upload:hover {
  background: #449d44;
}
.pl-fileupload .pl-btn-remove {
  background: #d9534f;
  color: #fff;
  border-color: #c9302c;
}
.pl-fileupload .pl-btn-remove:hover {
  background: #c9302c;
}
.pl-fileupload .upload-file,
.pl-fileupload .pl-placeholder {
  position: relative;
  /*padding : 4px 8px;
		padding-bottom:24px;
        border-radius:5px;*/
}
.pl-fileupload .upload-file .completed,
.pl-fileupload .pl-placeholder .completed {
  background: #e1ffd5;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #5c6857;
  z-index: 11;
  line-height: 53px;
  border-radius: 3px;
  border: 1px solid #9bd484;
}
.pl-fileupload .upload-file .pl-delete-button,
.pl-fileupload .pl-placeholder .pl-delete-button,
.pl-fileupload .upload-file .upload,
.pl-fileupload .pl-placeholder .upload {
  display: inline-block;
  margin-left: 5px;
}
.pl-fileupload .upload-file .loading-wheel,
.pl-fileupload .pl-placeholder .loading-wheel {
  display: none;
  position: absolute;
  right: 5px;
  top: 33%;
  margin-top: -11px;
  background: #fff url('/interface/utilities/16/wheel.gif') no-repeat center center;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
}
.pl-fileupload .in-progress {
  background: #fff0c3;
}
.pl-fileupload .in-progress .loading-wheel {
  display: block;
}
.pl-fileupload .file-description {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  /*display: inline-block;*/
  border-collapse: collapse;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
}
.pl-fileupload .pl-placeholder .file-description {
  overflow: visible;
}
.pl-fileupload .pl-placeholder button {
  visibility: hidden;
}
