.UploadModal {
  height: 480px;
}
.UploadModal .ant-modal-body {
  padding: 10px;
}
.UploadModal .box {
  height: 400px;
  overflow-y: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.UploadModal .ant-row {
  height: 150px;
  clear: both;
}
.UploadModal .ant-row .ant-col {
  height: 150px;
  padding: 5px;
  text-align: center;
}
.UploadModal .uploads {
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.UploadModal .ant-upload-list.ant-upload-list-text {
  display: none;
}
.UploadModal .remarks.ant-col {
  text-align: left;
}
.UploadModal .remarks.ant-col .ant-input {
  margin-top: 10px;
}
.UploadModal .pictureCardss {
  width: 260px;
  height: 140px;
  text-align: center;
  border: 1px dotted #e3e3e3;
  background-color: #fafafa;
  display: inline-block;
  padding: 5px 0;
}
.UploadModal .pictureCardss.error {
  border-color: red;
}
.UploadModal .pictureCardss .anticon {
  margin: 45px;
  color: #1784fc;
}
.UploadModal .pictureCardss .anticon svg {
  width: 30px;
  height: 30px;
  color: #1784fc;
}
.UploadModal .pictureCardss img {
  max-width: 250px;
  height: 130px;
}
.UploadModal .ant-col-2 {
  padding-top: 20px!important;
}
.UploadModal .iconshanchu {
  color: red;
  cursor: pointer;
}
.UploadModal .crop-info,
.UploadModal .cropper-crop-box,
.UploadModal .cropper-drag-box {
  display: none;
}
.addPatientsData {
  padding-bottom: 90px;
}
.addPatientsData .ant-row {
  margin-top: 5px;
}
.addPatientsData .ant-col {
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.addPatientsData .ant-col .label {
  width: 100px;
  text-align: right;
}
.addPatientsData .ant-col .input {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.addPatientsData .ant-col .input .ant-select,
.addPatientsData .ant-col .input .ant-input,
.addPatientsData .ant-col .input .ant-input-number {
  width: 95%;
}
.addPatientsData .ant-col .input .ant-calendar-picker {
  width: 150px;
}
.addPatientsData .ant-col .input .ant-calendar-picker i {
  display: none;
}
.addPatientsData .ant-col .input .ant-checkbox-wrapper {
  margin-right: 0;
  padding-left: 10px;
}
.addPatientsData .ant-col .input i {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  font-style: normal;
  border-radius: 28px;
  color: #fff;
  margin: 0 8px 8px 0;
  cursor: pointer;
  position: relative;
}
.addPatientsData .ant-col .input i i {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.addPatientsData .ant-col .input i:hover i {
  opacity: 1;
}
.addPatientsData .ant-col-24 .label {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.addPatientsData .antRow .ant-col-3 {
  line-height: 40px;
  padding: 0;
}
.addPatientsData .antRow .ant-col-3 div {
  width: 100%;
  text-align: right;
}
.addPatientsData .antRow .ant-col-5 {
  line-height: 40px;
}
.addPatientsData .antRow .ant-col-5 .ant-select {
  width: 100%;
}
.addPatientsData .antRow .ant-btn-link {
  margin-top: 5px;
}
.addPatientsData .btnLevel {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: right;
  padding: 10px 16px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.addPatientsData .btnLevel .ant-btn {
  width: 115px;
  margin: 0 4px;
}
.addPatientsData .ant-select-enabled .ant-select-selection-selected-value span:nth-child(2) {
  display: none;
}
.addPatientsData .ant-input-number-handler-wrap {
  opacity: 0!important;
  display: none;
}
.addPatientsData .label i {
  font-style: normal;
  color: #F14646;
}
.addPatientsData .labelConfig {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  margin: 5px;
}
.addPatientsData .labelConfig .box {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.addPatientsData .labelConfig .box div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 0 10px;
}
.addPatientsData .labelConfig .box div.label {
  width: 100px;
  line-height: 45px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  background-color: #f9f9f9;
}
.addPatientsData .labelConfig .box div span {
  height: 28px;
  line-height: 27px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #f3f3f3;
  border-radius: 28px;
  display: inline-block;
  margin: 0 8px 8px 0;
  cursor: pointer;
}

.addSuppliers .box .title {
  line-height: 40px;
  padding-left: 10px;
  color: #333;
  background: #F1F8FF;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 20px;
  clear: both;
}
.addSuppliers .box .file {
  margin-bottom: 5px;
  height: 128px;
  position: relative;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  float: left;
  margin-right: 5px;
}
.addSuppliers .box .file img {
  width: auto;
  height: 120px;
  margin: 4px;
}
.addSuppliers .box .files {
  width: 128px;
  height: 128px;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  text-align: center;
  line-height: 128px;
  float: left;
}
.addSuppliers .box .img-remark {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  text-align: center;
  line-height: 30px;
  max-height: 128px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Repertory-BaseConfigSupplierManager .ant-card-extra,
.Repertory-BaseConfigSupplierManager .ant-card-head-title {
  padding: 10px 0;
}
.Repertory-BaseConfigSupplierManager .ant-card-body {
  padding: 0;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table th {
  color: #fff;
  background-color: rgba(24, 144, 255, 0.9);
  border-right: 1px solid rgba(24, 144, 255, 0.9);
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table td {
  color: #666;
  border-right: 1px solid #EFF4F8;
  border-bottom: none;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table tr:nth-child(2n) {
  background-color: #F1F8FF;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table .ant-btn {
  color: #333;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table .ant-btn:hover:nth-child(1) {
  color: #1784fc;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table .ant-btn:hover:nth-child(2) {
  color: red;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table .statusIds0:hover {
  color: #1784fc;
}
.Repertory-BaseConfigSupplierManager .ant-card-body .ant-table .statusIds1:hover {
  color: red;
}

