@import url(/css/vcsTable.css);@import url(/css/settingsTable.css);
/*---
/css/pager.css
---*/
.react-pager{
  margin-top: 8px;
}

.pager {
  margin: 1em 0 0;
}

.pager-top {
  margin-bottom: 1em;
  text-align: center;
}

.pager-bottom {
  margin: 1.5em 0 2em;
  text-align: center;
}

.pager-title {
  margin: 1em 0;
  color: #999;
}

.pager .forward {
  margin-left: 0.7em;
}

.pager .back {
  margin-right: 0.7em;
}

.pager .forward-disabled,
.pager .back-disabled {
  color: #DDD;
}

.pager-top .pages {
  padding-left: 1em;
  padding-right: 1em;
}

.pager-bottom .pages {
  margin-bottom: .5em;
}

.pager .pages .page {
  display: inline-block;
  min-width: 15px;
  padding: .3em .4em;
}

.pager .pages a.page {
  background-color: #E7F0F9;
}

.pager .pages span.page {
  background-color: #EEE;
  color: #666;
  font-weight: bold;
}

/*---
/css/progress.css
---*/
.progress {
  background-color: #e6e6e6;
  position: relative;
  height: 1.3em;
  line-height: 1.3em;
  text-align: left;
  width: 100%;
  float: left;
}

.progress.chain {
  height: 1.5em;
  line-height: 1.5em;
}

.progress,
.progressInner {
  max-width: 14.5em;
  margin: 0;
  padding: 0;
}

.progress,
.progressInner.chain {
  max-width: 14.5em;
  margin: 0;
  padding: 0;
  height: 1.5em;
  line-height: 1.5em;
}

.progress.long,
.progressInner.long {
  max-width: 31em;
}

.progressInner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #f5f5f5;
}

.progressInnerSuccessful {
  background-color: #48b365;
}

.progressInnerFailed {
  background-color: #e50000;
}

.progressOvertime {
  margin-left: 4px;
}

#agentsTable .progress {
  width: 10em;
  height: auto;
}

/*---
/css/modificationListTable.css
---*/
#buildChangesDiv {
  padding-top: 0;
}

.changelist {
  clear: both;
  width: auto;
  margin-bottom: 0.8em;
}

.changelist p span.revision {
  float: right;
  padding-right: 5px;
}

.changelist .changeBlockMargin {
  margin-bottom: 2em;
}

.changelist .collapsable {
  display: none;
}

.changelist .comment {
  padding-top: .5em;
}

.changelist .details {
  padding: .5em 25px 0;
  font-size: 90%;
}

.changelist .details em {
  font-style: normal;
}

.changelist p {
  margin-top: 1em;
  font-weight: normal;
  font-size: 100%;
}

.changelist .user {
  padding-left: 15px;
  font-weight: bold;
}

/*--------------- First DL ---*/
.changelist dl {
  padding: 0 25px;
  font-size: 95%;
}

.changelist .changeExtensions {
  margin: 0;
  padding: 0;
}

.changeExtensions dt {
  margin: 0 0.5em 0.3em 0;
}

.changeExtensions dd {
  display: none;
}

/*--------------- DL for changelist ---*/

.changelist table.changedFiles {
  margin-left: 20px;
  font-size: 95%;
}

/*---
/css/compatibilityList.css
---*/

.policyChooser {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 35em;
}

.messagesHolder {
  margin-top: 1em;
  display: inline-block;
}

.assignAction {
  margin-top: 1em;
  margin-bottom: 1em;
}

.agentsCompatibilityTable {
  width: 100%;
}

.agentsCompatibilityTable th {
  text-align: left;
  border-bottom: 1px solid #999;
  background-color: #f5f5f5;
}

.agentsCompatibilityTable .project-handle .buildTypeNameWithHandle {
  margin-left: 10px;
  font-weight: bold;
}

.agentsCompatibilityTable td.compatible,
.agentsCompatibilityTable th.compatible,
.agentsCompatibilityTable td.incompatible,
.agentsCompatibilityTable th.incompatible {
  padding: 5px 5px 5px 10px;
  font-size: 100%;
  vertical-align: top;
}

.agentsCompatibilityTable th.compatible {
  width: 38%;
}

.agentsCompatibilityTable th.empty,
.agentsCompatibilityTable td.empty {
  width: 20px;
  border: none;
  background: none;
}

.agentsCompatibilityTable span.handle {
  vertical-align: text-bottom;
  width: auto;
  padding-left: 18px;
}

.agentsCompatibilityTable td.incompatible.selected div.incompatible {
  margin-left: 35px;
}

.agentsCompatibilityTable div.content + div.project-handle {
  margin-top: 0.3em;
}

div.incompatible {
  padding-left: 26px;
}
div.incompatible:last-child {
  margin-bottom: 10px;
}

div.incompatible div.details {
  display: inline-block;
  margin: 0;
}

div.incompatible div.details.name {
  min-width: 10em;
  margin-right: 2em;
  vertical-align: top;
}

div.incompatible div.details.value ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

div.incompatible .warn {
  padding-left: 5px;
  color: #e50000;
}

div.incompatible .mono {
  font-size: 12px;
}

div.compatibilityDetailsToolbar {
  padding: 5px 0 10px 0;
}

div.compatibilityDetailsToolbar .expand-collapse {
  margin-right: 3em;
}

#compatibleDivider {
  background: #ffc;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  margin: 0 0 0.5em 0;
}

#removeSelected {
  text-align: left;
  margin-top: 1ex;
}

#poolDetails {
  float: right;
}

.agentComment {
  margin: 0 2px;
}

/*---
/css/buildTypeSettings.css
---*/



.buildTypeSettings {
  background-color: white;
  padding: 10px;
  text-align: left;
}

.parameterGroup {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;

  font-size: 100%;
  color: #3f3f3f;
}

