job-run-status-logs {
  display: block;

  .main-content {
    padding: 0 !important;

    .title {
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: var(--global-tableFormatListThead-bgColor, #00bbb4);
      color: white;
    }

    .search-layer {
      padding: 10px 20px;
      border-bottom: 1px solid #e5e5e5;

      .form-control {
        display: inline-block;
        width: 200px;
        display: inline;
      }

      .btn {
        vertical-align: top;
      }

      .undo {
        background: var(--global-theme-color-light, #00c8c1);
        color: white;
      }
    }

    .content {
      padding: 15px;
      overflow-y: auto;
      height: 510px;

      td {
        .log-items {
          width: 100%;
          border-bottom: 1px solid #DDDDDD;
          margin-bottom: 15px;

          p {
            word-break:break-all;
            white-space: normal;
            margin-bottom: 10px;

            label {
              display: inline-block;
              color: #000;
            }

            &:hover {
              background: #ECECEC;
            }
          }
        }

        .log-items:last-child {
          border: none;
          margin-bottom: 0;
        }
      }
    }
  }

  .modal-footer {
    padding: 10px 15px;
  }
}
