/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.header-breadcrumb .bolt-breadcrumb .bolt-breadcrumb-item-text {
  color: rgba(0, 0, 0, .55);
  color: var(--nav-header-text-secondary-color,rgba(0, 0, 0, .55)); }

.header-breadcrumb .bolt-breadcrumb .bolt-breadcrumb-divider {
  color: rgba(0, 0, 0, .38);
  color: var(--nav-header-text-disabled-color,rgba(0, 0, 0, .38)); }

.bolt-menuitem-row-normal.extra-content .region-headerBreadcrumb {
  max-width: 225px; }
