page-audit-log-management {
  display: block;

  .main-content {
    padding: 20px;

    .border-radius-3 {
      border-radius: 3px;
    }
  }

  sharp-switch {
    margin-top: 5px;
    margin-left: 5px;
  }

  .fa {
    margin: 0 8px;
    cursor: pointer;

    &.fa-sliders {
      font-size: 14px;
    }

    &.fa-times-circle {
      color: red;
      font-size: 16px;

      &.protected {
        color: #A7A3A3;
        cursor: default;
      }
    }

    &.fa-plus {
      margin: 0;
    }

    &.fa-question-circle-o {
      cursor: help;
      margin: 0;
    }
  }

  .operate-layer {
    display: flex;
    margin-bottom: 10px;

    .fa {
      margin: 0;
    }

    .btn {
      padding: 6px;
      border-radius: 4px;

      &.btn-ok.active {
        background: var(--global-theme-color-light, #00bbb4);
        color: white;

        .fa {
          color: white;
        }
      }
    }

    .choose-time-layer {
      flex: 1;
      display: flex;

      .title {
        margin-bottom: 0;
        margin-top: 10px;
      }

      .time-input-box {
        display: flex;
        margin-top: 2px;
        margin-left: 10px;
        border: 1px solid #ECECEC;
        border-radius: 4px;
        color: #D4CFCF;
        line-height: 34px;
        padding-right: 10px;

        date-time-selector {
          width: 125px;
          border: none;
          box-shadow: none;
          outline: none;

          &.valid-value {
            width: 170px;
          }

          input {
            text-align: center;
            cursor: pointer;
          }
        }

        .fa-calendar {
          position: relative;
          top: 10px;
        }
      }
    }

    .search-layer {
      width: 300px;
      display: flex;
      float: right;
      z-index: 0;

      input {
        width: 300px;
        padding-right: 34px;
      }

      .btn {
        flex: 1;
        margin: 0 0 15px 10px;
        height: 34px;

        &.btn-search {
          flex: none;
          width: 50px;
        }

        .fa {
          color: #FFF;
          margin-right: 5px;
        }
      }

      .input-group {
        display: inline-flex;
      }

      .search-input-button {
        background: white;
        height: 30px;
        width: 32px;
        text-align: center;
        outline: none;
        color: #ababab;
        border-radius: 0;
        position: relative;
        z-index: 999;
        left: -34px;
        top: 2px;
        border: none;

        .fa {
          color: gray;
        }
      }
    }
  }

  .enabled {
    color: #00C8C1;
  }

  .disabled {
    color: #8D8D8D;
  }

  td {
    .inline-box {
      display: flex;

      .content-area {
        flex: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .i-area {
        float: right;
        width: 12px;
      }
    }
  }

  .table-inline-pro {
    .tag-list {
      margin-top: -10px;
    }

    form {
      display: none;
    }
  }

  .no-data-table {
    border: none;

    .nil-tr {
      text-align: center;
      line-height: 400px;

      &:hover {
        background: #FFF;
      }
    }

    td {
      color: #CECECE;
    }
  }

  .group {
    overflow: visible;
    padding-right: 5px;

    .group-style {
      float: right;
    }

    label {
      border: none;
      background: none;
      padding: 0;

      &::after {
        content: none!important;
      }
    }

    section {
      border-radius: 3px;
    }
  }

  .unhealthy-status {
    opacity: 0.5;
    cursor: default;
  }
}

[data-page=pageAuditLog] {
  .dropdown-menu {
    min-width: 100px;
  }

  .filter-type-container {
    position: absolute;
    right: 10px;

    &.auto {
      right: 35px;
    }
  }

  .filter-type {
    max-height: 300px;
    overflow-y: auto;

    li {
      padding: 5px 15px 5px 0;
      display: flex;

      &:hover {
        background: #F8F8F8;
      }

      .i-den {
        width: 26px;
        text-align: center;
      }
    }
  }

  a[target=_blank] {
    text-decoration: underline;
    padding: 0 2px;
  }
}
