.dictionary-attachment-config-mapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }
  .dictionary-attachment-config-mapper .mapping-item {
    background: white;
    width: 100%;
    border-radius: 5px;
    border-left: 3px solid blue;
    box-shadow: 2px 2px 5px #aaa;
    padding: 8px 5px 8px 15px;
    margin-top: 10px; }
    .dictionary-attachment-config-mapper .mapping-item .mapping-item-row {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch; }
    .dictionary-attachment-config-mapper .mapping-item .mapping-item-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex: 1 0; }
    .dictionary-attachment-config-mapper .mapping-item .mapping-item-content {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch; }
    .dictionary-attachment-config-mapper .mapping-item .mapping-item-errors {
      margin-top: 4px;
      height: 16px;
      color: red;
      line-height: 16px;
      font-size: 12px; }
    .dictionary-attachment-config-mapper .mapping-item .mapping-item-remove {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex: 0 0; }
      .dictionary-attachment-config-mapper .mapping-item .mapping-item-remove button {
        color: red !important; }
    .dictionary-attachment-config-mapper .mapping-item .text-field-wrapper {
      flex: 1 0; }
    .dictionary-attachment-config-mapper .mapping-item .text-field-sep {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 20px; }
    .dictionary-attachment-config-mapper .mapping-item .text-field {
      border: 1px solid #FF6500FF;
      width: 100%;
      padding: 2px 5px; }
      .dictionary-attachment-config-mapper .mapping-item .text-field:focus {
        border: 1px solid #FF6500FF !important; }
  .dictionary-attachment-config-mapper .dictionary-attachment-config-preloader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .dictionary-attachment-config-mapper .dictionary-attachment-config-preloader .text {
      font-size: 14px; }
    .dictionary-attachment-config-mapper .dictionary-attachment-config-preloader .preloader-image {
      background-image: url("../../../../assets/images/ajax-loader.gif");
      width: 32px;
      height: 32px;
      margin-left: 10px; }
  .dictionary-attachment-config-mapper .mapping-list-empty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    font-weight: bold; }
  .dictionary-attachment-config-mapper .dictionary-attachment-config-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  .dictionary-attachment-config-mapper .dictionary-attachment-config-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: inset 1px 1px 5px #aaa;
    background: #dadada;
    max-height: 200px;
    overflow-y: auto; }
  .dictionary-attachment-config-mapper .dictionary-attachment-config-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .dictionary-attachment-config-mapper .dictionary-attachment-config-header section {
      flex: 1 0;
      font-size: 14px;
      font-weight: bold; }
