/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-files-header-breadcrumb-container {
  border: 1px solid transparent;
  margin: 2px 4px 2px 6px; }
  .repos-files-header-breadcrumb-container:hover {
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    cursor: text; }

.repos-files-header-breadcrumb {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px; }
  .repos-files-header-breadcrumb .bolt-breadcrumb-list-item:last-child .bolt-breadcrumb-item-text {
    max-width: none; }

.repos-files-header-dropdown {
  margin: 3px 4px 3px 8px; }
  .repos-files-header-dropdown.bolt-dropdown-expandable-text-field {
    cursor: default; }
  .repos-files-header-dropdown .bolt-textfield {
    background-color: transparent;
    border-color: transparent; }
    .repos-files-header-dropdown .bolt-textfield:hover {
      border-color: rgba( 200, 200, 200 ,  1 );
      border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
    .repos-files-header-dropdown .bolt-textfield.focused {
      border-color: rgba(0, 120, 212, 1);
      border-color: var(--communication-background,rgba(0, 120, 212, 1)); }
    .repos-files-header-dropdown .bolt-textfield .bolt-breadcrumb-item-text,
    .repos-files-header-dropdown .bolt-textfield .prefix {
      padding-left: 0;
      padding-top: 1px;
      margin-left: 0;
      white-space: nowrap; }
    .repos-files-header-dropdown .bolt-textfield .bolt-breadcrumb-divider {
      padding-right: 6px; }

.repos-files-header-search-description {
  font-weight: normal;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
