.migrate-projects-panel .change-to-inherited-process-description {
  display: inline;
}

.migrate-projects-panel .migrate-project-panel-fw-link {
  display: block;
  margin-top: 10px;
}

.migrate-projects-panel .target-process-label {
  display: inline-block;
  margin-right: 6px;
  margin-top: 40px;
}

.migrate-projects-panel .bowtie-status-help-outline {
  margin-bottom: 20px;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.migrate-projects-panel .migrate-projects-dropdown {
  height: 32px;
}

.migrate-projects-panel .migrate-projects-dropdown .input-text-box input {
  padding: 0 12px 0 12px;
}

.migrate-projects-panel .migrate-projects-dropdown .input-text-box:hover {
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.migrate-projects-panel .migrate-projects-panel-footer-container {
  text-align: right;
}

.migrate-projects-panel .migrate-projects-panel-ok-button {
  margin-right: 8px;
}

.migrate-projects-panel .migrate-projects-spinner {
  margin-right: 10px;
}

.migrate-projects-dropdown-callout button[disabled]:not(.ms-ContextualMenu-link) {
  border: none;
}