h2.groupTitle {
  background-color: #F0F5FB;
  position: relative;
  padding-left: 5px;
}

h2.groupTitle .editSettingsLink {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}

div.parameterGroup div.editParameterLink {
  float: right;
  padding-right: 5px;
}

.groupTitle2 {
  font-weight: bold;
}

.parameter {
  padding: 4px 0 0 5px;
}

.nestedParameter {
  padding-left: 2em;
}

#valuePopup {
  position: absolute;
  display: none;
  height: 20em;
  z-index: 1500;
}

#valuePopup textarea {
  width: 100%;
  height: 15em;
}

#valuePopup .CodeMirror {
  border: none;
}

table.settings {
  width: 70%;
}

table.settings td {
  vertical-align: top;
}

table.settings th {
  background-color: #f5f5f5;
}

th.name {
  padding: 4px;
}

td.vcsRootLabel,
th.vcsRootLabel {
  width: 7%;
}

td.vcsRootLabel {
  text-align: center;
}

/*---
/css/filePopup.css
---*/
/*----- Files popup styles, see filesPopup.jsp --------*/
div#filesPopup {
  padding: 0;
}

table.changedFiles {
  margin: .5em .5em 0;
  font-size: 95%;
  border-collapse: collapse;
}

table.separatedWithLine table.changedFiles td {
  border-bottom: none;
}

table.changedFiles td.typeTD {
  padding: 0 0 0 2px;
  vertical-align: middle;
  white-space: nowrap;
}

table.changedFiles td.fileTD {
  padding: .2em .5em;
  vertical-align: middle;
  white-space: nowrap;
}

table.changedFiles td.typeTD .changeType {
  display: inline-block;
  width: 60px;
  margin-right: .5em;
  padding: 0 4px;
  border-radius: 2px;

  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

table.changedFiles td.typeTD .changeType.edited {
  background-color: #9ABDED;
}

table.changedFiles td.typeTD .changeType.copied {
  background-color: #9ABDED;
}

table.changedFiles td.typeTD .changeType.added {
  background-color: #A9BA66;
}

table.changedFiles td.typeTD .changeType.removed {
  background-color: #DDD;
}

table.changedFiles td.fileTD .excluded {
  color: #e50000;
}

.filesPopupHeader,
.filesPopupFooter {
  font-size: 90%;
}

.filesPopupHeader {
  background-color: #f5f5f5;
  margin: 3px 4px;
  padding: 4px 5px;
}

.filesPopupHeaderTitle {
  float: left;
  max-width: 70%;
}

.filesPopupHeaderActions {
  float: right;
  position: relative;
  top: 1px;
}

.filesPopupFooter {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
}

.fileTD .ide_link_group{
  margin-left: 5px;
}
/*---
/css/viewType.css
---*/
#buildTypeStatusDiv {
  margin-top: -2px;
}

#buildTypeStatusDiv h3 {
  margin-bottom: 0;
  margin-top: 15px;
}

#buildTypeStatusDiv hr {
  margin: 14px 0 0;
  border: none;
  border-bottom: 1px solid #DFE5EB;
}

#buildTypeStatusDiv > div {
  padding-top: 17px;
}

#buildTypeStatusDiv .overviewTypeTableContainer {
  margin: 0;
}

#buildTypeStatusDiv .tableCaption {
  margin: 0;
}

#buildTypeStatusDiv .responsible {
  display: inline;
}

#buildTypeStatusDiv .takeResponsibility {
  position: relative;
  left: -1px;
  margin-left: 24px;
}

#buildTypeStatusDiv .takeResponsibility:first-child {
  display: inline;
  margin-left: 0;
}

#buildTypeStatusDiv #branchName {
  width: 20em;
}

/* IE 6 hack */
* html #buildTypeStatusDiv {
  padding-top: 5px;
}

.permalinks a {
  margin: 0 1.5em 0 0;
}

.branch-header .branch {
  min-width: 18em;
  display: inline-block;
  margin-left: 0.4em;
}

/*-------------- run section on the viewType page*/

.runningTableContainer {
  margin-top: 12px;
}

table.running {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}

table.running.overviewTypeTable tr td {
  vertical-align: top;
}

td.buildNumber {
  width: 6em;
  padding-left: 1em;
  text-align: left;
}

table.running.overviewTypeTable td.buildNumber {
  padding-left: 0;
}

.running.overviewTypeTable .duration .date {
  white-space: normal;
}

table.running.overviewTypeTable td.agentDetails {
  padding-left: 1em;
  width: 11em;
}

table.running.overviewTypeTable td.duration {
  width: 9em;
}

table.running.overviewTypeTable td.stopBuild {
  text-align: center;
}

form.pauseResume {
  display: none;
}

/*------------ compatibility agents table ----------*/

table.compatibilityList {
  border-bottom: #ccc 1px solid;
}

table.compatibilityList tr.header td {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

table.compatibilityList td {
  padding: 2px 3px;
}

.successMessage {
  clear: right;
}

div.divider {
  margin: .5em 0;
}

table.running td.duration p {
  font-size: 72%;
}

.permalinksList {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

/*------------ styles for short history on build configuration page ----------*/

#filterAboveTable {
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

#filterByTags {
  padding-top: 10px;
  padding-bottom: 10px;
}

#historyFilter {
  margin: 0;
  padding: 0;
}

#historyTable #savingFilter {
  display: none;
  margin-left: 1em;
}

#historyTable .actionBar {
  margin-bottom: 1em;
}

#historyTable .actionBar label.first {
  width: 9em;
  display: inline-block;
}

#historyTable .recentTitle {
  width: 100%;
}

.historyFilterTable {
  width: 100%;
  border-collapse: collapse;
}

.historyFilterTable .column1 {
  width: 27%;
  white-space: nowrap;
}

