@media (min-width:768px) {
  .merge-conflict-resolution .merge-conflict-resolution-body .modal-dialog,
  .merge-conflict-resolution .modal-dialog {
    width: 750px;
  }
}

.merge-conflict-resolution .merge-conflict-resolution-body .reasons {
  padding-left: 0;
  list-style: none;
}

.merge-conflict-resolution .merge-conflict-resolution-body .verbose {
  min-width: 300px;
}

.merge-conflict-resolution .merge-conflict-resolution-body .nav-tabs .active .show-details {
  visibility: hidden;
}

.merge-conflict-resolution .merge-conflict-resolution-body .nav-tabs .active .alert-warning {
  background-color: #f3aa41;
  color: #fff;
}

.merge-conflict-resolution .merge-conflict-resolution-body .nav-tabs .active .alert-warning a {
  color: #fff;
}

.merge-conflict-resolution .merge-conflict-resolution-body .nav-tabs .active .alert-success {
  background-color: #53b953;
  color: #fff;
}

.merge-conflict-resolution .merge-conflict-resolution-body .nav-tabs .active .alert-success a {
  color: #fff;
}

.merge-conflict-resolution .merge-conflict-resolution-header h3 {
  display: inline;
}

.merge-conflict-resolution .merge-conflict-resolution-header .actions {
  display: inline;
  float: right;
}

.merge-conflict-resolution .merge-conflict-resolution-header .actions .btn-default {
  margin-righ: 10px;
}

@media (max-width:768px) {
  .merge-conflict-resolution .merge-conflict-resolution-header .actions {
    display: block;
    float: none;
    text-align: right;
    margin-top: 20px;
  }
}

.task-list .task {
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background: #f9f9f9;
  display: block;
  max-width: 600px;
  overflow: hidden;
  position: relative;
}

.task-list .task:hover {
  background: #fff;
  text-decoration: none;
}

.task-list .task .status {
  left: 0;
  top: 0;
  position: absolute;
  width: 52px;
  padding-top: 10px;
  border-radius: 2px 0 0 2px;
  margin-right: 12px;
  height: 100%;
  vertical-align: middle;
}

.task-list .task .details {
  display: block;
  margin-left: 60px;
  padding-right: 10px;
  overflow: hidden;
}

.task-list .task .title {
  display: block;
  color: #000;
}

.task-list .task .date {
  margin-top: 6px;
  display: block;
  color: #999;
  font-size: 8pt;
}

.status {
  display: inline-block;
  width: 37px;
  height: 37px;
  padding-top: 3px;
  border-radius: 2px;
  background: 0 .1em no-repeat;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-right: 7px;
  text-shadow: none;
  vertical-align: baseline;
  cursor: default;
  position: relative;
  color: #fff;
}

.clickable,
.log-entry.log-entry-summary .log-title,
.step-templates ol .step-template:focus,
.step-templates ol .step-template:hover,
.style-guide .card-action .card-content:focus,
.style-guide .card-action .card-content:hover,
input[type=file].uploader {
  cursor: pointer;
}

.status.status-previous {
  opacity: .65;
}

.status.status-archive {
  opacity: .2;
}

.step-templates ol .step-template:focus .description,
.step-templates ol .step-template:focus .icon,
.step-templates ol .step-template:focus .name,
.step-templates ol .step-template:hover .description,
.step-templates ol .step-template:hover .icon,
.step-templates ol .step-template:hover .name,
.style-guide .card-action .card-content:focus .card-details,
.style-guide .card-action .card-content:focus img,
.style-guide .card-action .card-content:hover .card-details,
.style-guide .card-action .card-content:hover img {
  opacity: .5;
}

.status.Info,
.status.Queued {
  background-color: #4ebbdb;
}

.status.Executing {
  background-color: #1b80c2;
}

.status.Paused,
.status.TimedOut {
  background-color: #f3aa41;
}

.status.Failed {
  background-color: #e45847;
}

.status.Canceled,
.status.Cancelling {
  background-color: #23272d;
}

.status.Success,
.status.SuccessWithWarnings {
  background-color: #55ab55;
}

