.P21Main,
.P21SystemLSide, .P21SystemRSide {
    display: none;
}

.P21Main, .P21SystemHeader,
.P21SystemBody, .P21SystemFooter,
.Header, .Footer, .P21SystemContent {
    width: 100%;
}

.ReturnToMobile {
    display: none;
}

.Content > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.ContentCustomerFeatureCell > table > tbody > tr > td > table > tbody > tr > td > table,
.ContentCustomerFeatureCell > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table {
    width: 100%;
    text-align: center;
}

.ContentElementCreditCardEntryFeatureCell iframe#ifrm {
    width: 100%;
    height: 460px;
}

/***************************
    MAIN GLOBAL SETTINGS
 ***************************/

.P21SystemBody {
    margin: 0 auto;
    max-width: 1800px;
    margin-top: 94px;
}

body, table, input, button {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    font-family: 'Roboto Regular', sans-serif;
}

span, p, a {
    font-family: 'Roboto Regular', sans-serif;
}

img {
    border-style: none;
}

.Content {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

a, a:active, a:visited {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: underline;
}

select {
    border-radius: 0;
    background-color: #fff !important;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.BreadCrumbcategorytree_activepage {
    padding: 0px 10px;
    margin-top: 20px;
}

.IEBG {
    display: none;
}


/*************MAIN TITLES**************/

.SectionTitle {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative
}

.SectionTitle h2 {
    font-size: 30px;
    margin-top: 0px;
    margin: 0px;
    line-height: 40px;
    position: relative;
    display: block;
    background: white;
    padding: 0px 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #012862;
    box-sizing: border-box;
}

.SectionTitle span {
    color: #0165a0;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}


/*********MAIN BUTTON AS AN INPUT*********/
input.MainButton,
button.MainButton {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease-in;
    height: 30px;
    color: #fff;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input.MainButton:hover,
button.MainButton:hover {
    background-color: #038ada;
    box-shadow: 0px 0px 4px #093661;
}


/*********MAIN BUTTON AS A LINK/SPAN/DIV*********/
a.MainButton,
div.MainButton,
span.MainButton {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a.MainButton:hover,
span.MainButton:hover,
div.MainButton:hover {
    background-color: #038ada;
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}

div.MainButton,
span.MainButton,
a.MainButton:visited,
a.MainButton:active,
a.MainButton {
    color: #fff;
    text-decoration: none;
}

/*********SECONDARY BUTTON AS A INPUT*********/
input.SecondaryButton,
button.SecondaryButton {
    height: 30px;
    background-color: #012862;
    box-shadow: 0px 0px 1px #4f5152;
    border: none;
    color: #fff;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    transition: background .3s ease-in;
    outline: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input.SecondaryButton:hover,
button.SecondaryButton:hover {
    background-color: #0043a7;
    box-shadow: 0px 0px 4px #434344;
}

/*********SECONDARY BUTTON AS A LINK/SPAN/DIV*********/

a.SecondaryButton,
div.SecondaryButton,
span.SecondaryButton {
    line-height: 30px;
    background-color: #012862;
    box-shadow: 0px 0px 1px #4f5152;
    border: none;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background .3s ease-in;
    outline: none;
    padding: 0px 10px;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a.SecondaryButton:hover,
div.SecondaryButton:hover,
span.SecondaryButton:hover {
    background-color: #0043a7;
    box-shadow: 0px 0px 4px #434344;
    text-decoration: none;
}

a.SecondaryButton:visited,
a.SecondaryButton:active,
a.SecondaryButton,
div.SecondaryButton,
span.SecondaryButton {
    color: #fff;
    text-decoration: none;
}

/*********PAGE HEADER*********/

.PageHeader {
    background: url(/customer/boloin/images/About/AboutHeader.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(36, 36, 37, 0.59);
}


.PageTitle {
    margin: 0 auto;
    max-width: 1800px;
}

.PageTitle h1 {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    font-size: 40px;
    margin-left: 10px;
}

.IEBG {
    display: none;
}



/***************************
    BASELINE QOP STYLING
****************************/

.QuickOrderInfoBoxTD,
.QuickOrder_CaptionImage,
form[name="Quick_Order_Content"] br,
.ContentQuickOrderFeatureCell > table > tbody > tr:nth-child(1),
.QuickOrder_LineNumberTD, .QuickOrder_ItemCodeTD,
.QuickOrder_QtyTD, .QuickOrder_Button {
    display: none !important;
}

.QuickOrderouterTable,
.QuickOrder_Table {
    width: 100%;
    text-align: center;
}

.InputSection {
    vertical-align: top;
    width: 49%;
    float: left;
    text-align: left;
}

.InputSection > tbody,
.InputSection > tbody > tr {
    width: 100%;
}

.InputSection > tbody > tr > td:nth-child(3) input {
    text-align: center;
    height: 30px;
    vertical-align: top;
}

.QuickOrderQuantityText {
    height: 30px;
    padding-left: 5px;
    margin: 0px 10px 0px 0px;
    width: 100%;
}

#QOPSubmit {
    clear: left;
    margin-top: 20px;
    float: right;
    padding: 0px 10px;
}


/***************************
       SELECT SHIP TO
 ***************************/
.SelectShipToInnerTable,
.SelectShipToDirections,
.SelectShipToTable {
    width: 100%;
}

.SelectShipToDirections {
    width: 100% !important;
    margin: 0px 10px !important;
}

.SelectShipToInnerTable th {
    display: inline-block;
    width: 19%;
    text-align: left;
}

.SelectShipToInnerTable tr {
    display: block;
    width: 100%;
}

.SelectShipToInnerTable > tbody > tr:nth-child(n+5) {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0px;
}

.SelectShipToInnerTable > tbody > tr:nth-child(4) {
    border-bottom: 2px solid #000;
}

.SelectShipToInnerTable > tbody > tr:nth-last-child(1) > td {
    display: initial;
}

.SelectShipToInnerTable > tbody > tr:nth-last-child(1) {
    border-bottom: none;
}

.SelectShipToInnerTable > tbody > tr:nth-last-child(2) {
    border-bottom: none;
}

.SelectShipToInnerTable td {
    display: inline-block;
    width: 19%;
}

.ContentSelectShipToFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

div#overlaytxt {
    position: relative;
    top: 34%;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
}

/***************************
       QUICK ORDER PAD
 ***************************/

.QuickOrderInfoBoxTD,
.SideQOP_CaptionImage,
form[name="Quick_Order_Content"] br,
.ContentQuickOrderFeatureCell > table > tbody > tr:nth-child(1),
.SideQOP_ItemCodeTD, .SideQOP_QtyTD,
.SideQOP_LineNumberTD, .QuickOrder_Button {
    display: none !important;
}

.QuickOrderouterTable,
.SideQOP_Table {
    width: 100%;
    text-align: center;
}

.InputSection {
    vertical-align: top;
    width: 49%;
    float: left;
    text-align: center;
}

.InputSection > tbody,
.InputSection > tbody > tr {
    width: 100%;
}

.InputSection > tbody > tr > td:nth-child(3) input {
    text-align: center;
    height: 30px;
    vertical-align: top;
}

.SideQOPQuantityText {
    height: 30px;
    padding-left: 5px;
    margin: 0px 10px 0px 0px;
    width: 100%;
}

#ButtonQOPAddToCart {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

/***************************
       MY ACCOUNT STUFF
 ***************************/

.BreadcrumbDiv {
    padding: 10px;
}

.BreadCrumbcategorytree_parent {
    padding: 10px 0px;
    display: inline-block;
}

.MyAccountOpenOrderList_CaptionImage {
    display: none;
}

/********OPEN ORDERS/QUOTES********/

.ContentMyAccountSelectFeatureCell > table {
    width: 100%;
}

.MyAccountSelect_TitleDiv {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin: 0px 10px;
    margin-bottom: 20px;
}

.MyAccountSelect_DescriptionDiv {
    display: block;
    padding: 0px 10px;
}

.MyAccountSelect_InputTable {
    padding: 0px 10px;
    width: 100%;
}

.MyAccountSelect_InputTable td {
    font-weight: bold;
    float: left;
}

.MyAccountSelect_Label {
    display: inline-block;
    line-height: 35px;
}

#txtDisplayStart, #txtDisplayEnd,
#txtSearchTextMyAccount, #selShipTo,
#MyAccountSelect_FieldTypeSelect {
    box-sizing: border-box;
    height: 30px;
}

#selShipTo {
    margin-left: 5px;
}

.MyAccountSelect_InputTable input[name="chkRestrictMyAccountsByShopper"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    top: 10px;
}

.MyAccountSelect_ExcelDownloadTable {
    padding: 0px 10px;
}

/********OPEN ORDERS LIST********/

.MyAccountOpenOrderList_HeaderTable,
.MyAccountSelectResults_DescriptionDiv,
#MyAccountOpenOrderListPrintPageLinkTDId {
    padding: 0px 10px;
}

.MyAccountSelect_ContentContainerTable {
    width: 100%;
}

#MyAccount_BaseTable {
    width: 100%;
}

a.MyAccountOpenOrderListPrintPage {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

a.MyAccountOpenOrderListPrintPage:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#MyAccount_BaseTable > tbody > tr:nth-child(4) {
    display: block;
    width: 100%;
}

#MyAccount_BaseTable > tbody > tr:nth-child(4) > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.MyAccountSelectResults_TitleDiv:before {
    content: 'Open Order List';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.MyAccountSelectResults_TitleDiv {
    padding: 0px 10px;
}

#MyAccountOpenOrderList_ResultAreaHeader {
    background-color: #626262;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

#MyAccountOpenOrderList_ResultAreaHeader a {
    color: #fff;
}

