/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.ci-editor-header.bolt-header {
  padding-bottom: 16px; }

.ci-editor-header .ms-Button-label {
  font-weight: 600; }

.ci-editor-header .pipeline-status {
  height: 24px;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: normal;
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  border:  1px solid;
  border-color: rgba( 102, 102, 102 ,  1 );
  border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.ci-editor-header .runsave-with-validation-button .bolt-split-button-option {
  padding: 0 8px 0 8px; }
