/***BEGIN TestTimelineInBuildView.css***/
.test-timeline-view .test-summary-view {
  margin-top: 10px; }

.test-timeline-view .timeline-sub-header .timeline-failed-tests, .test-timeline-view .timeline-sub-header .timeline-aborted-tests {
  color: rgba(168, 0, 0, 1);
  color: var(--status-error-strong,rgba(168, 0, 0, 1));
  font-weight: 600; }

.test-timeline-view .timeline-sub-header .timeline-test-analytics-link {
  color: rgba( 0, 90, 158 ,  1 );
  color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
  font-weight: 600;
  margin-left: 8px;
  text-decoration: underline; }

.test-timeline-view .summary-view-runs-info-bar, .test-timeline-view .summary-view-bar-right {
  width: 60%; }

.test-timeline-view .status-large-icon {
  font-size: 26px; }

.test-timeline-view .inprogress-status-color {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.test-timeline-view .failure-status-color {
  color: rgba(168, 0, 0, 1);
  color: var(--status-error-strong,rgba(168, 0, 0, 1)); }

.test-timeline-view .suceeded-status-color {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.test-timeline-view .no-status-color {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
/***END TestTimelineInBuildView.css***/

