/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repository-selection.github.fixed-width-container {
  width: 660px; }

.repository-selection.github .ms-TextField-fieldGroup {
  background-color: transparent;
  border-radius: 2px;
  border: none; }

.repository-selection.github .ms-TextField-prefix {
  background-color: transparent; }

.repository-selection.github .vss-PickListDropdown--title {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 400px; }

.repository-selection.github .git-logo {
  color: #f05133;
  font-size: 24px;
  margin-right: 8px; }

.repository-selection.github .ci-last-updated-main-column {
  text-align: right; }
  .repository-selection.github .ci-last-updated-main-column .ci-last-updated-main-column-text {
    color: rgba( 102, 102, 102 ,  1 );
    color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    line-height: 40px; }

.repository-selection.github .repository-item {
  cursor: pointer;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.repository-selection.github .repository-picker-footer {
  width: 660px;
  padding-top: 15px; }
  .repository-selection.github .repository-picker-footer .repository-picker-footer-icon {
    padding-top: 3px;
    float: left; }
  .repository-selection.github .repository-picker-footer .repository-picker-footer-text {
    font-size: 0.875rem;
    padding-left: 8px;
    overflow: hidden; }

.repository-selection.github .repository-name {
  vertical-align: middle;
  padding-right: 5px; }

@media screen and (-ms-high-contrast: white-on-black) {
  .repository-selection.github .repo-tag .bolt-pill-content {
    color: rgba( 255, 255, 255 ,  1 ); } }

@media screen and (-ms-high-contrast: black-on-white) {
  .repository-selection.github .repo-tag .bolt-pill-content {
    color: rgba( 0, 0, 0 ,  1 ); } }

.repository-selection.github .repository-avatar-icon {
  line-height: 24px;
  width: 24px;
  margin: 0 8px 0 4px; }

.repository-selection.github .repository-avatar-icon img {
  height: 24px;
  width: 24px;
  border-radius: 2px; }

.repository-selection.github .repo-spinner {
  margin: 40px; }