.log-entry {
  margin-bottom: 12px;
  margin-top: 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.log-entry>.log-title {
  background: no-repeat;
  padding-left: 20px;
  color: #444;
}

.log-entry>.log-entry-heading {
  border-radius: 2px 2px 0 0;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  background: #f4f4f4;
}

.log-entry>.log-entry-heading>.log-entry-title {
  color: #999;
}

.log-entry>.log-entry-heading a {
  text-decoration: none;
}

.log-entry .progress {
  width: 130px;
  float: right;
  height: 15px;
  margin-top: 2px;
}

.log-entry .log-progress-text {
  margin-top: 3px;
  margin-right: 1px;
  color: #777;
}

.log-entry.log-entry-summary.Success>.log-title {
  background-image: url(summary-success.d72c3d7904135a87997465559bd157bc.hashedasset.png);
}

.log-entry.log-entry-summary.SuccessWithWarning>.log-title {
  background-image: url(summary-success-warning.b98d2cc243dd6deaf29d3f381450bea1.hashedasset.png);
}

.log-entry.log-entry-summary.Running>.log-title {
  background-image: url(summary-running.1f391a4438e7313fafb7a27c17c6b918.hashedasset.png);
}

.log-entry.log-entry-summary.Failed>.log-title {
  background-image: url(summary-failed.68ca3b2e1704882a36cd0743a1f2c980.hashedasset.png);
}

.log-entry.log-entry-summary.Pending>.log-title {
  background-image: url(summary-pending.915d8933915fde03f9d5af843a317cce.hashedasset.png);
}

.log-entry.log-entry-summary.Skipped>.log-title {
  background-image: url(summary-skipped.f1e25d7dd1466e7e9d15bcc1fe541f0d.hashedasset.png);
}

.log-entry.log-entry-summary.Canceled>span.title {
  background-image: url(summary-canceled.2c1edf09876a652f91b637cfc2fc7164.hashedasset.png);
}

.log-entry.Success>.log-entry-heading,
.log-entry.SuccessWithWarning>.log-entry-heading {
  background: #f4f9f4;
  border-color: #aad5aa;
}

.log-entry.Success {
  border-color: #aad5aa;
}

.log-entry.Success>.log-entry-heading>.log-entry-title {
  color: #4c9a4c;
}

.log-entry.SuccessWithWarning {
  border-color: #aad5aa;
}

.log-entry.SuccessWithWarning>.log-entry-heading>.log-entry-title {
  color: #f19f29;
}

.log-entry.Failed {
  border-color: #e7b6b6;
}

.log-entry.Failed>.log-entry-heading {
  background: #f9f4f4;
  border-color: #e7b6b6;
}

.log-entry.Failed>.log-entry-heading>.log-entry-title {
  color: #e45847;
}

.log-entry.Running {
  border-color: #ddd;
}

.log-entry.Running>.log-entry-heading {
  background: #f4f4f4;
  border-color: #ddd;
}

.log-entry.Running>.log-entry-heading>.log-entry-title {
  color: #31659c;
}

.log-entry .log-entry-children>.log-entry {
  margin-right: -1px!important;
}

.log-entry .log-content {
  margin-left: 16px;
}

.log-entry .log-entry-activity {
  padding-right: 8px;
}

.log-entry.log-entry-summary {
  border: 0;
}

.log-line {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  clear: both;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.log-line.Warn,
.log-line.Warning {
  color: #FF8C00;
}

.log-line.Error,
.log-line.Fatal {
  color: #e45847;
}

.log-line.Verbose {
  color: #777;
}

.log-line.Info {
  color: #444;
}

.log-line.Gap {
  color: #888;
  font-style: italic;
}

.log-line .log-message {
  white-space: pre-wrap;
  margin-right: 12em;
}

.log-line .log-category {
  float: right;
  width: 6em;
}

.log-line .log-time {
  float: right;
  width: auto;
  padding-right: 10px;
}

.log-line.full-date .log-time {
  width: 11em;
}

.log-line.full-date .log-message {
  margin-right: 17em;
}

.status-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 10px;
  font-size: 10px;
}

.expand-mode-selector {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  padding: 4px;
}

.expand-mode-selector a {
  margin-left: 3px;
  margin-right: 3px;
}

.expand-mode-selector .current {
  font-weight: 400;
  color: #222;
}

.octo-tiles {
  padding: 0;
}

.octo-tiles .octo-tile {
  display: inline-block;
  vertical-align: top;
}

.machines {
  padding-right: 0!important;
}

.project-list .project {
  width: 280px;
  height: 280px;
  margin-right: 20px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  text-align: center;
  padding: 18px;
}

.project-list .project:focus,
.project-list .project:hover {
  background: #f4f4f4;
  border: 1px solid #ddd;
  text-decoration: none;
}

.project-list .project .project-name {
  display: block;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 7pt;
  font-size: 13pt;
  max-height: 65px;
  overflow: hidden;
  margin-top: 18px;
  width: 100%;
}

.project-list .project .project-name .small,
.project-list .project .project-name small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 75%;
}

#sidebar .project-logo {
  max-width: 214px;
}

.project-logo {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 250px;
  max-height: 100px;
}

.rolling-step-logo {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-image: url(step-rolling.249db55f67bf26f9fc419d3841f440c9.hashedasset.png);
  background-size: 100% 100%;
}

.page-header .project-logo {
  height: 2em;
}

.project-list .project .project-description {
  overflow: hidden;
  max-height: 65px;
  display: block;
  text-overflow: ellipsis;
}

.project-logo-container {
  min-height: 220px;
  border: 1px solid #fff;
}

@media (max-width:767px) {
  .project-logo-container {
    min-height: auto;
  }
}

.stack {
  display: block;
  padding: 0;
  margin: 0;
}

.stack .stack-item {
  display: block;
  border-radius: 2px;
  margin: 15px 0 0;
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 0;
}

.stack .stack-item.stack-link-previous {
  border-radius: 0 0 3px 3px;
  margin-top: -2px;
}

.stack .stack-item.stack-disable,
.stack .stack-item.stack-disable h4 {
  color: #999;
}

.stack .stack-item.stack-disable h4 a {
  color: #999;
  text-decoration: line-through;
}

