.template-system-clusters .view-container {
  background: #f5f5f5;
}
.template-system-clusters .tab-content {
  padding: 16px;
}
.template-system-clusters .ui-tabs >.header {
  background: #fff;
  padding: 9px 4px;
}
.template-system-clusters .details {
  background: #f5f5f5;
}
.template-system-clusters .details .box {
  margin: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.template-system-clusters .details .box >.header {
  padding: 10px;
  background: #fff;
  z-index: 12;
}
.template-system-clusters .details .box >.header .title {
  color: #116477;
  font-size: 1.4em;
}
.template-system-clusters .details .box >.content {
  padding: 14px;
}
.template-system-clusters .details .box.git {
  position: relative;
}
.template-system-clusters .details .box.git .updating {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(255,255,255,0.8);
  text-align: center;
}
.template-system-clusters .details .box.git .updating md-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #116477;
}
.template-system-clusters .details .box.git .updating .title {
  font-size: 2em;
  color: #116477;
}
.template-system-clusters .details .box.git .log {
  border-left: solid 4px #116477;
  margin: 24px 0;
}
.template-system-clusters .details .box.git .log .commit {
  position: relative;
}
.template-system-clusters .details .box.git .log .commit.current {
  font-weight: bold;
}
.template-system-clusters .details .box.git .log .commit.current .bullet {
  background: #116477;
}
.template-system-clusters .details .box.git .log .commit:first-child {
  margin-top: 0;
}
.template-system-clusters .details .box.git .log .commit:first-child >* {
  margin-top: 0;
}
.template-system-clusters .details .box.git .log .commit:last-child {
  margin-bottom: 0;
}
.template-system-clusters .details .box.git .log .commit:last-child >* {
  margin-bottom: 0;
}
.template-system-clusters .details .box.git .log .commit .bullet {
  left: -30px;
  top: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 3px #116477;
  border-radius: 100%;
}
.template-system-clusters .details .box.git .log .commit .date {
  text-align: right;
  white-space: nowrap;
}
.template-system-clusters .details .box.git .log .rest {
  color: #116477;
  padding: 0px 14px;
  font-size: 2em;
}
.template-system-clusters .details .box.git .warn {
  background: #f44336;
  color: #fff;
  border-radius: 4px;
}
.template-system-clusters .details .box.git .warn .message {
  padding: 10px;
  line-height: 1.6em;
}
.template-system-clusters .details .box.logs .entries {
  height: 400px;
  overflow: auto;
}
.template-system-clusters .details .box.logs .entries .entry {
  border-left: solid 3px #116477;
  margin: 10px 0;
  padding: 0 10px;
}
.template-system-clusters .details .box.logs .entries .entry .header {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.template-system-clusters .details .box.logs .entries .entry .line {
  border-bottom: solid 1px #c2c2c2;
  padding: 5px 0;
}
.template-system-clusters .servers .server {
  border-bottom: solid 1px #808080;
  padding: 14px;
  cursor: pointer;
}
.template-system-clusters .servers .server:last-child {
  margin-right: 0;
}
.template-system-clusters .servers .server:hover {
  background: #e3e3e3;
}
.template-system-clusters .servers .server .title {
  font-weight: bold;
}
