/***BEGIN WorkItemState.css***/
.wit-ui-control.work-item-state {
  display: flex;
  align-items: center;
  max-width: 100%; }
  .wit-ui-control.work-item-state .work-item-state-circle {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 8px;
    min-width: 8px;
    height: 8px; }
    .wit-ui-control.work-item-state .work-item-state-circle.withText {
      margin-right: 5px; }
  .wit-ui-control.work-item-state .work-item-state-name {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
/***END WorkItemState.css***/

/***BEGIN WorkItemTypeIcon.css***/
.work-item-type-icon.normal {
  width: 14px;
  min-width: 14px;
  height: 14px; }

.work-item-type-icon.large {
  font-size: 1.125rem;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem; }

.work-item-type-icon.default {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 ); }

.is-selected .work-item-type-icon,
.selected .work-item-type-icon {
  color: rgba(0, 90, 158, 1);
  color: var(--component-grid-link-selected-row-color,rgba(0, 90, 158, 1)); }
/***END WorkItemTypeIcon.css***/

