@keyframes focus-shadow-pulse-inset {
  0% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.35 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.35 ); }
  50% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.15 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.15 ); }
  100% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.35 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.35 ); } }

/**
 * Browser specific mixin's
 */
.bolt-table-header-cell {
  padding: 0; }

.bolt-table-header-cell-content {
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 12px;
  font-weight: 600;
  margin: 7px 0px;
  outline: none;
  padding: 6px 11px;
  position: relative;
  text-align: left; }
  @media screen and (-ms-high-contrast: active) {
    .bolt-table-header-cell-content {
      border-color: transparent; } }

.bolt-table-header-cell-actionable {
  cursor: pointer; }
  .bolt-table-header-cell-actionable:hover {
    background-color: rgba(0, 0, 0, .02);
    background-color: var(--component-grid-row-hover-color,rgba(0, 0, 0, .02)); }

.bolt-focus-visible .bolt-table-header-cell-actionable:focus {
  background-color: rgba(222, 236, 249, 1);
  background-color: var(--component-grid-selected-row-color,rgba(222, 236, 249, 1)); }

.bolt-table-header-cell-empty:hover {
  background-color: inherit; }

.bolt-table-header-sort-icon {
  padding: 0 4px; }

.bolt-table-header-sizer {
  bottom: 0px;
  position: absolute;
  right: 0px;
  top: 0px; }

.bolt-table-header-spacer {
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  border-bottom: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1));
  padding: 0px; }

.bolt-table-header-row.focused .bolt-table-cell-content-reveal,
.bolt-table-header-row:hover .bolt-table-cell-content-reveal,
.bolt-table-row.focused .bolt-table-cell-content-reveal,
.bolt-table-row:hover .bolt-table-cell-content-reveal {
  visibility: visible; }

.bolt-table-two-line-cell-item {
  margin: 1px 0px; }

.bolt-table-two-line-cell-icon {
  margin-right: 12px; }

.bolt-table-cell-compact {
  padding: 0px; }

.bolt-table-show-lines .bolt-table-row:not(.first-row) .bolt-table-cell {
  border-top: 1px solid rgba(234, 234, 234, 1);
  border-top: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1)); }

.bolt-table-cell-primary {
  font-weight: 600; }

.bolt-table-cell-tertiary {
  color: rgba(0, 0, 0, 0.55);
  /* @TODO: What color to use for a light color. */ }

.bolt-table-cell-content {
  padding: 9px 12px; }
  .bolt-table-cell-content .bolt-list-cell-child:not(:last-child) {
    margin-right: 4px; }
  .bolt-table-cell-content .bolt-list-cell-text {
    flex-grow: 1;
    overflow: hidden; }

.bolt-table-cell-content-with-link {
  padding: 6px 6px; }

.bolt-table-cell-content-with-inline-link {
  padding: 6px 8px; }

.bolt-table-inline-link-left-padding {
  padding-left: 4px; }

.bolt-table-inline-link-right-padding {
  padding-right: 4px; }

.bolt-table-link.bolt-link {
  padding: 3px 6px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px; }
  .bolt-table-link.bolt-link:focus, .bolt-table-link.bolt-link:active {
    outline: none; }
  .bolt-table-link.bolt-link:hover {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    background-color: rgba(0, 0, 0, 0.06);
    background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }

.bolt-table-inline-link.bolt-table-link {
  padding: 3px 4px; }

.bolt-table-cell-content-reveal {
  visibility: hidden; }

.bolt-table-cell-select .bolt-table-header-cell-content:hover {
  background-color: inherit; }

.bolt-table-cell-select {
  padding: 2px 0px 0px 0px; }

.bolt-table-cell-side-action {
  padding: 0px 0px 0px 8px; }

.bolt-table-spacer-cell {
  z-index: 1; }

.bolt-gripper-container {
  margin-left: 5px;
  width: 10px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.bolt-gripper {
  background-image: url("data:image/svg+xml;utf8,<svg width='6' height='20' viewBox='0 0 6 20' fill='black' opacity='0.3' xmlns='http://www.w3.org/2000/svg'><circle cx='1' cy='7' r='1'/><circle cx='1' cy='13' r='1'/><circle cx='1' cy='19' r='1'/><circle cx='5' cy='7' r='1'/><circle cx='1' cy='1' r='1'/><circle cx='5' cy='1' r='1'/><circle cx='5' cy='13' r='1'/><circle cx='5' cy='19' r='1'/></svg>");
  height: 20px;
  width: 6px; }

.bolt-focus-visible .bolt-table-header-cell-content:focus {
  animation: ms-focus-shadow-pulse 4s ease-in-out infinite;
  box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.35);
  box-shadow: 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.35));
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
  z-index: 1; }
  @media screen and (-ms-high-contrast: active) {
    .bolt-focus-visible .bolt-table-header-cell-content:focus {
      animation: none; } }
  @media screen and (-ms-high-contrast: active) {
    .bolt-focus-visible .bolt-table-header-cell-content:focus {
      border-color: highlight; } }

.bolt-focus-visible .bolt-table .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)); }

.bolt-focus-visible .bolt-table-link:focus {
  outline: none;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  background-color: rgba(0, 0, 0, 0.06);
  background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }
