.row-tabs {
}

.at-divider {
  border-bottom: 1px #edeef0 solid;
  height: 5px;
  line-height: 5px;
  margin: 20px 0;
}

.tabs {
  width: 100%;
  margin-bottom: 20px;
  background-color: #25bcbd;
  border-top: 2px solid #25bcbd;
  display: flex;
  justify-content: space-between;
}

.tabs .reportError {
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.tabs ul {
  display: flex;
}

.tabs ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}

.tabs ul li.current {
  color: #25bcbd;
  background-color: #fff;
}

.tabs-box .item {
  display: none;
}

.dl_table_style {
  width: 100%;
  border: 1px solid #dbdbdb;
}
.dl_table_style > tbody > tr > td {
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  height: 50px;
  line-height: 25px;
  empty-cells: show;
  word-break: break-all;
  padding: 2px 10px;
  color: #999999;
  vertical-align: middle;
}
.dl_table_style > tbody > tr > td.td_width {
  width: 150px;
}
.dl_table_style > tbody > tr > td.common_label_title_r {
  background-color: #f8f8f8;
  text-align: center;
  color: #666666;
  font-weight: bold;
}
.dl_table_style > tbody > tr > td.ta {
  font-size: 16px;
  color: #666666 !important;
  background: #f0f0f0;
}
.table-light {
  background-color: #eee;
}