.MyAccountOpenOrderList_ResultsAreaTable {
    border-collapse: collapse;
    padding: 0px 10px;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #000;
}

.MyAccountOpenOrderList_ResultsAreaTable td {
    text-align: center;
}

.MyAccountOpenOrderList_ResultsAreaTable tr:nth-child(even) {
    border-bottom: 1px solid #000;
}

.MyAccountOpenOrderList_DotLineImage {
    display: none;
}

.MyAccountOpenOrderListtext {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
}

a.MyAccountOpenOrderListtext:visited,
a.MyAccountOpenOrderListtext:active,
a.MyAccountOpenOrderListtext {
    color: #fff;
    text-decoration: none;
}

a.MyAccountOpenOrderListtext:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}

.MyAccountSelect_CaptionDiv {
    display: none;
}

#MyAccountOpenOrderDetail_ResultAreaHeader {
    background-color: #696969;
    color: #fff;
    font-weight: bold;
}

#MyAccountOpenOrderDetail_ResultAreaHeader a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px 0px;
}

.MyAccountOpenOrderDetail_ResultsAreaTable {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #000;
}

#MyAccountOpenOrderDetail_ResultAreaHeader td {
    text-align: center;
}

.MyAccountOpenOrderDetail_ResultsAreaTable td {
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}

