
.blue[data-v-6421f474] {
  color: #1784fc;
}
.clickable[data-v-6421f474] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-292d27d1] {
  color: #1784fc;
}
.clickable[data-v-292d27d1] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-aa65f748] {
  color: #1784fc;
}
.clickable[data-v-aa65f748] {
  cursor: pointer;
  text-decoration: underline;
}


.blue[data-v-4dbee940] {
  color: #1784fc;
}
.clickable[data-v-4dbee940] {
  cursor: pointer;
  text-decoration: underline;
}

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

.performanceAllocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.performanceAllocation .leftSide {
  width: 180px;
  height: calc(100vh - 150px);
  border-right: 1px solid #ddd;
  padding-top: 20px;
}
.performanceAllocation .leftSide div {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.performanceAllocation .leftSide div.active,
.performanceAllocation .leftSide div:hover {
  background-color: #e6f7ff;
  color: #1784fc;
}
.performanceAllocation .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 150px);
}
.performanceAllocation .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  background-color: #e6f7ff;
}
.performanceAllocation .ant-tabs-extra-content div {
  width: 302px;
}
.performanceAllocation .ant-tabs-extra-content div span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 0 6px;
}
.performanceAllocation .ant-tabs-extra-content div span.active,
.performanceAllocation .ant-tabs-extra-content div span:hover {
  color: #1784fc;
  border-bottom: 2px solid #1784fc;
}
.performanceAllocation .ant-tabs-tabpane {
  height: calc(100vh - 186px);
}
.performanceAllocation .search {
  padding: 5px 5px 3px 5px;
  clear: both;
}
.performanceAllocation .search .formRowCol {
  margin-bottom: 0;
}
.performanceAllocation .search .formRowCol .ant-form-item-label {
  width: 80px;
}
.performanceAllocation .search .el-date-editor,
.performanceAllocation .search .ant-select {
  width: 100%!important;
}
.performanceAllocation .ant-table-thead > tr > th,
.performanceAllocation .ant-table-tbody > tr > th {
  height: 45px;
  padding: 0!important;
}
.performanceAllocation th.type {
  height: 45px;
}
.performanceAllocation th.type div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performanceAllocation th.type .ant-table-column-title {
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}

