page-tools-anomalydetection {
  display: block;

  .box-tab {
    border: 1px solid #e9e9e9;

    .nav-tabs {
      background-color: whitesmoke;

      & > .uib-tab::after {
        height: 2px;
      }
    }
  }

  .search-div {
    background: white;
    box-sizing: content-box;

    .timefilter-button {
      height: 30px;
      line-height: 30px;
    }

    .setting {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .form-item {
      margin-right: 15px;
      flex: 1;
    }

    .form-bottom {
      display: flex;
      align-items: flex-end;
    }

    .form-btn {
      display: flex;
      justify-content: flex-end;
    }

    .save-btn {
      font-size: 22px;
      margin: 0 15px;
    }

    time-filter {
      border-radius: 0;
    }

    input-box {
      flex: 1;
      border: 2px solid #ecf0f1;
      border-radius: 0;
    }

    .form-control {
      &:focus {
        border-color: #ecf0f1 !important;
      }
    }
  }

  .tooltip-button {
    height: 34px !important;
    width: 38px !important;
    border-left: 0 !important;
  }

  .anomaly-tab {
    margin-top: 15px;
  }

  .charts {
    height: 400px;
  }
}
