@import url(/css/vcsTable.css);@import url(/css/settingsTable.css);
/*---
/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/statusTable.css
---*/
.statusBlockContainer {
  left: 0 !important;
  min-width: 990px;
  padding: 3px;
}

table.statusTable {
  width: 100%;
  padding: .35em 0;
}

.statusTable .takeResponsibility {
  position: relative;
  left: -3px;
}

.statusTable .responsible span.responsibilityMessage {
  padding: 0 4px;
  margin-bottom: 5px;
}

.failureStatusBlock {
  background-color: #fef7f7;
  border: #e50000 solid 1px;
}

.successStatusBlock {
  background-color: #f5fbf7;
  border: #4da400 solid 1px;
}

.unknownStatusBlock {
  background-color: #f5f5f5;
  border: #DDD solid 1px;
}

.queuedStatusBlock {
  background-color: #f1f4f7;
  border: #e3e9ef solid 1px;
}

/*---
/css/buildDataStatus.css
---*/
dl#buildDataStatus {
  height: 100%;
  margin: 0;
  padding: 0 0 0 13px;
  font-size: 90%;
}

dl#buildDataStatus dd {
  margin: 0 0 0 7.1em;
  padding: 3px 0;
}

dl#buildDataStatus dt {
  float: left;
  width: 8em;
  padding: 2px 0 0 0;
}

.cancelledInfo {
  padding-top: 0;
  padding-left: 0;
}

table.statusTable td.st {
  /* we use additional class here because we have to avoid restyling of nested table */
  padding: 3px 0 3px 20px;
  vertical-align: top;
}

table.statusTable td.fixed {
  width: 25%;
  padding-right: 5px;
}

table.statusTable td.labels {
  width: 10%;
  white-space: nowrap;
}

table.statusTable .duration{
  white-space: nowrap;
}

table.statusTable div.duration{
  white-space: nowrap;
  display: inline-block;
  width: 50%;
}

table.statusTable div.stopLink {
  position: relative;
  margin-left: 1.5em;
  display: inline-block;
  vertical-align: top;
}

table.statusTable .agentDetails{
  white-space: normal;
  min-width: 8em;
}

#userBuildDetails {
  margin-top: 0.6em;
  line-height: 2em;
}

.buildArtifacts #userBuildDetails {
  margin: 0 0 0.5em 0;
}

#userBuildDetails img,
#userBuildDetails .icon16,
#userBuildDetails .icon-asterisk,
#userBuildDetails .svg-icon {
  margin-right: .4em;
}

#userBuildDetails .favoriteBuild,
#userBuildDetails .commentLongIcon {
  display: inline-block;
  box-sizing: border-box;
  width: 21px;
  text-align: left;
  padding-left: 2px;
}

#userBuildDetails .buildProblemIcon_asterisk {
  width: 14px;
  padding-left: 3px;
}

#userBuildDetails .personalIconWrapper,
#userBuildDetails .pinImg {
  display: inline-block;
  box-sizing: border-box;
  width: 17px;
  padding-left: 3px;
}

#userBuildDetails .pinImg {
  padding-left: 1px;
  vertical-align: -3px;
}

#userBuildDetails .tags .btn_mini {
  vertical-align: text-top;
}

#userBuildDetails .unselectedTag {
  background-color: #FFF;
  border-color: #DDD;
}

#userBuildDetails .unselectedTag:hover {
  background-color: #EEE;
}

#userBuildDetails .tagIcon {
  padding: 0 1px;
  margin-right: 2px;
  vertical-align: -4px;
}

/** agent status style: */
.unregistered {
  color: #e50000;
}

/*---
/css/buildLog/runningLogStatus.css
---*/
/*------------------------ Styles for the running build info*/
#runningLogStatus {
  font-size: 100%;
}

.runningBuildStatus {
  background-color: #f2f9ff;
  float: left;
  width: 69%;
  border: 1px solid #B6D1ED;
}

span.stopBuild {
  font-weight: normal;
  font-size: 90%;
}

/*============================ Also running table ==============================*/

#alsoRunning {
  float: right;
  width: 24%;
  margin-left: 25px;
  padding: 5px 5px 15px 20px;
  font-size: 100%;
  border: 1px solid #F0F6F3;
}

#alsoRunning h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
}

#alsoRunning ul {
  margin: 0;
  padding: 5px 5px 5px 0;
  list-style: none;
}

#alsoRunning li {
  margin-bottom: .3em;
  margin-left: 0;
  padding-left: 0;
}

#alsoRunning li p {
  margin: 0 0 0 21px;
  font-size: 85%;
}

