.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;
}

.prints-OutSide {
  margin: 0 auto;
  font-size: 12px!important;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-OutSide .ant-card-head-title {
  font-weight: bold;
  text-align: center;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  font-size: 16px;
}
.prints-OutSide .ant-card-head {
  border: none;
}
.prints-OutSide .ant-card-body {
  padding: 0;
}
.prints-OutSide .ant-card-body .tetle {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
}
.prints-OutSide .ant-card-body .tetle div {
  height: 30px;
  float: left;
}
.prints-OutSide .ant-card-body .tetle span {
  float: right;
}
.prints-OutSide .ant-card-body th,
.prints-OutSide .ant-card-body td {
  width: 7.69%;
  white-space: inherit;
  font-weight: bold;
  font-family: 'Microsoft YaHei', 'SimHei' !important;
  font-size: 14px!important;
  padding: 2px!important;
  text-align: center;
}

.customerOutSideData {
  min-height: calc(100vh - 97px);
}
.customerOutSideData .ant-card-head-title {
  padding: 12px 0;
  color: #000;
}
.customerOutSideData .ant-card-extra {
  padding: 0;
}
.customerOutSideData .formRowCol {
  margin-bottom: 5px;
  margin-top: 5px;
}
.customerOutSideData .ant-card-body {
  padding: 0;
}

