/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repository-selector {
  padding: 0 5px; }

.repository-selector-dropdown {
  min-width: 300px; }

.command-bar-repository-selector {
  display: flex;
  align-self: stretch;
  align-items: center; }
  .command-bar-repository-selector .vss-PickListDropdown--title {
    background: inherit;
    border: none;
    height: auto;
    align-self: stretch;
    align-items: center; }

.vertical-layout .command-bar-repository-selector {
  padding: 0; }
  .vertical-layout .command-bar-repository-selector .vss-PickListDropdown--title {
    padding: 0 10px; }
    .vertical-layout .command-bar-repository-selector .vss-PickListDropdown--title .vss-PickListDropdown--title-textContainer {
      margin: 0 4px; }
    .vertical-layout .command-bar-repository-selector .vss-PickListDropdown--title .bowtie-git,
    .vertical-layout .command-bar-repository-selector .vss-PickListDropdown--title .bowtie-tfvc-repo {
      font-size: 1rem; }
    .vertical-layout .command-bar-repository-selector .vss-PickListDropdown--title .vss-PickListDropdown--title-caretIcon {
      font-size: 0.5625rem;
      margin: 0; }
