.input-form-error {
  font-size: 12px;
  color: #ff8080;
  font-style: italic;
}

.form-group {
  margin: 5px;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.tablestyle1 th,
.tablestyle1 td,
.tablestyle1 button,
.tablestyle1 select {
  font-size: 14px;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropzone .dz-preview .dz-error-mark {
  background:red;
  border-radius: 50%;
}
/* .dropzone .dz-preview .dz-error-message {
   display: none !important; 
   top:  155px !important; 
} */
