@import "~antd/lib/style/themes/default.less";


.planeNumberContainer {
  position: relative;
  .inputBox {
    &:after {
      position: absolute;
      top: 50%;
      right: 0;
      visibility: visible;
      pointer-events: none;
      width: 32px;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      text-align: center;
      font-size: 14px;
      font-family: 'anticon';
      -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
      animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      z-index: 1;
    }
  }

}

.success .inputBox {
  &:after {
    -webkit-animation-name: diffZoomIn1 !important;
    animation-name: diffZoomIn1 !important;
    content: '\E630';
    color: #52c41a;
  }
}

.error input, .error input:focus {
  border-color: #f5222d;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2) !important;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2) !important;
}

.error input:hover {
  border-color: #f5222d;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2) !important;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2) !important;
}

.error .inputBox {
  &:after {
    content: '\E62E';
    color: #f5222d;
    -webkit-animation-name: diffZoomIn2 !important;
    animation-name: diffZoomIn2 !important;
  }
}

.uploadContainer {
  //text-align: left;
  :global {
    .ant-upload-list-item-info {
      padding: 0 20px 0 4px!important;
    }
    .ant-upload-list-item-name {
      cursor: pointer;
    }
  }

  .downloadText {
    margin-left: 10px;
    text-decoration: none;
    .icon {
      margin-right: 4px;
    }
  }
}

.textAreaContainer {
  padding: 0 10px;
  min-width: 150px;
}

.textArea {
  min-height: 50px!important;
}

.upload {
  min-width: 60px;
  color: #40a9ff;
  cursor: pointer;
}

.priority {
  .urgent {
    background-color: rgb(245, 34, 45);
    color: #fff;
  }
  .normal {
    background-color: rgb(82, 196, 26);
    color: #fff;
  }
}

.statusCell {
  .urgent {
    background-color: rgb(250, 173, 20);
    color: #fff;
  }
}

.process_cell {
  :global {
    .ant-steps-label-vertical .ant-steps-item-description {
      font-size: 12px;
      text-align: center;
    }
  }
}

.selectContainer {
  width: 100px;
}

.progressContainer {
  cursor: pointer;
}

.progressText {
  cursor: pointer;
  color: #1890ff;
}

.editableItem {
  line-height: @input-height-base;
  display: table;
  width: 100%;
  margin-top: (@font-size-base * @line-height-base - @input-height-base) / 2;

  .wrapper {
    display: table-row;

    & > * {
      display: table-cell;
    }

    & > *:first-child {
      width: 85%;
    }

    .icon {
      cursor: pointer;
      text-align: right;
    }
  }
}
