.dropzone {
    text-align: left!important;
  width: 100%;
  background: transparent!important;
padding: 0px!important;
border: none!important;
min-height: 60px!important;
}

.dropzone .dz-message {
    margin: 0!important; 
	text-align:left!important;
}
.dropzone .dz-message .dz-button {
	padding: 4px 8px!important;
	font-size: 13px !important;
	line-height: 13px !important;
	background: lightgray !important; 
	top:8px;
}
.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
    padding: 0.2em;
    height: 2em;
	width: 100%;
	margin: 0.125em 0!important;
	min-height: 10px!important; 
}

.dropzone .dz-preview:hover { 
	z-index: 1000; 
	margin-top:8px;
}

.dropzone .dz-preview:hover .dz-details { opacity: 1; }

.dropzone .dz-preview:hover .dz-details a { cursor: pointer; }

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to right, #eee, #ddd);
	display: none;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { 
	overflow: visible!important; 
}
.dropzone .dz-preview .dz-details .dz-filename { 
	margin-top:8px;
}

  
  .dropzone.dz-started .dz-message {
    display: inline!important; }

.dropzone .dz-preview .dz-details {
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    line-height: 120%!important;
    text-align: left;
    color: rgba(0, 0, 0, 0.9);
    padding: 0px!important;
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 16px;
  display: none;
  }

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 16px;
  display: none;
  }
  .dropzone .dz-preview .dz-details .dz-filename span {
    max-width: 90%;
  overflow: hidden;
  margin-top: 0.2em;
overflow-wrap: break-word; } 

.dropzone .dz-preview .dz-details .dz-filename .confirmCheck {
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
    position: relative;
    transform: translateY(25%);
}


.dropzone .dz-preview .dz-details .dz-filename span:hover {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename span:not(:hover) {
    border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    float: left;
  }

.dropzone .dz-preview .dz-image {
    display: none;
    height: 100%; }

.dropzone .dz-preview.dz-success .dz-success-mark {
display: none; }

.dropzone .dz-preview.dz-error .dz-error-mark {
    display: none!important; }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
display: none!important; }

.dropzone .dz-preview .dz-progress {
display: none!important; }


.delete {
    position: absolute;
    top: 38%;
    right: 0;
  }

  #deleteItems {
      text-align: center;
}

  #deleteItems li {
    list-style-type: none;
    width: 80%;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 1px solid black;
  }

  /* #deleteItems li:hover {
      background-color: grey;
  } */

  .deleteAlert {
      margin: 0.5em auto;
  }
  #deleteItems li img {
    width: 1.5em;
    height: 1.5em;
    float: right;
  }

  .deletePlaceholder {
      visibility: hidden;
  }

  .deleteHover {
      opacity: 0.5;
  }

  .renameFile {
      width: 70%;
      margin: 0 auto;
      align-items: center;
  }
  
  .renameFile h1 {
      text-align: center;
  }

  .renameFile input {
    width: 100%;
    text-align: center;
  }

  .renameFile button {
      display: block!important;
      margin: 0 auto;
  }

  .docUpload {
      min-width: 40%
  }



  /* .deleteChecked {
      position: absolute;
      bottom: 27.5%;
      right: 11%;
      width: 1.5em;
      height: 1.5em;
  } */

  .onefile .dz-default {
      margin: 0 auto;
      display: block!important;
  }

  .context-menu-fileUpload {
      margin: 0 auto;
      display: block;
  }

  .fileUpload-label {
      width: 100%;
      background-color: lightgray;
      display: block;
  }

  .fileUploadCategories {
      margin-left: 2.5em!important;
  }

  .catSelect {
      width: max-content!important;
      height: 2.2em!important;
      padding: 0!important;
      font-size: x-small!important;
      float: right!important;
      margin-left: 0.75em;
  }

  .setConfirmFile {
      text-align: center;
  }

  .dropzoneContent .dz-preview .dz-details .dz-filename span {
    padding: 0.2em;
}

  .dropzoneContent .dz-preview .dz-details .dz-filename span:hover {
    border: 1px solid lightgray;
  }

  .dropzoneContent .dz-preview .dz-details .dz-filename img {
      float: right;
      width: 1.5em;
      height: 1.5em;
  }

  .workerFilesContainer {
    display: inline-block;
    min-width: 100%;
    line-height: 20px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #000;
    max-width: 100%;
    margin: 5px 5px 0 0;
  }

  .workerFilesContainer .uploadBtn, .profileFilesContainer .uploadBtn {
      margin: 0.25em;
      text-align: center;
  }

  .workerFilesContainer .nameSpan {
      background-color: lightgray;
      text-align: center;
  }

  .workerFilesContainer .nameSpan span {
      margin: 0 auto;
  }

  .workerFile, .profileFile {
      padding: 0.5em;
  }


  .dispositionDropzone div {
    display: block!important;
}

.missingMessage {
    margin-left: auto;
}

.missingMessage span {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.counter {
    position: absolute;
    top: 23%;
    left: 88%;
    border: 1px solid #B52530;
    border-radius: 12.5px;
    width: 12.5px;
    height: 12.5px;
    text-align: center;
    background-color: #B52530;
    color: white;
    line-height: 12.5px;
    font-size: 8px;
    font-weight: bold;   
}

.profileFilesContainer {
    border: solid black 1px;
}

.supplierDocUpload {
	min-width:400px;
    max-width:750px;
}

.dateInfo {
    position: relative;
    transform: translateY(25%);
}

.supplierDocType {
    width: 350px;
    
    line-height: 50px;
}

.supplierCustomDate {
    line-height: 50px;
}

.enddateAlarm {
    width: 20px;
    height: 20px;
}


.deleteDate {
    line-height: 22px;
top: -2px;
}

.uploaderName {
    line-height: 25px;
    margin-left: 0.5em;
}
.supplierEndDateAlarm {
    line-height: 54.4px;
}

.dropzone {min-height:30px!important}