div.request-header .header-item {
  width: 32%;
  display: inline-block;
}

div.detail-pane {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

div.detail-pane h3 {
  margin-bottom: 3px;
}
table.status-list tr {
  /*border-bottom: 1px solid #ccc;*/
}
table.status-list td.check,
span.status-check {
  background-image: url(../images/symbol-checkmark-green-solid-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
table.status-list td.open,
span.status-open {
  background-image: url(../images/symbol-play-solidfill-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
table.status-list td.hold,
span.status-hold {
  background-image: url(../images/symbol-pause-outline-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
table.status-list td.ready,
span.status-ready {
  background-image: url(../images/symbol-thumbs-up-green-outline-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
table.status-list td.urgent {
  background-image: url(../images/symbol-alert-red-outline-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
/*table.status-list tr.active {
  color: #255b1e;
  background-color: #bebfb9;
}
table.status-list tr.hold {
  color: #040f37;
  background-color: #fffce5;
}*/
table.status-list td.new {
  background-image: url(../images/symbol-asterisk-solidfill-20x20.png);
  background-position: 8px center;
  background-repeat: no-repeat;
}
span.urgent {
  color: red;
  font-weight: bold;
}
.alert {
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  margin: 3px 0;
}
.alert.alert-status {
  color: #3498db;
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.alert.alert-success {
  color: #234600;
  border-color: #be7;
  background-color: #f8fff0;
}
.alert.alert-warning {
  color: #840;
  border-color: #ed5;
  background-color: #fffce5;
}
.alert.alert-error {
  color: #8c2e0b;
  border-color: #333;
  background-color: #fef5f1;
}
/*table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
}
table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
}*/
