/***BEGIN ChecksOverview.css***/
.no-checks-container {
  display: flex;
  padding: 0px 120px; }
  .no-checks-container .checks-create-button {
    width: 60px;
    z-index: 3; }
  .no-checks-container .checks-overview-image {
    height: 320px;
    width: 460px; }
  .no-checks-container .checks-headers {
    padding-left: 85px;
    padding-top: 100px; }
    .no-checks-container .checks-headers .checks-header {
      font-size: 28px;
      padding-left: 10px; }
    .no-checks-container .checks-headers .checks-description {
      padding: 8px 0 0 10px;
      font-size: 14px;
      display: block; }
    .no-checks-container .checks-headers .checks-list {
      padding: 16px 0; }
    .no-checks-container .checks-headers .checks-row {
      padding-right: 30px;
      width: 100%; }
      .no-checks-container .checks-headers .checks-row:hover {
        background-color: rgba(0, 0, 0, 0.04);
        background-color: var(--palette-black-alpha-4,rgba(0, 0, 0, 0.04));
        border-radius: 4px; }
    .no-checks-container .checks-headers .checks-row-enabled:hover {
      cursor: pointer; }
    .no-checks-container .checks-headers .checks-icon {
      font-size: 24px;
      line-height: 24px;
      padding-top: 10px;
      padding-left: 15px; }
    .no-checks-container .checks-headers .checks-icon-image {
      padding-left: 13px;
      width: 40px;
      height: 26px; }
    .no-checks-container .checks-headers .checks-list-item {
      padding-left: 16px; }
    .no-checks-container .checks-headers .checks-list-header {
      padding-top: 10px; }
    .no-checks-container .checks-headers .checks-list-description {
      padding-bottom: 10px;
      max-width: 300px;
      text-overflow: ellipsis;
      overflow: hidden; }

.checks-overview-container .checks-create-button {
  width: 60px;
  z-index: 3; }

.checks-overview-container .checks-error-message-section, .checks-overview-container .checks-no-permission-message-section {
  margin-bottom: 20px; }

.checks-list-panel .checks-list-panel-content {
  width: 100%; }
  .checks-list-panel .checks-list-panel-content .checks-search-container {
    padding-top: 10px;
    max-width: 438px; }
  .checks-list-panel .checks-list-panel-content .checks-list {
    padding-top: 24px; }
    .checks-list-panel .checks-list-panel-content .checks-list .checks-icon {
      font-size: 24px;
      line-height: 24px;
      padding-top: 5px;
      padding-left: 15px; }
    .checks-list-panel .checks-list-panel-content .checks-list .checks-icon-image {
      padding-left: 13px;
      width: 40px;
      height: 26px; }
    .checks-list-panel .checks-list-panel-content .checks-list .checks-list-item {
      padding-left: 16px; }
    .checks-list-panel .checks-list-panel-content .checks-list .checks-list-header {
      padding-top: 10px; }
    .checks-list-panel .checks-list-panel-content .checks-list .checks-list-description {
      padding-bottom: 10px; }

.checks-panel .checks-panel-content {
  width: 100%; }
  .checks-panel .checks-panel-content .panel-error-message-section {
    padding-top: 20px;
    color: rgba(218, 10, 0, 1);
    color: var(--status-error-text,rgba(218, 10, 0, 1));
    bottom: 0px;
    width: 440px;
    word-wrap: break-word; }

.checks-create-button-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px; }
/***END ChecksOverview.css***/

/***BEGIN ChecksDetailsTable.css***/
.delete-checks-dialog {
  max-width: 360px; }

.checks-table-cell {
  white-space: normal; }

.check-disabled div {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.checks-definition-pill {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-left: 5px; }
  .checks-definition-pill .outlined-warning {
    border-color: rgba(184, 94, 6, 1);
    border-color: var(--status-warning-text,rgba(184, 94, 6, 1));
    color: rgba(184, 94, 6, 1);
    color: var(--status-warning-text,rgba(184, 94, 6, 1)); }
  .checks-definition-pill .outlined-error {
    border-color: rgba(205, 74, 69, 1);
    border-color: var(--status-error-foreground,rgba(205, 74, 69, 1));
    color: rgba(205, 74, 69, 1);
    color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.checks-overview-container .checks-create-button-with-text {
  width: 100%;
  z-index: 3; }

.check-details-table-first-evaluation-spacer-row td {
  background: rgba(0, 0, 0, 0.08);
  background: var(--palette-black-alpha-8,rgba(0, 0, 0, 0.08));
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  height: 8px; }
/***END ChecksDetailsTable.css***/

