/** Automatically converted from ChangesHistoryView.css **/
/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
.versioncontrol-changes-history-view .vc-page-title {
  display: none;
}

.versioncontrol-changes-history-view.git-repositories-view .right-hub-content {
  top: 0px;
}

.versioncontrol-changes-history-view.git-repositories-view .source-path-filter,
.versioncontrol-changes-history-view.git-repositories-view .vc-branches-container,
.versioncontrol-changes-history-view.git-repositories-view .versioncontrol-changes-filter-container {
  display: none;
}

.versioncontrol-changes-history-view.git-repositories-view .vc-page-title {
  display: inline-block;
}

.versioncontrol-changes-history-view .version-control-item-left-pane {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.versioncontrol-changes-history-view .version-control-item-left-pane:hover {
  overflow-y: auto;
}

.versioncontrol-changes-history-content {
  height: 100%;
  overflow: auto;
  padding-top: 5px;
}

.versioncontrol-changes-history-content .git-version-selector-menu {
  margin-left: 20px;
  margin-right: 5px;
}

.versioncontrol-changes-history-content .vc-changes-list-filter {
  padding: 0px 20px;
  display: inline-block;
  width: 100%;
}

.versioncontrol-changes-history-content .vc-history-list.parent-history-list {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.versioncontrol-changes-history-content .vc-changes-list-filter.basic-mode ~ .vc-history-list.parent-history-list {
  top: 25px;
}

.versioncontrol-changes-history-content .vc-changes-list-filter.advanced-mode ~ .vc-history-list.parent-history-list {
  top: 90px;
}

.versioncontrol-changes-history-content .vc-view-pivot-filters.toolbar {
  display: inline-block;
  border-top: none;
  border-bottom: none;
  margin-right: 0;
  float: right;
}

.versioncontrol-changes-history-filters-container {
  float: right;
  width: 100%;
  margin-right: 20px;
  padding: 4px 0px;
}