/*---
/css/buildLog/buildLogTree.css
---*/
.rTree .open > .msg > .ts,
.rTree .closed > .msg > .ts {
  cursor: pointer;
}

.rTree .ts {
  position: relative;
}

.rTree .handle {
  position: absolute;
  right: 2px;
  bottom: 0;
}

.console_mod .handle {
  bottom: 1px;
}

.rTree .open .handle {
  background-position: -175px 3px;
}

.rTree .closed .handle {
  background-position: -173px -16px;
}

.console_mod .open .handle {
  background-position: -195px 3px;
}

.console_mod .closed .handle {
  background-position: -213px -16px;
}

.rTree .leaf > .handle,
.rTree .emptyOpen > .handle,
.rTree .emptyClosed > .handle {
  background: none;
}

.rTree .leaf:hover,
.rTree:not(.console_mod) .leaf:hover > .msg:not(.focus) > .mark,
.rTree .open:hover,
.rTree .closed:hover,
.rTree .withPopup,
.rTree .hover .mark {
  background-color: #F5F5F5;
}

.rTree.console_mod .leaf:hover,
.rTree.console_mod .open:hover,
.rTree.console_mod .closed:hover,
.rTree.console_mod .withPopup,
.rTree.console_mod .hover .mark {
  background-color: #404040;
}

.rTree .focus,
.rTree .focus .mark {
  background-color: #FFC;
}

.rTree.console_mod .focus,
.rTree.console_mod .focus .mark {
  background-color: #998;
  width: 100%;
}

.rTree.console_mod .focus .time,
.rTree.console_mod .focus .internal_msg {
  color: #3f3f3f;
}

.rTree.console_mod .focus a {
  color: #073D7D;
}

/* pC = popupContent */
.rTree .pC {
  display: none;
}

.messagePopup {
  padding: 2px;
}

.messagePopup .messages {
  margin: 5px;
  padding: 0;
  list-style: none;
}

.buildLogPopup li {
  line-height: 1.6;
}

.buildLogPopupLink {
  white-space: nowrap;
}

.stickyBar > .actionBar {
  margin: 0px;
}

.partialLogWarn {
  background: #ffc;
  padding: 8px;
}

.continueLog {
  padding-top: 8px;
  padding-bottom: 16px;
}
/*---
/css/buildLog/viewLog.css
---*/
/*----------- Major layout issues ---*/
#container {
  margin-top: 10px;
}

/*----------- Build details collapsable block ---*/
.buildDataDetails {
  display: none;
  margin-bottom: .4em;
}

/*----------- next/previous build paging styles ---*/

span.shortHistory {
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
}

.logPaging, .nextPrevPaging {
  margin: 0 0 0 0;
}

.logPaging td, .nextPrevPaging td {
  padding: 0 10px;
  white-space: nowrap;
}

.logPaging td strong, .nextPrevPaging td strong{
  font-weight: 900;
  font-size: 130%;
}

.logPaging td a:hover {
  text-decoration: none;
}

.logPaging td a:hover strong {
  text-decoration: underline;
}

.logPagingEmpty, .nextPrevPaging {
  margin: 0;
  padding: 0;
}

/*---------- end*/

td.title {
  font-weight: bold;
  font-family: Menlo, "Bitstream Vera Sans Mono", "Ubuntu Mono", Consolas, "Courier New", Courier, monospace;
  white-space: pre;
}

#buildTags,
#buildTagsInner {
  display: inline;
}

#buildTags form {
  display: inline;
}

#providedArtifacts,
#downloadedArtifacts {
  width: 100%;
  margin-top: 1em;
}

.dependenciesTable {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0px;
}

.dependenciesTable td {
  margin-top: 10px;
  padding: 10px 0 2px 4px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}

table td.buildInfo {
  width: 35em;
}

div.artifactsTree {
  margin: 0;
  padding: 0;
}

div.artifactsTree .tree {
  margin: 0;
  padding-top: 3px;
}

/*------------ short build history TD*/
.tabsTable td.besideContent {
  width: 25em;
  text-align: right;
  vertical-align: top;
}

/*---
/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/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/labels.css
---*/
.messagesHolder {
  width: 60%;
  margin-top: 0.5em;
}

div.labelVcsRootsTitle {
  clear: both;
  width: 7em;
  padding-top: 1em;
}

.labelName {
  clear: both;
  float: left;
  width: 7em;
}

ul.vcsRootsToLabel {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.vcsRootsToLabel li {
  padding: 5px 0 0 0;
}
/*---
/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/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/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;
}
