@import '../../../@burgeon/oms-theme/skin/public.less';

.promotion-content {

  /deep/ .agTable {
    border: none !important;
  }

  /deep/ .agTable .agGridTable {
    border: 1px solid #d3d3d3 !important;
  }

  .operation-content {
    .operation-botton {
      font-size: 0;
      margin: 0 0 5px;
      .active {
        background: @base-color;
        color: #fff;
        margin-right: 8px;
      }
      .favoriteForm {
        border: 1px solid @base-color;
        color: @base-color;
        vertical-align: bottom;
      }
    }
    .operation-form {
      padding: 5px 10px;
      border: 1px solid #ebedf0;
      background-color: #fff;
      .form-item {
        padding: 5px 0;
        font-size: 0;
        .form-label {
          text-align: right;
          display: inline-block;
          font-size: 12px;
          width: 80px;
          height: 28px;
          line-height: 26px;
          padding-right: 10px;
          vertical-align: middle;
        }
        .form-input {
          height: 28px;
          width: calc(100% - 80px);
          display: inline-block;
          font-size: 12px;
          vertical-align: middle;
          border: 1px solid #dcdee2;
          border-radius: 2px;
          &.label-hidden{
            label{
              display: none;
            }
          }
          .ark-date-picker {
            width: 100%;
          }
          input {
            display: block;
            width: 100%;
            height: 26px;
            line-height: 1;
            border: none;
            padding: 0 5px;
            font-size: 12px;
          }
          .popover-icon {
            top: 8px;
            right: 8px;
            color: #808695;
            i{
              font-size: 12px;
            }
          }
          .ark-select-selection {
            border: none;
          }
        }
      }
    }
  }
  .tabale-content {
    .agTable{
      border-top: none;
    }
    .ark-tabs-bar {
      margin-bottom: 0;
    }
    .ark-tabs{
      font-size: 12px;
      .ark-tabs-tab:hover{
        color: @base-color;
      }
      .ark-tabs-nav .ark-tabs-tab{
        font-size: 12px;
        .ark-tabs-tab-active {
          color: @base-color;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
      }
      }
    }
  }
  .promactiIcon {
    order: 5;
    .legend {
      > p {
        display: inline-block;
        button {
          border: 1px solid #575757;
          margin-right: 2px;
          background: white;
          padding: 0px 3px;
        }
        .color-blue {
          color: #0000ff;
          font-weight: 400;
        }
        .color-italic-grey {
          color: #999;
        }
        .color-italic-black {
          color: #000;
        }
        margin-right: 3px;
      }
    }
  }
  
  /deep/ .setGroup{
      /deep/ table{
        .el-button--text{
          color: @base-color;
        }
      }
      .el-radio__input.is-checked+.el-radio__label{
        color: @base-color;
      }
      .el-radio__input.is-checked .el-radio__inner{
        border-color: @base-color;
        background: @base-color;
    }
  }
}