/***BEGIN DebugDetails.css***/
.DebugDetails-view {
  margin-left: -12px; }
  .DebugDetails-view .error-message, .DebugDetails-view .comment, .DebugDetails-view .stack-trace {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    font-size: 14px;
    font-family: Menlo, Consolas, Courier New, monospace;
    text-align: left;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 20px; }
  .DebugDetails-view .error-message {
    white-space: pre-wrap; }
  .DebugDetails-view .stack-trace {
    white-space: pre; }
  .DebugDetails-view .test-error-markdown-renderer a {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    text-decoration: none; }
/***END DebugDetails.css***/

/***BEGIN ResultDetailsHeader.css***/
.test-result-header .test-result-header-accordion .bolt-accordion-section-header {
  padding-left: 32px; }

.test-result-header .test-result-header-accordion .bolt-accordion-section-content {
  padding: 0px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }

.test-result-header-content {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 8px;
  flex-wrap: wrap;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
  .test-result-header-content .result-header-tag-info .tag-list-info, .test-result-header-content .result-header-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .test-result-header-content .result-outcome-status-computerName, .test-result-header-content .run-duration, .test-result-header-content .owner-name, .test-result-header-content .date-started, .test-result-header-content .date-completed, .test-result-header-content .failing-since {
    height: 20px;
    font-size: 0.875rem; }
  .test-result-header-content .result-header-label, .test-result-header-content .failingContext-label, .test-result-header-content .owner-label, .test-result-header-content .tags-label {
    height: 18px;
    font-size: 0.875rem; }
  .test-result-header-content .result-header-tag-info {
    min-width: 350px;
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 8px;
    flex-grow: 1;
    overflow: hidden; }
    .test-result-header-content .result-header-tag-info .tag-list-info {
      flex-grow: 1; }
  .test-result-header-content .result-header-info {
    min-width: 350px;
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 8px; }
    .test-result-header-content .result-header-info .icon-inconclusive {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
    .test-result-header-content .result-header-info .icon-passed {
      color: rgba(16, 124, 16, 1);
      color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
    .test-result-header-content .result-header-info .icon-failed {
      color: rgba(205, 74, 69, 1);
      color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .test-result-header-content .result-header-info .icon-warning {
      color: rgba(250, 157, 45, 1);
      color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .test-result-header-content .result-header-info .icon-inprogress {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .test-result-header-content .artifact-url {
    height: 25px;
    font-size: 0.875rem;
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }
  .test-result-header-content .result-header-label, .test-result-header-content .failingContext-label, .test-result-header-content .owner-label, .test-result-header-content .tags-label {
    min-width: 150px;
    display: inline-flex; }
  .test-result-header-content .result-outcome-status {
    align-items: center; }
  .test-result-header-content .result-outcome-status .result-outcome-status-computerName {
    padding-left: 5px; }
/***END ResultDetailsHeader.css***/

/***BEGIN StackTrace.css***/
.file-url {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
/***END StackTrace.css***/

/***BEGIN TestResultDetailsView.css***/
.test-result-details-view {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .test-result-details-view .test-case-title {
    min-height: 35px;
    max-height: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 1.125rem;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px 1px 30px; }
  .test-result-details-view .test-case-name, .test-result-details-view .test-run-name, .test-result-details-view .test-title-sep {
    padding-right: 10px; }
  .test-result-details-view .test-title-sep {
    font-size: 16px; }
  .test-result-details-view .test-result-header {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .test-result-details-view .test-result-details-pivot-bar {
    padding-left: 32px;
    flex-grow: 1;
    overflow: hidden;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .test-result-details-view .test-result-details-pivot-bar-customPadding {
    padding-left: 20px; }

.test-details-pane-workItems {
  overflow-x: hidden; }
/***END TestResultDetailsView.css***/

