.page-header {
  margin-top: 0;
}
#pageHeadSpacer {
  height: 20px;
}
#pageHeadSpacer hr {
  display: none;
}
#pageHead {
  background: #002a53;
  border: none;
  box-shadow: none;
}
#pageHead .container {
  position: relative;
}
#pageHead .container .navbar-header {
  position: relative;
  z-index: 100;
}
#pageHead .container .navbar-header .navbar-brand {
  padding: 11px 9px;
}
#pageHead .container #brandMotto {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  margin: 0;
  width: 292px;
  height: 80px;
  text-indent: -200em;
  overflow: hidden;
  background: transparent url(img/header-motto-plain.png) top left no-repeat;
}
@media (max-width: 540px) {
  #pageHead .container #brandMotto {
    right: -100px;
  }
}
.disclaimer {
  padding-left: 80px;
  position: relative;
  background-image: url(img/icon-alert.png);
  background-repeat: no-repeat;
  background-position: 11px center;
}
.warning {
  padding-left: 85px;
  background-image: url(img/icon-alert.png);
  background-repeat: no-repeat;
  background-position: 11px 21px;
}
.approvalButtons .btn {
  margin-right: 1.5em;
}
.approvalFiles {
  background: #808080;
  color: #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}
.approvalFiles .thumbnail.fileBox {
  border: none;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.approvalFiles .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002a53;
  color: #fff;
  border: 0;
  margin: 0;
}
.flotChart {
  min-height: 350px;
}
.flotTooltip {
  position: absolute;
  display: none;
  border: 1px solid #aaa;
  padding: 2px;
  color: #000;
  background-color: #fee;
  opacity: 0.80;
}
#pageFooter {
  margin-bottom: 20px;
}
.orderContent .orderColumnLabel {
  background: #dfdfdf;
  font-weight: bold;
  padding: 4px 0;
}
.orderContent .orderItemRowHeader {
  font-weight: bold;
  border-top: 2px solid;
  padding-top: 5px;
}
.orderContent .mainItem {
  padding-bottom: 5px;
  color: #1d1f22;
}
.orderContent .mainItem .colors {
  color: #5d5f62;
}
.orderContent .subItem {
  font-size: 12px;
  padding: 5px 0;
}
.orderContent .subItem:first-child {
  border-top: 1px solid #cdcfd2;
}
.orderContent .orderTotalRow {
  border-top: 2px solid;
  padding-top: 5px;
}
.orderContent .priceRow {
  color: #000000;
  padding-bottom: 5px;
}
.orderContent .sizes .list-inline {
  margin-bottom: 0;
}
.orderContent .price {
  text-align: right;
}
.orderContent .line-comment {
  color: #124756;
}
