.deployment-group-view.has-error {
  top: 40px;
}

.deployment-group-view .vss-HubHeader .vss-HubBreadcrumb--container {
  flex: initial;
}

.deployment-group-view .vss-PivotBar.vss-HubPivotBar {
  overflow: auto;
}

.machine-group-data-container {
  flex: 1 1 auto;
}

.machine-group-data-container .badge {
  margin-left: 4px;
  font-size: 18px;
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding: 0 3px;
  vertical-align: baseline;
  border-radius: 5px;
}

.machine-group-metrics-wrapper {
  float: right;
}

.machine-group-metrics-wrapper .machine-group-vss-Icon--Accept {
  float: left;
  margin-right: 8px;
  margin-left: 0px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.machine-group-metrics-wrapper .machine-group-vss-Icon--Cancel {
  float: left;
  margin-right: 8px;
  margin-left: 0px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.machine-group-metrics-wrapper .machine-group-vss-Icon--Blocked {
  float: left;
  margin-right: 8px;
  margin-left: 0px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.machine-group-metrics-wrapper .machine-groups-metrics-column {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding-left: 0px;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 3px;
}

.machine-list {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.machinegroup-hub-content {
  height: 98%;
}

.machine-list .ms-DetailsHeader-cell,
.machine-releases-view .ms-DetailsHeader-cell,
.machine-group-list .ms-DetailsHeader-cell,
.machine-configuration-view .ms-DetailsHeader-cell {
  border: none;
  padding-left: 8px;
  font-size: 13px;
}

.machine-list .ms-DetailsRow-cell {
  overflow: visible;
  vertical-align: middle;
}

.filter-button-machine-group {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.filter-button-machine-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.registration-text {
  margin-left: 5px;
}

.registration-script-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.registration-script-button-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.close-registration-script-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: right;
}

.action-icon {
  float: right;
}

.target-last-deployment-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.machinegroup-item-name .machine-item-wrapper {
  float: left;
  width: 80%;
  max-width: 80%;
}

.targetgroup-item-name {
  margin-left: 10px;
}

.targetgroup-item-name .target-item-wrapper {
  float: left;
  width: 80%;
  max-width: 80%;
}

.targetgroup-item-name .target-item-wrapper .deployment-machine-name-column {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.targetgroup-item-name .target-item-wrapper .deployment-machine-name-column span {
  cursor: pointer;
}

.targetgroup-item-name .target-item-wrapper .deployment-machine-name-column span:hover {
  text-decoration: underline;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.targetgroup-item-name .target-item-wrapper .target-item-badge-wrapper {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.targetgroup-item-name .target-item-wrapper .target-item-badge-wrapper .badge {
  margin-left: 10px;
  font-size: 14px;
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding: 0 3px;
  vertical-align: top;
  border-radius: 5px;
}

.targetgroup-item-name.is-disabled .target-item-wrapper .deployment-machine-name-column {
  max-width: 80%;
  float: left;
}

.show-more-targets {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  cursor: pointer;
  padding-bottom: 7px;
}

.show-more-targets:hover {
  text-decoration: underline;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.machine-tags {
  float: left;
  width: 60%;
  max-width: 60%;
}

.machine-icon {
  margin-right: 6px;
}

.target-group {
  margin-bottom: 15px;
}

.no-target {
  margin-left: 10px;
  min-height: 36px;
}

.agent-last-job-status-icon {
  float: left;
  margin-right: 5px;
}

.agent-last-job-status-icon.machine-group-vss-Icon--CheckMark {
  color: green;
  font-size: 21px;
  font-weight: bold;
}

.agent-last-job-status-icon.machine-group-vss-Icon--Clear {
  color: red;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}

.agent-last-job-status-icon.machine-group-vss-Icon--TriangleSolidRight12 {
  color: #0078d4;
  font-size: 12px;
  font-weight: bold;
}

.target-group-header-icon {
  float: left;
  padding-left: 0px;
  white-space: pre;
}

.target-group-header-icon.target-vss-Icon--CheckMark {
  color: green;
  font-size: 21px;
  font-weight: bold;
  padding-right: 4px;
}

.target-group-header-icon.target-vss-Icon--Clear {
  color: red;
  font-size: 12px;
  font-weight: bold;
  padding-right: 7px;
}

.target-group-header-icon.target-vss-Icon--Blocked {
  padding-right: 7px;
}

.target-filter-header {
  padding-left: 6px;
}

.never-deployed {
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}
