/***BEGIN WorkItemResultsGrid.css***/
.work-item-results-grid {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .work-item-results-grid .visual-title.self-padded {
    flex: 0 0 auto; }
  .work-item-results-grid .wit-ui-control.identity-view {
    display: inline; }
  .work-item-results-grid .wit-ui-control.work-item-tree-grid {
    overflow-y: hidden;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-right: 14px;
    margin-left: 14px;
    margin-bottom: 30px; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid .work-item-row.row-border {
      border: none; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid .work-item-loading-spinner-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid .work-item-grid-content {
      overflow-x: hidden; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid:hover {
      overflow-y: auto;
      overflow-y: overlay; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid .bolt-tree-expand-button {
      line-height: initial;
      padding-top: 2px;
      padding-bottom: 2px; }
    .work-item-results-grid .wit-ui-control.work-item-tree-grid .bolt-table.bolt-list {
      min-width: unset; }
  .work-item-results-grid .work-item-type-filters-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 66%;
    margin: 5px 0 0 14px; }
/***END WorkItemResultsGrid.css***/

/***BEGIN WorkItemTypeFilter.css***/
.work-item-type-filter {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  max-width: 132px; }
  .work-item-type-filter .work-item-type-filter-icon-container {
    height: 32px;
    display: flex;
    align-items: center;
    align-self: flex-end;
    margin-right: 3px; }
    .work-item-type-filter .work-item-type-filter-icon-container .work-item-type-filter-icons {
      font-size: 1.5rem;
      width: 1.5rem;
      min-width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem; }
  .work-item-type-filter .work-item-type-filter-count {
    font-size: 32px;
    line-height: 32px; }
  .work-item-type-filter .work-item-type-filter-type {
    max-width: 70px;
    font-size: 0.75rem;
    display: inline-block;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left; }
    .work-item-type-filter .work-item-type-filter-type .work-item-type-filter-type-label-top {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.work-item-type-filter.bolt-button {
  font-weight: normal;
  padding: 3px 6px;
  flex-shrink: 1; }

.work-item-type-filter.bolt-button.is-selected {
  background-color: rgba(0, 0, 0, 0.06);
  background-color: var(--palette-black-alpha-6,rgba(0, 0, 0, 0.06)); }
  .work-item-type-filter.bolt-button.is-selected:active {
    background-color: rgba(0, 0, 0, 0.20);
    background-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20)); }
/***END WorkItemTypeFilter.css***/

