/*Common dialog styles*/
.dialog-item-title {
  font-weight: bold;
}

/*End of Common dialog styles*/
/*Rename Task dialog*/
.taskeditor-tab.rename-task-dialog-input {
  width: 100%;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 2px;
}

.rename-task-dialog {
  padding: 24px;
}

.rename-task-dialog .link-style {
  padding: 5px;
  display: inline-block;
  float: right;
}

/*End of Rename Task dialog*/
/*Add Tasks dialog*/
.taskeditor-add-tasks-dialog .task-definition {
  position: relative;
  padding: 2px;
  overflow: hidden;
}

.taskeditor-add-tasks-dialog .task-definition:hover {
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
}

.taskeditor-add-tasks-dialog .task-definition .task-definition-details {
  display: inline-block;
  white-space: nowrap;
}

.taskeditor-add-tasks-dialog .task-definition .task-definition-details .task-definition-details-icon {
  height: 32px;
  width: 32px;
  position: relative;
  top: 6px;
}

.taskeditor-add-tasks-dialog .task-definition .task-definition-details .task-definition-details-title {
  display: inline;
  vertical-align: top;
}

.taskeditor-add-tasks-dialog .task-definition .task-definition-description {
  max-width: 315px;
  padding-left: 36px;
  top: -13px;
  position: relative;
  min-height: 16px;
}

.taskeditor-add-tasks-dialog .task-definition .task-definition-add {
  display: inline-block;
  right: 0px;
  position: absolute;
  top: 0px;
  padding: 8px;
}

