/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
/** Automatically converted from CommonViews.css **/
.vc-path-tile {
  background-color: #68217a;
}

.vc-path-tile .ellipsis-menubar.menu-bar {
  background-color: #68217a;
}

.vc-history-tab .vc-changes-list-filter {
  padding-left: 20px;
  padding-right: 5px;
}

.vc-page-title-area {
  position: relative;
  height: 40px;
  margin-top: -7px;
}

.vc-page-title-area .search-box {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 180px;
  margin-right: 15px;
  position: relative;
}

.vc-page-title-area .search-box .searchbox-label {
  display: none;
}

.vc-page-title-area .search-box .search-text {
  padding: 0 22px 0 8px;
  height: 32px;
  padding: 0 46px 0 8px;
}

.vc-page-title-area .search-box .search-text::-ms-clear {
  display: none;
}

.vc-page-title-area .search-box input {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.vc-page-title-area .search-box input:focus, .vc-page-title-area .search-box input.focus {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.vc-page-title-area .search-box input:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.vc-page-title-area .search-box .bowtie-search {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 0px;
}

.vc-page-title-area .search-box .bowtie-edit-remove {
  position: absolute;
  cursor: pointer;
  right: 22px;
  top: 8px;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  display: none;
  margin-right: 4px;
  padding: 4px 0px;
}

.vc-page-title-area .search-box.noDrop .icon-drop {
  display: none;
}

.versioncontrol-changes-content-header {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
}

.versioncontrol-changes-filter-container {
  float: right;
  white-space: nowrap;
  width: calc(100% - 250px);
  margin-right: 10px;
}

.versioncontrol-changes-search-box {
  float: right;
  padding-left: 16px;
  padding-right: 5px;
  white-space: nowrap;
}

.versioncontrol-changes-search-box .search-box {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 180px;
  margin-right: 15px;
  position: relative;
}

.versioncontrol-changes-search-box .search-box .searchbox-label {
  display: none;
}

.versioncontrol-changes-search-box .search-box .search-text {
  padding: 0 22px 0 8px;
  height: 32px;
  padding: 0 46px 0 8px;
}

.versioncontrol-changes-search-box .search-box .search-text::-ms-clear {
  display: none;
}

.versioncontrol-changes-search-box .search-box input {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.versioncontrol-changes-search-box .search-box input:focus, .versioncontrol-changes-search-box .search-box input.focus {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.versioncontrol-changes-search-box .search-box input:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.versioncontrol-changes-search-box .search-box .bowtie-search {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 0px;
}

.versioncontrol-changes-search-box .search-box .bowtie-edit-remove {
  position: absolute;
  cursor: pointer;
  right: 22px;
  top: 8px;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  display: none;
  margin-right: 4px;
  padding: 4px 0px;
}

.versioncontrol-changes-search-box .search-box.noDrop .icon-drop {
  display: none;
}

.vc-history-search-box .search-box {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 180px;
  margin-right: 15px;
  position: relative;
}

.vc-history-search-box .search-box .searchbox-label {
  display: none;
}

.vc-history-search-box .search-box .search-text {
  padding: 0 22px 0 8px;
  height: 32px;
  padding: 0 46px 0 8px;
}

.vc-history-search-box .search-box .search-text::-ms-clear {
  display: none;
}

.vc-history-search-box .search-box input {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.vc-history-search-box .search-box input:focus, .vc-history-search-box .search-box input.focus {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.vc-history-search-box .search-box input:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.vc-history-search-box .search-box .bowtie-search {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 0px;
}

.vc-history-search-box .search-box .bowtie-edit-remove {
  position: absolute;
  cursor: pointer;
  right: 22px;
  top: 8px;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  display: none;
  margin-right: 4px;
  padding: 4px 0px;
}

.vc-history-search-box .search-box.noDrop .icon-drop {
  display: none;
}

.vc-hub-repositories-selector .filtered-list,
.vc-page-title-area .filtered-list {
  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";
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  font-weight: normal;
}

.vc-page-title-container {
  position: absolute;
  top: 0;
  right: 250;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
}

.git-repositories-view .vc-page-title-container,
.versioncontrol-changes-history-view .vc-page-title-container {
  right: 0px;
  overflow: visible;
}

.full-screen-mode .vc-page-title-container {
  /* Padding for full screen icons */
  right: 45px;
}

.full-screen-mode .git-repositories-view .vc-page-title-container {
  /* Padding for git full screen icons */
  right: 90px;
}

.vc-page-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  max-width: 100%;
  margin-right: 10px;
}

.vc-page-title.dirty-file:after {
  content: " * ";
}

/* This holds space to the left of the Hubs until the actual repository selector is rendered,
    so its padding and width must be set to match (it contains the current repository name, but it's transparent). */
.vc-hub-repositories-placeholder {
  float: left;
  padding-right: 76px;
  max-width: 366px;
  overflow: hidden;
  opacity: 0;
}

/* This reserves space to the left of the hubs in the newer Dev15 VSTS navigation bar until the actual repository selector is rendered,
    so its padding and width must be set to match (it contains the current repository name, but it's transparent). */
.vsts-header .vc-hub-repositories-placeholder {
  float: none;
  padding: 10px 30px 10px 30px;
  max-width: 350px;
}

/* vc-hub-repositories-selector is used with the older pre-Dev15 hubs navigation header */
.vc-hub-repositories-selector {
  float: left;
  display: inline-block;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.vc-hub-repositories-selector:after {
  content: "|";
  vertical-align: middle;
  padding-right: 20px;
}

.vc-hub-repositories-selector .filtered-list-dropdown-menu {
  display: inline-block;
  margin-right: 8px;
  padding: 0 5px 4px 0px;
}

.vc-hub-repositories-selector .selected-item-text {
  max-width: 300px;
  white-space: pre;
}

.vc-branches-container {
  display: none;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.vc-status-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 3px;
}

.vc-status-container img.build-badge,
.vc-status-tooltip-clickable {
  cursor: pointer;
}

.vc-status-container .create-definition {
  width: 100px;
  height: 27px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: -4px;
}

.vc-status-container .create-definition:hover {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vc-status-container .status-main {
  font-weight: 600;
}

.status-rich-content-tooltip .status-tooltip-primary,
.status-tooltip-status-container .status-tooltip-individual-primary {
  font-weight: 600;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.status-rich-content-tooltip .status-tooltip-secondary,
.status-tooltip-status-container .status-tooltip-individual-secondary {
  font-size: 14px;
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.status-rich-content-tooltip a.status-link {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.status-tooltip-statuses-container {
  text-align: left;
  margin-top: 10px;
}

.status-tooltip-status-container {
  margin-top: 10px;
  position: relative;
}

.status-tooltip-status-container .status-tooltip-individual-icon {
  position: absolute;
  top: 10px;
  left: 0px;
}

.status-tooltip-status-container .status-tooltip-individual-primary,
.status-tooltip-status-container .status-tooltip-individual-secondary {
  margin-left: 25px;
}

.rich-content-tooltip.status-rich-content-tooltip .popup-content-container {
  padding: 15px;
}

.rich-content-tooltip.status-rich-content-tooltip {
  width: auto;
}

.vc-status-success {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.bowtie-icon.vc-status-pending {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.vc-status-failure {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.vc-status-error {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.git-repositories-view .vc-branches-container {
  display: inline-block;
}

.vc-branches-container .filtered-list-dropdown-menu {
  display: inline-block;
}

.vc-branches-container .filtered-list-dropdown-menu:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  outline: none;
}

.vc-branches-container .filtered-list-dropdown-menu .selected-item-text {
  max-width: 400px;
}

.vc-branches-container .filtered-list-popup .filtered-list-control .filtered-list {
  min-width: 300px;
  max-width: 700px;
}

.full-screen-mode .vc-page-title-area .vc-branches-container {
  display: none;
}

.full-screen-mode .hub-view.explorer.versioncontrol-explorer-view .right-hub-content,
.full-screen-mode .hub-view.explorer.versioncontrol-change-list-view .right-hub-content {
  top: 5px;
}

.full-screen-mode .versioncontrol-explorer-view .right-hub-content .hub-pivot > .views,
.full-screen-mode .versioncontrol-change-list-view .right-hub-content .hub-pivot > .views {
  display: none;
}

.full-screen-mode .versioncontrol-change-list-view .left-hub-content .hub-pivot > .views {
  display: block !important;
}

.full-screen-mode .versioncontrol-explorer-view .right-hub-content .hub-pivot > .filters,
.full-screen-mode .versioncontrol-change-list-view .right-hub-content .hub-pivot > .filters {
  z-index: 200;
}

.full-screen-mode .vc-page-title-area {
  z-index: 100;
}

.full-screen-mode .versioncontrol-explorer-view .right-hub-content .hub-pivot.hidden ~ .hub-pivot-content,
.full-screen-mode .versioncontrol-change-list-view .right-hub-content .hub-pivot.hidden ~ .hub-pivot-content {
  top: 34px;
}

.hub-title .right-hub-error-container {
  /* The tooltip */
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding-left: 10px;
  text-align: left;
  z-index: 910;
  position: relative;
  max-width: 420px;
  font-size: 14px;
  white-space: pre-wrap;
}

.hub-title .right-hub-error-container:before {
  /* The pointer border of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  top: -13px;
  z-index: 915;
}

.hub-title .right-hub-error-container:after {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: rgba( 251, 242, 236 ,  1 );
  border-bottom-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  top: -12px;
  z-index: 915;
}

.hub-title .right-hub-error-container .bowtie-icon {
  /*Close button of the tooltip*/
  float: right;
  font-size: 11px;
  padding: 2px;
}

.hub-title .right-hub-error-container .content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.vc-history-filters-aligned {
  float: right;
}

.vc-history-graph-toggle {
  display: inline-block;
  vertical-align: top;
}

.vc-history-pivot-filters {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: 20px;
  margin-right: 10px;
}

.vc-history-tab-filters {
  display: inline-block;
}

.vc-view-pivot-filters.toolbar {
  display: inline-block;
  border-top: none;
  border-bottom: none;
  margin-right: 0;
  float: right;
}

/* Need to reduce the vertical padding on the pivot filters toolbar to allow it to fit correctly on the page */
.vc-view-pivot-filters.toolbar .menu-bar > .menu-item {
  padding: 7px 10px;
}

.vc-view-pivot-filters.toolbar .menu-bar > .menu-item.menu-item-separator {
  padding: 1px;
}

/* Allow the vc-view-pivot-filters to use all available space by removing the 8px top margin
   that is usually applied to pivot filter sections 
*/
.versioncontrol-change-list-view .hub-pivot > .filters {
  top: 5px;
  width: calc(100% - 250px);
}

.versioncontrol-change-list-view .hub-pivot-content {
  top: 40px;
}

.versioncontrol-explorer-view .hub-pivot > .filters {
  top: 5px;
  width: calc(100% - 250px);
}

.versioncontrol-explorer-view .hub-pivot-content {
  top: 40px;
}

/* Empty content information */
.version-control-item-right-pane .navigation-view-tab.info-tab,
.versioncontrol-branches-view .navigation-view-tab.info-tab,
.versioncontrol-changes-history-content > .information-section {
  padding-left: 20px;
  padding-top: 10px;
}

.info-tab .information-title {
  font-size: 16px;
  margin-left: 10px;
  padding-bottom: 5px;
  margin-top: 16px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.info-tab .information-summary {
  margin-top: 10px;
}

/* Information Area Controls are grey for this page */
.info-tab .information-content {
  border: none;
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  white-space: normal;
}

.info-tab .information-header .information-caption {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  font-size: 14px;
}

.information-content-image {
  margin-left: 16px;
}

.info-tab hr {
  border-width: 1px;
  border-style: solid;
  color: rgba( 218, 218, 218 ,  1 );
  color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  margin-left: 4px;
}

.info-tab .text-copy-box {
  margin-left: 10px;
  margin-top: 16px;
  width: 500px;
  padding: 5px 10px;
}

.info-tab .code-content {
  margin-top: 5px;
  margin-bottom: 5px;
}

.init-repo-container, .open-with-vs-control {
  margin: 10px;
}

.info-tab .information-area-control .information-content .detail-content {
  padding-top: 4px;
  padding-bottom: 4px;
}

.open-with-vs {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 20px;
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.bowtie input[type=text], .vc-create-branch-work-item-artifacts .vc-pullrequest-view-details-relatedartifacts-addartifactbox {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  margin-top: 0px;
  width: 100%;
}

.vc-create-branch-work-item-artifacts .vc-pullrequest-view-details-relatedartifacts-addartifactbox::-ms-clear {
  display: none;
}

.vc-create-branch-dialog-fix .vc-create-branch-work-item-artifacts .vc-pullrequest-view-details-relatedartifacts-addartifactbox-container .bowtie-triangle-down,
.vc-create-branch-dialog-fix .vc-create-branch-work-item-artifacts .vc-pullrequest-view-details-relatedartifacts-addartifactbox-container .bowtie-chevron-down-light {
  cursor: pointer;
  position: absolute;
  right: 10px;
  padding-top: 9px;
}

.vc-create-branch-work-item-artifacts .vc-pullrequest-view-details-relatedartifacts-addartifactbox-container .bowtie-triangle-down:focus {
  outline: none;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.in-progress-container-small {
  background-image: url("../../_content/big-progress.gif");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px !important;
}

.vc-repository-not-found .hub-title {
  margin-left: 20px;
  font-weight: 400;
}

.vc-repository-not-found .hub-content {
  font-size: 14px;
}

.vc-transparent-icon {
  opacity: 0.0;
  margin-right: 8px;
}

.tfvc-shelvesets-page-view .hub-content {
  top: 3px;
  overflow: inherit;
}

.tfvc-shelvesets-page-view .hub-content .hub-title {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 0px;
}

.tfvc-shelvesets-page-view .shelvesets-page {
  display: -webkit-box;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.tfvc-shelvesets-page-view .shelvesets-page-content {
  overflow-y: auto;
  margin-left: 20px;
  padding-right: 20px;
}

.tfvc-shelvesets-page-view .vc-page-title {
  margin: 0 16px 0 16px;
  width: 100%;
  height: 32px;
}

.tfvc-shelvesets-page-view .vc-page-title-area {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.tfvc-shelvesets-page-view .filters .filter-Container {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-end;
  padding-right: 20px;
}

.tfvc-shelvesets-page-view .vc-shelveset-filter {
  min-width: 180px;
  padding-top: 4px;
  padding-right: 20px;
}

.tfvc-shelvesets-page-view .vc-shelveset-filter ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
}

.tfvc-shelvesets-page-view .vc-shelveset-filter :-moz-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
  opacity: 1;
}

.tfvc-shelvesets-page-view .vc-shelveset-filter ::-moz-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
  opacity: 1;
}

.tfvc-shelvesets-page-view .vc-shelveset-filter :-ms-input-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: inherit;
  background-color: transparent;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 180px;
  margin-right: 15px;
  position: relative;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box .searchbox-label {
  display: none;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box .search-text {
  padding: 0 22px 0 8px;
  height: 32px;
  padding: 0 46px 0 8px;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box .search-text::-ms-clear {
  display: none;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box input {
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box input:focus, .tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box input.focus {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box input:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box .bowtie-search {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 0px;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box .bowtie-edit-remove {
  position: absolute;
  cursor: pointer;
  right: 22px;
  top: 8px;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  display: none;
  margin-right: 4px;
  padding: 4px 0px;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box .search-box.noDrop .icon-drop {
  display: none;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box :-moz-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
  opacity: 1;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box ::-moz-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: initial;
  opacity: 1;
}

.tfvc-shelvesets-page-view .versioncontrol-shelvesets-search-box :-ms-input-placeholder {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: inherit;
  background-color: transparent;
}

.tfvc-shelvesets-page-view .absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