.stack .stack-item h3,
.stack .stack-item h4,
.stack .stack-item h5 {
  margin-top: 0;
}

.stack .stack-item .menu-button {
  float: right;
  margin: 0;
  top: 0;
  position: relative;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 0 0 0 2px;
  display: inline;
}

.stack .stack-item .menu-button a.dropdown-toggle {
  padding: 4px 7px;
  display: block;
  float: right;
}

.channels h4,
.dashboard-filter,
.dashboard-filter .form-control {
  display: inline-block;
}

.stack .stack-item .menu-button a.dropdown-toggle:hover {
  background: #f0f0f0;
}

.stack-content {
  padding: 7px 14px 4px;
}

.stack h4 {
  font-size: 13pt;
  margin-bottom: 2px;
}

.stack .stack {
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
}

.action,
ul.packages li {
  background-position: 0 .4em;
  background-repeat: no-repeat;
}

.action {
  padding-left: 32px;
}

.action-summary-container {
  position: relative;
}

.action-summary-image {
  position: absolute;
  padding: 0;
  margin-top: -1px;
  margin-left: -1px;
}

.action-summary-content {
  margin-left: 60px;
}

ul.packages {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px;
}

ul.packages li {
  line-height: 26px;
  padding-left: 28px;
  margin-left: 0;
  margin-bottom: 1px;
}

ul.packages p {
  margin-top: 2px;
  margin-bottom: 3px;
}

ul.packages li.error {
  background-image: url(shipment-error.2235625e808e4d883ed79178eecb7819.hashedasset.png);
}

ul.packages li.loading {
  background-image: url(shipment-help.b7f7d40555943d41b8b0e49aafda0a99.hashedasset.png);
}

ul.packages li.ok {
  background-image: url(shipment-ok.8844798be41e899e7720c7f0a95e8a55.hashedasset.png);
}

ul.packages li h4 {
  border: 0;
  font-size: 12pt;
  font-style: normal;
  margin: 0;
}

ul.packages li h4 dfn {
  font-style: normal;
}

.not-enabled {
  color: #777;
  opacity: .5;
  text-decoration: line-through;
}

.offline {
  color: #ec4844;
}

.laterDateTime {
  height: 100px;
}

