.vc-folder-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vc-folder-content .ms-DetailsRow-check {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0 8px;
}

.vc-folder-content .ms-DetailsRow,
.vc-folder-content .ms-DetailsHeader {
  background: transparent;
}

.vc-folder-content .ms-DetailsRow {
  height: 36px;
}

.vc-folder-content .ms-DetailsRow:focus .copy-button, .vc-folder-content .ms-DetailsRow.is-selected .copy-button, .vc-folder-content .ms-DetailsRow:hover .copy-button {
  display: inline;
  background: transparent;
}

.vc-folder-content .loading-items-spinner-container {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 100px;
}

.vc-folder-content .loading-last-change-spinner {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.vc-folder-content .change-cell {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.vc-folder-content .change-cell .change-id {
  width: 7.5em;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1px;
}

.vc-folder-content .change-cell .change-author {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  margin-left: 4px;
}

.vc-folder-content .change-cell .vc-commit-hash .commitId-text {
  vertical-align: inherit;
}
