/***BEGIN LeftPane.css***/
.search-item-list-row .search-work-item-color {
  margin-right: 2px; }

.search-item-list-row .search-workitem-card {
  padding: 5px 0px 5px 11px;
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  min-width: 0px;
  flex: 1 1 0%; }

.search-item-list-row mark {
  background-color: transparent;
  color: inherit;
  font-weight: 600; }
/***END LeftPane.css***/

/***BEGIN MetadataSection.css***/
.workitem-metadata {
  margin-top: 4px;
  margin-left: 39px; }
  @media only screen and (max-width: 600px) {
    .workitem-metadata {
      display: flex;
      flex-direction: column;
      align-items: flex-start; } }
  .workitem-metadata .avatar-image {
    font-size: 0.75rem;
    line-height: unset;
    margin-right: 6px; }
  .workitem-metadata .avatar-name {
    width: 130px; }
  .workitem-metadata .state-text {
    width: 100px;
    margin-left: 5px; }
  .workitem-metadata .bolt-pill {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    cursor: inherit; }

.search-workitem-card .work-item-type-icon {
  line-height: unset; }
/***END MetadataSection.css***/

/***BEGIN RightPane.css***/
.search-results .workItem-preview--Wrapper {
  height: auto;
  overflow: hidden; }
/***END RightPane.css***/

/***BEGIN Snippet.css***/
.workitem-snippet {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  margin-top: 2px;
  margin-left: 39px;
  margin-right: 11px;
  max-height: 32px;
  white-space: normal;
  line-height: 16px; }
  .workitem-snippet mark {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
/***END Snippet.css***/

/***BEGIN TitleSection.css***/
.workitem-title {
  margin-left: 17px;
  white-space: nowrap; }
  .workitem-title .workitem-id {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    margin-right: 4px; }
  .workitem-title .work-item-type-icon {
    margin-right: 8px; }

/* Set of fixed sizes used to line up the workitem numbers in the results list */
.wi-one-digit-value {
  min-width: 16px; }

.wi-two-digit-value {
  min-width: 24px; }

.wi-three-digit-value {
  min-width: 32px; }

.wi-four-digit-value {
  min-width: 40px; }

.wi-large-digit-value {
  min-width: 48px; }
/***END TitleSection.css***/

/***BEGIN ZeroData.css***/
.no-results-show-more-link {
  color: #077acc;
  cursor: pointer; }
  .no-results-show-more-link:hover {
    text-decoration: underline; }
/***END ZeroData.css***/

/***BEGIN Splitter.css***/
@media only screen and (max-width: 600px) {
  .flex-column.scroll-hidden.set-width-on-zoom {
    width: 50% !important; } }
/***END Splitter.css***/

