/***BEGIN TestResultsGrid.css***/
.results-tree {
  overflow-x: visible !important; }
  .results-tree .test-results-cell .outcome-icon {
    cursor: default; }
  .results-tree .test-results-cell .testresult-outcome-icon {
    margin-right: 8px; }
    .results-tree .test-results-cell .testresult-outcome-icon .icon-inconclusive {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
    .results-tree .test-results-cell .testresult-outcome-icon .icon-passed {
      color: rgba(16, 124, 16, 1);
      color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
    .results-tree .test-results-cell .testresult-outcome-icon .icon-failed {
      color: rgba(205, 74, 69, 1);
      color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .results-tree .test-results-cell .testresult-outcome-icon .icon-warning {
      color: rgba(250, 157, 45, 1);
      color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .results-tree .test-results-cell .testresult-outcome-icon .icon-inprogress {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .results-tree .test-results-cell .testresult-group-count {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    margin-left: 5px;
    font-size: 0.75rem; }
  .results-tree .test-results-cell .outcome-confidence .new-failure-indicator {
    color: #c9293d;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: top;
    font-size: 0.5625rem;
    font-weight: bold; }
  .results-tree .test-results-cell .outcome-confidence .result-indicator-separator {
    color: rgba( 0, 0, 0 ,  1 );
    color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: top;
    font-size: 0.625rem;
    font-weight: bold; }
  .results-tree .test-results-cell .outcome-confidence .flaky-result-indicator {
    color: #c9293d;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    font-size: 0.5625rem;
    font-weight: bold; }
  .results-tree .test-results-cell .outcome-confidence .marked-flaky-result-indicator {
    color: #c9293d;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    font-size: 0.5625rem;
    font-weight: bold; }
  .results-tree .test-results-cell .clickable-text:hover {
    text-decoration: underline;
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
    cursor: pointer; }
  .results-tree .testresults-column-cell {
    height: 40px; }
  .results-tree .artifact-url {
    padding-left: 5px;
    padding-right: 5px; }
  .results-tree .testresults-column-header {
    font-size: 0.6875rem;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .results-tree .ms-DetailsHeader {
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.no-results-div .no-results-image,
.no-results-div .no-failed-tests-image {
  width: 160px;
  height: 160px;
  margin-top: 70px; }

.no-results-div .no-results-message {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  margin-top: 17px;
  font-size: 1.75rem;
  font-weight: 200; }

.no-results-div .no-results-suggestion {
  margin-top: 16px; }

.no-results-div .test-in-azure-pipeline-link {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  margin-left: 6px;
  text-decoration: underline; }
/***END TestResultsGrid.css***/

