.tfvc-changesets-page-view .hub-content {
  top: 3px;
  overflow: inherit;
}

.tfvc-changesets-page-view .hub-content .changesets-page {
  display: -webkit-box;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-header {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 0;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-header .vc-page-path-explorer {
  margin: 0 16px 0 16px;
  width: 100%;
  height: 32px;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter {
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  /* Chrome fix - Chrome incorrectly sets a min-height/width it will not go lower than
     * See: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
     * CodePen with bug: https://codepen.io/philipwalton/pen/MYbrrr
     * CodePen with min-width: https://codepen.io/anon/pen/VrKGWa
     */
  min-height: 0;
  min-width: 0;
  display: block;
  border-top:  1px solid;
  border-top-color: rgba( 200, 200, 200 ,  1 );
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .leftPane {
  width: 250px;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .leftPane.vc-files-tree {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .handleBar, .tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .rightPane {
  left: 250px;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .rightPane .right-pane-holder {
  display: -webkit-box;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.tfvc-changesets-page-view .hub-content .changesets-page .vc-splitter .rightPane .right-pane-holder .changes-history-list-container {
  margin-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  height: 100%;
}

.tfvc-changesets-page-view .hub-content .changesets-page .versioncontrol-changes-filter-container {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
}

.tfvc-changesets-page-view .hub-content .changesets-page .versioncontrol-changes-filter-container .new-filter-panel-container {
  padding: 4px 0;
  flex: 1;
}

.tfvc-changesets-page-view .hub-content .versioncontrol-changes-search-box {
  padding-right: 0px;
}

.tfvc-changesets-page-view .hub-content .versioncontrol-changes-search-box .vc-search-adapter-changesets {
  margin-right: 10px;
}

.tfvc-changesets-page-view .hub-content .absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