.laterDateTime>div {
  float: left;
  padding-right: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.channels {
  max-width: 700px;
}

.channels h4 {
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 10px;
}

.channels .channel p {
  color: #000;
}

.channels .channel .version-rule .step {
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 8px;
  background-image: url(step-package.e7bf936932df3b5757efad95cc1ceb61.hashedasset.png);
}

.channels .channel .version-rule .version-rule-header {
  padding-bottom: 8px;
}

.channels .channel .version-rule {
  padding: 0 0 12pt;
}

p.channel-rule-spec {
  font-size: 15px;
  font-family: Monaco,Menlo,Consolas,'Lucida Console','Courier New',monospace;
  font-weight: 400;
}

.channel-version-rule-edit {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 20px 10px 0;
}

.version-rule .warning .form-control {
  border-color: #ffab08;
}

.version-rule .version-filter {
  padding-top: 10px;
}

.version-rule .error .form-control {
  border-color: #d53939;
}

.version-rule .success .form-control {
  border-color: #55ab55;
}

.ace_line.range-error .ace_keyword.ace_version,
.ace_line.tag-error .ace_keyword.ace_tag {
  color: red;
  font-weight: 700;
  text-decoration: line-through;
}

.ace_line.range-ok .ace_keyword.ace_version,
.ace_line.tag-ok .ace_keyword.ace_tag {
  color: green;
  font-weight: 700;
}

.ace_line.version-invalid,
.ace_line.version-invalid .ace_keyword.ace_tag,
.ace_line.version-invalid .ace_keyword.ace_version {
  color: #ff8c00;
  font-weight: 700;
  text-decoration: line-through;
}

.dashboard-filter {
  vertical-align: middle;
  float: right;
}

.dashboard-filter .control-label {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-filter .btn-dashboard-filter .clear-filter {
  font-size: 15px;
  margin-left: 5px;
}

.dva-existing {
  border: 1px solid #e2e2e2;
  padding: .5em;
}

.dva-new {
  margin-top: .5em;
}

.dva-seperator {
  position: relative;
  padding: .5em 0 0;
  margin: 0;
  width: 0;
}

.dva-seperator>div {
  position: absolute;
}

.no-action-template {
  padding-top: 10px;
  padding-bottom: 10px;
}

.step-out-of-date {
  display: block;
}

.project-menu-buffer .list-group-item.active {
  z-index: auto;
}

.missing-variable-popup {
  word-wrap: break-word;
  word-break: break-word;
}

.toggle-hide-show {
  margin-top: 10px;
  margin-bottom: 10px;
}

.step-template-logo {
  background-color: #fff;
  border: 1px solid #e8ebf0;
}

.step-templates {
  max-width: 1190px;
}

.step-templates h4 {
  margin-bottom: 20px;
}

.step-templates .grouping-container {
  position: relative;
  width: 96%;
}

.step-templates .modal-container {
  position: relative;
}

.step-templates .modal-container .modal,
.step-templates .modal-container .modal-backdrop {
  position: absolute;
}

.step-templates .search {
  margin-bottom: 25px;
}

.step-templates .search input {
  width: 300px;
}

.step-templates ol {
  padding-left: 0;
  margin-left: 0;
}

.step-templates ol .step-category {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-left: 20px;
  padding: 10px;
}

.step-templates ol .step-category:focus,
.step-templates ol .step-category:hover {
  cursor: pointer;
  background-color: #f5f7fa;
}

.step-templates ol .step-category img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.step-templates ol .step-category .category-name {
  font-size: 13.3px;
  color: #337ab7;
  text-align: center;
  margin-top: 13.3px;
  margin-bottom: 13.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95px;
}

.step-templates ol .step-template {
  width: 170px;
  height: 227px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: #f5f7fa;
  border: 1px solid #e8ebf0;
}

.step-templates ol .step-template .add-action {
  display: none;
}

.step-templates ol .step-template:focus .add-action,
.step-templates ol .step-template:hover .add-action {
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,.5);
  width: 170px;
  height: 227px;
  top: 0;
  left: 0;
  padding-right: 2px;
}

.step-templates ol .step-template:focus .add-action button,
.step-templates ol .step-template:hover .add-action button {
  top: 50%;
  position: relative;
  font-size: 13.3px;
  font-weight: 700;
  display: block;
}

.step-templates ol .step-template:focus .add-action button.add,
.step-templates ol .step-template:focus .add-action button.install,
.step-templates ol .step-template:hover .add-action button.add,
.step-templates ol .step-template:hover .add-action button.install {
  margin: -25px auto 0;
}

.step-templates ol .step-template:focus .add-action .add-action-details,
.step-templates ol .step-template:hover .add-action .add-action-details {
  position: absolute;
  bottom: 0;
  width: 168px;
  height: 24px;
  font-size: 10px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  color: #337ab7;
}

.step-templates ol .step-template:focus .add-action .add-action-details-installed,
.step-templates ol .step-template:hover .add-action .add-action-details-installed {
  display: none;
}

.step-templates ol .step-template:focus .add-action .add-action-details-update,
.step-templates ol .step-template:hover .add-action .add-action-details-update {
  background-color: #f9f1c7;
}

.step-templates ol .step-template:focus .add-action .add-action-details-update a,
.step-templates ol .step-template:hover .add-action .add-action-details-update a {
  color: #af8640;
}

.step-templates ol .step-template:focus .add-action .add-action-details-not-installed,
.step-templates ol .step-template:hover .add-action .add-action-details-not-installed {
  background-color: #fff;
}

.step-templates ol .step-template .logo {
  margin: 20px auto 10px;
  display: block;
}

.step-templates ol .step-template .name {
  height: 3em;
  font-size: 14px;
  line-height: 1.5em;
  color: #337ab7;
  padding-left: 13px;
  padding-right: 12px;
  text-align: center;
  overflow: hidden;
}

.step-templates ol .step-template .description {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  color: #555;
  padding: 10px;
  height: 61px;
  overflow: hidden;
}

.step-templates ol .step-template .template-status {
  height: 23px;
  padding-top: 4px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 10px;
}

.step-templates ol .step-template .template-status i,
.step-templates ol .step-template .template-status img {
  width: 10px;
  height: 10.5px;
  margin-left: 3px;
}

.step-templates ol .step-template .template-status-built-in {
  background-color: #337ab7;
  color: #f5f7fa;
}

.step-templates ol .step-template .template-status-installed {
  background-color: #e8ebf0;
  color: #337ab7;
}

.step-templates ol .step-template .template-status-installed span {
  color: #333;
}

.step-templates ol .step-template .template-status-not-installed {
  background-color: #fff;
  color: #337ab7;
}

.step-templates-details .alert-warning {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

.step-templates-details .template-logo-container {
  display: block;
  width: 120px;
  float: left;
  position: relative;
  z-index: 1;
}

.step-templates-details .template-logo {
  margin: 10px;
}

.step-templates-details .template-details-container {
  margin-left: 120px;
  left: 0;
  position: relative;
  z-index: 0;
}

.step-templates-details .template-details-container td:nth-child(1) {
  width: 20%;
}

.step-templates-details .margin-5 {
  margin: 5px;
}

.step-templates-details .template-summary-container {
  position: relative;
}

.step-templates-details .template-icon {
  color: #337ab7;
}

.step-templates-details .template-button-container {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.step-templates-details .template-button {
  margin-right: 5px;
  margin-bottom: 5px;
}

.step-templates-details .template-external-resources {
  font-size: 11px;
  color: #333;
}

.step-templates-details .template-external-resources .divider {
  padding-right: 3px;
  padding-left: 3px;
}

.step-templates-details .template-version {
  font-weight: 700;
}

.node-information {
  padding-top: 7px;
  margin-bottom: 0;
}

.node-tile,
.user-tile {
  margin-right: 12px;
  margin-bottom: 12px;
}

.node-information.Offline {
  color: #e45847;
}

.user-tile {
  width: 280px;
  height: 80px;
  overflow: hidden;
}

.node-tile {
  width: 400px;
}

.node-title {
  margin: -10px -15px 10px;
  padding: 10px 15px;
  background: #f9f9f9;
  height: 45px;
}

.octo-list-group-item .applied-tags-list {
  margin-left: 0;
}

.library-step-sync-default {
  color: #999;
}

.library-step-sync-success {
  color: #53b953;
}

.library-step-sync-failed {
  color: red;
}

.tenant-list {
  margin-left: 15px;
  margin-right: 15px;
}

.tenant-list .octo-list-group-item {
  border: 1px solid #e8ebf0;
}

.tenant-list .tenant-tile {
  height: 200px;
  width: 160px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  padding: 20px 10px 10px;
  background-color: #f5f7fa;
  text-align: center;
}

.tenant-list .tenant-tile .tenant-status-group {
  position: absolute;
  top: 10px;
  right: 15px;
}

.tenant-list .tenant-tile .tenant-status-group .tenant-status {
  padding: 5px;
  border-radius: 4px;
}

.tenant-list .tenant-tile .tenant-status-group .tenant-status.warning {
  background-color: #f3aa41;
  color: #fff;
}

.tenant-list .tenant-tile .tenant-status {
  font-size: 18px;
  float: right;
}

.tenant-list .tenant-tile .tenant-status .info {
  color: #3370a2;
}

.tenant-list .tenant-tile .tenant-status .success {
  color: #55ab55;
}

.tenant-list .tenant-tile .tenant-status .warning {
  color: #f3aa41;
}

.popover.tenant-status-popover .failure,
.tenant-list .tenant-tile .tenant-status .error {
  color: #e45847;
}

.tenant-list .octo-list-group {
  margin-bottom: 10px;
  max-width: none;
}

.tenant-list .octo-list-group-item-heading {
  white-space: normal;
  font-size: 16px;
  max-height: 40px;
}

.tenant-list .octo-list-group-item-icon {
  float: none;
  height: 100px;
  width: 100px;
  margin: 5px auto;
}

.tenant-list .octo-list-group-item-icon>img {
  border-radius: 4px;
}

.tenant-list .tenant-tags {
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  padding: 2px 5px;
  overflow: hidden;
}

.tenant-list .tenant-tags .tag-swatch {
  margin-left: 2px;
}

.tenant-list .tenant-tags .tag-swatch:first-child {
  margin: 0;
}

.popover.tenant-status-popover {
  min-width: 450px;
  max-width: 450px;
  width: auto;
}

.tenant-overview-project-list {
  list-style: none;
}

.tenant-overview-project-list li {
  display: inline;
}

.tenant-tags-designer .match-success {
  color: green;
}

.textMuted,
.textMuted a {
  color: #777;
}

.tenant-project-mappings .project-logo {
  float: left;
  margin-right: 10px;
}

.textMuted i.fa-check {
  visibility: hidden;
}

.applied-tags-list {
  margin: 0 -.3em;
}

.applied-tags-list i {
  padding: 0 .15em;
}

.applied-tags-list>div {
  display: inline-block;
}

.tenant-tags-designer .tenant-matches {
  padding: 0 .3em;
}

.tenant-tags-designer .tenant-matches:nth-child(2n -1) {
  background-color: #EFEEEE;
}

.tenant-tags-designer .tenant-matches>span {
  padding: 2px;
}

.tenant-tags-designer .tenant-tag-results {
  overflow-y: auto;
  max-height: 200px;
  min-height: 100px;
}

.tenant-tags-designer .search-label {
  background-color: #6e6e6e;
}

.tenants #tenant-sidebar {
  display: block;
  width: 250px;
  float: left;
  position: relative;
  z-index: 1;
}

.tenants #tenant-content-wrapper {
  left: 0;
  position: relative;
  z-index: 0;
}

.tenants #tenant-content-wrapper .panel-body {
  height: auto;
  background-repeat: no-repeat;
}

