page-record-detail {
  .warning-detail-title {
    background: linear-gradient(to bottom, #FFF, #F3F3F3);
    margin: 10px 0 15px;
    border: solid 1px #E0E0E0;
    display: flex;
    border-radius: 3px;

    .right {
      flex: 1;
      display: flex;
    }

    .center {
      width: 20%;
      border-left: dashed 1px #E0E0E0;
      border-right: dashed 1px #E0E0E0;
      padding: 20px 10px;
      text-align: center;
    }

    .left-content {
      flex: 1;
      white-space: normal;
      text-overflow: initial;
      text-align: left;
      padding: 20px 10px;
      padding-left: 30px;
    }
  }

  .warning-detail-title .warning-fa {
    flex: 5;
    display: flex;
    text-align: center;
    justify-content: center;

    .operate {
      display: inline-block;
      height: 100%;
      width: 100px;
      padding-top: 20px;

      .font-size-style {
        font-size: 45px;
      }
    }
  }

  .critical {
    color: var(--pageWarning-critical-color, #EA4B55);
  }

  .warning {
    color: #F5A623;
  }

  .info, .message {
    color: var(--pageWarning-info-color, #00C8C1);
  }

  .warning-detail-tab {
    display: flex;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    margin-bottom: 15px;

    div {
      flex: 1;
    }

    .warning-left {
      border-right: 1px solid #C5C5C5;
      border-radius: 3px 0 0 3px;
    }

    .content-tab-left {
      margin: 0;

      li {
        display: flex;
        line-height: 50px;
        padding: 0 10px;

        div {
          display: inline-block;

          &:first-child {
            flex: 1.5;
            text-align: right;
            padding-right: 15px;
          }

          &:last-child {
            flex: 5;
          }
        }

        form {
          flex: 5;
        }

        .content-break {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          vertical-align: bottom;
          border-bottom: 1px solid #EAEAEA;
        }

        .font-s {
          border: none;
        }
      }
    }

    .content-font {
      line-height: 43px;
      padding-left: 15px;
      background: linear-gradient(to bottom, #FFF, #F3F3F3);
      border-bottom: 1px solid #C5C5C5;
    }

    .content-margin {
      height: 511px;
      overflow-y: auto;
      margin-top: 5px;
      padding: 0 15px;
      margin-bottom: 0;
    }
  }

  .warning-operate-tool {
    font-size: 20px;
    color: var(--global-theme-color-light, #03bdb4);
    flex: 1;
    height: 100%;
    text-align: center;
    border-right: dashed 1px #E0E0E0;
    padding: 36px 10px;

    button {
      border-style: none;
      background: transparent;
    }

    .caret-s {
      margin-left: -10px;
    }

    i {
      cursor: pointer;
    }
  }

  .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }

  .tab-content {
    padding: 0 !important;
  }

  .nav-tabs {
    background: linear-gradient(to bottom, #fff, #F3F3F3);
    border-color: #C5C5C5 !important;

    a {
      height: 42px;
    }
  }

  .add-info {
    header {
      padding: 0 0 15px 0 !important;
    }

    span {
      font-size: 13px;
    }
  }
}

.warning-record-dialog {
  width: 400px;

  .dialog-content {
    width: 360px;

    textarea {
      width: 100%;
      height: 70px;
    }

    button {
      margin: 10px 0 0 10px;
    }
  }
}
