/***BEGIN AnnotationList.css***/
.repos-annotation-block {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-top:  1px solid;
  border-top-color: rgba( 200, 200, 200 ,  1 );
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  position: relative; }
  .repos-annotation-block:first-of-type {
    border-top: none; }

.repos-annotation-prior {
  width: 20px; }

.repos-annotation-mobile {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.repos-annotation-cell {
  line-height: 15px; }

.repos-annotation-version {
  width: 3.5rem; }

.repos-annotation-commit-selected, .repos-annotation-line-selected {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1)); }

.repos-annotation-line-selected {
  width: 5px; }

.repos-annotations-loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
/***END AnnotationList.css***/

/***BEGIN CodeEditor.css***/
.repos-file-editor-with-margin-icon {
  /* Monaco 0.8.3 added green/red background coloring over the line numbers, which makes them harder
    to read and misaligns when adding discussions. This removes that gutter background coloring */ }
  .repos-file-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-insert,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-delete {
    background: transparent; }
  .repos-file-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .insert-sign,
  .repos-file-editor-with-margin-icon .monaco-editor .margin-view-overlays .delete-sign {
    margin-left: 4px; }

.vs-highlight {
  background: #ffea7f; }

.vs-dark-highlight {
  background: brown; }
/***END CodeEditor.css***/

/***BEGIN CodeDiffEditor.css***/
.repos-diff-editor-with-margin-icon {
  /* Monaco 0.8.3 added green/red background coloring over the line numbers, which makes them harder
    to read and misaligns when adding discussions. This removes that gutter background coloring */ }
  .repos-diff-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-diff-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-diff-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-insert,
  .repos-diff-editor-with-margin-icon .monaco-editor .margin-view-overlays .line-delete {
    background: transparent; }
  .repos-diff-editor-with-margin-icon .monaco-editor .inline-added-margin-view-zone,
  .repos-diff-editor-with-margin-icon .monaco-editor .inline-deleted-margin-view-zone,
  .repos-diff-editor-with-margin-icon .monaco-editor .margin-view-overlays .insert-sign,
  .repos-diff-editor-with-margin-icon .monaco-editor .margin-view-overlays .delete-sign {
    margin-left: 4px; }

.vs-highlight {
  background: #ffea7f; }

.vs-dark-highlight {
  background: brown; }
/***END CodeDiffEditor.css***/

/***BEGIN ImageViewer.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repos-editor-image-container {
  padding: 16px; }

.repos-editor-image {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none; }

.repos-image-diff-item {
  flex-basis: 0; }
/***END ImageViewer.css***/

