page-transunion {
  display: block;

  main {
    background: white;
    padding: 15px;
  }

  .red::after {
    content: '*';
    color: red;
    vertical-align: text-top;
  }

  .form {
    display: flex;
    margin: 5px 0;

    [for="output"] {
      padding-left: 38px;
    }

    [for="input"] {
      padding-left: 53px;
    }

    .group {
      flex: 1;
      display: flex;
      align-items: center;

      &:nth-child(odd) {
        margin-right: 60px;
      }

      .partition-num {
        margin-left: 10px;
      }

      label {
        text-align: right;
        margin-right: 10px;
      }

      .form-control {
        flex: 1;
      }
    }
  }

  .content {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left {
    display: inline-block;
    width: 63%;
  }

  .tab {
    .tab-item {
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: inline-block;
      width: 155px;
      color: #00C8C1;
      background: url(~@images/arrow-tab.svg) no-repeat;

      &.active {
        color: #ffffff;
        background: url(~@images/arrow-tab-active.svg) no-repeat;
      }
    }

    .tab-item:first-child {
      background: url(~@images/arrow-tab-first.svg) no-repeat;

      &.active {
        background: url(~@images/arrow-tab-first-active.svg) no-repeat;
      }
    }
  }

  .border-radius {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    border-radius: 3px;
  }
  .panel-heading {
    padding: 5px 10px;
  }

  .panel-body {
    background: #fafafa;
  }

  .right {
    display: inline-block;
    width: 32%;
    margin-left: 3%;
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .keyword{
    label {
      margin:0 25px 0 0;
    }
  }

  .type {
    label {
      margin: 0 26px 0 13px;

    }

    input {
      margin: 0 5px 0 0;
    }

    input:last-child {
      margin-left: 10px;
    }
  }

  .fields {
    p.fields-item {
      display: flex;

      span {
        flex: 1;
      }
    }

    .fields-item {
      display: flex;
      align-items: center;

      >*:not(a) {
        flex: 1;
        margin-right: 10px;
      }
    }

    .item {
      span:first-child {
        margin-right: 15px
      }

      >*:not(a) {
        display: inline-block;
      }
    }

    .item-5 {
      >*:not(a) {
        width: 19%;
      }
    }

    .item-6 {
      >*:not(a) {
        width: 15.8%;
      }
    }
  }


  .fr{
    a {
      color: #43c8c1;
      margin-right: 4px;
    }
  }

  fieldset {
    margin-right: 10px;
    padding:0 10px;
    border: 1px solid #e4e4e4;

    legend {
      border: none;
      display: inline-block;
      width: auto;
      font-size: 14px;
    }
  }

  .description {
    border-radius: 3px;
    margin:10px 10px 10px 0;
    padding:5px 0 5px 10px;
    color: #4A90E2;
    background: #e9f1fc;
  }

  .remark {
    margin-right: 0 !important;
    padding: 0;

    label {
      padding:0 25px 0 64px;
    }
  }

  .filter-right {
    flex: 1;
    height: auto;
    border: 1px solid #e2e2e2;
    border-left: none;
  }

  .btn-wrapper {
    margin-bottom: 5px;

    .btn-ok {
      vertical-align: top;
      height: 22px;
    }
  }

  .table-content {
    background: white !important;

    td {
      padding: 0 !important;
    }

    textarea {
      border: 0;
      background: white;
      height: 100%;
    }

    .select-radio, .operate {
      text-align: center;
      vertical-align: middle;
    }

    .fa {
      font-size: 20px;
    }
  }

  .head-table {
    background-color: var(--global-theme-color-light, #04BEB4) !important;
    color: white;

    th {
      overflow: hidden;
    }
  }

  .multiSelect {
    > button {
      background: var(--global-theme-color-light, #00c8c1);
      color: #fff;
      border: none;
      height: 22px;

      &:hover {
        background: var(--global-btnCancel-theme-color, #00B8B1);
      }
    }

    .caret {
      border-top-color: #fff;
    }
  }

  .day-data {
    padding: 0;
  }

  .advance-config {
    margin: 10px 0 0;
    min-height: 30px;
    text-align: right;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;

    .text {
      padding: 8px 10px;
      background-color: #FAFAFA;
      border:1px solid #D2D2D2;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom: none;
    }

    .fa {
      font-size: 16px;
      margin-top: 6px;
    }
  }

  .advance-config-body {
    margin: 0 16px 10px;
    padding: 20px 30px;
    border: 1px solid #D2D2D2;
    background-color: #FAFAFA;

    .outer {
      background-color: #fff;
    }
  }

  .dropdown-menu {
    min-width: 126px;
    top: -64px;

    >li>a:focus, >li>a:hover {
      color: #fff;
      background-color: #43c8c1;
    }
  }

  .form-group {
    &>div {
      vertical-align: top;
    }
  }
}

