/***BEGIN BranchDropdown.css***/
.branchDropdown .ms-Label {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding-bottom: 8px; }

.branchDropdown .branchDropdown--label {
  padding: 0 10px 5px 0;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.branchDropdown .branchDropdown--combobox {
  width: 100%; }

.branchDropdown .branchDropdown--textbox {
  padding-top: 10px;
  width: 100%; }
/***END BranchDropdown.css***/

/***BEGIN TfvcSourceSelector.css***/
.shelveset-selector-container {
  padding-top: 10px;
  display: flex;
  flex-direction: row; }
  .shelveset-selector-container .shelveset-name {
    width: 90%;
    padding-right: 10px; }
  .shelveset-selector-container .shelveset-picker-button {
    padding-top: 25px; }

.shelveset-dialog {
  width: 100%;
  height: 500px; }
  .shelveset-dialog .bolt-dialog-content {
    overflow-y: hidden; }
  .shelveset-dialog .shelveset-row .bolt-list-cell {
    padding-top: 10px; }
  .shelveset-dialog .shelveset-row .shelveset-title {
    display: inline;
    font-size: 0.9375rem;
    font-weight: 600; }
  .shelveset-dialog .shelveset-row .shelveset-info {
    display: flex;
    flex-direction: column; }
  .shelveset-dialog .shelveset-row .shelveset-details {
    display: block;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .shelveset-dialog .shelveset-row .shelveset-owner {
    display: inline; }
/***END TfvcSourceSelector.css***/

/***BEGIN PipelineSettingsPanel.css***/
.ci-designer-settings-panel-body .error-message {
  margin-bottom: 24px;
  word-break: break-word; }

.ci-designer-settings-panel-body .yaml-file-path-input {
  width: 100%;
  padding-top: 16px; }

.ci-designer-settings-panel-body .wit-linking-checkbox {
  width: 100%;
  padding-top: 16px; }

.ci-designer-settings-panel-body .wit-linking-dropdown {
  width: 100%;
  padding-top: 4px; }

.ci-designer-settings-panel-body .wit-linking-spinner {
  padding-top: 16px; }
/***END PipelineSettingsPanel.css***/

