/***BEGIN TestCaseResultsPanelConnectedView.css***/
.testcase-name {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  max-width: 400px;
  font-size: large; }

.testcase-name-and-spinner {
  display: inline-flex; }

.spinner-top {
  padding-left: 20px; }

.test-case-results-panel-command-bar {
  position: relative;
  top: -25px;
  padding-right: 20px; }

.testplans-hub-results-panel-card {
  margin: 16px 16px 16px 5px;
  padding-bottom: 0px; }
  .testplans-hub-results-panel-card .testplans-hub-results-panel-table {
    min-width: 100%; }
    .testplans-hub-results-panel-card .testplans-hub-results-panel-table .fail-icon,
    .testplans-hub-results-panel-card .testplans-hub-results-panel-table .pass-icon,
    .testplans-hub-results-panel-card .testplans-hub-results-panel-table .block-icon,
    .testplans-hub-results-panel-card .testplans-hub-results-panel-table .not-applicable-icon,
    .testplans-hub-results-panel-card .testplans-hub-results-panel-table .active-icon {
      margin-right: 8px; }

.testplans-hub-panel-callout {
  background-color: transparent; }

.results-panel-table-cell {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px; }

.spinner-panel {
  margin-left: 20px;
  margin-top: 80px; }

.spinner-card {
  margin-left: 50px;
  margin-top: 200px; }

.pass-icon {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.fail-icon,
.block-icon {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.not-applicable-icon {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.active-icon,
.paused-icon,
.in-progress-icon {
  color: rgba(0, 120, 212, 1);
  color: var(--status-info-foreground,rgba(0, 120, 212, 1)); }
/***END TestCaseResultsPanelConnectedView.css***/

