.bolt-list {
  border-spacing: 0 0;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  cursor: default;
  display: table;
  table-layout: fixed;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  /* IE11: Limit the width of the list to prevent it from growing out of control */ }
  @media screen and (min-width: 0\0) {
    .bolt-list {
      max-width: 100vw; } }

.bolt-list.bolt-list {
  border-collapse: separate; }

.bolt-fixed-height-list-row {
  width: 100%; }

.bolt-list-row {
  color: inherit;
  display: table-row;
  outline: none;
  text-decoration: none;
  transition: background 80ms linear; }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row {
    transition: none; }
  body.ms-vss-web-vsts-theme-hc-light .bolt-list-row {
    transition: none; }
  .bolt-list-row:hover {
    background-color: rgba(0, 0, 0, .02);
    background-color: var(--component-grid-row-hover-color,rgba(0, 0, 0, .02)); }
    .bolt-list-row:hover .bolt-list-cell-content-reveal {
      opacity: 100; }
    @media (forced-colors: active) {
      .bolt-list-row:hover {
        background: Canvas;
        forced-color-adjust: none; }
        .bolt-list-row:hover td {
          forced-color-adjust: auto; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row:hover:not(.bolt-menuitem-divider, .comment-item) {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row:hover:not(.bolt-menuitem-divider, .comment-item) {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row:hover .secondary-text {
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row:hover .secondary-text {
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row:hover .list-item-label {
      color: rgba(0, 120, 212, 1);
      color: var(--focus-border-color,rgba(0, 120, 212, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row:hover .list-item-label {
      color: rgba(0, 120, 212, 1);
      color: var(--focus-border-color,rgba(0, 120, 212, 1)); }
  .bolt-list-row.focused .bolt-list-cell-content-reveal {
    opacity: 100; }
  @media (forced-colors: active) {
    .bolt-list-row.focused {
      background: Canvas;
      forced-color-adjust: none; }
      .bolt-list-row.focused td {
        forced-color-adjust: auto; } }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row.focused:not(.comment-item) {
    background: rgba(0, 120, 212, 1);
    background: var(--focus-border-color,rgba(0, 120, 212, 1));
    color: rgba(255, 255, 255, 1);
    color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row.focused:not(.comment-item) .secondary-text {
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-list-row.focused:not(.comment-item) {
    background: rgba(0, 120, 212, 1);
    background: var(--focus-border-color,rgba(0, 120, 212, 1));
    color: rgba(255, 255, 255, 1);
    color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row.focused:not(.comment-item) .secondary-text {
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
  .bolt-list-row.selected {
    background-color: rgba(222, 236, 249, 1);
    background-color: var(--component-grid-selected-row-color,rgba(222, 236, 249, 1));
    outline: none; }
    @media (forced-colors: active) {
      .bolt-list-row.selected {
        background: Canvas;
        forced-color-adjust: none; }
        .bolt-list-row.selected td {
          forced-color-adjust: auto; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row.selected {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row.selected {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    @media (forced-colors: active) {
      .bolt-list-row.selected .bolt-button.bolt-focus-treatment:focus,
      .bolt-list-row.selected .bolt-checkbox.bolt-focus-treatment:focus .bolt-checkmark {
        border-color: Background; } }
    .bolt-list-row.selected .bolt-list-cell:first-child {
      border-left: 2px solid rgba(0, 120, 212, 1);
      border-left: 2px solid var(--component-grid-focus-border-color,rgba(0, 120, 212, 1)); }
  .bolt-list-row:hover.selected {
    background-color: rgba(222, 236, 249, 1);
    background-color: var(--component-grid-action-selected-cell-hover-color,rgba(222, 236, 249, 1)); }
    @media (forced-colors: active) {
      .bolt-list-row:hover.selected {
        background-color: Canvas; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-list-row:hover.selected {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-list-row:hover.selected {
      background: rgba(0, 120, 212, 1);
      background: var(--focus-border-color,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--background-color,rgba(255, 255, 255, 1)); }
  .bolt-list-row.single-click-activation {
    cursor: pointer; }

.bolt-list-row-no-hover:hover {
  background-color: initial; }

.bolt-list-row-header:hover,
.bolt-list-row-loading:hover {
  background-color: initial;
  cursor: default; }

.bolt-list-cell {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: inherit;
  display: table-cell;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: nowrap; }
  .bolt-list-cell:first-child {
    border-left: 2px solid transparent; }
  .bolt-list-cell:last-child {
    border-right: 1px solid transparent; }

.bolt-list-cell-content-reveal {
  opacity: 0; }

.bolt-list-cell-spacer {
  padding: 0; }

.bolt-list-cell-text {
  overflow: hidden; }

.bolt-focus-visible .bolt-list-row:focus .bolt-list-cell {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--component-grid-focus-border-color,rgba(0, 120, 212, 1)); }

@media (forced-colors: active) {
  .bolt-focus-visible .bolt-list-row:focus .bolt-list-cell {
    background-color: highlight; } }

@media (forced-colors: active) {
  .bolt-focus-visible .bolt-list-row:focus {
    forced-color-adjust: none;
    border-color: highlight; } }

@media screen and (-ms-high-contrast: black-on-white) {
  .bolt-focus-visible .bolt-list-row:focus {
    outline: 3px double highlight;
    outline-offset: 1px; } }

@media (forced-colors: active) {
  .bolt-focus-visible .bolt-list-row:focus {
    forced-color-adjust: none; }
    .bolt-focus-visible .bolt-list-row:focus a {
      forced-color-adjust: auto; }
    .bolt-focus-visible .bolt-list-row:focus > td > * {
      forced-color-adjust: auto; } }

.bolt-list-row-marked .bolt-list-cell:first-child {
  border-left:  2px solid;
  border-left-color: rgba( 43, 136, 216 ,  1 );
  border-left-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 ); }

.bolt-list-overlay-container {
  width: 100%; }

.bolt-list-overlay {
  pointer-events: none;
  width: 100%; }

.bolt-list-drag-source-item {
  background-color: rgba(255, 255, 255, 0.40);
  background-color: var(--component-grid-drag-source-color,rgba(255, 255, 255, 0.40)); }

.bolt-drag-image-portal {
  z-index: 100; }

.bolt-drag-image {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--callout-background-color,rgba(255, 255, 255, 1));
  height: 40px;
  width: 320px;
  padding: 0px 8px; }
