.cluedIn_integrationReports {
  .cluedIn_integrationReports_content {
    margin: 15px 0;
  }
  .sk-fading-circle .sk-circle:before {
    background: $main-color;
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: $main-color;
  }
  .cluedIn_integrationReports_title {
    background: #58666E;
    color: #fff;
    margin: -15px -32px 0px -32px;
    padding: 0 32px;
    border-radius: 2px 2px 0 0;
    h2 {
      padding: 0;
      margin: 0;
      line-height: 48px;
      font-size: 20px;
      font-weight: 500;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    }
  }
  .cluedIn_integrationReports_list {
    h3 {
      margin: 15px 0 10px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.19);
      padding: 0 0 10px 0;
      font-size: 18px;
    }
    table {
      padding-bottom: 15px;
      width: 100%;
      tr {
        td.cluedIn_label {
          font-weight: bold;
        }
        td.cluedIn_value {
          text-align: right;
          padding-right: 5px;
        }
        td.cluedIn_viewAll {
          text-align: right;
        }
      }
    }
    .cluedIn_integrationReports_list_row {
      border-bottom: 1px solid #ccc;
      &:last-child {
        border: 0;
      }
      .cluedIn_integrationReports_list_title {
        line-height: 50px;
      }
      .cluedIn_integrationReports_list_indicator {
        color: green;
        float: right;
        display: block;
        height: 20px;
        margin-top: 4px;
        margin-right: 10px;
        i {
          font-size: 20px;
        }
        .sk-fading-circle {
          margin-top: 11px;
        }
      }
      img.cluedIn_integrationReports_list_logo {
        height: 30px;
        float: left;
        margin-top: 10px;
      }
      .cluedIn_integrationReports_list_name {
        margin-left: 5px;
      }
    }
  }
  .cluedIn_integrationReports_list_viewAll {
    text-align: center;
    margin: 10px;
  }
}