.logs{
  max-height: 500px;
  display: block;
  border: 0;
  background: white;
}

.projects {
  width: 100%;
}

footer {
  margin: 30px 0;
}

.vertical-margin {
  margin: 20px 0;
}

.container-detail {
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  margin-bottom: 30px;
}


.service .off.panel{
  border-color: #CCC;
  color: #CCC;

}

.service .off.panel > .panel-heading {
  background-color: #F9F9F9;
  border-color: #CCC;
}


/* combined logs modal */
.combined-logs {
  overflow-x: scroll;
  height: 500px
}

.combined-logs-line {
  display: block;
  white-space: pre;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 10px;
  word-wrap: normal;
}

@media (min-width: 992px) {
  .modal-xl {
    width: 90%;
    margin: 30px auto;
  }
}

@media (min-height: 850px) {

  .combined-logs {
    min-height: 700px
  }
}

.logs-0 {
  color: #F44336;
}
.logs-1 {
  color: #E91E63;
}
.logs-2 {
  color: #9C27B0;
}
.logs-3 {
  color: #673AB7;
}
.logs-4 {
  color: #3F51B5;
}
.logs-5 {
  color: #2196F3;
}
.logs-6 {
  color: #03A9F4;
}
/* END combined logs modal */

.spinner {
  animation-name: rotation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  from { transform: scale( 1 ) rotate( 0deg );   }
  to   { transform: scale( 1 ) rotate( 360deg ); }
}

.project-wizard {
  padding: 10px 50px;
}

.search-items {
  margin-top: 10px;
}

.lines-input {
  max-width: 80px
}

.btn-group {
  margin-bottom: 10px;
}


code {
  display: block;
  white-space: pre-wrap;
  text-align: left;
  padding: 20px
}


.margin-auto {
  margin: 0 auto
}


.yml {
  background-color: white;
  border: 0
}

.btn-delete-project {
  margin-top: 40px
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header {
  background: #3F51B5;
}

.projects .btn-default {
  background-image: linear-gradient(to bottom, #fff 0%, #F4F4F4 100%);
  min-height: 50px;
  line-height: 32px;
}

.projects .btn-default:hover,.projects .btn-default:active, .projects .btn-default:focus {
  background-position: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #E8E8E8 100%);
}


@media (min-width: 768px){
  .form-inline .query {
    width: 140px
  }
}

.btn {
  padding: 6px 9px;
}

.shell-selector-list a {
  cursor: pointer;
}