/***BEGIN CompareContent.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
@media screen and (max-width: 599px) {
  .repos-file-compare-toolbar {
    overflow-x: auto; } }

.repos-compare-removed-lines-pill.bolt-pill {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1));
  background-color: rgba(249, 235, 235, 1);
  background-color: var(--status-error-background,rgba(249, 235, 235, 1)); }

.repos-compare-added-lines-pill.bolt-pill {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1));
  background-color: rgba(223, 246, 221, 1);
  background-color: var(--status-success-background,rgba(223, 246, 221, 1)); }

.repos-compare-version-dropdown {
  width: 500px;
  max-height: 400px;
  margin-top: 8px; }
/***END CompareContent.css***/

/***BEGIN FileContent.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-file-editor-background {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1)); }

.repos-files-header .bolt-header-title-area {
  display: inline-flex;
  flex-direction: row; }
/***END FileContent.css***/

/***BEGIN FilesHeader.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.bolt-header.repos-files-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-top: 8px; }
  .bolt-header.repos-files-header .bolt-header-title-row {
    padding-left: 20px; }

.repos-files-header-commandbar,
.repos-files-header-setup-build-button {
  margin-left: 8px; }

.repos-files-header-path-row {
  padding-left: 20px;
  margin-top: 4px;
  margin-right: 28px; }
  @media screen and (max-width: 599px) {
    .repos-files-header-path-row {
      padding-left: 8px;
      margin-right: 12px; } }

.full-screen-mode .repos-files-header-path-row {
  display: none; }

.repos-files-header-path-row .repos-files-branch-copy-button {
  opacity: 0; }
  .repos-files-header-path-row .repos-files-branch-copy-button:focus {
    opacity: 1; }

.repos-files-header-path-row:hover .repos-files-branch-copy-button {
  opacity: 1; }

.repos-files-header-path-row:focus-within .repos-files-branch-copy-button {
  opacity: 1; }
/***END FilesHeader.css***/

/***BEGIN FilesHub.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-files-hub-page .page-content {
  min-height: 256px; }

.files-hub-content-preview.markdown-content h1::before,
.files-hub-content-preview.markdown-content h2::before,
.files-hub-content-preview.markdown-content h3::before,
.files-hub-content-preview.markdown-content h4::before,
.files-hub-content-preview.markdown-content h5::before,
.files-hub-content-preview.markdown-content h6::before {
  content: "";
  display: block;
  height: 54px;
  margin: -54px 0 0; }
/***END FilesHub.css***/

