@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.team-profit-loss-container {
  /* 搜索表单样式*/
}
.team-profit-loss-container .search-box .el-form .el-form-item {
    margin: 0 25px 0 0;
}
.team-profit-loss-container .search-box .el-form .el-form-item:last-of-type {
      margin: 0 20px 0 0;
}
@media screen and (max-width: 1280px) {
.team-profit-loss-container .search-box .el-form .el-date-editor.el-input {
      width: 180px;
}
}
.team-profit-loss-container .search-box .el-form .new-date-item {
    line-height: 22px;
}
.team-profit-loss-container .search-box .el-form .new-date-item .check_tab .el-checkbox__label {
      font-size: 12px;
      margin-right: 0px;
}
.team-profit-loss-container .search-box .el-form .check_tab .el-checkbox__label {
    font-size: 12px;
    margin-right: 0px;
}
.team-profit-loss-container .task-status-wrap {
    display: flex;
}
.team-profit-loss-container .task-status-wrap .btn {
      width: 80px;
      height: 22px;
      line-height: 22px;
      border-radius: 2px;
      text-align: center;
      border: 1px solid #cccccc;
      font-size: 12px;
      font-weight: 400;
      color: #666666;
      cursor: pointer;
      box-sizing: content-box;
}
.team-profit-loss-container .task-status-wrap .btn + .btn {
        margin-left: 10px;
}
.team-profit-loss-container .task-status-wrap .btn.active {
        color: #a61c00;
        border-color: #a61c00;
        font-weight: 600;
}
.team-profit-loss-container .operate-search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #fff;
    padding: 0 10px;
}
.team-profit-loss-container .operate-search-wrap .operate-search-box {
      margin: 0 !important;
      padding: 0;
      min-height: 0px;
}
.team-profit-loss-container .operate-search-wrap .teamProfitLoss_pos_item .el-select .el-input__inner {
      background-size: 14px;
      padding-right: 24px;
      height: 24px;
      font-size: 12px;
      width: 180px;
}
.team-profit-loss-container .operate-search-wrap .teamProfitLoss_pos_item .el-select s .el-input__suffix {
      right: 0px;
}
.team-profit-loss-container .operate-search-wrap .teamProfitLoss_pos_item .el-select .el-select__caret::before {
      position: absolute;
      top: 9px;
      right: 8px;
}
.team-profit-loss-container .operate-search-wrap .teamProfitLoss_pos_item .el-select .el-select__caret.el-icon-arrow-up::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 5px solid #a61c00;
}
.team-profit-loss-container .level-two-table-box .el-table .th-select,
  .team-profit-loss-container .level-two-table-box .el-table .th-datepicker {
    top: -4px;
}
.team-profit-loss-container .level-two-table-box .el-table th.th-operate .cell {
    line-height: 55px;
}
.team-profit-loss-container .level-two-table-box .filter-table th.th-operate .cell {
    line-height: 76.5px;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body {
    border-bottom: none;
    /* 自定义高亮行样式 */
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body tr > td.el-table__cell {
      border-color: #ebebeb;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body tr > td.el-table__cell.th-operate {
        background: transparent !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body tr.mo-table__row.mo-table__row--active > td.el-table__cell {
      background: transparent !important;
      color: #a61c00;
      border-color: #f2f2f2;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-orange,
  .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-orange {
    background-color: #efd5c2 !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-yellow,
  .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-yellow {
    background-color: #ecddaf !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-grey,
  .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-grey {
    background-color: lightgray !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-blue,
  .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-blue {
    background-color: #bacad4 !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell,
  .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell {
    border-bottom: 1px solid #ebebeb;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-orange,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-orange {
      background-color: rgba(239, 213, 194, 0.73) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.color-yellow,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.color-yellow {
      color: #9a6501 !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange {
      background: linear-gradient(to left, rgba(239, 213, 194, 0.73), #f5eae3) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-1,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-1 {
      background: linear-gradient(to left, #f5eae3, #f6f0ec) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-2,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-2 {
      background: linear-gradient(to left, #f6f0ec, #f7f1ed) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-3,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-orange-3 {
      background: linear-gradient(to left, #f7f1ed, rgba(228, 225, 225, 0)) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-yellow,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-yellow {
      background-color: rgba(236, 221, 175, 0.58) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow {
      background: linear-gradient(to left, rgba(236, 221, 175, 0.58), #f7f0dc) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-0,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-0 {
      background: linear-gradient(to left, rgba(236, 221, 175, 0.58), #fdfaf4) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-1,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-1 {
      background: linear-gradient(to left, #f7f0dc, #f7f0dc) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-2,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-2 {
      background: linear-gradient(to left, #f7f0dc, #f9f2e2) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-3,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-3 {
      background: linear-gradient(to left, #f9f2e2, #faf4e7) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-4,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-4 {
      background: linear-gradient(to left, #faf4e7, #fbf5eb) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-5-1,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-5-1 {
      background: linear-gradient(to left, #fbf5eb, #fbf5eb) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-5,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-5 {
      background: linear-gradient(to left, #fbf5eb, #fdfaf4) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-6,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-6 {
      background: linear-gradient(to left, #fdfaf4, #fdfaf4) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-7,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-yellow-7 {
      background: linear-gradient(to left, #fdfaf4, rgba(255, 238, 229, 0)) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-grey,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-grey {
      background-color: rgba(195, 186, 175, 0.5) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey {
      background: linear-gradient(to left, rgba(195, 186, 175, 0.5), #ece9e6) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-1,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-1 {
      background: linear-gradient(to left, #ece9e6, #f3f1f0) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-2,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-2 {
      background: linear-gradient(to left, #f3f1f0, #f2f1ef) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-3,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-grey-3 {
      background: linear-gradient(to left, #f2f1ef, rgba(228, 225, 225, 0)) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-blue,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-blue {
      background-color: rgba(104, 135, 156, 0.31) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue {
      background: linear-gradient(to left, rgba(104, 135, 156, 0.31), #d5dde3) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-1,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-1 {
      background: linear-gradient(to left, #d5dde3, #dbe2e8) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-2,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-2 {
      background: linear-gradient(to left, #dbe2e8, #e0e6ea) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-3,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-3 {
      background: linear-gradient(to left, #e0e6ea, #e6ebee) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-4,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-4 {
      background: linear-gradient(to left, #e6ebee, #ecf0f4) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-5,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-5 {
      background: linear-gradient(to left, #ecf0f4, #f8fbfe) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-6,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-6 {
      background: linear-gradient(to left, #f8fbfe, #fafcfe) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-7,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-blue-7 {
      background: linear-gradient(to left, #fafcfe, #fbfcff) !important;
}
.team-profit-loss-container .gradient-table-box .el-table .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-transparent,
    .team-profit-loss-container .gradient-table-box .el-table tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-transparent {
      background-color: transparent !important;
}

