.toothsPositions {
  padding: 3px;
  display: block;
}
.toothsPositions .tabs {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.toothsPositions .tabs.borders {
  border-bottom: 1px solid #00a6c9;
}
.toothsPositions .item {
  min-height: 20px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.toothsPositions .item div.t {
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.toothsPositions .item div.t span:nth-child(1) {
  height: 16px;
  color: #333;
}
.toothsPositions .item div.t .sides {
  font-size: 12px;
  position: relative;
  top: -4px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
}
.toothsPositions .item div.t.rights {
  float: right;
}
.toothsPositions .item.borders {
  border-right: 1px solid #00a6c9;
}
.toothsPositions .ant-divider {
  float: left;
  height: 20px;
}

.customerData .cureVORecord .treatmentItems {
  margin: 15px;
  border: none;
  background-color: transparent;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-item {
  min-width: 950px;
  max-width: 1200px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-header {
  background-color: #E9F2FF;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-header .f18 {
  font-size: 18px;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-header .mlr {
  margin-left: 50px;
  margin-right: 50px;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-extra {
  height: 32px;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-extra .text {
  height: 32px;
  line-height: 32px;
  color: #1784fc;
  font-size: 14px;
  float: right;
  cursor: pointer;
  text-decoration: underline;
}
.customerData .cureVORecord .treatmentItems .anticon-right {
  color: #d9d9d9 !important;
}
.customerData .cureVORecord .treatmentItems .ant-collapse-content-box {
  padding: 16px 0;
}
.customerData .cureVORecord .treatmentItems .bt {
  border-top: 1px solid #ddd;
}
.customerData .cureVORecord .treatmentItems .toothItem {
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin: 0 8px;
}
.customerData .cureVORecord .treatmentItems .toothItem .toothsPositions {
  width: 250px;
  border-right: 1px solid #ddd;
}
.customerData .cureVORecord .treatmentItems .toothItem .wrapper {
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 65px;
}
.customerData .cureVORecord .ant-spin-nested-loading {
  min-height: 200px;
}
.customerData .cureVORecord .ant-empty {
  height: 400px;
  border: 1px solid #e3e3e3;
  padding-top: 100px;
  margin: 15px;
}

