.SupplierLogos tr th {
  height: 120px !important;
}

.SupplierLogos tr td {
  height: 120px !important;
}
.dnnFormInfoAdminErrMssg {
  display: none !important;
}

#TopLinksRight span {
  color: #666 !important;
  font-size: 12px !important;
  padding: 1px 1em !important;
  font-weight: normal !important;
}

#dnn_ctr1650_Register_userForm_Agreement .dnnLabel {
  width: 321.3px !important;
  text-align: right !important;
}

.dnnRegistrationForm {
  width: 100% !important;
}

#dnn_ctr1650_Register_userForm {
  width: 100% !important;
}

#dnn_ctr1650_Register_userForm span.dnnFormItem {
  width: 100% !important;
}

#dnn_ctr1683_Default_Form_divForm a.dnnPrimaryAction {
  color: #fff;
  background: #ce1723 !important;
  border: 1px solid #ce1723;
}

#dnn_ctr1683_Default_Form_divForm a.dnnPrimaryAction:hover {
  color: grey;
  background: #ce1723 !important;
  border: 1px solid #ce1723;
}

span.dnnFormRadioButtons {
  background-color: white !important;
}

.dnngo_slide_menu a:hover {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dnngo_slide_menu li {
  width: 170px;
}

.dnnFormRequired {
  width: 100% !important;
}

.dnnForm .dnnFormItem .dnnFormLabelWithoutHelp {
  width: 80% !important;
  padding: 0px;
  margin: 0px;
}

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.LnkRegister {
  display: none !important;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5,
DT {
}

H6 {
}

TFOOT,
THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE,
PRE {
}

UL LI {
}

UL LI LI {
}

UL LI LI LI {
}

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}
OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}

@media only screen and (min-width: 1200px) {
  .JAHome .AOHeaderCtrlWrap {
    position: absolute;
    top: -2px;
    right: 61px;
    width: 25%;
  }
}
/* ON2SITE EXPRESS */
/* all specific style overrides for on2site express app  */
.ja-express__content #express-view-product {
  display: block;
  width: 100vw !important;
  height: auto;
  background-color: #fff;
  color: #000;
  padding: 15px;
  font-size: 14px !important;
}

#ja-express .btn-checkout,
#ja-express .btn-complete {
  font-weight: bold;
  color: red;
  font-size: 22px !important;
  border: 1px solid #000;
}
#ja-express .btn-scan-next-item,
#ja-express .btn-scan-product,
#ja-express .btn-add-to-cart,
#ja-express .btn-logout-yes,
#ja-express .btn-logout-no,
#ja-express .btn-back,
#ja-express .btn-exit {
  font-size: 22px !important;
  border: 1px solid #000;
}

.ja-express__close img {
  width: 35px;
  height: 35px;
}

.ja-express__content .express-wrap .express-products .MyCartInnerHolder {
  border-radius: unset !important;
}

.shop-scan-btn {
  position: absolute;
  right: 0;
  margin-top: 0 !important;
}

#express-document-inline {
  display: none;
}

.fa-times-circle:before,
.fa-check-circle:before {
  font-family: "FontAwesome";
}

.ja-express__content .JA_SearchResultContent {
  width: 100vw;
}

.MyCartRemove img {
  width: 15px;
}

@media only screen and (max-width: 426px) {
  .ListOfCompaniesGridView tr:not(.ListOfCompaniesHeader) {
    display: grid !important;
  }
}

.flip_box .back {
  opacity: 0;
}

.flip_box:hover .back {
  opacity: 1;
}

.ja-express__content #ImpersonatorApp {
  display: none;
}

.SearchWrap {
  padding-left: 0 !important;
  width: 100%;
}

.SearchTxt {
  display: flex;
}

.SearchTxt a {
  float: left;
}

.SearchTxt .SearchBox {
  line-height: 36px !important;
  height: 36px;
  width: 80% !important;
  float: left;
}

