.nowrap {
  white-space: nowrap;
}

.ngCellText .app-icon-small {
  width: 24px;
  vertical-align: middle;
}

.filter-header {
    padding-bottom: 10px;
}

.app-name {
    padding-left: 10px;
}

.profile-selector-name .app-name {
    padding-left: 4px;
}


img.icon-small-app {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}

.profile-selector-name {
    line-height: 24px;
}

img.icon-selected-app {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.selected-app-name {
    line-height: 36px;
    padding-left: 5px;
}

.controller-pod-counts {
    padding-right: 16px;
    padding-top: 8px;
}

.pipeline-build-block {
    background-color: rgb(238, 238, 238);
    display: inline-block;
    width: 100%;
}

.pipeline-build {
    background: white;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.pipeline-deploy {
    background: white;
    border:5px solid;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: black;
}

.widget-body > .pipeline-panel,
.widget-body > .pipeline-panel > *,
.widget-body > .pipeline-panel > * > *,
.widget-body > .pipeline-panel > * > *  > *,
.widget-body > .pipeline-panel > * > *  > * > * {
  height: 100%;
  vertical-align: middle;
}

.pipeline-block {
  width: 100%;
}

.build-fail {
    border-color: lightcoral;
}

.build-success {
    border-color: lightgreen;
}

.build-pending {
    border-color: khaki;
}

.build-aborted {
    border-color: silver;
}

.build-not-started {
    border-color: lightblue;
}


.pipeline-build a {
    color: black;
}
.pipeline-deploy a {
    color: black;
}

.pipeline-pod-counts {
    padding-right: 16px;
    padding-top: 8px;
}

.pipeline-row {
    background: lightgrey;
    border-radius: 4px;
    height: 80px;
    display: inline;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    border: 20px;
    margin: 5px;
}

.pipeline-arrow {
    font-size: 1.2em;
}

.icon-heading {
    font-size: 24px;
}


.row-header {
    padding-bottom: 20px;
}

.project-overview-title {
    padding-left: 80px;
    padding-top: 18px;
}

.project-overview-title a {
    color: black;
}

/*

.raw-json-view {
    width: 90%; height: 700px;
}
*/

.raw-json-view .CodeMirror {
    height: 90%;
}

.k8sServiceApp-menu {
  width: 260px;
}

.k8sServiceApp > a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 32px !important;
}

.k8sServiceApp > a > img {
  vertical-align: bottom;
}

.k8sServiceApp > a > span {
  font-size: 14px;
  line-height: 32px;
}

.breadcrumb-tabs {
    padding-top: 5px;
}

tbody .ngCellText i {
  margin-right: 5px;
}

.log-success {
    color: green;
}

.log-warn {
    color: orange
}

.log-error {
    color: red;
}


.form-warning.bg-danger {
    padding: 8px;
}

legend {
  border-bottom: none;
}

/* TODO lets work around some ui-bootstrap / patternfly css gremlins */
.modal .modal-dialog {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* lets set this to the same size as modal-dialog */
.modal {
    width: 600px;
}

.btn.btn-padding {
    margin-left: 5px;
    margin-right: 5px;
}

.k8s-badge-batch {
    background-color: darkblue;
}
.k8s-badge-type {
    background-color: darkgreen;
}
.k8s-badge-region {
    background-color: darkred;
}

.k8s-badge-system {
    background-color: darkmagenta;
}

.k8s-badge-target {
    background-color: Red;
}
.badge-remind{
    background-color: Red;
}