.MyAccountOpenOrderDetail_ResultsAreaTable tr:nth-last-child(1) td {
    border-bottom: 0px;
}

/********OPEN QUOTES LIST********/

.ContentMyAccountOpenQuoteListFeatureCell .MyAccount_Table001:before {
    content: 'Open Quote List';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin: 0px 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.MyAccountOpenQuoteListPrintPage {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

.MyAccountOpenQuoteListtext {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}

a.MyAccountOpenQuoteListtext:visited,
a.MyAccountOpenQuoteListtext:active,
a.MyAccountOpenQuoteListtext {
    color: #fff;
    text-decoration: none;
}

a.MyAccountOpenQuoteListtext:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable tr:nth-child(1) {
    background-color: #6d6d6d;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable tr:nth-child(1) td {
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable tr:nth-child(1) td a {
    color: #fff !important;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable tr:nth-child(odd) td {
    text-align: center;
    border-bottom: 1px solid #000;
}

.MyAccountOpenQuoteDetail_ResultsAreaTable tr td {
    text-align: center;
}

/********PAST PURCHASE HISTORY********/

.PastPurchasesSelect_Description {
    display: block;
    padding: 0px 10px;
}

.PastPurchasesSelect_Description:before {
    content: 'Past Purchases Select';
    display: block;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.PastPurchasesSelect_Table {
    padding: 0px 10px;
    width: 100%;
}

.PastPurchasesSelect_Table td {
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.PastPurchasesSelect_Table input,
.PastPurchasesSelect_Table select {
    box-sizing: border-box;
    height: 30px;
}

#DateRangeCol1 {
    line-height: 65px;
    margin-right: 10px;
}

#DateRangeCol2,
#DateRangeCol3 {
    line-height: normal;
}

.PastPurchasesSelect_Table
input[name="chkRestrictMyAccountsByShopper"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    top: 2px;
}

/********PAST PURCHASE HISTORY REPORT********/

.ContentPastPurchasesItemReportFeatureCell > img,
.PastPurchasesItemReport_Title {
    display: none;
}

.ContentPastPurchasesSelectFeatureCell > table > tbody > tr > td > table > tbody > tr > td img {
    display: none;
}

.PastPurchasesItemReport_SummaryTable {
    display: block;
    box-sizing: border-box;
    padding: 0px 10px;
}


.PastPurchasesItemReport_SummaryTable:before {
    content: 'Past Purchases Select';
    display: block;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.PastPurchasesReport_PrintPageLink {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

.PastPurchasesItemReport_Table {
    width: 95%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}

.PastPurchasesItemReport_Table > tbody > tr:nth-child(2) {
    background-color: #626262;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}

.PastPurchasesItemReport_Table > tbody > tr:nth-child(2) a {
    color: #fff;
}

.PastPurchasesItemReport_Table > tbody > tr:nth-child(n+3) > td:nth-child(1) {
    text-align: left;
}

.PastPurchasesItemReport_Table > tbody > tr:nth-child(n+3) {
    border-bottom: 1px solid #000;
}

.PastPurchasesReport_SearchAgainLink {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    margin-left: 10;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}

a.PastPurchasesReport_SearchAgainLink:visited,
a.PastPurchasesReport_SearchAgainLink:active,
a.PastPurchasesReport_SearchAgainLink {
    color: #fff;
    text-decoration: none;
}

a.PastPurchasesReport_SearchAgainLink:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}



/************* PAST PURCHASE ITEM DETAIL REPORT *************/



.PastPurchaseItemDetailReport_SummaryTable:before {
    content: 'Past Purchases Item Detail Report';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}


.PastPurchaseItemDetailReport_SummaryTable {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.PastPurchaseItemDetailReport_Title {
    display: none;
}

form[name="frmPastPurchaseDetail"] {
    padding: 0px 10px;
}

table.PastPurchaseItemDetailReport_Table > tbody > tr > td {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}

.PastPurchaseItemDetailReport_QtyToAddLabel input {
    margin-bottom: 10px;
    vertical-align: middle;
}

table.PastPurchaseItemDetailReport_Table > tbody > tr:nth-child(2) > td {
    background-color: #7d7c7c;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

table.PastPurchaseItemDetailReport_Table {
    width: 100%;
    border-collapse: collapse;
}

table.PastPurchaseItemDetailReport_Table > tbody > tr:nth-child(2) > td a {
    color: white;
    text-align: center;
}




/********INVOICE LIST********/

.MyAccount_BaseTable {
    width: 100%;
}

.MyAccountResultsSearchFor {
    width: 100%;
    display: block;
}

.ContentMyAccountInvoiceListFeatureCell .MyAccountResultsSearchFor:before {
    content: 'Invoice List';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    box-sizing: border-box;
}

.MyAccount_BaseTable img {
    display: none;
}

.MyAccountResultsSearchFor,
.MyAccountInvoicesList_HeaderTable {
    padding: 0px 10px;
    box-sizing: border-box;
}

.MyAccount_Table001 {
    width: 100%;
}

.MyAccount_Table001 tr {
    display: block;
    width: 100%;
}

.MyAccountInvoicesList_HeaderTable,
#MyAccountInvoicesListPrintPageLinkTDId,
#MyAccountInvoicesListPrintPage {
    display: block;
    width: 100%;
}

.MyAccountInvoicesListPrintPage {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(1) {
    background-color: #626262;
    text-align: center;
    font-weight: bold;
}

.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(1) td {
    padding: 5px 0px;
}

.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(1) a {
    color: #fff;
}

.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(n+1) > td:nth-child(1),
.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(n+1) > td:nth-child(3),
.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(n+1) > td:nth-child(4),
.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(n+1) > td:nth-child(5) {
    text-align: center;
}

.MyAccountInvoicesList_ResultsAreaTable {
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #000;
}

.MyAccountInvoicesList_ResultsAreaTable > tbody > tr:nth-child(n+3):nth-child(odd) {
    border-top: 1px solid #000;
}

.MyAccountInvoicesListPageXOfY,
.MyAccountInvoicesListNextPrev {
    padding: 0px 10px;
    box-sizing: border-box;
}

.MyAccountInvoicesListtext {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
}

a.MyAccountInvoicesListtext:visited,
a.MyAccountInvoicesListtext:active,
a.MyAccountInvoicesListtext {
    color: #fff;
    text-decoration: none;
}

a.MyAccountInvoicesListtext:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}


/********OPEN PAYABLES LIST********/

.ContentMyAccountOpenARListFeatureCell .MyAccountResultsSearchFor:before {
    content: 'Open Payables';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.MyAccountOpenARListPrintPage {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

.MyAccountPrintPageLinkTD {
    padding-left: 10px;
    box-sizing: border-box;
}

.MyAccountOpenARList_ResultsAreaTable {
    text-align: center;
    border-collapse: collapse;
}

.MyAccountOpenARList_ResultsAreaTable > tbody > tr:nth-child(1) {
    background-color: #626262;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.MyAccountOpenARList_ResultsAreaTable > tbody > tr:nth-child(1) a {
    color: #fff;
}

.MyAccountOpenARList_ResultsAreaTable > tbody > tr:nth-child(n+1):nth-child(even) {
    border-bottom: 1px solid #000;
}

.MyAccountOpenARList_ResultsAreaTable > tbody > tr:nth-last-child(1) {
    border-bottom: 0px !important;
}

.MyAccountOpenARListtext,
.MyAccountOpenARListMakePmtLink {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}

a.MyAccountOpenARListtext:visited,
a.MyAccountOpenARListtext:active,
a.MyAccountOpenARListtext,
.MyAccountOpenARListMakePmtLink:visited,
.MyAccountOpenARListMakePmtLink:active,
.MyAccountOpenARListMakePmtLink {
    color: #fff;
    text-decoration: none;
}

a.MyAccountOpenARListtext:hover,
.MyAccountOpenARListMakePmtLink:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}


/********SUSPENDED ORDERS LIST********/

.ContentMyAccountSuspendedOrdersListFeatureCell .MyAccountResultsSearchFor:before {
    content: 'Suspended Order List';
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #0165a0;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.MyAccountResultsSearchFor {
    /* padding: 0px 10px; */
    box-sizing: border-box;
}

.ContentMyAccountSuspendedOrdersListFeatureCell .MyAccountSelectResults_TitleDiv {
    display: none;
}

.SuspendedOrdersListPrintPage {
    background-image: url(/customer/bilowh/images/Icons/Print.Png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    width: 70px;
    margin: 20px 0px;
}

.SuspendedOrdersList_ResultsAreaTable {
    border-collapse: collapse;
}

.SuspendedOrdersList_ResultsAreaTable > tbody > tr:nth-child(1) {
    background-color: #626262;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.SuspendedOrdersList_ResultsAreaTable > tbody > tr:nth-child(1) a {
    color: #fff;
}

.SuspendedOrdersList_ResultsAreaTable > tbody > tr {
    border-bottom: 1px solid #000;
}


.SuspendedOrdersListtext {
    background-color: #0165a0;
    border: none;
    box-shadow: 0px 0px 1px #093661;
    text-shadow: -1px 1px rgba(51, 51, 51, 0.61);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in;
    line-height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}

a.SuspendedOrdersListtext:visited,
a.SuspendedOrdersListtext:active,
a.SuspendedOrdersListtext {
    color: #fff;
    text-decoration: none;
}

a.SuspendedOrdersListtext:hover {
    box-shadow: 0px 0px 4px #093661;
    text-decoration: none;
}

/********************************
 MY ACCOUNT PROFILE INFORMATION
*********************************/

.MyAccountProfileInformation_Table {
    width: 100%;
    margin-top: 20px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationHdr {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 0px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationHdr table {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile input {
    height: 30px;
    padding-left: 5px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile select {
    height: 30px;
    padding-left: 5px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationlabel {
    font-weight: bold;
    width: 135px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile a {
    margin-left: 10px;
}

.ContentMyAccountProfileInformationFeatureCell #SubmitPersonalInfo {
    width: auto;
    border: none;
}

.ContentMyAccountProfileInformationFeatureCell form[name="My_Account_Profile_Information_ContentSubmitLogon"] {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.ContentMyAccountProfileInformationFeatureCell br {
    display: none;
}


/********************************
 MY ACCOUNT PROFILE INFORMATION
*********************************/

.MyAccountProfileInformation_Table {
    width: 100%;
    margin-top: 20px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationHdr {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 0px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationHdr table {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile input {
    height: 30px;
    padding-left: 5px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile select {
    height: 30px;
    padding-left: 5px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationlabel {
    font-weight: bold;
    width: 135px;
}

.ContentMyAccountProfileInformationFeatureCell .MyAccountProfileInformationprofile a {
    margin-left: 10px;
}

.ContentMyAccountProfileInformationFeatureCell #SubmitPersonalInfo {
    width: auto;
    border: none;
}

.ContentMyAccountProfileInformationFeatureCell form[name="My_Account_Profile_Information_ContentSubmitLogon"] {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.ContentMyAccountProfileInformationFeatureCell br {
    display: none;
}
