.file-block {
  background: white;
  border-radius: 5px;
  padding: 10px 10px;
  border-left: 3px solid #aaa;
  font-size: 14px;
}
.file-block .file-block-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.file-block .file-block-content .fb-icon {
  flex-basis: 32px;
  margin-right: 5px;
}
.file-block .file-block-content .fb-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-block.no-json-file span {
  line-height: 2em;
  vertical-align: top;
}
.file-block.json-file {
  border-left: 3px solid #07b400;
}
.file-block.json-file span {
  line-height: 2em;
  vertical-align: top;
  color: #07b400;
  font-weight: bold;
}
.file-block.upload-pending {
  border-left: 3px solid #1e6aff;
  text-align: center;
}
.file-block.upload-pending span {
  line-height: 2em;
  vertical-align: top;
  color: #1e6aff;
  font-size: 16px;
  font-weight: bold;
}

#jsonImport .btn-header {
  min-width: 250px;
}

.import-message {
  padding: 8px 10px;
  border: 2px solid red;
  border-radius: 5px;
}

.offer-import-messages {
  max-height: 400px;
  overflow-y: auto;
}
.offer-import-messages .messages {
  padding: 0 20px 0 0;
}

.json-import-config .modal-dialog {
  width: 1280px;
  max-width: 1280px;
}
.json-import-config .modal-body {
  max-height: 500px;
  overflow-y: auto;
}

h5.config-label {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 18px;
}