.historyFilterTable .column2 {
  vertical-align: bottom;
  white-space: nowrap;
}

.historyFilterTable .column3 {
  width: 17%;
  vertical-align: bottom;
  text-align: right;
}

.testDetails table.plain {
  width: 60%;
  margin: 10px 0 5px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.testDetails table.plain th {
  background-color: #f5f5f5;
  padding-left: .5em;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.testDetails table.plain td {
  padding-left: .5em;
  text-align: left;
  border-right: 1px solid #ccc;
}

.package {
  color: #888;
  font-weight: normal;
  font-family: arial, sans-serif;
}

table.historyList tr:last-child > td {
  border-bottom: none;
}

#buildTypeStatusDiv .healthStatusWarning {
  border: 1px solid #ffe000;
  background-position: 5px 5px;
  padding: 5px 5px 5px 25px;
}

.recentHistory_builds {
  margin-top: -12px;
  margin-bottom: 16px;
}

.pendingChangesDiv {
  display: inline-block;
}

.runningBuildsHeading + * {
  margin-top: 5px;
  margin-left: 0;
}

.buildTypeCurrentStatus {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.buildTypeCurrentStatus > * {
  margin-right: 16px;
}

/*---
/css/overviewTable.css
---*/
.build {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.build .projectHeader {
  margin: 0;
  padding: 2px 3px;
  min-height: 28px;
  background-color: #EBEDEF;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  cursor: pointer;
}

.build .build > .projectHeader {
  margin-top: 5px;
  background: #F3F5F7;
}

.build .build {
  margin-bottom: 0.2em;
}

.projectHeaderTable {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  color: #151515;
  font-size: 130%;
  font-weight: normal;
}

.projectHeaderTable .handle {
  vertical-align: -3px;
}

.projectHeaderTable .projectName {
  padding-right: 1em;
  padding-top: 5px;
}

.projectHeaderTable .branches {
  width: 11em;
  padding-right:10px;
}

.projectHeaderTable .projectStatus {
  border: 1px solid transparent;
  width: 5em;
  padding-right: 2em;
  font-size: 75%;
  white-space: nowrap;
  text-align: right;
}

.projectHeaderTable .projectStatus img {
  vertical-align: text-bottom;
  margin-right: 2px;
}

.projectHeaderTable .project-icon {
  font-size: 82%;
}

.build .projectHeader.exp .projectStatus > span {
  display: none;
}

.projectHeaderTable .projectStatus.err {
  width: 5.5em;
  padding-right: 1em;
  text-align: left;
}

.projectHeaderTable .projectStatus.failing,
.projectHeaderTable .projectStatus.err {
  color: #e50000;
}

.projectHeaderTable .projectStatus.successful {
  width: 7em;
  color: #428d00;
}

.projectHeaderTable .hideProject {
  width: 8.6em;
  font-size: 75%;
  text-align: right;
  color: #AAA;
}

.projectHeaderTable a,
.projectHeaderTable a:hover,
.projectHeaderTable a:visited {
  color: #151515;
}

.projectHeaderTable a.hideProject {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  color: #B2B2B2;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}

.projectHeaderTable a.hideProject:hover {
  color: #1564C2;
}

.projectHeaderTable .projectDescription {
  font-size: 15px;
  margin-left: 0.3em;
  color: #888;
  font-weight: 200;
}

/* Fixes a strange WebKit issue where a hovered link in the description becomes bold */
.projectHeaderTable .projectDescription a,
.projectHeaderTable .projectDescription a:hover {
  font-weight: 200;
}

.projectHeaderTable .pc {
  display: inline;
  vertical-align: baseline;
  padding-bottom: 0;
}

.overview-page .branchContainer .ufd {
  background-color: #F9FBFC;
}

.overview-page .branchContainer .ufd input {
  font-weight: normal;
  width: 144px;
}

.overview-page .branchContainer .ufd button {
  width: 15px;
}

.overview-page .branchNameSelector {
  width: 160px;
}

.bt-separator {
  height: 5px;
  margin-left: 2em;
  border-top: 1px dotted #DEDEDE;
}

.tableCaption {
  position: relative;
  margin: 0 29px;
  padding: 5px 0 5px 25px;
  border-top: 1px solid #ccc;
}

.tableCaption span.handle {
  position: absolute;
  top: 9px;
  left: 5px;
}

/* IE 6 hack */
* html .tableCaption {
  padding: 7px 0;
}

.tableCaption .relative {
  /* Separate class to fix glitches in IE7 */
  position: relative;
  float: right;
  width: 1px;
}

.tableCaption .close-bt {
  position: absolute;
  top: 2px;
  right: -23px;
  width: 16px;
  height: 16px;
  color: #DADADA;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.tableCaption .close-bt:hover {
  color: #B2B2B2;
}

.tableCaption .close-bt:focus,
.tableCaption .close-bt:active {
  outline: none;
}

.tableCaption:first-child {
  border-top: none;
}

.empty-project-text {
  margin: 5px 0 0;
  color: #888;
}

.empty-project-text + .create-build-type-buttons {
  margin-top: 1em;
}

.tableCaption table.runTable {
  float: right;
  margin: 1px 0 0;
  border-collapse: collapse;
  min-width: 456px;
}

.tableCaption table.runTable td {
  padding: 0;
}

.pendingMessage > .highlightChanges {
  display: inline-block;
  line-height: normal;
}

.tableCaption table.runTable td.runningStatus {
  padding-left: 8px;
  padding-right: 12px;
  white-space: nowrap;
  text-align: right;
}

.tableCaption table.runTable td.runningStatus span.pc {
  padding-right: 0;
}

.tableCaption table.runTable td.runButton {
  width: 86px;
}

.tableCaption > span.pc.btPopup {
  min-width: 18em;
  display: inline-block;
}

/********* Toggle visibility of Running text on overview page **********/

.tableCaption.exp table.runTable td.runningStatus span.runningStatus {
  display: none;
}
.tableCaption.exp .optionalQueuedBuildWord {
  display: inline;
}

.tableCaption table.runTable td.runButton {
  vertical-align: top;
  text-align: right;
}

.tableCaption a.buildTypeName {
  position: relative;
  top: 1px;
  margin: 0 0 0 2px;
  padding: 0 2px 0 20px;
  font-size: 130%;
  color: #151515;
}

.tableCaption img {
  vertical-align: text-bottom;
}

.tableCaption .addMessage.responsibility,
.tableCaption .addMessage.paused {
  display: inline-block;
  white-space: nowrap;
}

.tableCaption .addMessage.responsibility a {
  text-decoration: none;
  color: #888;
}

.tableCaption .addMessage.responsibility a:hover .text {
  text-decoration: underline;
}

.tableCaption .addMessage.responsibility a .responsibilityIcon {
  margin-right: 5px;
}

.tableCaption .addMessage.paused a {
  color: #888;
}

.tableCaption.exp .lastBuilt {
  display: none;
}

.tableCaption .problemsSummary .summaryLink {
  color: #888;
}

.tableCaption .problemsSummary .summaryLink:hover {
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.lt1200 .tableCaption .problemsSummary .problemDetails {
  display: none;
}

.buildTypeBranches .tableCaption {
  margin: 0;
}

div.overviewTypeTableContainer {
  margin: 0 29px;
}

.buildTypeBranches div.overviewTypeTableContainer {
  margin: 0;
}

.buildTypeBranchesHeader {
  margin: 5px 0;
}

table.overviewTypeTable {
  background-color: #fff;
  width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  border-collapse: collapse;
}

table.overviewTypeTable td {
  margin: 0;
  padding: 0.2em 0;
  text-align: left;
  vertical-align: top;
}

.overviewTypeTable tr:hover {
  background-color: #f2f9ff;
  box-shadow: 29px 0 #f2f9ff;
}

table.overviewTypeTable td.branch {
  width: 4em;
}

table.overviewTypeTable td.status {
  padding-right: 1em;
}

table.overviewTypeTable td.branch.hasBranch {
  width: 8.5em;
  padding-right: 0.5em;
}

.overview-page table.overviewTypeTable td.branch.hasBranch,
.project-page table.overviewTypeTable td.branch.hasBranch {
  padding-left: 2em;
}

table.overviewTypeTable td.buildNumber {
  padding-right: 1.3em;
  white-space: nowrap;
  width: 6.5em;
}

table.overviewTypeTable td.duration {
  width: 15em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  white-space: nowrap;
  text-align: right;
}

td.duration span.progressDuration {
  color: #888;
}

table.overviewTypeTable td.artifactsLink {
  padding-right: 0;
  width: 7.2em !important;
}

table.overviewTypeTable td.changesLink {
  width: 12em;
  padding-left: 5px;
}

td.stopBuild,
table.overviewTypeTable td.stopBuild {
  width: 5em;
  text-align: right;
}

table.overviewTypeTable td.artifacts.artifacts {
  width: 56px;
  overflow: visible;
}

table.overviewTypeTable td.line .hr {
  background-color: #bfcfe2;
  overflow: hidden;
  height: 1px;
  margin: 0 10px 0 25px;
  padding: 0;
  font-size: 0;
  border-top: solid 2px #fff;
}

#runningBuildsPopup {
  min-width: 800px;
  max-width: 800px;
  padding-top: 0.4em;
  overflow-x: auto;
}

.gt1000.lt1200 #runningBuildsPopup {
  max-width: 1000px;
}

.gt1200 #runningBuildsPopup {
  max-width: 1200px;
}

#runningBuildsPopup .overviewTypeTable {
  margin-bottom: 0.2em;
}

#runningBuildsPopup .artifactsLink {
  padding-left: 0.5em;
}

