.resultsInfoAndItems--container {
  height: 100%;
}

.resultsInfoAndItems--container .items-ListPane {
  height: calc(100% - 32px);
  width: 100%;
  overflow: auto !important;
  /**
        * ToDo: Find a way so that we don't override fabric styles.
        */
}

.resultsInfoAndItems--container .items-ListPane .ms-FocusZone {
  width: 100%;
}

.resultsInfoAndItems--container .items-ListPane .ms-DetailsRow {
  min-width: 100% !important;
  width: 100% !important;
}

.resultsInfoAndItems--container .items-ListPane .ms-DetailsRow-fields {
  width: 100%;
}

.resultsInfoAndItems--container .items-ListPane .ms-DetailsRow-cell {
  width: 100% !important;
  padding: 0px !important;
}

.resultsInfoAndItems--container .items-ListPane .is-active .work-item-highlighted-text {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
}

.resultsInfoAndItems--container .items-ListPane .is-active .work-item-highlighted-text .workitem-snippet-prop-label {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
}

.resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv {
  padding: 5px 0 5px 0;
  margin: 0 2px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  outline: none;
  position: relative;
}

.resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv:hover, .resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv.is-active, .resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv:focus {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv .search-work-item-color {
  margin-right: 2px;
  width: 4px;
  height: 100%;
  position: absolute;
  display: inline;
  top: 0px;
}

.resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv .search-workitem-snippet-maindiv {
  font-size: 12px;
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  display: inline;
  line-height: normal !important;
}

.resultsInfoAndItems--container .items-ListPane .search-workitem-snippet-outerdiv .search-workitem-snippet-maindiv highlighthit {
  font-weight: 600;
}

.is-focusVisible .search-workitem-snippet-outerdiv:focus:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border:  1px solid;
  border-color: rgba( 102, 102, 102 ,  1 );
  border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
}
