.template-utility .toolbar .parameters {
  padding: 16px;
}
.template-utility .toolbar .parameters .parameter {
  border-bottom: solid 1px #d0d0d0;
  padding-bottom: 20px;
}
.template-utility .toolbar .parameters .parameter:last-child {
  border-bottom: none;
  padding-bottom: initial;
}
.template-utility .toolbar .parameters .parameter .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #7b7b7b;
}
.template-utility .log md-virtual-repeat-container {
  height: 400px;
}
.template-utility .log .line.error {
  color: #e80000;
}
.template-utility .log .line.error md-icon {
  color: #e80000;
}
.template-utility .log .line.error .icons {
  border-color: #e80000;
}
.template-utility .log .line.success {
  color: #17a201;
}
.template-utility .log .line.success md-icon {
  color: #17a201;
}
.template-utility .log .line.success .icons {
  border-color: #17a201;
}
.template-utility .log .line .message {
  white-space: pre-wrap;
  line-height: 1.6em;
}
.template-utility .log .line .icons {
  width: 25px;
  border-right: solid 3px transparent;
  padding-right: 3px;
  margin-right: 6px;
}
.template-utility .progress-bar .title {
  font-weight: bold;
  font-size: 18px;
}
.template-utility .progress-bar .current {
  color: #808080;
  font-size: 13px;
}
.template-utility .progress-bar md-icon {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.template-utility .progress-bar md-icon.complete {
  color: #008000;
}
.template-utility .progress-bar.complete md-progress-linear .md-bar {
  background-color: #008000;
}