#runningBuildsPopup .lastFinished {
  display: none;
}

.popupDiv.flatView {
  padding: 0;
  border: 1px solid #D6D6D6;
}

.popupDiv.flatView .list {
  padding: 5px 5px 5px 8px;
}

.popupDiv.flatView .list > .entry {
  clear: both;
  padding: 2px 2px 2px 0;
}

.popupDiv.flatView .list > .entry a.right {
  float: right;
  margin-left: 1em;
}

.popupDiv.flatView .action-bar {
  background-color: #F6F6F6;
  padding: 5px 5px 5px 8px;
  border-top: 1px solid #D6D6D6;
}

table.separatedWithLine {
  border-collapse: collapse;
}

table.separatedWithLine td {
  border-bottom: 1px solid #e7edf3;
}

table.separatedWithLine tr:last-child td {
  border-bottom: none;
}

table.separatedWithLine > tr:only-child td,
table.separatedWithLine > tbody > tr:only-child td {
  border-top: 1px solid #e7edf3;
  border-bottom: 1px solid #e7edf3;
}

#changesTable thead td {
  padding: 0;
}

/*
 * @media screen and (max-device-width: 480px) = iPhone < 4
 * @media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 960px) = iPhone >= 4
 * @media screen and (min-device-width: 768px) and (max-device-width: 1024px) = iPad
*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 960px), screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tableCaption {
    padding: 12px 0;
  }

  .tableCaption table.runTable {
    position: relative;
    top: -5px;
  }
}

/*---
/css/buildQueue.css
---*/
#buildQueue {
  border: none;
  text-align: left;
}

.queueWrapper {
  margin-top: 1em;
}

.queueWrapper p {
  margin: 0;
  padding: 0;
}

.queueActionMessages {
  float: left;
  width: 80%;
  margin-bottom: .5em;
}

.queueActionMessages .messagesHolder {
  margin: 0 0 0 1em;
}

.queueActionMessages .messagesHolder #dataSaved {
  padding: 3px;
}