.tenants #tenant-content-wrapper .panel-body.tenant-list-image {
  background-image: url(tenant-list.e3aa8e1e7e280b75aa487ec2cbb4cf53.hashedasset.png);
}

.tenants #tenant-content-wrapper .panel-body.tenant-projects-image {
  background-image: url(tenant-projects.2f7468ec3a3f58d903806f7ae7c1d674.hashedasset.png);
}

.tenants #tenant-content-wrapper .panel-body.global-dashboard-image {
  background-image: url(global-dashboard.84ef109c7c6f10f34c26221cb6ab3460.hashedasset.png);
}

.tenants #tenant-content-wrapper .panel-body.project-tenant-dashboard-image {
  background-image: url(project-tenant-dashboard.6ece859699526927f363db4158297a48.hashedasset.png);
}

.tenants #tenant-content-wrapper .panel-body.tenant-project-variables-image {
  background-image: url(tenant-project-variables.c48130723e22c8a034200c5e7b3313fd.hashedasset.png);
}

.tenants #tenant-content-wrapper .panel-body.tenant-tag-sets-image {
  background-image: url(tenant-tag-sets.9d0c36838b894a69ca051229b5fdd530.hashedasset.png);
}

.tenants .has-sidebar {
  margin-left: 250px;
}

.style-guide .flex-container .flex-item:nth-child(1),
.tenants .no-sidebar {
  margin-left: 0;
}

