body {
  font-family: arial, sans-serif;
}
.navbar .heading {
  text-transform: uppercase;
  line-height: 62px;
  color: #e02e14;
  font-weight: bold;
}
.page-content {
  background-color: #fff;
  padding: 15px 30px;
}
.page-content .order-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer {
  padding: 15px;
}
.footer p {
  text-align: center;
  margin: 0;
  font-size: .7em;
  color: #444;
}

.discount-grid th,
.discount-grid td {
    min-width: 40px;
}

.matrix-table,
.products-table,
.orders-table {
  border-collapse: separate;
  border-spacing: 2px;
}
.matrix-table th,
.products-table th,
.orders-table th {
  background-color: #f6a397;
  color: #fff;
}
.matrix-table thead th,
.products-table thead th,
.orders-table thead th,
.matrix-table td,
.products-table td,
.orders-table td {
  text-align: center;
  border: none !important;
}
.matrix-table th,
.products-table th,
.orders-table th,
.matrix-table td,
.products-table td,
.orders-table td {
  vertical-align: middle !important;
}
.matrix-table th i,
.products-table th i,
.orders-table th i,
.matrix-table td i,
.products-table td i,
.orders-table td i {
  color: #f6a397;
}
.matrix-table tr:nth-child(odd),
.products-table tr:nth-child(odd),
.orders-table tr:nth-child(odd) {
  background-color: #fef6f5 !important;
}
.matrix-table tr:nth-child(even),
.products-table tr:nth-child(even),
.orders-table tr:nth-child(even) {
  background-color: #fdeae7;
}
.products-table th:first-child,
.orders-table th:first-child,
.products-table td:first-child,
.orders-table td:first-child {
  text-align: left;
}
.products-table tbody:nth-child(even) tr:first-child,
.orders-table tbody:nth-child(even) tr:first-child {
  background-color: #fdeae7 !important;
}
.orders-table thead th,
.orders-table th,
.orders-table td {
  text-align: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.no-orders-awaiting-msg {
  display: block;
  text-align: center;
}
.dlgWindow {
  background-color: white;
  padding: 0 !important;
  width: inherit !important;
  height: auto !important;
  border-width: 3px !important;
  border-color: #e02e14 !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dlgWindow .rwTitleBar,
.dlgWindow .rwStatusBar {
  display: none !important;
}
.dlgWindow .rwContent {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  -webkit-border-radius: 0 0 1px;
  -khtml-border-radius: 0 0 1px;
  -moz-border-radius: 0 0 1px;
  border-radius: 0 0 1px;
  overflow: hidden;
}
.dlgWindow .dlgTitle {
  padding: 5px;
  background-color: #e02e14;
  color: #fff;
}
.dlgWindow .dlgText {
  padding: 10px 10px;
  font-size: 14px;
}
.dlgWindow .dlgTitle,
.dlgWindow .dlgText,
.dlgWindow .dlgButtons {
  margin: 0 auto;
}
.dlgWindow .dlgTitle h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
.dlgWindow .dlgButtons {
  float: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.hidden {
  display: none;
}
@media (max-width: 767px) {
  .text-align-right {
    text-align: right !important;
  }
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar .heading {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
  }
  .navbar-header {
    background-color: #e02e14;
  }
  .navbar-brand {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 10px;
  }
  .navbar-brand img {
    max-width: 116px;
  }
  .page-content {
    margin: 0 -15px;
  }
  .matrix-table td {
    text-align: right;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .matrix-table th,
  .matrix-table td {
    width: 50%;
  }
  .products-table tbody:after,
  .orders-table tbody:after {
    content: '';
    display: block;
    height: 10px;
  }
  .products-table tbody:last-child:after,
  .orders-table tbody:last-child:after {
    height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .navbar .navbar-brand {
    padding: 10px;
  }
  .navbar .navbar-brand img {
    max-width: 166px;
  }
}
@media (max-width: 991px) {
  .matrix-col {
    /*margin-top: 30px;*/
  }
}
@media (min-width: 992px) {
  .matrix-table tbody th {
    max-width: 130px;
  }
}
@media (min-width: 1140px) {
  .matrix-table tbody th {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