.queueActions {
  float: right;
  margin-bottom: .5em;
}

table.buildQueueTable .foreignPersonalBuild {
  color: #aaa;
}

table.buildQueueTable .foreignPersonalBuild .remove a.red {
  color: #f99;
}

table.buildQueueTable .foreignPersonalBuild .canRunOn a {
  color: #b0c4de;
}

table.buildQueueTable .notDraggable {
  margin: 3px 0;
  padding: 2px 0 4px;
  border: 2px solid #e3e9ef;
  cursor: default;
}

table.buildQueueTable tr.selected td{
  border-top: 2px solid darkorange;
  border-bottom: 2px solid darkorange;
}

table.buildQueueTable tr.selected td:first-child{
  border-left: 2px solid darkorange !important;
}

table.buildQueueTable tr.selected td:last-child{
  border-right: 2px solid darkorange;
}

#removeFromQueueDialog {
  position: absolute;
  top: 0;
  left: 0;
}

#queuedBuildsPopup {
  width: 900px;
  margin: 0;
  padding: 0 0.5em 0.3em 0.5em;
}

#queuedBuildsPopup .buildQueueTable .remove {
  white-space: nowrap;
  padding-right: 0.5em;
}

#queuedBuildsPopup .buildQueueTable td.remaining {
  width: 120px;
  padding-right: 20px;
}

#queuedBuildsPopup .buildQueueTable .triggeredBy {
  min-width: 170px;
}

#queuedBuildsPopup .buildQueueTable .canRunOn {
  width: 120px;
}

#queuedBuildsPopup .buildQueueTable .remove {
  width: 70px;
}

/*we don't wont to select items in queue popup*/
#queuedBuildsPopup table.buildQueueTable tr.selected td{
  border-top: 2px solid #e3e9ef;
  border-bottom: 2px solid #e3e9ef;
}

#queuedBuildsPopup table.buildQueueTable tr.selected td:first-child{
  border-left: 2px solid #e3e9ef !important;
}

#queuedBuildsPopup table.buildQueueTable tr.selected td:last-child{
  border-right: 2px solid #e3e9ef;
}

.triggeredBy__content {
  white-space: normal;
}


.icon-long-arrow-up{
  color:#4da400;
  cursor: pointer;
}

.icon-long-arrow-down{
  color: #e50000;
  cursor: pointer;
}


table.buildQueueTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  overflow-y: auto; /* to prevent scrolled jquery-ui sortable positioning bug in FF */
}

table.buildQueueTable thead tr th {
  background-color: #ABB1C4;
  padding: 3px 0px 3px 4px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

table.buildQueueTable thead tr th.canDrag {
  width: 24px;
}

table.buildQueueTable thead tr th.canMove {
  width: 24px;
}

table.buildQueueTable tr td.remaining {
  max-width: 100px;
}

table.buildQueueTable tr td.moveTop {
  width: 16px;
}

table.buildQueueTable tr td.orderNum {
  width: 4%;
  white-space: nowrap
}

table.buildQueueTable tr td.remove {
  text-align: right;
  cursor: default;
}

table.buildQueueTable tr th.selection,
table.buildQueueTable tr td.selection {
  width: 14px;
  cursor: default;
}

table.buildQueueTable tbody tr td {
  padding: 4px;
  background-color: #f1f4f7;
  border-top: 2px solid #e3e9ef;
  border-bottom: 2px solid #e3e9ef;
}

.buildQueueTable tr.draggable {
  padding: 0;
  margin: 0;
  border: none;
}

table.buildQueueTable tbody tr.draggable td:first-child {
  vertical-align: text-bottom;
  outline: none;
  min-width: 16px;
  cursor: move;
  border-left: 2px solid #e3e9ef;

  vertical-align: middle;
}

table.buildQueueTable tbody tr.draggable td:first-child:before {
  margin-bottom: -2px;
}

table.buildQueueTable tbody tr td:last-child {
  border-right: 2px solid #e3e9ef;
}

.draggable a {
  cursor: pointer;
}

.comment-icon-mixin_right:after {
  width: 16px;
  height: 12px;
  margin-left: 2px;
}

.configurationName {
  color: #999;
}

.configurationName a.buildTypeName {
  color: #444;
}

.configurationName a.buildTypeName:hover {
  color: #0F5B99;
}
/*---
/css/historyTable.css
---*/
/*------------ history list table ----------*/
table.historyList {
  margin-bottom: 10px;
}

table.historyList th {
  padding-left: 2px;
}

table.historyList th.branch {
  padding-left: 0;
}

table.historyList th.autopin {
  width: 2em;
}

table.historyList th:last-child {
  width: 4em;
}

table.historyList td.branch {
  padding: 0;
  width: 0;
}

table.historyList td.branch.hasBranch,
table.historyList td.branch.default {
  width: 8.5em;
  padding: 0.3em 1em 0.3em 0;
}

table.historyList th.branch.hasBranch,
table.historyList th.branch.default {
  padding-left: 1em;
}

table.historyList th.buildNumber,
table.historyList td.buildNumber {
  width: auto !important;
}

table.historyList td {
  padding: 0.3em 6px 0.3em 2px;
  vertical-align: top;
}

table.historyList td.cell-icon {
  padding-bottom: 0;
}

table.historyList .unpinLink {
  font-size: 80%;
  color: #0f5b99;
}

table.historyList td.detachedChanges {
  color: #888;
  font-style: italic;
}

table.historyList td.pin>.wrapper{
  position: relative;
  padding-right: 2px;
}

table.historyList td.pin .unpinLink {
  visibility: hidden;
  padding-right: 2px;
  font-size: 100%;
}

table.historyList td.pin:hover .unpinLink {
  visibility: visible;
}

.pinComment {
  width: 200px;
}

.historyList tr.highlight > td {
  background-color: #ffc;
}

.buildDuration {
  display: inline-block;
  min-width: 54px;
  text-align: right;
}
/*---
/css/agentsInfoPopup.css
---*/
#agentInfoPopup .compatible {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 90%;
}