.tenants .filter-header {
  background-color: #F4F4F4;
}

.tenants .table-borderless tbody tr td,
.tenants .table-borderless tbody tr th,
.tenants .table-borderless thead tr th {
  border: none!important;
}

.tenants .no-tenants {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width:768px) {
  .tenants .has-sidebar,
  .tenants .no-tenants {
    margin-left: 0;
  }
}

h3.permissions {
  font-size: 15pt;
  display: inline;
}

.style-guide ul {
  list-style-type: none;
  padding-left: 0;
}

.style-guide ul li {
  margin: 10px 0;
  clear: both;
}

.style-guide .p-margin-sm {
  margin: 0 0 5px;
}

.style-guide .truncate-1-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.style-guide .label-neutral {
  background: #fff;
  color: #337ab7;
  text-shadow: none;
}

.style-guide .search .search-box {
  margin-right: 0;
}

.style-guide .search label {
  display: block;
  font-weight: 400;
}

.style-guide .centered-vh {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.style-guide .centered-v {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-guide .background-blue {
  background-color: #337ab7;
  color: #f5f7fa;
}

.style-guide .background-grey {
  background-color: #e8ebf0;
  color: #333;
}

.style-guide .background-white {
  background-color: #fff;
  color: #337ab7;
}

.style-guide .corner-tag-left {
  position: absolute;
  height: 91px;
  width: 40px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -30px;
  left: -12px;
}

.style-guide .corner-tag-left .inner {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 20px;
  background: #53b953;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
}

.style-guide .corner-tag-left .inner .fa {
  color: #fff;
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 8px;
}

.style-guide .card-block {
  width: 100%;
  overflow: hidden;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.style-guide .card {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 15px;
  clear: none;
}

.style-guide .card-action .card-content .add-action {
  display: none;
}

.style-guide .card-action .card-content:focus .add-action,
.style-guide .card-action .card-content:hover .add-action {
  display: block;
  position: absolute;
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.style-guide .card-action .card-content:focus .add-action button,
.style-guide .card-action .card-content:hover .add-action button {
  font-size: 13.3px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.style-guide .card-action .card-content:focus .add-action button.add,
.style-guide .card-action .card-content:focus .add-action button.install,
.style-guide .card-action .card-content:hover .add-action button.add,
.style-guide .card-action .card-content:hover .add-action button.install {
  margin: 0 auto;
}

.style-guide .card-action .card-content:focus .add-action .add-action-details,
.style-guide .card-action .card-content:hover .add-action .add-action-details {
  position: absolute;
  bottom: 2px;
  width: 168px;
  height: 23px;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  color: #337ab7;
}

.style-guide .card-action .card-content:focus .add-action .add-action-details-installed,
.style-guide .card-action .card-content:hover .add-action .add-action-details-installed {
  display: none;
}

.style-guide .card-action .card-content:focus .add-action .add-action-details-update,
.style-guide .card-action .card-content:hover .add-action .add-action-details-update {
  background-color: #f9f1c7;
}

.style-guide .card-action .card-content:focus .add-action .add-action-details-update a,
.style-guide .card-action .card-content:hover .add-action .add-action-details-update a {
  color: #af8640;
}

.style-guide .card-action .card-content:focus .add-action .add-action-details-update .add-action-details-not-installed,
.style-guide .card-action .card-content:hover .add-action .add-action-details-update .add-action-details-not-installed {
  background-color: #fff;
}

.style-guide .card-content {
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 33px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #f5f7fa;
  border: 1px solid #e8ebf0;
  border-radius: 4px;
}

.style-guide .card-content .logo {
  margin: 0 auto;
}

.style-guide .card-details {
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.style-guide .card-details h5 {
  font-size: 14px;
  color: #337ab7;
  font-weight: 400;
}

.style-guide .card-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-radius: 0 0 4px 4px;
  font-size: 10px;
  padding: 5px;
  margin: 0;
}

.style-guide .card-footer i,
.style-guide .card-footer img {
  margin-left: 3px;
}

.style-guide .card-blue .card-footer {
  background-color: #337ab7;
  color: #f5f7fa;
}

.style-guide .card-grey .card-footer {
  background-color: #e8ebf0;
  color: #333;
}

.style-guide .card-inset {
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width:1024px) {
  .style-guide .card-inset {
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (max-width:543px) {
  .style-guide .card-block {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
  }

  .style-guide .card {
    margin: 5px 0;
    width: 100%;
    padding-bottom: 0;
  }

  .style-guide .card-action .card-content,
  .style-guide .card-content {
    padding: 0 0 0 10px;
    text-align: left;
  }

  .style-guide .card-action .card-content:focus .add-action button.add,
  .style-guide .card-action .card-content:hover .add-action button.add {
    margin: 0 auto;
  }

  .style-guide .card-content .logo {
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .style-guide .card-content .card-details {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 90%;
  }

  .style-guide .card-content .card-inset {
    margin-left: 10px;
    margin-right: 35px;
  }

  .style-guide .card-content .card-footer {
    width: 33px;
    margin-top: 0;
    height: 100%;
    right: 0;
    display: inline-block;
    border-radius: 0 4px 4px 0;
    text-align: center;
    padding: 0;
    left: unset;
  }

  .style-guide .card-content .card-footer span {
    display: none;
  }

  .style-guide .card-content .card-footer i,
  .style-guide .card-content .card-footer img {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.style-guide html.no-js .card {
  width: 100%;
  float: none;
}

.style-guide html.no-js .card img {
  max-width: 9.375rem;
  float: right;
  margin-left: 1.25rem;
}

@supports (display:-webkit-flex) or (display:-ms-flex) or (display:flex) {
  .style-guide html.no-js .card {
    width: 25%;
    float: left;
  }

  .style-guide html.no-js .card img {
    max-width: none;
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width:50em) {
@supports (display:-webkit-flex) or (display:-ms-flex) or (display:flex) {
    .style-guide html.no-js .card {
      width: 33.333%;
    }
}
}

@media screen and (max-width:40em) {
@supports (display:-webkit-flex) or (display:-ms-flex) or (display:flex) {
    .style-guide html.no-js .card {
      width: 50%;
    }
}
}

@media screen and (max-width:20em) {
@supports (display:-webkit-flex) or (display:-ms-flex) or (display:flex) {
    .style-guide html.no-js .card {
      width: 100%;
    }

    .style-guide html.no-js .card img {
      max-width: none;
      float: none;
      margin-left: 0;
    }
}
}

.style-guide .grouping-container {
  position: relative;
  width: 96%;
}

.style-guide .grouping-container .categories {
  padding-left: 0;
}

.style-guide .grouping-container .category-templates {
  position: absolute;
  min-height: 400px;
}

.style-guide .tile-group {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.style-guide .tile {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  clear: none;
}

.style-guide .tile-content {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.style-guide .tile-content:focus,
.style-guide .tile-content:hover {
  background-color: #f5f7fa;
  border: 1px solid #e8ebf0;
}

.style-guide .logo,
.style-guide .logo-lg {
  background-color: #fff;
  height: auto;
  text-align: center;
  overflow: hidden;
}

.style-guide .tile-content .logo {
  margin: 0 auto;
}

.style-guide .tile-content div p {
  color: #337ab7;
  text-align: center;
  margin-top: 13.3px;
  margin-bottom: 13.3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width:543px) {
  .style-guide .tile {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .style-guide .tile-content {
    width: 100%;
    height: auto;
  }

  .style-guide .tile-content div {
    display: table;
  }

  .style-guide .tile-content div img,
  .style-guide .tile-content div p {
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }

  .style-guide .tile-content div p {
    padding-left: 10px;
  }
}

.style-guide .logo {
  border: 1px solid #e8ebf0;
  border-radius: 2px;
}

.style-guide .logo-lg {
  width: 100px;
  border: 1px solid #e8ebf0;
  border-radius: 2px;
}

@media (max-width:543px) {
  .style-guide .logo-lg {
    width: 70px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-lg img {
    width: 90%;
    height: auto;
  }
}

@media (max-width:543px) and (max-width:543px) {
  .style-guide .logo-lg {
    width: 40px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-lg img {
    width: 90%;
    height: auto;
  }
}

.style-guide .logo-md,
.style-guide .logo-sm {
  border: 1px solid #e8ebf0;
  text-align: center;
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.style-guide .logo-md {
  width: 70px;
  border-radius: 2px;
}

@media (max-width:543px) {
  .style-guide .logo-md {
    width: 40px;
    background-color: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 2px;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .style-guide .logo-md img {
    width: 90%;
    height: auto;
  }
}

.style-guide .logo-sm {
  width: 40px;
  border-radius: 2px;
}

.style-guide .logo-lg img,
.style-guide .logo-md img,
.style-guide .logo-sm img {
  width: 90%;
  height: auto;
}

.style-guide .panel {
  background-color: #fff;
  border: 1px solid #e8ebf0;
  height: 100%;
}

.style-guide .panel-body {
  background-color: #f5f7fa;
}

.style-guide .panel-footer {
  background: #fff;
  border-top: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
}

.style-guide .panel-footer .help {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  margin: 10px;
  color: #337ab7;
}

.style-guide .panel-body .accordion-toggle {
  display: none;
}

.style-guide .collapse.no {
  display: block;
}

.style-guide .col-md-20 {
  width: 20%;
}

@media (max-width:768px) {
  .style-guide .getting-started .container {
    width: 100%;
  }
}

@media (max-width:543px) {
  .style-guide .getting-started .container {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide .getting-started .panel {
    margin-bottom: 10px;
  }

  .style-guide .getting-started .panel-body {
    padding: 10px 10px 0;
  }

  .style-guide .getting-started .panel-body img {
    float: left;
    margin-right: 10px;
    width: 30px;
    top: -5px;
    position: relative;
  }

  .style-guide .getting-started .panel-body h4 {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }

  .style-guide .getting-started .collapse.no {
    display: none;
  }

  .style-guide .getting-started .collapse.no.in {
    display: block;
  }

  .style-guide .getting-started .panel-footer {
    padding-bottom: 30px;
  }

  .style-guide .getting-started .panel-body .accordion-toggle {
    display: block;
    position: static;
  }

  .style-guide .getting-started .panel-body .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    top: 13px;
  }

  .style-guide .getting-started .panel-body .accordion-toggle.collapsed:after {
    content: "\e080";
  }
}

.style-guide .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.style-guide .flex-container .flex-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 0;
  padding-right: 0;
}

.style-guide .flex-container .flex-item.col-md-4 {
  width: 100%;
  width: 32%\9;
}

.style-guide .flex-container .flex-item:nth-last-child(1) {
  margin-right: 0;
}

@media (max-width:768px) {
  .style-guide .flex-container {
    display: block;
    justify-content: none;
    align-items: none;
    width: 100%;
  }

  .style-guide .flex-container .flex-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.style-guide .deploy-success {
  width: 300px;
  height: auto;
  background: #0F2535;
}

.style-guide .deploy-success span.svg1 {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100px;
  height: 100px;
  max-width: 100px;
  margin: auto;
  fill: #2F93E0;
}

.style-guide .deploy-success span.svg2 {
  display: block;
  position: absolute;
  top: 100px;
  left: 80px;
  width: 50px;
  height: 50px;
  max-width: 50px;
}

.style-guide .deploy-success .img-firework {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: elastic-pulse;
  animation-delay: 0s;
}

.style-guide .deploy-success .img-firework2 {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: elastic-pulse;
  animation-delay: 5s;
}

.style-guide .deploy-success .firework-icon .cls-1,
.style-guide .deploy-success .firework-icon .cls-2,
.style-guide .deploy-success .firework-icon .cls-3 {
  opacity: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.style-guide .deploy-success .firework-icon .cls-3 {
  animation-name: fireworthree;
  animation-delay: .11s;
}

.style-guide .deploy-success .firework-icon .cls-2 {
  animation-name: fireworktwo;
  animation-delay: .41s;
}

.style-guide .deploy-success .firework-icon .cls-1 {
  animation-name: fireworkone;
  animation-delay: .71s;
}

@keyframes fireworkone {
  0%, 100% {
    opacity: 0;
  }

  25%, 75% {
    opacity: .15;
  }

  50% {
    opacity: .3;
  }
}

@keyframes fireworktwo {
  0%, 100% {
    opacity: 0;
  }

  25%, 75% {
    opacity: .45;
  }

  50% {
    opacity: .8;
  }
}

@keyframes fireworthree {
  0%, 100% {
    opacity: 0;
  }

  25%, 75% {
    opacity: .55;
  }

  50% {
    opacity: 1;
  }
}

@keyframes elastic-pulse {
  0% {
    transform: scale(.2);
  }

  100% {
    transform: scale(1);
  }
}

.style-guide .deploy-success #octopus {
  position: absolute;
  top: 130px;
  left: 51px;
  fill: #fff;
}

.style-guide .deploy-success #balloon {
  position: absolute;
  top: 30px;
  left: 114px;
  width: 70px;
  animation-name: balloon-bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes balloon-bounce {
  from {
    top: 30px;
  }

  to {
    top: 35px;
  }
}

.label {
  margin: 1px;
}

label.control-label {
  overflow-wrap: break-word;
}

input[type=file].uploader {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.clear-both {
  clear: both;
}

.tutorial {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #888;
}

.tutorial.tutorial-center {
  text-align: center;
}

.fade-in-when-loaded {
  opacity: 0;
}

.fade-in-when-loaded.has-loaded {
  opacity: 1;
  -webkit-animation: .2s fade-in;
  -moz-animation: .2s fade-in;
  -o-animation: .2s fade-in;
  animation: .2s fade-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.input-sensitive .input-group-btn .btn,
.js-fileapi-wrapper .input-group-btn .btn {
  padding-top: 7px;
  padding-bottom: 4px;
}

.select2-hidden-accessible {
  display: none;
}

#main-navbar-collapse .dropdown-menu {
  overflow-x: hidden;
  max-height: 350px;
}

#main-footer {
  bottom: 1em;
  position: fixed;
  right: 1em;
  z-index: 150;
}

.loading-wrapper-spinner {
  margin: .5em;
}

.fullscreen-button {
  position: relative;
  right: 35px;
  text-align: right;
  float: right;
  display: inline-block;
  top: 5px;
  z-index: 20;
  opacity: .5;
}

.fullscreen-body #main-navbar,
.fullscreen-body .page-header,
.octo-feature-denied,
.octo-permission-denied,
.octo-permission-unknown {
  display: none!important;
}

.fullscreen-content {
  height: auto;
  width: auto;
  border: 0;
  margin: 0;
  position: fixed!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
}

.fullscreen-controls {
  z-index: 10000;
  margin: 10px 20px 10px 10px;
  float: right;
}

.fullscreen-body #content-wrapper {
  overflow: visible;
}

.big-on-full {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.fullscreen-content .big-on-full {
  top: 40px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  position: absolute;
}

.advanced-selector .match-count {
  position: absolute;
  right: 1em;
  font-size: 9pt;
  color: #888;
}

.advanced-selector.with-border {
  padding: 10px 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}