page-tools-relevantanalysis {
  display: block;
  position: relative;
  height: 100%;

  .filter {
    display: flex;
    flex-direction: column;
    height: calc(100% - 52px);
  }

  .fa-angle-double-up, .fa-angle-double-down {
    font-size: 22px;
    color: #5FCAD7;
    margin-right: 10px;
  }

  .search-div {
    padding: 10px;
    border: 1px solid #E0E0E0;
    background: white;
    box-sizing: content-box;
    margin-bottom: 10px;
    border-radius: 3px;
  }

  .flex {
    display: flex;
  }

  .form-group {
    padding-right: 10px;
    flex: 1;

    .form-control {
      height: 38px;
    }
  }

  .item-time {
    margin-top: 25px;
    max-width: 480px;
    display: flex;
    height: 38px;

    > time-filter {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    > button {
      border-left: none !important;
    }
  }

  .conf {
    position: relative;

    .fa-wrench {
      position: absolute;
      right: 48px;
      top: 4px;
      font-size: 20px;
      color: #5FCAD7;
      z-index: 2;
    }

    .conf-panel-hide {
      position: absolute;
      right: -15px;
      z-index: 0;
      opacity: 0;
      transition: z-index 0.5s ease, opacity 0.5s ease;
    }

    .conf-panel-show {
      position: absolute;
      right: -15px;
      z-index: 2;
      opacity: 1;
      transition: z-index 0.5s ease, opacity 0.5s ease;

      .dg {
        .c {
          input[type=text] {
            height: 30px;
            margin-top: -3px;
          }

          .slider-fg::after {
            margin-top: 3px;
          }

          .hue-field {
            position: absolute;
          }

          select {
            color: black;
          }
        }
      }
    }
  }

  .analysis-chart {
    .no-data {
      background: white;
      border-radius: 3px;
      margin-top: 20px;
    }

    .echarts {
      height: calc(100% - 54px);
    }
  }

  .layer-slider {
    background-color: white;
  }

  .content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    background-color: white;
    margin-bottom: 10px;

    .all-left {
      width: 100%;

      .rg-right {
        display: none;
      }
    }

    .filter-left {
      min-width: 30%;
      width: 50%;
      max-width: 70%;

      .rg-right {
        display: block;
      }

      transition: width 0.3s;
    }

    .filter-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding-left: 15px;
    }
  }

  .node-table, .line-table {
    flex: 1;
    padding: 0 10px;
    overflow: auto;

    p {
      margin: 5px 0;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;

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

  .host {
    em {
      font-weight: bold;
      font-style: normal;

      a {
        color: #01bcb4;
      }
    }
  }

  .host-proc {
    background-color: white;
    border-right: 1px #c3f1ef solid;
    padding: 0 10px;
    text-align: center;
  }

  .rg-right {
    span {
      height: 30px;
    }
  }

  .btn-left {
    border-radius: 4px 0 0 4px !important;
  }

  .btn-right {
    border-radius: 0 4px 4px 0 !important;
  }

  .ip {
    color: #01bcb4;
  }

  .unactived-layer-one {
    background: url(~@images/unactived-layer-one.svg) no-repeat;
    background-position: 8px 8px;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .unactived-layer-two {
    background: url(~@images/unactived-layer-two.svg) no-repeat;
    background-position: 0 2px;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .unactived-layer-three {
    background: url(~@images/unactived-layer-three.svg) no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .actived-layer-one {
    background: url(~@images/actived-layer-one.svg) no-repeat;
    background-position: 8px 8px;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .actived-layer-two {
    background: url(~@images/actived-layer-two.svg) no-repeat;
    background-position: 0 2px;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .actived-layer-three {
    background: url(~@images/actived-layer-three.svg) no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 29px;
    width: 29px;
  }

  .layer {
    display: inline-flex;
    border: 1px #ccc solid;
    border-right: 0px;
    border-radius: 4px;

    .active {
      background-color: #01c8c1 !important;
    }

    .btn {
      display: inline-block;
      border-radius: 0;
      background-color: #f5f5f58a;
      border-right: 1px #ccc solid;
      line-height: 10px;
    }
  }
}