#agentInfoPopup .compatibleList {
  list-style: none;
  margin: 0;
  padding: 0;
}

#agentInfoPopup .compatibleList li {
  margin: 0;
  padding: 0 0 3px 10px;
  white-space: nowrap;
}
/*---
/css/buildChains.css
---*/

#allChains .pager-title {
  margin: 0;
}

.buildChainBlock {
  margin: 1em 0;
}

.buildChainBlock .blockHeader {
  margin-bottom: .5em;
  font-weight: normal;
  background-position: 5px 8px;
}

.chainProblems .blockHeader {
  margin-bottom: 0;
  font-weight: bold;
}

.buildChainBlock .buildChainHeader {
  width: 100%;
  border-collapse: collapse;
}

.buildChainHeader td {
  padding: 2px 0 0 0;
  vertical-align: top;
  font-size: 90%;
}

.buildChainHeader td.chainStatus {
  vertical-align: middle;
}

.buildChainHeader td.chainStatus {
  width: 2em;
  padding-left: 6px;
}

.buildChainHeader td.buildConfName {
  width: 20%;
  padding: 2px 0 2px 4px;
}

.buildChainHeader td.buildConfName.notTriggered {
  width: auto;
}

.buildChainHeader td.branch {
  width: 1px;
  padding-right: 0;
}

.buildChainHeader td.branch.hasBranch {
  padding-right: 1em;
}

.buildChainHeader td.lastBuildNumber {
  width: 10%;
  padding-right: 1em;
  white-space: nowrap;
}

.buildChainHeader td.chainStatusText {
}

.buildChainHeader td.chainStartTime {
  width: 13%;
  text-align: right;
}

.buildChainHeader td.chainChanges {
  width: 13%;
  text-align: right;
  padding-right: 2em;
}

.buildChainHeader td.openChainInNewWindow {
  width: 2em;
  text-align: right;
}

.buildChainHeader td.openChainInNewWindow a {
  text-decoration: none;
}

.singleBuildChain {
  margin: 1em;
}

.nodeInfo {
  padding: 4px 2px 4px 0;
  border-top: 1px solid #ddd;
}

.depNode .groupTitle {
  background-color: #f6f6f6;
  padding: 2px 6px 4px 2px;
  margin: -2px -2px 0 -7px;
  white-space: nowrap;
  width: 100%;
}

.nodeInfo.last {
  padding-bottom: 0;
}

.nodeInfo.first {
  padding-top: 0;
  border-top: none;
}

.nodeInfo.selectedNode {
  border: 2px solid darkorange;
  border-radius: 4px;
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: -2px -4px 0 -8px;
}

.layeredGraph .depNode.selectedNode {
  border: 2px solid darkorange;
  border-radius: 4px;
}

.nodeInfo.selectedNode.last {
  margin: -2px -4px -4px -8px;
}

.nodeInfo.selectedNode.last.first {
  margin: -4px -4px -4px -8px;
}

tr.modification-row.highlight, .nodeInfo.highlight {
  background-color: #ffffcc;
}

.nodeInfo.highlight {
  padding-left: 5px;
  margin-left: -5px;
}

.nodeInfo.selectedNode.highlight {
  padding-left: 6px;
  margin-left: -8px;
}

.promoteOrRerun {
  float:right;
}

.stop_and_progress {
  white-space: nowrap;
}

.promoteOrRerun .stopBuild {
  display: inline-block;
  color: #CACACA;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 16px;
  margin-right: -2px;
}

.promoteOrRerun .stopBuildReact {
  position: absolute;
  right: -2px;
}

.compositeBuild .promoteOrRerun .stopBuildReact {
  top: 28px;
}

.stopBuildReact {
  display: inline-block;
}

.promoteOrRerun .tc-icon {
  vertical-align: middle;
}

a.groupLink {
  display: inline-block;
  color: #999;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 16px;
  margin-right: -2px;
}

div.groupTitle.compositeBuild .caption i {
  margin-left: 4px;
}

.layeredGraph .depNode.unrelatedNodes {
  border: 1px dashed #aaa;
  color: #aaa;
}

.nodeInfo.groupedDeployBuild {
  margin-left: -7px;
  padding-left: 7px;
  margin-right: -2px;
  padding-right: 2px;
  margin-bottom: -2px;
  padding-bottom: 2px;
}

.nodeInfo.groupedDeployBuild.last {
  margin-bottom: -3px;
  padding-bottom: 3px;
}

div.groupTitle div.caption {
  display: inline-block;
  width: 95%;
}

div.ungroupLink {
  display: inline-block;
  width: 5%;
}

