page-multicriteria-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;
      height: 61px;
      flex: 1;
    }

    .form-bottom {
      min-width: 120px;
      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;
      }
    }
  }

  .multi {
    display: block;

    .multiSelect {
      width: 100%;

      > button {
        overflow: hidden;
        width: 100%;
        border: 1px solid #e4e4e4;
        height: 34px;
      }
    }
  }

  .tooltip-button {
    height: 34px;
    color: var(--global-theme-color-light, #04beb4);
    border: 2px solid #ecf0f1;
    box-shadow: none;
    width: 42px;
    background-color: white;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    border-left: none;

    &:disabled {
      color: lightgray;
    }

    &:not(:disabled):hover {
      color: #298fa3;
      text-decoration: none;
      background-color: #ecf0f1;
    }

    &.last-button {
      border-right: 2px solid #ecf0f1;
    }
  }

  .time {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #eee;
  }

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

  .calendarChart {
    position: relative;
  }

  .conf {
    position: absolute;
    display: flex;
    height: 30px;
    right: 50px;
    top: 3px;

    .fa-wrench {
      line-height: 30px;
      margin-right: 8px;
      font-size: 20px;
      color: #5FCAD7;
      z-index: 2;
    }

    .confValue {
      width: 130px;
      padding: 4px 2px;
      display: flex;
      justify-content: space-around;
      top: 31px;
      right:71px;
      background-color: #fff;
      border: 1px solid #ccc;

      input[type="number"] {
        width: 60%;
      }
    }
  }

  .charts {
    display: flex;
    flex-wrap: wrap;

    .echarts {
      width: 33%;
      height: 300px;
    }
  }

  .echarts {
    width: 25%;
    height: 300px;
  }

  .text {
    width: 112px;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }

  .search {
    width: 33%;
    margin: 10px 0;
  }
}