.task-editor-typedescription {
  background: rgba( 244, 244, 244 ,  1 );
  background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.task-editor-error {
  background: rgba( 251, 242, 236 ,  1 );
  background: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  border:  1px solid;
  border-color: rgba( 251, 242, 236 ,  1 );
  border-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.task-editor-typedescription-message {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ui-dialog .add-tasks-dialog-content.ui-dialog-content {
  overflow: hidden;
}

.add-tasks-dialog-tasksexplorer {
  height: 100%;
}

.taskeditor-add-tasks-dialog {
  height: 95%;
}

.taskeditor-add-tasks-withdescription {
  height: 90%;
}

.taskeditor-add-tasks-withoutdescription {
  height: 100%;
}

.add-tasks-dialog-tasksexplorer .extensions-external {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  position: absolute;
  padding-left: 5px;
  padding-top: 10px;
  bottom: 0px;
}

.taskeditor-add-tasks .rightPane .taskeditor-add-tasks-dialog, .taskeditor-add-tasks .leftPane {
  overflow: auto !important;
}

.taskeditor-tree li.taskeditor-node {
  clear: both;
}

.taskeditor-tree li.taskeditor-node label {
  display: inline;
}

.taskeditor-tree li.taskeditor-node > ul.tree-children {
  margin-left: 16px;
}

.taskeditor-node.selected > div.node-content,
.taskeditor-node.hover > div.node-content {
  background-color: rgba( 199, 224, 244 ,  1 );
  background-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.taskeditor-tree .node-content {
  height: 24px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent;
}

.taskeditor-tree .node-content .node-icon {
  margin-right: 4px;
}

.taskeditor-tree .node-content label.dirty {
  font-style: italic;
}

.taskeditor-tree .node-content .icon {
  float: left;
}

.taskeditor-tree .node-no-context-menu {
  float: left;
  width: 16px;
  height: 24px;
  margin: 1px 1px 1px 0px;
}

.taskeditor-tree .node-section label {
  font-weight: bold;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.taskeditor-tree-task-category label {
  margin-top: 0px;
  /*over-ride margin-top from jquery dialog*/
}

.taskeditor-tree .node-link {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.taskeditor-tree .node-link label {
  color: rgba( 0, 90, 158 ,  1 );
  color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
  cursor: pointer;
}

ul.tree-children {
  padding-left: 0px;
  list-style-type: none;
}

.tree-children .node-context-menu {
  float: left;
  width: 16px;
  height: 24px;
  margin: 1px 1px 1px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.invisibleIcon {
  visibility: hidden;
}

.taskeditor-tree > ul.tree-children li.expanded > div.node-content > .tree-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -7728px 50% !important;
}

.taskeditor-tree > ul.tree-children li.collapsed > div.node-content > .tree-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -7600px 50% !important;
}

.taskeditor-tree > ul.tree-children li > div.node-content > .taskeditor-draft-node {
  background: url("../../_content/tfs-icons.png") no-repeat -4944px 50% !important;
}

.taskeditor-tree > ul.tree-children li > div.node-content > .taskeditor-definition-node {
  background: url("../../_content/tfs-icons.png") no-repeat -7760px 50% !important;
}

.taskeditor-tree > ul.tree-children li > div.node-content > .xaml-node {
  background: url("../../_content/tfs-icons.png") no-repeat -4496px 50% !important;
}

.taskeditor-tree > ul.tree-children li.selected > div.node-context-menu {
  background: url("../../_content/tfs-icons.png") no-repeat -1552px 50% !important;
}

.taskeditor-tree > ul.tree-children li.focus > div.node-context-menu {
  background: url("../../_content/tfs-icons.png") no-repeat -1552px 50% !important;
}

.taskeditor-tree > ul.tree-children li.hover > div.node-context-menu {
  background: url("../../_content/tfs-icons.png") no-repeat -1552px 50% !important;
}

.taskeditor-tree > ul.tree-children li.context-menu-active > div.node-context-menu {
  background: url("../../_content/tfs-icons.png") no-repeat -1552px 50% !important;
}

/*End of Add Tasks dialog*/
/*Wizard dialog*/
.root-wizard-dialog .status-indicator {
  position: relative;
  margin-left: 18px;
}

.root-wizard-dialog .ui-dialog-buttonset #close {
  padding-left: 10px;
}

.root-wizard-dialog .ui-dialog-buttonset .ui-button-disabled {
  pointer-events: none;
  /* To disable hover styling that is being applied on mouse hover since we are using bowtie dialog*/
}

.ui-dialog .template-wizard div.input-error-tip ~ .template-wizard > .wizard-container {
  position: relative;
  top: 50px;
}

.wizard-container .page-heading {
  font-weight: 600;
  padding-left: 19px;
  font-size: 15px;
}

.wizard-container .page-content {
  height: 424px;
  overflow: hidden;
  position: relative;
}

.meta-task-properties {
  top: 20px;
  position: relative;
}

.meta-task-properties .property-name {
  padding-left: 20px;
  padding-right: 5px;
}

.meta-task-properties .property-value {
  width: 90%;
}

.meta-task-name-value input.meta-task-name-textbox {
  width: 100%;
}

.meta-task-description-value textarea.meta-task-description-textarea {
  width: 100%;
  font-size: 100%;
  height: 60px;
  padding: 2px;
  resize: none;
}

.meta-task-category-options {
  width: 100%;
}

.meta-task-properties .property-name.meta-task-name {
  padding-bottom: 10px;
}

.meta-task-properties .property-value.meta-task-description-value {
  padding-bottom: 5px;
}

.meta-task-properties .property-value.meta-task-name-value {
  padding-bottom: 8px;
}

.property-value.meta-task-category-value + td.tooltip {
  vertical-align: top;
}

.meta-task-properties .property-name.meta-task-name,
.meta-task-properties .property-name.meta-task-category,
.meta-task-properties .property-name.meta-task-description {
  vertical-align: top;
  min-width: 90px;
}

.meta-task-properties .property-value.meta-task-category-value {
  padding-bottom: 20px;
}

.meta-task-dialog .task-variables .message {
  padding-left: 20px;
}

.meta-task-dialog .task-variables .non-sys-var {
  border-collapse: separate;
  border-spacing: 20px 0;
  padding-top: 15px;
}

.meta-task-dialog .task-variables .param-heading {
  padding-left: 20px;
  padding-top: 35px;
  font-weight: bold;
  font-size: 12px;
}

.horizontal-line.splitter.horizontal.meta-task-dialog-splitter {
  height: 1px;
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  margin-bottom: 5px;
  width: auto;
  margin-right: 20px;
  display: block;
  margin-left: 20px;
  margin-top: 2px;
}

.meta-task-dialog .task-variables .non-sys-var td.param-value,
.meta-task-dialog .task-variables .non-sys-var td.param-description {
  padding-top: 5px;
}

.task-variables .non-sys-var th,
.task-variables .non-sys-var td {
  text-align: left;
}

table.non-sys-var {
  width: 100%;
}

.non-sys-var td.param-name {
  vertical-align: middle;
}

td.param-name {
  width: 20%;
}

td.param-value {
  width: 35%;
}

td.param-description {
  width: 45%;
}

.meta-task-name-value input.meta-task-name-textbox,
td.param-value input.val,
td.param-description input.desc {
  padding: 2px;
  height: 22px;
  font-size: 100%;
}

table.non-sys-var input {
  width: 90%;
}

.input-error-tip.meta-task-cre-error {
  position: fixed;
  width: calc(740px - 22px);
  /* width of the create dialog is 740px */
}

.meta-task-dialog.adjust-margin {
  margin-top: 35px;
  /* when error is shown we are adjusting the top */
}

/*End of Wizard dialog*/
/*Start of Service endpoint dialog*/
.services_dialog td:first-child {
  padding-right: 20px;
  width: 1%;
  white-space: nowrap;
}

.services_dialog td {
  padding-top: 20px;
  width: 99%;
  vertical-align: top;
}

.services_dialog td label {
  display: table-cell;
}

.services_dialog .textbox {
  width: 95%;
}

.services_dialog .pick-list {
  width: 95%;
  display: inline-block;
}

.services_dialog .dialog-field-tooltip {
  vertical-align: top;
}

.services_dialog .auth-kind {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.modal-dialog .policy-section {
  display: inline-block;
}

.modal-dialog .policy-section .default-pipeline-auth-checkbox {
  display: inline-block;
}

.modal-dialog .policy-section .default-pipeline-auth-checkbox-label {
  display: inline-block;
}

.services_dialog .error-messages-div, .operation-status-message-div {
  padding: 5px;
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.services_dialog .kubernetes_sa_details {
  background-color: rgba( 0, 69, 120 ,  1 );
  background-color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 );
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-top: 20px solid lightgray;
  border-radius: 3px;
  font-family: monospace;
  white-space: pre;
  padding: 10px;
}

.services_dialog .required-input:after {
  content: ' *';
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.getting-started-lighttext {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.getting-started-vertical-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.verify-connection-container .verify-action {
  float: right;
}

.verify-connection-container .header, .verify-connection-container .footer {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

td.header-line.td, td.footer-line.td {
  padding-right: 0px;
}

.auth-scheme-container {
  float: left;
}

.auth-scheme-input {
  float: left;
}

.modal-dialog .auth-scheme-container label {
  margin-top: 0;
  margin-right: 20px;
}

.help-link {
  font-weight: bold;
}

.help-link, .help-markdown {
  text-align: left;
  white-space: normal;
}

.add_custom_connections_dialog .help-markdown {
  float: left;
}

.add_custom_connections_dialog .jenkins-license-info {
  margin-top: 13px;
  margin-left: 8px;
}

/*End of Service endpoint dialog*/
.taskeditor-tasks {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 13px;
}

.taskeditor-tasks .required-input-message {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  font-weight: bold;
}

.taskeditor-tasks h3 {
  display: inline-block;
}

.taskeditor-tasks .task-icon-near-heading {
  margin-bottom: 1px;
  width: 20px;
  height: 20px;
}

.taskeditor-tasks .rightPane {
  overflow-y: auto;
}

.taskeditor-tasks .splitter > .rightPane {
  overflow-y: auto;
}

.taskeditor-tasks .input-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.taskeditor-tasks .file-path {
  height: 32px;
  min-width: 25px;
  width: 40px;
  padding: 0;
}

.taskeditor-tasks .editor-extension {
  height: 32px;
  min-width: 25px;
  width: 40px;
  padding: 0;
}

.taskeditor-tasks .task-group {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  margin: 5px auto 0 auto;
}

.task-group-border-selected {
  border: 1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.task-group-header {
  position: relative;
  height: 20px;
  background-color: transparent;
}

.task-group-header-tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.task-group-header-selected {
  position: relative;
  height: 19px;
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.task-group-header-selected .delete-task-group-icon {
  position: absolute;
  top: 2px;
  right: 4px;
  cursor: pointer;
  display: inherit !important;
}

.task-group-header .delete-task-group-icon {
  display: none;
}

.task-group-header-icon {
  position: absolute;
  top: 1px;
  margin-left: 4px;
}

.icon-run-on-agent-phase {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-run-on-server-phase {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-run-on-machinegroup-phase {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.task-group-header-label {
  padding-left: 25px;
  padding-top: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
}

.task-group-header-label:hover {
  padding-left: 25px;
  padding-top: 1px;
  height: 19px;
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.task-group-header-label-selected {
  padding-left: 25px;
  padding-top: 1px;
  height: 19px;
}

.task-group-icon-selected {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.task-group-icon-unselected {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.taskeditor-tasks .taskgroup-grid {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.taskeditor-tasks .tasks-groups-list .taskgroup-grid {
  position: relative;
}

.taskeditor-tasks .tasks-groups-list {
  overflow-y: auto;
  bottom: 0;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
}

.taskeditor-tasks .taskgroup-grid > .grid-canvas {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 2px;
  left: 5px;
  overflow: hidden;
}

.taskeditor-tasks-grid .grid-cell {
  height: 50px;
}

.taskeditor-tasks-grid .grid-cell.disabled {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.taskeditor-tasks-grid .grid-row .delete-icon {
  position: absolute;
  top: 17px;
  right: 4px;
  cursor: pointer;
}

.taskeditor-tasks-grid .grid-row .task-icon {
  margin-top: 5px;
  margin-left: 5px;
}

.taskeditor-tasks-grid .grid-row .task-icon.disabled {
  opacity: .4;
}

.taskeditor-tasks-grid .grid-row .task-name {
  font-size: 14px;
}

.taskeditor-tasks-grid .grid-row .task-instance-name {
  font-style: italic;
  font-size: 12px;
}

.taskeditor-tasks-grid .task-icon-cell {
  position: absolute;
  left: 4px;
}

.taskeditor-tasks-grid .task-name-cell {
  left: 48px;
}

.taskeditor-tasks-grid .task-name-cell .new-version-upsell {
  position: absolute;
  right: 0px;
  bottom: 16px;
}

.taskeditor-tasks-grid .grid-row.grid-row-selected .icon-delete {
  display: inherit;
}

.taskeditor-tasks-grid .grid-row.grid-row-selected-blur .icon-delete {
  display: inherit;
}

.taskeditor-tasks-grid.grid:not(.grid-legacy) .grid-row {
  border: 1px solid transparent;
}

.taskeditor-tasks-grid.grid:not(.grid-legacy) .grid-row.upper-drop-guide {
  border-top-color: rgba(0, 120, 212, 1);
  border-top-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.taskeditor-tasks-grid.grid:not(.grid-legacy) .grid-row.lower-drop-guide {
  border-bottom-color: rgba(0, 120, 212, 1);
  border-bottom-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.taskeditor-tasks-grid .grid-row .task-activate {
  display: none;
}

.taskeditor-tasks-grid .grid-row.grid-row-selected-blur .task-activate,
.taskeditor-tasks-grid .grid-row.grid-row-selected .task-activate,
.taskeditor-tasks-grid .grid-row.grid-row-hover .task-activate {
  display: inherit;
}

.taskeditor-tasks-grid .grid-row .draggable-indicator {
  position: absolute;
  left: 4px;
  background-image: url("../../_content/Build/drag_handler.png");
  height: 45px;
  width: 5px;
  cursor: move;
  top: 3px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.row-drag-helper {
  background-color: rgba( 199, 224, 244 ,  1 );
  background-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
  padding: 10px 10px 10px 30px;
  cursor: move;
}

.helpMarkDown {
  vertical-align: middle;
}

.helpMarkDown .taskeditor-help-tooltip a {
  color: rgba( 0, 69, 120 ,  1 );
  color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 );
}

.helpMarkDown .taskeditor-help-tooltip a:hover {
  color: rgba( 0, 69, 120 ,  1 );
  color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 );
}

.helpMarkDown.padded {
  padding-left: 5px;
  padding-right: 5px;
}

.taskeditor-help {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.taskeditor-help .icon-info {
  position: absolute;
  top: 10px;
  left: 10px;
}

.taskeditor-help .help {
  position: relative;
  padding-left: 31px;
  top: -3px;
}

.taskeditor-groups + .mt-control-options-area {
  padding-top: 80px;
}

.taskeditor-help-tooltip {
  display: none;
  border-color: transparent !important;
  padding: 2px;
  position: absolute;
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
  z-index: 1;
  word-wrap: break-word;
}

.taskeditor-help-tooltip .close {
  float: right;
  font-size: 10px;
  font-weight: bold;
}

.taskeditor-help-tooltip .content .icon:not(.icon-wiki-external-link) {
  padding: 10px;
  float: left;
}

.add-tasks-menu {
  display: inline-flex;
  margin-left: 15px;
}

.add-tasks-pop-menu-option {
  min-height: 30px;
  display: inline-block;
}

.add-tasks-pop-menu-option-labels {
  padding-left: 5px;
}

.add-tasks-pop-menu-option-text {
  font-weight: bold;
}

.task-button {
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-sizing: border-box;
  width: inherit;
  display: inline-block;
}

.task-button .text {
  vertical-align: middle;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.task-button.hover:not(.disabled) {
  background-color: rgba( 222, 236, 249 ,  1 ) !important;
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 ) !important;
}

.task-button.disabled {
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  cursor: default;
}

.task-button.disabled .icon {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}

.task-button.add-tasks-button .text {
  position: relative;
  bottom: 2px;
}

.task-button.add-tasks-button .textcolor {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.task-button.add-tasks-button-with-dropdown {
  padding: 10px;
}

.task-button.add-tasks-button-with-options.add-tasks-button-with-dropdown {
  padding: 10px 5px;
  margin: 0px;
}

.add-tasks-separator {
  width: 1px;
  position: relative;
  top: 8px;
  background-color: rgba( 200, 200, 200 ,  1 );
  background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 2em;
  display: inline-block;
  border-left: 1px solid transparent;
}

.taskeditor-tasks .option-label {
  min-width: 180px;
  vertical-align: top;
}

.taskeditor-tasks .option-value {
  width: 100%;
  vertical-align: middle;
}

.taskeditor-tasks .option-value.bowtie input[type=checkbox] {
  float: initial;
}

.taskeditor-tasks .option-value.bowtie input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  top: 7px;
}

.taskeditor-header {
  position: relative;
  width: 95%;
}

.taskeditor-header .taskeditor-name {
  display: inline-block;
}

.taskeditor-header .taskeditor-version {
  display: inline-block;
  float: right;
  white-space: nowrap;
  margin-top: 7px;
  padding-right: 46px;
}

.taskeditor-header .taskeditor-version select {
  width: initial;
}

.taskeditor-header .taskeditor-version .taskeditor-help-tooltip .content {
  white-space: normal;
}

.taskeditor-header .taskeditor-version .taskeditor-help-tooltip .content h4 {
  margin-bottom: 2px;
}

.taskeditor-inputs-grid-table {
  position: relative;
  width: 95%;
}

.taskeditor-inputs-grid-table .taskeditor-inputs {
  position: relative;
}

.taskeditor-inputs-grid-table td {
  padding: 2px;
  margin: 0;
}

.taskeditor-inputs-grid-table .align-middle {
  vertical-align: middle;
}

.taskeditor-inputs-grid-table .align-top {
  vertical-align: top;
}

.taskeditor-inputs-grid-table th {
  text-align: left;
}

.custom-input .r-tags-items-container {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 1px;
  width: 100%;
}

.custom-input select {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 1px;
  width: 100%;
}

.custom-input-style select {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 1px;
}

.custom-input .option-link {
  width: 5px;
  vertical-align: middle;
}

.custom-input input[type='text'] {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 2px;
  width: 100%;
}

.custom-input input[type='text'].disabled {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.custom-input input[type='password'] {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding: 2px;
  width: 100%;
}

.custom-input textArea {
  width: 100%;
}

.taskeditor-textarea.textbox {
  overflow: auto;
  height: inherit;
}

.taskeditor-groups {
  padding-top: 10px;
}

.taskeditor-groups .tree-icon + label {
  margin: 5px;
  display: inline-block;
  font-weight: bold;
}

.taskeditor-groups .tree-icon {
  width: 11px;
  height: 20px;
  float: left;
  margin-top: 7px;
}

.taskeditor-group .taskeditor-inputs-grid-table {
  margin-left: 18px;
}

.taskeditor-group-expanded fieldset {
  padding: 5px;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  padding-left: 1px;
  display: block;
  /*min-width: 505px;*/
}

.bold-text {
  font-weight: bold;
}

.taskeditor-group-expanded fieldset > legend {
  font-weight: normal;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  padding-bottom: 5px;
  padding-left: 0px;
}

.invalid input {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.pick-list.invalid input {
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
}

.bowtie-style .pick-list .combo.invalid > div.wrap {
  /* .combo.invalid > div.wrap in VSS.Controls.css sets this to $warningcolor, but we want the bowtie style */
  background-color: unset;
}

#task-definition-rename-disabled {
  opacity: 0.5;
}

.pivot-tabs.pivot-view li.dirty {
  font-style: italic;
}

.pivot-tabs.pivot-view li.invalid a {
  color: red;
}

.add-task-to-group-table {
  width: 100%;
  text-align: center;
}

.task-group-icon-inproperites {
  position: relative;
  bottom: 4px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.task-group-header-link-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  display: inline;
}

.warning-icon-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  display: inline;
  margin-left: 5px;
}

.task-group-header-link {
  color: black;
}

.task-group-header-link:hover {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.taskeditor-group-combo-title {
  cursor: default;
  text-indent: 0px;
  font-weight: bold;
}

.taskeditor-group-combo-no-data-message {
  cursor: default;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-style: italic;
}

.taskeditor-group-combo-text-item {
  text-indent: 10px;
}

button.taskeditor-azurerm-authorize-button {
  height: 26px;
  margin: 0 !important;
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
  border: 2px solid rgba(0, 120, 212, 1);
  border: 2px solid var(--communication-background,rgba(0, 120, 212, 1));
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  padding-left: 5px;
  padding-right: 5px;
  min-width: 0 !important;
}

button.taskeditor-azurerm-authorize-button:disabled, button.taskeditor-azurerm-authorize-button:disabled:hover, button.taskeditor-azurerm-authorize-button:disabled:focus {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

button.taskeditor-azurerm-authorize-button:hover, button.taskeditor-azurerm-authorize-button:focus {
  background-color: rgba( 43, 136, 216 ,  1 );
  background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  border:  2px solid;
  border-color: rgba( 43, 136, 216 ,  1 );
  border-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.azurerm-control-helptext {
  font-style: italic;
}

.new-version-upsell {
  color: #e3008b;
  font-weight: 700;
}

.task-editor-identity-picker {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 300px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.task-editor-identity-picker > .identity-picker-search-box {
  padding-top: 5px;
}

.task-editor-identity-picker > .identity-picker-search-box > input.identity-picker-input {
  padding-bottom: 7px;
}

.taskeditor-group-expanded .tree-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -7728px 50% !important;
}

.taskeditor-group-collapsed .tree-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -7600px 50% !important;
}
