/* Removes Parent Accout Number */
body > div.customertools.flyout-items-loaded.new.open > div > div.switch-account-new.small.hidden > table > tbody > tr:nth-child(3) {
    display: none;
}

/* Removes Terms, Route & Salesperson from Orders Page */
.ex-order section.myorderview #order-top .customer-orders-terms,
.ex-order section.myorderview #order-top .customer-orders-route,
.ex-order section.myorderview #order-top .customer-orders-salesperson {
display: none;
}

/* Removes Freight Icon */
#productsummary_383 > div > div.row.product-details-wrapper > div > div.margindiv.product-indicators > i.fa.fa-archive {
    display: none;
}
div > div.footer > div.footer-wrapper > div.footer-wrapper-description > div.indicators-grid > i.fa.fa-archive {
    display: none;
}

/* Orders Page Top Notes */
body > div.page-content > section.myorders > div.row.tab-content:before {
content: "To begin a return, please click on an order number below.";
font-size: 20px;
font-weight: bold;
display: block;
color: #1b8ece;
padding: 0 15px ;
}

#orderView > section > div:nth-child(9) > div:nth-child(1) > div {
    display: none;
}

/* Added Notes to Return Pages */
#orderView > section > div:nth-child(7):before {
    content: "Return form is only available if order is within return policy timeframe."
}
#orderView > section > div:nth-child(7):before {
    color:red
}
#returnForm > div > div > div.modal-header:after {
    content: "Only returnable items are available in the item dropdown."
    color:red
}

/* Hides Weight and Tax Columns */
#orders-items > table > thead > tr > th.order-weight.text-right {
    display: none
}
#orders-items > table > tbody > tr > td.order-weight.text-right {
    display: none
}
#orders-items > table > thead > tr > th.order-tax.text-right {
    display: none
}
#orders-items > table > tbody > tr > td.order-tax.text-right {
    display: none
}

/* Hides "Pack Of" column in Quick Order */
#quickordergrid_901 > div > div.row-fluid.margin-div.grid-container.no-more-tables.gridcontent > table > thead > tr > th:nth-child(5) {
    display: none;
}
#quickordergrid_901 > div > div.row-fluid.margin-div.grid-container.no-more-tables.gridcontent > table > tbody > tr > td:nth-child(5) {
    display: none;
}

/* Adds Tax Note to Orders Approval Page */
#orders-items:after {
  content: "Above totals do not include any appropriate sales tax.";
  color:red;
}

/* Replacing "Total ex Tax" with just "Total" */
#orders .table > thead > tr > th.order-total {
  font-size: 0;
  
  &::before {
    content: "Total";
    font-size: 1rem;
  }
}

/* Background Images */
.bg-img1::before { background-image: url("https://us.evocdn.io/dealer/1469/content/media/My_Theme/images/background-image-1.jpg"); }


/* Hides Aging */
body > div.page-content > section > div.row.tab-content > div:nth-child(2) > div:nth-child(1) {
    display: none;
}
body.ex-l-3024  div.page-content > section > div.row.tab-content > div:nth-child(2) > div:nth-child(1) {
    display: block;
}

body > div.page-content > section > div.row.tab-content > div:nth-child(2) > div:nth-child(2) > div > table > tbody > tr:nth-child(3) > td {
	display: none;
}