[v-cloak] {
  display: none;
}

.idt-app-container {
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 1200px;
}

.idt-app-container__header {
}
.idt-app-container__header-title {
  display: flex;
}

.idt-app-container__header-content {
  display: flex;
  padding-top: 40px;
  padding-bottom: 36px;
}

.idt-app-container__header-content-left {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 37px;
}

.idt-app-container__header-content-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.idt-app-container__header-content-right > span {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 30px;
}

.idt-app-container__header-title-line {
  flex: 1;
  border-bottom: 2px solid #d4071f;
}

.idt-app-container__body {
}

.idt-app-container__footer {
  width: 100%;
  height: 140px;
  background-image: url('../images/footer-img.png');
  background-size: 100% 100%;
}

.el-tabs__item {
  color: #303133 !important;
}

.el-tabs__active-bar {
  background-color: #cd0e0f;
  height: 3px;
}

.el-tabs__nav-wrap::after {
  height: 3px;
}

.idt-app-container__body__table {
  margin-bottom: 30px;
}

.el-table th {
  background: #ececec;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #f9f9f9;
}

.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding-left: 40px;
}

.project-name {
  cursor: pointer;
}

.project-name:hover {
  color: #cd0e0f;
  text-decoration: underline;
}
