/***BEGIN Common.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
a:not(.ms-Button):not(.is-link) {
  text-decoration: none; }

.ci-hover-behavior a, .ci-hover-behavior a:not(.ms-button), .ci-hover-behavior a:visited, .ci-hover-behavior a:not(.ms-button):visited, .ci-hover-behavior a.ms-Link, .ci-hover-behavior a.ms-Link:not(.ms-button), .ci-hover-behavior a.ms-Link:visited, .ci-hover-behavior a.ms-Link:not(.ms-button):visited, .ci-hover-behavior a.bolt-link, .ci-hover-behavior a.bolt-link:not(.ms-button), .ci-hover-behavior a.bolt-link:visited, .ci-hover-behavior a.bolt-link:not(.ms-button):visited {
  color: inherit; }

.ci-hover-behavior:hover a, .ci-hover-behavior:hover a:not(.ms-button), .ci-hover-behavior:hover a:visited, .ci-hover-behavior:hover a:not(.ms-button):visited, .ci-hover-behavior:hover a.ms-Link, .ci-hover-behavior:hover a.ms-Link:not(.ms-button), .ci-hover-behavior:hover a.ms-Link:visited, .ci-hover-behavior:hover a.ms-Link:not(.ms-button):visited, .ci-hover-behavior:hover a.bolt-link, .ci-hover-behavior:hover a.bolt-link:not(.ms-button), .ci-hover-behavior:hover a.bolt-link:visited, .ci-hover-behavior:hover a.bolt-link:not(.ms-button):visited {
  text-decoration: underline; }

.pipelines-icon-right-margin {
  margin-right: 3px; }

.pipelines-icon-left-margin {
  margin-left: 3px; }

.pipeline-link {
  min-width: 68px; }

.github-fork-protection-settings .base-toggle-width {
  min-width: 96px; }
/***END Common.css***/

/***BEGIN RetentionPanel.css***/
.lease-owner-icon {
  background-color: rgba( 239, 239, 239 ,  1 );
  background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 );
  border-radius: 50%;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center; }

.no-leases-span {
  padding: 16px 20px; }

.justify-space-between {
  justify-content: space-between; }
/***END RetentionPanel.css***/

/***BEGIN StagesPanel.css***/
.stages-panel-status-icon {
  padding-right: 12px; }

.stages-table-cell {
  height: 40px; }

.stages-panel-title-filter {
  border: 1px solid;
  border-color: rgba( 102, 102, 102 ,  1 );
  border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  border-radius: 2px;
  height: 32px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px; }
  @media screen and (max-width: 599px) {
    .stages-panel-title-filter {
      min-width: 140px; } }

.stages-panel-status-filter {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 32px; }

.stages-panel .bolt-panel-content {
  padding: 0; }

.stages-panel .panel-content-container {
  flex-direction: column; }

.stages-panel-filter-bar {
  margin: 8px 12px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.stages-panel-no-results {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
/***END StagesPanel.css***/