.ProfileImgWrap .userProfileImg img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .FullWidthMobileCtrlCol .MobileActionItem > span {
    font-size: 0 !important;
  }

  .edMaps_container {
      width: 100% !important;
  }

  .NoDocCountWrap.HasCBsfalse.loaded {
      display: block !important;
  }

  body #powerTip {
    width: calc(100vw - 30px) !important;
    left: 15px !important;
  }

  #powerTip:before {
    display: none;
  }
}

/*
img.ViewProductImage_Main {
    width: 100%;
}

.ProductImagesHolder {
    display: flex;
    align-items: center;
}
*/
img.ViewProductImage_Main {
    width: 100%;
}

.GalleryHolder, .thumb_gallery {
    height: 80px;
    overflow: hidden !important;
}

/* fixed footer on app of no skin body */
.NoSkinBody .sm__toolbar-footer-fixed {
  height: 88px;
}

.NoSkinBody .tabs {
  height: 88px;
}

.tabs nav {
  height: 88px;
}

.NoSkinBody .tabs nav ul {
  height: 88px;
  align-items: center;
}

.NoSkinBody .tabs nav ul li {
  height: 88px;
  line-height: 88px;
  padding: 0 !important;
}

.NoSkinBody .tabs nav a {
  height: 88px;
  line-height: 88px;
}

.NoSkinBody .tabs nav a span {
    height: 88px;
    line-height: 88px;
}

.NoSkinBody .tabs nav a span i.fa {
  height: 88px;
  line-height: 88px;
}


/* HIDING ACCOUNT MANAGEMNT OPTIONS FOR SAFETY SHOP */
.JAModuleRowWrap.SafetyShop { display: none; }

/* safe-t */
.safe-card-wrap {
    margin-top: 10px;
}

.myorders_holder {
    transition-duration: 0s !important;
}

#safet-vap .categorylist_items-holder {
    min-height: auto;
}

.categorylist_items-holder {
    align-content: start;
}

.LogoCustomiser_holder {
    z-index: 1000;
}

/* assist app */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.assist-complete-content .JA_SearchResultLine_Reference {
    width: 100% !important;
    font-size: 18px;
}
}

/* hide the windcave payment at this stage */
/*
.ModJAInvoiceAndStatementC #makePaymentLink,
.ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-2:last-child {
    display: none;
}

.ModJAInvoiceAndStatementC .StatementSearchOuterWrap {
    display: grid;
    grid-template-columns: 20% 60% 20%;
}

.ModJAInvoiceAndStatementC .StatementWindowSearchOuterWrap.StatementSearchOuterWrap {
    grid-template-columns: 100%;
}

.ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-2,
.ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-6 {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .ModJAInvoiceAndStatementC .StatementSearchOuterWrap {
        display: block;
        margin-bottom: 0 !important;
    }
}
*/

/* hide the payment btn on mobile only */
.ModJAInvoiceAndStatementC .StatementSearchOuterWrap {
    display: grid;
    grid-template-columns: 20% 40% 20% 20%;
}

.ModJAInvoiceAndStatementC .StatementWindowSearchOuterWrap.StatementSearchOuterWrap {
    grid-template-columns: 100%;
}

.ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-2,
.ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-6 {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .ModJAInvoiceAndStatementC .StatementSearchOuterWrap {
        display: block;
        margin-bottom: 0 !important;
    }

    .ModJAInvoiceAndStatementC #makePaymentLink,
    .ModJAInvoiceAndStatementC .StatementSearchOuterWrap .col-sm-2:last-child {
        display: none;
    }
}

/* 6971 */
header.JA_Header {
	padding-top: env(safe-area-inset-top);
}

footer.footer_box {
	padding-bottom: env(safe-area-inset-bottom);
}

.sm__toolbar-footer-fixed {
	padding-bottom: env(safe-area-inset-bottom);
}