div.ungroupLink a {
  color: #151515;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

div.ungroupLink a span.ungroupBox1 {
  position: absolute;
  border: 1px solid #ddd;
  background-color: #ddd;
  top: 4px;
  right: 10px;
  width: 7px;
  height: 7px;
  z-index: 50;
}

div.ungroupLink a span.ungroupBox2 {
  position: absolute;
  border: 1px solid #bbb;
  background-color: #bbb;
  top: 8px;
  right: 6px;
  width: 6px;
  height: 6px;
  z-index: 100;
}

a.groupLink:hover {
  color: #777;
}

.promoteOrRerun .stopBuild:hover {
  color: #a2a2a2;
}

.ungroupedInfo {
  font-size: 90%;
  margin-bottom: 2px;
}

.ungroupedInfo table {
  width: 100%;
}

.ungroupedInfo td {
  vertical-align: top;
}

.ungroupedInfo td.label {
  width: 11em;
  color: #151515;
}

.ungroupedInfo .excludedBuildType, .ungroupedInfo .excludedProject {
  color: #777;
  padding: 0 3px 0 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 4px;
}

.ungroupedInfo .excludedBuildType.hidden, .ungroupedInfo .excludedProject.hidden {
  display: none;
}

.buildConf.compact .buildChainBuild a.resultsLink {
  white-space: nowrap;
}

.buildConf.compact {
  margin-right: 0px;
}

.buildConfSettings {
  white-space: nowrap;
}

.buildConfSettings .settingInfo {
  font-size: 90%;
}

.buildConfSettings .settingInfo i.tc-icon {
  padding-right: 4px;
}

/* have to use specific styles for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .buildConf.compact {
    margin-right: 16px;
  }

  .buildConf_withOutPadding.compact {
    margin-right: 0;
  }
}

.buildConf .branchName {
  font-size: 9px;
}

.buildConf .branch.default .branchName {
  font-size: 9px;
}

.buildChainBuild {
  margin-right: -12px;
}

.buildConf_withOutPadding .buildChainBuild {
  margin-right: 0;
}

@supports (-moz-transform: translate(0, 0)) {
  .buildChainBuild {
    margin-right: 4px;
  }
}

.buildChainBuild .branch {
  display: table-row;
}

.buildChainBuild .buildNumber {
  width: auto;
  padding-left: 0;
  padding-right: .5em;
  display: inline-block;
  vertical-align: -3px;
}

.buildChainBuild .changes {
  min-width: 10em;
}

.buildChainBuild .changesLink {
  vertical-align: baseline;
  white-space: nowrap;
}

.buildChainBuild .changes .changesLink.noChanges {
  display: none;
}

.buildChainBuild .status {
  padding-left: 0;
  display: inline-block;
  vertical-align: -3px;
}

.buildChainBuild .progress_holder {
  font-size: 9px;
  display: inline-block;
}

.buildChainBuild .progress_holder .progress {
  width: 120px;
}

.buildChainBuild .progress_holder .progress, .buildChainBuild .progress_holder .progressInner {
  display: inline-block;
  height: 1.3em;
  max-width: 100%;
}

.buildChainBuild .progress_holder .date, .buildChainBuild .progress_holder span.progressOvertime {
  display: none;
}

.buildChainBuild .artifactsLink {
  width: auto;
  margin-left: -8px;
}

.buildChainBuild i.tc-icon_download {
  margin-left: -2px; /* otherwise it does not align properly with status icon */
}

.buildChainBuild .promoteOrRerun .stopBuild {
  width: 1px;
}

.chainBuilds, .chainChanges, .chainProblems {
  clear: both;
  padding-top: .5em;
  max-width: 1600px;
}

.chainOptions {
  margin-bottom: .5em;
}

.chainOptions .chainOptions__option {
  display: inline-block;
  margin: 0 2em 4px 0;
  padding: 4px 6px 0 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #fff;
}

.chainOptions__option .progressRing {
  position: absolute;
  right: -18px;
  top: 3px;
}

div.smallNote {
  margin-left: 0;
  margin-bottom: .5em;
}

/*---
/healthStatus/css/healthStatus.css
---*/
.inplaceHealthStatusItem {
  position: relative;
  margin: 0;
  padding: 10px 10px 20px 28px;
  border-bottom: 1px dotted #CCC;
  clear: both;
}

i.itemSeverity {
  color: #0085FF;
  margin: auto;
}

i.itemSeverity.tc-icon {
  margin-left: 0.3em;
}

i.itemSeverity.icon-info, i.itemSeverity.icon-lightbulb {
  width: 1em;
}

.inplaceHealthStatusItem i.itemSeverity,
.inplaceHealthStatusItem .buildStatusIcon {
  position: absolute;
  left: 10px;
}

.inplaceHealthStatusItem i.itemSeverity {
  top: 13px;
}

.inplaceHealthStatusItem .buildStatusIcon {
  top: 12px;
}

.inplaceHealthStatusItem.last {
  border-bottom: none;
}

.inplaceItemsList + .viewAll {
  background-color: #F6F6F6;
  padding: 5px 5px 5px 8px;
  border-top: 1px solid #D6D6D6;
}

.inplaceHealthStatusItem .hideLink {
  float: right;
  margin-left: 30px;
}

.suggestionItem .suggestionAction {
  margin-top: .5em;
}


/* health icons */

.healthItemIndicator {
  padding: 2px;
  min-width: 20px;
  text-align: center;
}

.healthItemIndicator > span.error, .healthItemIndicator > span.warning, .healthItemIndicator > span.info {
  padding-right: 6px;
}

.healthItemIndicatorContainer span.error {
  display: inline;
  margin-left: 0;
}

.healthItemIndicatorContainer span.warning {
  display: inline;
  margin-left: 0;
  color: #ff8c00;
}

.healthItemIndicatorContainer span.info {
  display: inline;
  margin-left: 0;
  color: #1564c2;
}

.healthItemIndicatorContainer {
  display: inline;
}

.breadcrumbHealthIndicators {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#restPageTitle .breadcrumbHealthIndicators{
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  vertical-align: middle;
}

#restPageTitle .healthItemIndicatorContainer{
  display: inline-block;
  padding: 0;
}

li.breadcrumbHealthIndicators .healthItemIndicator {
  font-size: 14px;
  line-height: 14px;
  vertical-align: text-bottom;
}
/*---
/css/admin/buildTypeForm.css
---*/

#templateTabsContainer .tabs,
#buildTypeTabsContainer .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

#templateTabsContainer .tabs li,
#buildTypeTabsContainer .tabs li {
  float: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0.2em 0 0.2em 20px;
}

.quickLinksMenuPopup #buildTypeTabsContainer .tabs,
.quickLinksMenuPopup #templateTabsContainer .tabs {
  margin: 5px;
}

