/***BEGIN BuildCodeCoverage.css***/
.code-coverage-details {
  height: 100%;
  min-width: 1000px;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  display: flex;
  flex-grow: 1; }
  .code-coverage-details .toolbar-grid-separator {
    border-bottom:  1px solid;
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .code-coverage-details .code-coverage-download-link {
    padding: 15px 39px;
    background: rgba( 248, 248, 248 ,  1 );
    background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
    .code-coverage-details .code-coverage-download-link .empty-results-message-bar {
      white-space: pre-line; }
  .code-coverage-details .code-coverage-summary-container + .code-coverage-download-link {
    padding: 0px 0px 15px 38px; }
  .code-coverage-details > div {
    width: 100%; }

.toggle-container {
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }

.bolt-toggle-button {
  float: right;
  padding: 10px; }

.bolt-table-container {
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
/***END BuildCodeCoverage.css***/

/***BEGIN BuildConfigSelector.css***/
.build-config-selector {
  padding: 9px 9px 9px 29px;
  background: rgba( 234, 234, 234 ,  1 );
  background: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }

.build-config-picklist > div {
  border: none;
  background: none;
  width: 400px; }
/***END BuildConfigSelector.css***/

/***BEGIN CodeCoverageDetailsList.css***/
.coverage-details-list-container .code-coverage-details-list {
  overflow-x: hidden; }

.coverage-details-list-container .code-coverage-details-list-cell {
  color: rgba(0, 0, 0, .9) !important;
  color: var(--text-primary-color,rgba(0, 0, 0, .9)) !important;
  font-size: 0.875rem; }

.coverage-details-list-container .coverage-module-link {
  height: initial; }

.coverage-details-list-container .ms-DetailsHeader {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
/***END CodeCoverageDetailsList.css***/

/***BEGIN CodeCoverageHtmlSummary.css***/
.code-coverage-summary-part {
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  overflow: hidden;
  flex-grow: 1; }
  .code-coverage-summary-part .code-coverage-frame-part {
    height: 100%; }
    .code-coverage-summary-part .code-coverage-frame-part iframe {
      height: 100%;
      width: 100%;
      border: none;
      background: #F8F8F8; }
/***END CodeCoverageHtmlSummary.css***/

/***BEGIN CodeCoverageSummaryView.css***/
.code-coverage-summary-container {
  height: 104px;
  display: flex;
  align-items: center;
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
/***END CodeCoverageSummaryView.css***/

/***BEGIN CoveredBarChart.css***/
.bar-chart-container {
  margin-top: 1px; }
  .bar-chart-container .covered-bar {
    background: rgba( 186, 216, 10 ,  1 );
    background: rgba( var(--palette-accent2,186, 216, 10) ,  1 );
    border-width: 0;
    min-height: 16px;
    display: inline-block; }
  .bar-chart-container .not-covered-bar {
    background: rgba(218, 10, 0, 1);
    background: var(--status-error-text,rgba(218, 10, 0, 1));
    border-width: 0;
    min-height: 16px;
    display: inline-block; }
/***END CoveredBarChart.css***/

