/** Automatically converted from ChangeListView.css **/
/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
/* Extend the default width for the Change Explorer  */
.versioncontrol-change-list-view .hub-splitter.splitter.horizontal > .leftPane {
  width: 300px;
}

.versioncontrol-change-list-view .hub-splitter.splitter.horizontal > .rightPane,
.versioncontrol-change-list-view .hub-splitter.splitter.horizontal > .handleBar {
  left: 300px;
}

.versioncontrol-change-list-view .version-control-item-left-pane {
  position: relative;
  height: 100%;
}

.versioncontrol-change-list-view .vc-change-items-container {
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.versioncontrol-change-list-view.commenting-enabled .vc-change-items-container {
  top: 26px;
}

.versioncontrol-change-list-view .vc-comment-explorer-container {
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.versioncontrol-change-list-view .vc-page-title-container .vc-page-title.vc-page-title-with-status {
  /* Controlling width of title, to display the status with long file names*/
  max-width: calc((100%) - 100px);
}

.git-repositories-view.versioncontrol-change-list-view .vc-page-title-container {
  /* Padding for git full screen and clone icons - Contents tab*/
  right: 135px;
}

.versioncontrol-change-list-view .vc-page-title-container {
  /* Padding for TFVC full screen icon - contents tab*/
  right: 60px;
}

.full-screen-mode .versioncontrol-change-list-view .vc-page-title-container.vc-with-pivot-filters {
  /* Padding for full screen mode*/
  right: 330px;
}

.versioncontrol-change-list-view .vc-page-title-container.vc-with-pivot-filters.vc-with-history-filters {
  /* Padding for history tab - it has both history filters and clone icon*/
  right: 350px;
}

.versioncontrol-change-list-view .vc-change-items-container .vc-changed-files-grid {
  height: 100%;
}

.versioncontrol-change-list-view .version-control-item-left-pane .hub-pivot {
  position: absolute;
  left: 0;
  top: 0;
}

.versioncontrol-change-list-view .version-control-item-left-pane .hub-pivot > .filters {
  position: absolute;
  width: 25px;
  right: 12px;
  top: 0;
}

.versioncontrol-change-list-view .version-control-item-left-pane .hub-pivot > .filters > .pivot-filter {
  line-height: inherit;
}

.versioncontrol-change-list-view .version-control-item-left-pane .views {
  position: relative;
  width: 100%;
  text-transform: none;
}

.versioncontrol-change-list-view .version-control-item-left-pane .change-list-explorer-tabs {
  white-space: nowrap;
}

.versioncontrol-change-list-view .version-control-item-left-pane .vc-change-title-link-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
}

.versioncontrol-change-list-view .vc-change-list-toolbar-container {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px;
}

.versioncontrol-change-list-view .version-control-item-right-pane .vc-change-summary {
  min-width: 600px;
}