.quickLinksMenuPopup #buildTypeTabsContainer .tabs li,
.quickLinksMenuPopup #templateTabsContainer .tabs li {
  padding: 3px 0 3px 20px;
  margin: 2px 0;
}

.quickLinksMenuPopup #templateTabsContainer .tabs li:hover,
.quickLinksMenuPopup #templateTabsContainer .tabs li:hover a,
.quickLinksMenuPopup #buildTypeTabsContainer .tabs li:hover,
.quickLinksMenuPopup #buildTypeTabsContainer .tabs li:hover a {
  background-color: #3773C9;
  color: #fff;
  text-decoration: underline;
}

.quickLinksMenuPopup #templateTabsContainer .tabs li.selected,
.quickLinksMenuPopup #buildTypeTabsContainer .tabs li.selected {
  font-weight: normal;
}

.quickLinksMenuPopup #templateTabsContainer ul.tabs li.selected a.tabs,
.quickLinksMenuPopup #buildTypeTabsContainer ul.tabs li.selected a.tabs {
  color: #fff;
}

#templateTabsContainer .tabs li p,
#buildTypeTabsContainer .tabs li p {
  margin: 0;
  padding: 0;
}

#templateTabsContainer  .tabs li:hover,
#buildTypeTabsContainer .tabs li:hover {
  background: #E9F3FD;
}

#templateTabsContainer .tabs li.selected,
#buildTypeTabsContainer .tabs li.selected {
  background: #E9F3FD;
  font-weight: bold;
  border-radius: 0;
  box-shadow: none;
}

#templateTabsContainer .tabs li.selected a,
#templateTabsContainer .tabs li.selected .tabCounter,
#buildTypeTabsContainer .tabs li.selected a,
#buildTypeTabsContainer .tabs li.selected .tabCounter {
  color: #1564c2;
  position: static;
}

#buildTypeTabsContainer .tabs li.showMoreToggle {
  margin-top: .5em;
}

.checkoutTypeWarning {
  margin-top: 0;
  margin-bottom: .8em;
}

/* Styles for build type VCS roots */
table.actionTable {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}

table.actionTable th,
table.actionTable td {
  margin: 0;
  padding: 2px 0;
  vertical-align: top;
}

table.actionTable td.option {
  width: 30%;
  white-space: nowrap;
  font-weight: bold;
}

table.actionTable td.selector {
  width: 69%;
}

/* edit checkout rules dialog */
#checkoutRulesVcsTree .vcsTreeHandle {
  right: 0;
  top: 0;
}

#checkoutRules {
  width: 36.5em;
}

#vcsRootName {
  padding-bottom: 0.6em;
}

#editCheckoutRulesFormDialog .completionIconWrapper {
  display: inline-block;
}

.templateNote {
  margin: 0 0 1em;
  padding: 4px;
  border: 1px solid #ccc;
}

.undefinedParam {
  color: #e50000;
}

.inheritedParam {
  color: #888;
  font-style: italic;
}

.inheritedParam .edit {
  font-style: normal;
}

.protectedSetting {
  color: #888;
}

tr.editBuildStepRow td.stepNumber {
  text-align: right;
  border-right: none;
  padding-right: 0px;
  padding-left: 8px;
  white-space: nowrap;
}

tr.editBuildStepRow td.stepName {
  padding-left: 3px;
  border-left: none;
}

td.stepName div.stepDescription {
  display: none;
}

td.stepName div.stepName strong {
  font-weight: normal;
}

td.stepDescription div.stepName {
  display: none;
}

#inheritedParamName {
  margin-left: 5.5em;
}

#availableParamsPopup {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 30;
  padding: 0;
  border: 1px solid;
  border-color: #ccc #666 #666 #ccc;
  text-align: left;
  overflow-y: auto;
}

#availableParamsPopup table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  font-size: 85%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#availableParamsPopup table td,
#availableParamsPopup table th {
  padding: 3px 3px 3px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

#availableParamsPopup table th.paramName {
  width: 35%;
  white-space: nowrap;
}

#availableParamsPopup table th.paramDescription {
  width: 65%;
}

#availableParamsPopup div.separator {
  height: 3px;
}

.buildStepsMenu table {
  width: 100%;
}

.buildStepsMenu th {
  background-color: #eee;
  padding: 5px 5px 5px 10px;
  text-align: left;
}

.buildStepsMenu td {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #eee;
}

#autoCheckout,
#customCheckout {
  margin: 0.5em 0 0;
}

#checkoutType,
#checkoutDirectoryMode {
  width: 340px;
}

#checkoutDir {
  width: 342px;
}

.buildStepsPopup {
  z-index: 999 !important;
}

h3 {
  margin: 0 0 1em;
}

.suggestedSettingsTitle {
  margin-top: 2em;
}

.suggestedSettings {
  margin-top: 1em;
}

#discoveryProgressContainer {
  display: none;
  margin-top: 1em;
}

#discoveredObjects {
  display: none;
}

#buildTemplates {
  max-height: 50em;
  overflow: auto;
  overflow-x: hidden;
}

.rightButton {
  float: right;
}

.buildTemplateRow {
  background-color: #f1f4f7;
  width: 100%;
  margin: 0 0 3px;
  padding: 2px 0;
  border: 2px solid #e3e9ef;
  cursor: move;
  box-sizing: border-box;
  position: relative;
}

.buildTemplateRow .name {
  padding: 0 0 0 30px;
  overflow: hidden;
  line-height: 24px;
}

.buildTemplateRow.draggable.tc-icon_draggable:before {
  position: absolute;
  top: 8px;
  margin-left: 4px;
}

.popupDiv.popupDiv_has-triangle.firstBuildTooltip, .popupDiv.popupDiv_has-triangle.firstBuildTooltip::before {
  background-color: #ffc;
}

.runFirstBuildTooltip {
  padding-left: 12px;
}
