.page-home .maxwidth1000, .page-home .zRow {
  max-width: 1400px!important;
  padding-top: 15px !important;
}
 
 
.ProductTitleBar_Container .ProductTitleBar_ProductTitleBar .ProductTitleBar_BrandIconContainer .ProductTitleBar_BrandIconInner .ProductTitleBar_BrandIcon img {
    width: 200px  !important;
}



/*    Dropdown links white  */

.site-top-links-holder .siteTopLinksMobileNT .siteTopLinksLanguages .select-component-wrap .selectList li button {
  color: #fff !important;
}

/*  SKU Logo  */


.ProductTitleBar_Container .ProductTitleBar_ProductTitleBar .ProductTitleBar_BrandIconContainer .ProductTitleBar_BrandIconInner .ProductTitleBar_BrandIcon {
  display: none !important;
}

/*  Checkout Padding  */


.NTResponsive .payment-details-mobile-wrap .PaymentDetails_Container .PaymentDetails_CustomerDetails .PaymentDetails_CustomerDetailsInner .PaymentDetails_CustomerDetailsTable .PaymentDetails_SectionHeader_Wrapper, .NTResponsive .payment-detailsdtc-mobile-wrap .PaymentDetails_Container .PaymentDetails_CustomerDetails .PaymentDetails_CustomerDetailsInner .PaymentDetails_CustomerDetailsTable .PaymentDetails_SectionHeader_Wrapper {
  margin-top: 40px !important;
}

/*  Thank you  */

.thank-you-mobile-wrap .thankyouContent .orderconfirmation_weborderref {
  font-size: 16px  !important;
}



/*  News titles  */

.news-wrapper h1.list-heading {
  padding-left: 0px !important;
}

.news-wrapper .news-media-item h4.media-heading a {
  font-size: 18px !important;
}


.news-wrapper .news-article-page .article-heading {
  padding-left: 0px !important;
}


/*  lOGIN BUTTON HOVER  */
#app-root .active.btn-default, #app-root .active.btn-primary, #app-root .btn-default:hover, #app-root .btn-primary:hover {
  background-image: linear-gradient(to bottom, #e10427, #e10427) !important;
}

.Faxlabel  {display: none!important;}

/*Order History*/
.MobileOrdersHeader.mid.whiteB th.webref { display:none !important;}

.TransactionHistory_OrdersGrid td.webref { display:none !important;}

.MobileOrdersHeader.mid.whiteB th.subaccountno { display:none !important;}

.TransactionHistory_OrdersGrid td.subaccountno { display:none !important;}

/*  Hide type Rename field on Orderpads  */
.rename-pad-form {
  display:none !important;
}


/*  Budget and Balance box styling */

.dvGroupBudget .Layout_Table .Layout_TableCell {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  line-height: 22px;
  font-size: 13px;
}

.dvGroupBudget .Layout_Table .remainingbalance {

  color: white;
  font-weight: bold;
}

.dvGroupBudget {
  border: 0px !important;
  box-shadow: 0 0 4px #888;
}


#ctl00_dvgroupbudgetremainingbalancetitle {
  background-Color:#555;
  border-right: 1px white solid
}

/*Hide PORef transaction show*/

.TransactionShow.PurchaseOrderRef { display:none !important;}


/*  Increase qty box width on transactions */
 
#ctl00_ContentPlaceHolder1_rptTransactions_ctl01_tbqty {
  min-width: 45px !important;
}


/*  Hide Group Budget for Mobile */

#ctl00_dvGroupBudget{
  display:none;
}




/*  Hide Customisation box on my account */
.MyAccount_SectionContainer #ctl00_ContentPlaceHolder1_tblCustomisation {
  display:none;
}


.myAccount_Customisation_Outer{
  display:none;
}


#ctl00_ContentPlaceHolder1_trquestiontobuyer{ display:none !important;}

.reCAPTCHA-Container { width: 270px !important; }


#ctl00_ContentPlaceHolder1_trDynamicReports {
  display:none !important;
}

/* HIDE Change Password*/
 
.Layout_TableRow.trChangePassword {
  display: none !important;
}

/*.saved-order-pads span.headertext {
  font-size: 10px;
}*/
#ctl00_ContentPlaceHolder1_trcontacttitle{
    display: none !important;
}
#ctl00_ContentPlaceHolder1_trCardHoldersAddress{
    display: none !important;
}
 
#ctl00_ContentPlaceHolder1_tddel1{
    display: none !important;
}

@media (min-width: 1031px) {
    .NTResponsive .employeeallocationreport-mobile-wrap .employeeallocationreport_SearchReport .Layout_TableRow .Layout_TableCell.light {
        max-width: calc(90% - 2px);
    }
}