﻿/*-----------------------------------------------------------------------------------*/
/*	STOCK MANAGEMENT CHANGES 
/*  Skin Changes For Stock Management
 
    This document is not to be copied or reproduced in anyway.
/*-----------------------------------------------------------------------------------*/

@import "AOModules_SM.css";
@import "AOResponsive_SM.css";
@import "AOModules_App.css";
@import url("https://fonts.googleapis.com/css?family=Architects+Daughter&display=swap");
@import url("https://fonts.googleapis.com/css?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css?family=Orbitron&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
/*-----------------------------------------------------------------------------------*/
/*	END STOCK MANAGEMENT CHANGES 
/*  END Skin Changes For Stock Management
 
    END This document is not to be copied or reproduced in anyway.
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Auto Provisioning 
/*  Skin styles for Acumen Modules by Acumen Online jason@acumenonline.co.nz
 
    This document is not to be copied or reproduced in anyway.
/*-----------------------------------------------------------------------------------*/

ul li {
  list-style: none;
}

#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle,
.Normal,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  cursor: default;
}

.bold {
  font-weight: 700;
}

.width100 {
  width: 100%;
}

.BackOrderYes,
.BackOrderNo {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.BackOrderNo {
  background: url(../0/skinobjects/Cross_red.png) no-repeat;
  background-size: 10px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
}

.BackOrderYes {
  background: url(../0/skinobjects/Yestick.png) no-repeat;
  background-size: 10px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  -webkit-background-size: 10px;
}

.DarkGreySideHeader {
  border: 1px solid #585858;
  padding: 0;
  margin: 0;
  background: url(../0/SkinObjects/SideFilterListBg.png) no-repeat;
  margin-bottom: 2px;
  height: 27px;
  line-height: 27px;
  padding-left: 25px;
  cursor: pointer;
}

.DarkGreySideHeader > active {
  background-position: left bottom;
}
/*.acc_container{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;margin-bottom:10px;padding:0px 0 0 10px}*/
.cbunticked {
  /*background: url(/Portals/0/SkinObjects/Checkbox.png) no-repeat;
    background-position: 10px 50%;
    height: 17px;
    width: 15px;
    border: 0;
    margin: 0;
    padding-left: 20px;*/
}

.cbticked {
  background: url(/Portals/0/SkinObjects/Checkbox_ticked.png) no-repeat left
    center;
  background-position: 10px 50%;
  border: 0;
  margin: 0;
  padding-left: 20px;
}

.EnableFilterHolder input {
  margin-left: 12px;
  margin-top: 5px;
}

.EnableFilterHolder {
  color: #000;
}

.EnableFilterHolder input {
  margin-left: 12px;
  margin-top: 5px;
}

.EnableFilterHolder .FilterListLabel,
.SearchTermFilter {
  padding-left: 10px;
}

.SearchTermFilter {
}

.DeleteAllFiltersButton {
  float: left;
  width: 100%;
  padding: 10px;
}

/* AO_AddVehicleEngine
----------------------------------------------------------------------------- */
.AddVehicleHeader {
  float: left;
  width: 90%;
  height: 30px;
  background-color: #f4f4f4;
  padding: 10px 0px 0px 12px;
  margin-left: 30px;
  font-size: 20px;
}

.AddVehicleDDL {
  float: left;
  width: 90%;
  height: 30px;
  padding: 10px 0px 0px 12px;
  margin-left: 30px;
  font-size: 20px;
}

.VehicleSelectPaneHolder {
  float: left;
  width: 60%;
}

.VehicleSelectLeftHolder {
  float: left;
  width: 33%;
}

.VehicleSelectMidHolder {
  float: left;
  width: 33%;
}

.VehicleSelectRightHolder {
  float: left;
  width: 33%;
}

/* AO_FilteredProductList
----------------------------------------------------------------------------- */
/*.dnnForm { overflow: hidden; }*/
ul.CheckoutTabls {
  height: 43px;
  background: #fafafa;
  border: 1px solid #ddd;
}

.CheckoutTabls .ui-tabs-active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

ul.CheckoutTabls li {
  float: left;
  list-style: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fafafa;
  box-shadow: inset 0 0 3px #eaeaea;
  font-weight: 700;
}

ul.CheckoutTabls li.ui-tabs-active {
  background-color: #fff !important;
  box-shadow: inset 0 0 0px #fff;
}

ul.CheckoutTabls li.ui-tabs-active a {
  color: #333333;
}

.CheckoutTab {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
}

.CheckoutTabDIV {
  min-height: 400px;
  float: left;
  width: 100%; /*text-align: center;*/
  margin-bottom: 25px;
}

.SectionWrapper {
  padding: 10px 0px;
}

.SearchHeader {
  padding-left: 10px;
}

.Paging .Active {
  background-color: #666666;
  color: #ffffff;
  border: none;
}

.InfoPopup {
  height: 50px;
}

.InfoPopup img {
  margin: 12px 0px;
  width: 26px;
  height: 26px;
}

.InfoPopup .SearchErrorMsg {
  max-width: 400px;
  width: 100%;
  white-space: normal;
  z-index: 900000;
}

.InfoPopup .SearchErrorMsg:before {
  left: 95%;
}

#closethis {
  float: right;
  font-weight: 700;
}

#closethis:hover {
}
/* Css fix for ddl & button */
div.SaveASHolder {
  margin-left: 0;
}

input.AddtoButton {
  width: 50px;
}

.specification-table {
  width: 100% !important;
}

.FilListGrid {
  width: 25%;
}

.FilListGrid a:hover {
  text-decoration: none !important;
}

.pnlCategoryPics {
}

.CategoryPicHolder {
  float: left;
  margin-bottom: 10px;
}

.CategoryPicInnerHolder {
  width: 95%;
  border: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #fff;
  border-bottom: none;
}

.lblCategoryDescription {
  font-weight: 700;
  float: left;
  padding-top: 5px;
}

.imgCatPic {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.CategoryPicLink {
  display: block;
  overflow: hidden;
}

.CategoryDescHolder {
  width: 95%;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.lbtnApplyCategoryFilter {
  float: right;
}
/* AO_RelatedProducts
----------------------------------------------------------------------------- */
.RelatedProducts {
  padding-left: 70px;
  margin-bottom: 80px;
  text-align: center;
}

.img {
  width: 40%;
  height: 40%;
  margin-left: 60px;
}

.ProductNameLink {
}

.lnkbutton {
  display: inline-block;
  padding: 7px 10px 9px;
  color: #aaa;
  font: bold 11px/13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 26%, #e1e1e1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26%, #ffffff),
    color-stop(100%, #e1e1e1)
  );
  background: -webkit-linear-gradient(top, #ffffff 26%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #ffffff 26%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #ffffff 26%, #e1e1e1 100%);
  background: linear-gradient(top, #ffffff 26%, #e1e1e1 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 3px;
  margin-left: 70px;
}

/* AO_SideFeatureManagement
----------------------------------------------------------------------------- */
.SearchResultHeader {
  /*margin-bottom: 10px;*/
}

.SearchResultHeader span.SearchHeader {
  font: italic bold 16px Arial, sans-serif;
}

.SearchResultHeader span.SearchSuggestion {
  font: italic 12px Arial, sans-serif;
}

.SearchResultHeader span.SearchSuggestion a {
  font: normal 12px Arial, sans-serif;
}

.RightArrowLink {
  background: url("/Portals/_default/skinobjects/RightArrowBlack.png");
  width: 25px;
  height: 25px;
  display: block;
}

.BlueHeader {
  font: bold 12px Arial, sans-serif;
}

.FitmentsHolder {
  margin-bottom: 10px;
}

.autocomplete-w1 {
  background: url(img/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  _background: none;
}

.autocomplete {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  text-align: left;
  max-height: 350px;
  width: 445px;
  font-size: 12px;
  overflow: auto;
  _height: 350px; /* IE6 specific: */
  _margin: 0;
  _overflow-x: hidden;
}

.autocomplete .selected {
  color: #ce1723;
  border-left: 3px solid #ce1723;
}

.autocomplete div {
  padding: 0.5em 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  border-left: 3px solid #fff;
}

.autocomplete strong {
  color: #ce1723;
}

.auto-style1 {
  width: 50px;
  height: 16px;
}

.auto-style2 {
  width: 80px;
  height: 16px;
}

.auto-style3 {
  width: 110px;
  height: 16px;
}

.auto-style4 {
  width: 100px;
  height: 16px;
}

.EnableFilterLabelWrapper {
  padding-left: 35px;
}

input.cbticked {
  float: left;
  margin-top: 0px !important;
}

/* AO_ViewAProduct
----------------------------------------------------------------------------- */
.ProductDetailsHolder {
  float: left;
  width: 100% !important;
}

.ProductImagesHolder {
  float: left;
  width: 27%;
  text-align: center;
  border: 1px solid #c8c7cc;
  max-width: 332px;
  min-height: 350px;
}

.ProductDetailCol {
  width: 43%;
  float: left;
}

.ProductRecentPurchaseCol,
.ProductStockCol {
  float: left;
  width: 28%;
  height: 100%;
  padding: 0px 0px 5px 0px;
  border-left: 3px solid transparent;
  -webkit-border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  -o-border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  background: url(/Portals/0/JA_Skin/grid_border_hor.png) no-repeat;
  background-position: 50% 100%;
  border-image-slice: 2;
}

.ProductStockCol {
  border-right: 3px solid transparent;
  padding-right: 0.5%;
}

.ProductRecentPurchaseCol {
  margin-right: 0.5%;
}

.ProductInfoHolder {
  float: left;
  width: 74%;
  padding-left: 1%;
}

.ProductInfoInner_row {
  float: left;
  width: 100%;
}

.ProductInfoInner_row_1 {
  min-height: 35px;
}

.ProductQtyBreakHolder {
  width: 13%;
  float: right;
  min-height: 1px;
  height: 330px;
}

.ProductQtyBreakHolderInner {
  padding: 0px 1%;
  text-align: center;
  border-left: 1px solid #ccc;
  height: 330px;
}

.ProductDocumentHolder {
  width: 20%;
  float: right;
  padding-left: 1%;
}

.ProductDocumentHeader {
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  color: #363636;
}

.ProductDocumentHolderInner {
  border-left: 1px solid #ccc;
  padding: 0px 20px;
  height: 330px;
  overflow-y: auto;
}

.TabInnerTablePDF {
  width: 100%;
}

.TabInnerTablePDF td .lblValue {
  font-weight: 400;
  font-size: 14px;
  color: #494949;
}

.ProductInfoHolder > div {
  float: left;
}

.ProductInfoHolder span {
  font-size: 14px;
  line-height: 1.5em;
}

.ProductInfoHolder .AddToWishlistClick {
  color: #333;
}

.ProductTabsHolder {
  float: left;
  width: 100%;
  display: none;
}

.ProductGridName {
  color: #000;
}

.ProductDisplayFormBrand {
  width: 100%;
  height: 100%;
}

.ProductInfoHolder .ProductDisplayFormName {
  line-height: 14px;
}

.ProductDisplayFormName {
  width: 100%;
  font-size: 16px;
}

.ProductDisplayFormName > span {
  font-size: 16px;
}

.ProductDisplayFormPartNo {
  width: 100%;
  font-size: 1em;
  line-height: 1em;
}

.ProductDisplayFormShortDesc {
  overflow: hidden;
  width: 100%;
  margin: 5px 0px 15px 0px;
}

.ProductDisplayFormPrice {
  float: left;
  width: 100%;
  padding-top: 5px;
  height: 3.5em;
}

.ViewAProductHolder {
  width: 100%;
  /*background:url('/Portals/0/JA_skin/VAPBack.jpg') no-repeat;*/
}

.ProductFormMainPrice {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
}

.ProductFormSubPrice {
  font-size: 10px;
  color: #000;
  text-decoration: line-through;
}

.ProductDisplayFormSocial {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding-top: 6px;
}

.padding5px th {
  padding: 8px;
}

.padding5px td {
  padding: 8px;
}

.ProductTabDiv {
  float: left;
  width: 97%;
  padding: 10px;
  min-height: 150px;
  border: 1px solid #dededf;
  display: none !important;
}

.ProductTabDivMgmt {
  float: left;
  width: 97%;
  padding: 10px;
  min-height: 150px;
  border: 1px solid #dededf;
}

.ProductTabDiv table,
.ProductTabDiv th,
.ProductTabDiv td {
  border: 0 !important;
  border-width: 0 !important;
  font-size: 12px !important;
}

#ProductSpecific .ProductInfoHolder .lblTitle {
  font-size: 12px !important;
}

.ProductTabDiv table {
  width: 100% !important;
}

.prodctdetailsTable .lblTitle {
  width: 200px;
}

.gvProdImage input[type="text"] {
  width: 85% !important;
}

select.size {
  width: 100%;
  height: 20px;
  border: 1px solid #e2e2e2;
  text-align: right;
}

.InStockLabel {
  text-align: center;
  display: inline-block;
  line-height: 1em;
}

select.color {
  width: 100%;
  height: 20px;
  border: 1px solid #e2e2e2;
  text-align: right;
}

.ProductDisplayAddToCartButton {
  float: left;
  width: 100%;
}

.ProductDisplayAddToCartButtonInner {
  float: right;
  text-align: right;
  width: 100%;
}

.ProductInfoHolder .DealerPrices {
  width: 100%;
}

.AddToCartButtonHolder .SaveASHolder {
  float: right;
  margin-left: 0;
  min-width: 160px;
  width: auto !important;
  padding-left: 10px;
}

.AddToCartButtonHolder .SaveAsList {
  margin-right: 10px;
}

ul.dnnAdminTabNav {
  display: inline-block;
  margin-top: 5px;
  margin-left: 0;
  width: 100%;
  height: 37px;
  border-bottom: none;
}

ul.dnnAdminTabNav li {
  float: left;
  margin-right: 4px;
  list-style: none;
}

ul.dnnAdminTabNav li a {
  margin-bottom: 0;
  border-bottom: 0;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
  background: #fafafa;
  border: 1px solid #eaeaea;
}

.ui-tabs .ui-tabs-panel {
  position: relative;
  display: block;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

ul.dnnAdminTabNav li a {
  display: inline-block;
  cursor: pointer;
  color: #888;
  background-color: #fafafa !important;
  background: #fafafa !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e7e7e7 !important;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

ul.dnnAdminTabNav li a:hover {
  background-color: #fafafa !important;
  background: #fafafa !important;
}

.ViewAsHolder {
}

.ViewAsLabel {
  font-size: 14px;
}

.btn-std {
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
  color: #fff !important;
  background-image: url(../../../0/SkinObjects/ButtonBG.png);
  background-repeat: repeat-x;
  background-position: right top;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
}

.AccessoryGrid {
  float: left;
  width: 29%;
  margin-right: 8px;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #fff;
}

.AccessoryGridName {
  width: 100%;
  padding-top: 5px;
}

.AccessoryGridPartNo {
  width: 100%;
  padding-top: 6px;
  display: none;
}

.AccessoryGridRating {
  width: 100%;
  padding-top: 5px;
  display: none;
}

.ProductGridName {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.AccessoryGridImageHolder {
  width: 100%;
  height: 100%;
  position: relative;
}

.AccessoryGridBrand {
  width: 100%;
  height: 100%;
  display: none;
}

.AccessoryGridBrand img {
  display: none;
}

.AccessoryGridShortDesc {
  overflow: hidden;
  width: 100%;
  min-height: 25px;
  margin-bottom: 8px;
  display: none;
}

.AccessoryGridImageHolder_IMG,
.AccessoryGridImageHolder_Sale {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.AccessoryGridImageHolder_Sale {
  z-index: 10;
}

.AccessoryGridPrice {
  float: left;
  width: 100%;
}

.ProductGridPricePadding {
  padding-top: 15px;
}

.ProductImageGroup {
  /*height:230px;*/
}

.ProductGridMainPrice {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  line-height: 16px;
}

.ProductGridSubPrice {
  /*font-size: 12px;
    color: #000;*/
}

.ProductImageHolder_Main {
  position: relative;
}

.FilteredListHeader {
  width: 100%;
  padding: 5px 0px 3px;
  float: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 12px;
}

.AvailbleStatementWrap {
  width: 100%;
  padding: 5px 0px;
  float: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 12px;
}

.AccessoryList {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  font-size: 12px;
}

.AccessoryListHeader {
  font-weight: 700;
  font-size: 0.8em;
}

.AccessoryListImg {
  float: left;
  padding-right: 10px;
  width: 65px;
}

.AccessoryListImg img {
  width: 50px;
  padding: 5px;
}

.AccessoryListPartNo {
  float: left;
  width: 100px;
  padding-top: 15px;
  word-wrap: break-word;
}

.AccessoryListDescription {
  float: left;
  width: 190px;
  padding-top: 15px;
}

.AccessoryListStock {
  float: left;
  width: 53px;
  padding-top: 15px;
  text-align: center;
}

.AccessoryListBO {
  float: left;
  width: 65px;
  padding-top: 15px;
  text-align: center;
}

.AccessoryListBO .BackOrderYes,
.AccessoryListBO .BackOrderNo {
  margin: 0;
}

.AccessoryListRRP {
  float: left;
  width: 85px;
  padding-top: 15px;
}

.AccessoryListWS {
  float: left;
  width: 85px;
  padding-top: 15px;
  text-align: center;
}

.AccessoryListYourPrice {
  float: left;
  width: 65px;
  padding-top: 15px;
}

.AccessoryListOrder {
  float: left;
  width: 65px;
  padding-top: 15px;
}

.AccessoryListOty {
  float: left;
  width: 35px;
  padding-top: 15px;
  text-align: center;
}

.AccessoryListButton {
  float: left;
  width: 135px;
  padding-left: 5px;
}

.AccessoryListOty input {
  width: 30px;
  text-align: center;
}

.AccessoryListComment {
  float: left;
  width: 32px;
}

.AccessoryListButton .CommentImage {
  padding: 15px 5px 0px 5px;
}

.VAPListLineBtn,
.AccessoryListButton input,
.UpdateCartFromListWrapper {
  margin-top: 10px;
}

.ViewProductImage_Main {
  /*margin: 18px auto;*/
  margin: 0 auto;
  position: relative !important;
}

.zoomContainer {
  z-index: 999;
}

.zoomWindow {
  width: 475px !important;
  height: 460px !important;
  margin-left: 5px;
  border: 1px solid #ddd !important;
  background-size: 100%;
}

.GalleryHolder,
.thumb_gallery {
  overflow: auto;
}

.zoom_icon {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

.RightArrowLink {
  background: url(/Portals/_default/skinobjects/RightArrowBlack.png);
  width: 25px;
  height: 25px;
  display: block;
}

.DownArrow {
  font-size: 25px;
}

.AddtoButton {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.als-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  height: 72px;
}

.als-container .slick-carousel img {
  margin: 0 auto;
}

.ViewAProductHolder .als-prev,
.ViewAProductHolder .als-next,
.ViewAProductHolder .als-top,
.ViewAProductHolder .als-bottom {
  font-size: 18px;
}

.als-viewport {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  float: left;
  margin-left: 3px;
}

.als-wrapper {
  list-style: none;
  margin: 0px;
}

.als-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
}

.als-prev,
.als-next {
  cursor: pointer;
  z-index: 200;
  float: left;
  margin-top: 30px;
}

.ViewAProductHolder .als-prev,
.als-next {
  display: block;
  position: absolute;
  top: 0;
}

.ViewAProductHolder .als-next {
  right: 0;
}

#demo2 {
  /*margin: 10px auto;*/
  margin: 0px auto;
}

#demo2 .als-item {
  margin: 0 5px;
  padding: 4px 0;
  min-height: 100px;
  min-width: 100px;
  text-align: center;
}

#demo2 .als-item img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.CheckoutTabls,
ul.CheckoutTabls {
  overflow: hidden;
}

.imgInfo {
  float: right;
  padding-right: 10px;
}

.InfoPopup .SearchErrorMsg {
  max-width: 400px;
  width: 100%;
  white-space: normal;
  z-index: 900000;
}

.ProductDisplayFormPriceHolder {
  float: left;
  width: 100%;
}

.ProductDisplayFormPriceLeftHolder {
  float: left;
  width: 100%;
}

.ProductDisplayFormPriceRightHolder {
  float: left;
}

.ProductDisplayFormQty {
  /*margin-top: 5px;*/
}

.ProductDisplayFormQty span {
  float: left;
  line-height: 35px;
}

.ProductDisplayFormQtyAndCustomSpacer {
  float: left;
  width: 60%;
}

.ProductDisplayFormQtyAndCustomMid {
  float: left;
  width: 20%;
}

.ProductDisplayFormQtyAndCustomRight {
  float: left;
  width: 20%;
  text-align: right;
}

.ProductDisplayFormDiscOfferEnds {
  width: 100%;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0px;
  display: none;
}

.ProductDisplayFormDiscViewAsCust {
  float: left;
  width: 100%;
}

.ProductDisplayFormDiscAmount {
  float: left;
  width: 100%;
}

.ProductDisplayFormDiscPerc {
  float: left;
  width: 100%;
}

.ProductDisplayFormB2BPnlLeft {
  width: 30%;
}

.ProductDisplayFormB2BPnlMid {
  width: 30%;
}

.ProductDisplayFormB2BPnlRight {
  width: 40%;
  text-align: right;
}

.ProductDisplayFormAddB2C {
  width: 100%;
  float: left;
  display: none;
}

.ProductDisplayFormMyProdComment {
  float: left;
}

.ProductDisplayFormWishlist {
  text-align: right;
  line-height: 32px;
  float: right !important;
}

span.SaveAsSpan {
  font-weight: 700;
  margin-right: 5px;
}

.ProductDisplayFormSaveAsDDL {
  overflow: hidden;
  width: 100px;
  max-width: 100px;
  margin-right: 5px;
}

.TransparentSaveAsButton {
  margin-right: 10px;
  width: 40px;
  height: 30px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 0px;
  line-height: 10px;
}

.UserWhislistOptionInner {
  float: left;
  width: 100%;
}

.TabInnerTableCategories {
  border: 0px none;
}

.TabInnerTableCategories {
  border: 0px none;
  border-collapse: collapse;
  border-color: transparent;
  padding: 0px;
  width: 100%;
}

.TabInnerTableFeatures {
  border: 0px none;
  border-collapse: collapse;
  border-color: transparent;
  padding: 0px;
  width: 100%;
}

.TabInnerTablePDF {
  border: 0px none;
  border-collapse: collapse;
  border-color: transparent;
  padding: 10px;
}

.ViewAProductTabUL {
  font-size: 10px;
  margin: 0px;
  height: 25px !important;
}

ul.ViewAProductTabUL li.ui-tabs-active a {
  padding: 3px;
}

ul.ViewAProductTabUL li a {
  padding: 3px;
}

.TabInnerTablePDFImg {
  padding-right: 10px;
  width: 20%;
}

.TabInnerTablePDFFeatGroupID {
  padding-right: 30px;
  width: 200px;
}

.TabInnerTablePDFSpacer {
  width: 200px;
}

.TabInnerTablePDFsRowStyle {
  padding-bottom: 8px;
  display: block;
}

td.TabInnerTablePDFFeatValue a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}

.TabInnerTablePDFs_AlternatingRowStyle {
  margin-bottom: 10px;
}

/*.VAPSaveAsDDLButton {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}*/

.ProductInfoUpperWrapper {
  overflow: hidden;
  min-height: 15em;
}

.ProductInfoUpperWrapper span {
  line-height: 22px;
}

.ProductInfoUpperWrapper .ProductDisplayFormBackOrderAvailable,
.ProductInfoUpperWrapper .ProductDisplayFormStockNo {
  float: left;
  width: 40%;
}

.ProductDisplayFormStockNo {
  display: none;
}

.ProductInfoUpperWrapper .ProductDisplayFormMyProdComment,
.ProductInfoUpperWrapper .ProductListInfoPopup {
  padding-left: 5px;
}

.ProductInfoUpperWrapper div {
  float: left;
}

.VAPProductFormMainPrice,
.VAPProductFormSubPrice {
  font-size: 20px !important;
}

.VAPButtonWrapper {
  width: 100%;
  margin-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  overflow: visible !important;
}

.VAPButtonWrapperLeft {
  width: auto;
  float: left;
}

.VAPButtonWrapperRight {
  width: 67%;
  padding-left: 2%;
  position: relative;
  float: left;
}

.VAPButtonWrapper .SaveASHolder {
  margin: 0;
  height: auto;
  padding: 0;
  line-height: 1em;
}

.VAPQtyBreak {
  min-height: 18px;
  width: 100%;
  margin: 5px 0px;
}

.VAPQtyBreak > span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 5px;
  background: #363636;
  display: block;
  line-height: 18px;
  text-align: center;
  max-width: 175px;
}

/* AO_ViewProductsByCategory
----------------------------------------------------------------------------- */
.Paging input {
  border: none;
  transition: all 0.2s;
  font-weight: 700;
  color: #333333;
  padding: 0px 5px;
}

.Paging input:hover {
  background-color: #666666;
  color: #ffffff;
  border: none;
}

/* J_FindClosestStore_v1
----------------------------------------------------------------------------- */
.FindaDealerTable {
}
/* Reusable twopaneholder */
.TwoPaneHolder {
  width: 100%;
  float: left;
}

.TwoPaneInnerHolder {
  float: left;
  width: 100%;
  min-height: 20px;
}

.TwoPaneLeftHolder {
  float: left;
  min-width: 50%;
  text-align: left;
}

.TwoPaneRightHolder {
  float: left;
  width: 49%;
}

.TwoPaneRightHolderRight {
  float: left;
  width: 50%;
  text-align: right;
}

.TwoPaneLeftHolder div {
  float: left;
}
/* Reusable threepaneholderthin */
.ThreePaneHolder {
  float: left;
  width: 100%;
}

.ThreePaneInnerHolder {
  float: left;
  width: 100%;
}

.ThreePaneLeftHolder {
  float: left;
  width: 33%;
}

.ThreePaneMidHolder {
  float: left;
  width: 33%;
  padding-left: 10px;
}

.ThreePaneRightHolder {
  float: left;
  width: 20% !important;
  text-align: center;
}

.ThreePaneMidHolder span {
  display: block;
  height: 5em;
}

.MapAddressToLoop {
  border-bottom: 1px solid #ddd;
  padding: 2%;
  width: 96% !important;
}

.RedButton {
  border: none;
  background-color: #f84b4a;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  transition: all 0.5s;
  margin-top: 10px;
}

.YellowButton {
  border: none;
  background-color: #fdc008;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  padding: 5px;
  transition: all 0.5s;
  margin-top: 10px;
}

.CustomerNameHeader {
  font-weight: 700;
  font-size: 1.1em;
}

.CustomerNameLabel {
  cursor: pointer;
  color: #f84b4a;
}

.Selected_Dealer {
  color: #000 !important;
}

.DealerListHolder {
  width: 50%;
  float: left;
}

.DealerMapHolder {
  width: 45%;
  float: left;
}

.SelectedRow .MapAddressToLoop {
  background: #ddd;
}

.SelectedRow .RedButton,
.SelectedRow .YellowButton {
  border: none;
  background-color: #666;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #fff !important;
  padding: 5px;
  transition: all 0.5s;
  margin-top: 10px;
}

.MapAddressToLoopSelected {
  background: #d3f6da;
}

/* J_Search_v1
----------------------------------------------------------------------------- 
.SearchTxt { position: relative; }
.autocomplete-w1 { background: url(img/shadow.png) no-repeat bottom right; position: absolute; top: 0px; left: 0px; margin: 0px 0 0 6px; /* IE6 fix: */
/* _background: none; _margin: 1px 0 0 0; font-size: 10px; }
.autocomplete { border: 1px solid #999; background: #fff; cursor: default; text-align: left; max-height: 350px; overflow: auto; /* width: 179px !important;*/
/* margin: -6px 6px 6px -6px !important; /* IE6 specific: */
/* _height: 350px; _margin: 0; _overflow-x: hidden; }
.autocomplete .selected { background: #f0f0f0; }
.autocomplete div { padding: 2px 5px; white-space: nowrap; overflow: hidden; line-height: 20px; }
.autocomplete div:hover { background: #666666; color: #fff; }
.autocomplete strong { /* font-weight: normal;color: #d52b1e;*/
/* }
.auto-style1 { width: 50px; height: 16px; }
.auto-style2 { width: 80px; height: 16px; }
.auto-style3 { width: 110px; height: 16px; }
.auto-style4 { width: 100px; height: 16px; }
.ui-autocomplete-loading { background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat; }
.SearchErrorMsg { background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.8); border-radius: 6px; color: #FFF; padding: 10px; position: absolute; white-space: nowrap; z-index: 2; top: -30px; left: 10px; cursor: pointer; }
.SearchErrorMsg:before { content: ""; position: absolute; border-right: 5px solid transparent; border-left: 5px solid transparent; left: 5%; margin-left: -5px; border-top: 10px solid rgba(0, 0, 0, 0.8); bottom: -10px; }
*/

.AutocompleteNoLinkStyle {
  color: #555;
}

/* J_ViewMyCart_v1
----------------------------------------------------------------------------- */
.WishlistWrapper {
}

.CartProductList_Table {
  width: 100%;
}

.CartProductList_Table td {
  width: 32%;
}

.WishlistProductDisplayWrapper {
  width: 33% !important;
  padding: 10px;
}

.WishlistProductDisplayGrid {
  margin-right: 1%;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #fff;
}

.Remove_btd {
  border: none;
  background: #fff;
  line-height: 42px;
  padding-right: 20px;
  float: right;
}

.DetailsButton {
  padding-left: 10px;
}

.PopularProductsDataListButtons .TwoPaneLeftHolder {
  width: 55%;
}

.PopularProductsDataListButtons .TwoPaneRightHolder {
  width: 45%;
}

.ModJViewSavedCartv1C .dnnFormSuccess {
  padding: 10px;
}

.txtWishlistName {
  margin-right: 10px;
}

/* J_ViewSavedCart_v1
----------------------------------------------------------------------------- */
.WishlistWrapper {
  padding-left: 10px;
}

.CartProductList_Table {
  width: 100%;
}

.WishlistProductDisplayWrapper {
  width: 33% !important;
  padding: 10px;
}

.WishlistProductDisplayGrid {
  margin-right: 8px;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #fff;
}

.Remove_btd {
  border: none;
  background: #fff;
  height: 42px;
  padding-right: 20px;
  float: right;
}

.DetailsButton {
  padding-left: 10px;
}

.PopularProductsDataListButtons .TwoPaneLeftHolder {
  width: 55%;
}

.PopularProductsDataListButtons .TwoPaneRightHolder {
  width: 45%;
}

.WishList_Buttons {
  line-height: 3em;
}

.WishList_Buttons input {
  margin-right: 10px;
}

.TxtEmailAddresses {
  margin-left: 10px;
}

.ModJViewSavedCartv1C .dnnFormSuccess {
  padding: 10px;
}

/* J_ViewWhishlists_v1
----------------------------------------------------------------------------- */
.SavedCartWrapper {
  padding-left: 10px;
}

.SaveCart_Table {
  margin-top: 10px;
  width: 100%;
  border: none;
}

.SaveCart_RowStyle:hover,
.SaveCart_AlternatingRowStyle:hover {
  background: #eee;
}

.SaveCart_Table td,
.SaveCart_HeaderStyle th {
  padding: 10px 0px 10px 0px;
  border: none;
}

.SaveCart_AlternatingRowStyle {
  background: #fafafa;
}

.InsertIntoCartBtn {
  border: none;
  background-color: #f84b4a;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  color: white !important;
  padding: 5px;
  transition: all 0.5s;
}

/* JT_NewOrderForm_v1
----------------------------------------------------------------------------- */
/*.autocomplete-w1 {
    background: url(img/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px;
    _background: none; 
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: 26px 6px 6px -6px;
    _height: 350px; 
    _margin: 0;
    _overflow-x: hidden;
}*/

/*.autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
    }

    .autocomplete strong {
        font-weight: normal;
        color: #f37120;
    }

    .autocomplete div:first-child {
        background-color: #ff9525;
        font-weight: bold;
        margin-top: -26px;
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        width: 98%;
    }

    .autocomplete .selected div:first-child {
        background-color: white;
    }*/

.auto-style1 {
  width: 50px;
  height: 16px;
}

.auto-style2 {
  width: 80px;
  height: 16px;
}

.auto-style3 {
  width: 110px;
  height: 16px;
}

.auto-style4 {
  width: 100px;
  height: 16px;
}

.paddingleft10px {
  padding-left: 10px;
}

.OrderSearchHolder {
  height: 100px;
}

.OrderSearchHolder div {
  float: left;
  min-height: 20px;
}

.AutocompleteHolder_Text {
  width: 450px;
}

.OrderSummary {
  border-collapse: collapse;
  float: right;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.OrderSummary td,
.OrderSummary th {
  width: 170px;
}

.OrderSummary td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.OrderSummary th {
  padding-right: 10px;
}

.TradeOrderForm {
  padding: 10px;
  box-shadow: none;
}

.AutocompleteHolder_Qty .QtyToAdd {
  margin: 0;
}

.AutocompleteHolder_AddButton {
  padding-left: 20px;
}

.NOFOrderListOfProducts {
  font-size: 13px;
  border: transparent;
}

.NOFOrderListOfProducts .HeaderStyle {
  border-bottom: 1px solid;
  font-size: 11px;
  line-height: 1em;
}

.NOFListOfProducts_UOM,
.NOFListOfProducts_PE,
.NOFListOfProducts_Qty,
.NOFListOfProducts_LineTotal,
.NOFListOfProducts_QtyBO,
.NOFListOfProducts_ETD,
.NOFListOfProducts_QtyExclBO {
  text-align: left;
  padding: 0px 3px;
}

.NOFListOfProducts_Comment .CommentImage {
  margin-right: 3px;
}

/* AO_ViewProductsByCategory
----------------------------------------------------------------------------- */
/* AO_ViewProductsByCategory
----------------------------------------------------------------------------- */

/* AO_BulkOrderModule
----------------------------------------------------------------------------- */
.ddBackground {
  display: block;
  height: 160px;
  width: 100%;
  margin-top: 15px;
}

.fd-zone {
  background: #fff;
  border-width: 3px;
  border-style: dashed;
}

.txtBulkList {
  padding: 8px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8),
    inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8),
    inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  width: 95%;
  margin-top: 20px;
}

.BulkOrderWrapper {
}

.BulkOrderInfo,
.BulkOrderInput {
  float: left;
  width: 50%;
}

.BulkOrderWrapper .dnnLabel {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0;
  font-weight: 400;
  margin: 0;
}

.BulkOrderWrapper .dnnFormHelp {
  position: relative;
  float: left;
  margin-right: 10px !important;
}

.BulkOrderWrapper .dnnTooltip {
  position: relative !important;
  right: 4% !important;
  margin-top: -20px;
}

/*.dnnTooltip .dnnFormHelpContent {
    width: 500px;
}

.BulkOrderWrapper .dnnHelpText {
    width: 450px;
}*/

.BulkOrderWrapper .dnnLabel {
  padding-bottom: 10px;
}

/* J_Search
----------------------------------------------------------------------------- */
.SearchTxt {
  position: relative;
}

.SearchTxt .SearchBox {
  width: 90%;
  border: none;
  padding-left: 5px;
  font-size: 14px;
  line-height: 30px;
  color: #363636;
}

.SearchPane .SearchTxt {
}

.SearchPane .SearchBox {
  padding: 0px 5px;
  border-radius: 3px;
  border: none;
  padding-left: 10px;
  background: none;
  width: 250px;
  height: 2em;
  color: #444;
}

.SearchButton {
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: url("/images/icon_search_32px.gif") no-repeat 45% 50%;
  background-color: #ce1723;
  background-size: 20px;
}

/*.autocomplete-w1 {
    background: url(img/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0 0 6px; 
    _background: none;
    _margin: 1px 0 0 0;
    font-size: 10px;
}

.autocomplete {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px !important; 
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #f0f0f0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        overflow: hidden;
        line-height: 20px;
    }

        .autocomplete div:hover {
            background: #666666;
            color: #fff;
        }

    .autocomplete strong { /* font-weight: normal;
            color: #d52b1e;
    }*/

.auto-style1 {
  width: 50px;
  height: 16px;
}

.auto-style2 {
  width: 80px;
  height: 16px;
}

.auto-style3 {
  width: 110px;
  height: 16px;
}

.auto-style4 {
  width: 100px;
  height: 16px;
}

.ui-autocomplete-loading {
  background: white url("/images/ui-anim_basic_16x16.gif") right center
    no-repeat;
}

.SearchErrorMsg {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  top: -30px;
  left: 10px;
  cursor: pointer;
}

.SearchErrorMsg:before {
  content: "";
  position: absolute;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 5%;
  margin-left: -5px;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
}
/* NEW AUTOCOMPLETE STYLE */
.AutocompleteImageHolder {
  display: inline-block;
  height: 50px;
  width: 50px;
  vertical-align: top;
  float: left;
}

.AutocompleteProductIdName {
  display: inline-block;
  height: 50px;
  width: 340px;
  padding-left: 10px;
  float: left;
  line-height: 1.5em;
}

.AutocompleteInStockBackorder {
  display: inline-block;
  height: 50px;
  width: 100px;
  padding-left: 10px;
  float: left;
}

.AutocompleteLeft {
  display: inline-block;
  width: 80px;
}

.AutocompleteLine {
  height: 18px;
}

.AutocompleteLine > .BackOrderYes,
.AutocompleteLine > .BackOrderNo {
  display: inline-block;
  margin: 0;
}

.AutocompletePrice .lblTax {
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
}

.ui-autocomplete {
  overflow-x: hidden; /* prevent horizontal scrollbar */
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1000; /*over the menu*/
  cursor: pointer;
}

li.ui-menu-item {
  height: 3em;
  line-height: 3em;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 0px 5px;
  list-style: none;
  overflow: hidden;
  border-left: 3px solid #fff;
}

.ProductDetailsInfoHolder {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-left: 20px;
  margin-top: 10px;
}

.ProductDetailsInfoHolder
  > .AutocompleteInStockBackorder
  > .AutocompleteLine
  > .AutocompleteLeft {
  width: 60px;
}

.lblAutoCompleteProductId {
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 15px;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.lblAutoCompleteProductName {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* Recently Viewed
----------------------------------------------------------------------------- */
.recentlyProductHolder {
  float: left;
  width: 100%;
  text-align: center;
}

.recentlyImageHolder {
  float: left;
  width: 100%;
  text-align: center;
}

.RecentlyViewHeader {
  display: none;
}

.recentlyProductWrapper {
  float: left;
}

/* AO_DetailedLog
----------------------------------------------------------------------------- */
.GridView {
  width: 100%;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
}

.HeaderStyle,
.ReoccuringOrderCellHeader {
  height: 30px;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  background: rgb(206, 23, 35) !important;
  border: 1px solid rgb(206, 23, 35) !important;
}

.DTLog .AlternatingRowStyle,
.DTLog .Alternating {
  height: 40px;
  background: #efefef;
}

.AlternatingRowStyle,
.Alternating {
  /*background-color: #DCE8F5; height: 40px; color: #333; border: 1px solid #ccc!important; width: 100%; display: table-row;*/
}

.RowStyle,
.ReoccuringOrderLine {
  color: #333;
  height: 40px;
  width: 100%;
  display: table-row;
}

.fieldset {
  border: 1px solid #999797;
  padding: 1% 1% 2% 0%;
  margin: 1% 0;
  width: 97%;
}

.ModAODetailedLogC .fieldset {
  border: none;
}

.FilterOptionsHolder {
  width: 100%;
  float: left;
  padding-top: 5px;
}

.FilterOptionsHolder input,
.FilterOptionsHolder select,
.searchBoxHolder {
  width: 60%;
}

.searchBoxHolder input {
  width: 100%;
}

.FilterOptionsHolder span,
.searchLabel {
  width: 35%;
  display: inline-block;
  float: left;
  font-size: 13px;
}

.searchLabel {
}

.searchWrapper {
  width: 100%;
  float: left;
  padding-top: 5px;
}

.FilterOptionsHolder .searchWrapper span,
.searchBoxHolder,
.searchWrapper input {
  float: left;
}

.searchBoxHolder {
  margin-right: 10px;
  position: relative;
}

.FilterOptionsHolder .SearchTitle {
  font-size: 18px;
  font-weight: 700;
}

.FilterOptionsHolder .SearchBox {
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc !important;
  padding: 10px;
  width: 240px;
  margin-right: 3px;
}

.button_std,
.DetailsButton,
.ViewAllRecentLink {
  /*-webkit-border-radius: 5; -moz-border-radius: 5; border-radius: 5px; color: #fff; font-size: 14px; padding: 3px 10px; text-decoration: none; border: none; font-weight: 700;*/
}

.button_std:disabled,
.DetailsButton:disabled,
.ViewAllRecentLink:disabled {
  background: #777777;
  background-image: -webkit-linear-gradient(top, #777777, #333333);
  background-image: -moz-linear-gradient(top, #777777, #333333);
  background-image: -ms-linear-gradient(top, #777777, #333333);
  background-image: -o-linear-gradient(top, #777777, #333333);
  background-image: linear-gradient(to bottom, #777777, #333333);
  color: #bbb !important;
  cursor: no-drop;
}

.button_std:disabled:hover,
.DetailsButton:disabled:hover,
.ViewAllRecentLink:disabled:hover {
  background: #777777;
}

.ui-datepicker-prev,
.ui-datepicker-next,
ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #ccc;
  cursor: pointer;
}

.ui-datepicker .ui-widget-header {
  background: #555555;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  display: block;
  cursor: default;
  border-collapse: collapse;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  color: #7d7d7d;
}

.ui-datepicker-current-day a {
  background: #ce1723;
  color: #ffffff !important;
  border-radius: 50%;
}

.Heading-Box {
  background: url(Images/GreyContainerHeaderBg.png) repeat-x;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #40454a;
  background-position: left top;
  margin: 10px 0 0;
  padding: 1px 0 4px 17px;
  width: 98%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.Heading-Box h2 {
  font-size: Medium;
  font-weight: 700;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}

.ui-datepicker-next:after {
  content: "\f105";
  font-family: FontAwesome;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-datepicker::before {
  top: -15px;
  left: 2.5%;
  content: " ";
  border-top-width: 10px;
  content: "";
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #555;
  border-style: solid;
}

.ui-datepicker {
  margin-left: 75px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 1em;
  height: 1.5em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 2em;
  text-align: center;
  color: #ccc;
  font-size: 11px;
  cursor: default;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker th {
  padding: 0.3em;
  text-align: center;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td a:hover {
  color: #ce1723;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  height: 1.8em;
  width: 1.8em;
  text-decoration: none;
  text-align: center !important;
  margin: 4px;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-unselectable {
  /*opacity: 0 !important;*/
}

td.ui-datepicker-unselectable span,
td.ui-state-disabled span {
  background: #999999 !important;
  border-color: #999999 !important;
  text-decoration: line-through;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ItemCountHolder {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.ItemCountOneThird {
  display: block;
  width: 33%;
  float: left;
}

.LeftText {
  text-align: left;
}

.CenterText {
  text-align: center;
}

.RightText {
  text-align: right;
}

/* AO_FilteredProductList
----------------------------------------------------------------------------- */
.ProductDisplayGridCompare {
  visibility: hidden;
  display: none;
}

.PopularProductsDataListHolder {
  padding-bottom: 0px;
}

.ProductDisplayGrid {
  float: left;
  position: relative;
  padding: 5px 15px 20px 15px;
  border-left: 3px solid transparent;
  -webkit-border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  -o-border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  border-image: url(/Portals/0/JA_Skin/grid_border.png) 2 stretch;
  background: url(/Portals/0/JA_Skin/grid_border_hor.png) no-repeat;
  background-position: 50% 100%;
  border-image-slice: 2;
}

.ProductDisplayGrid:nth-child(4n-3) {
  border-left: none;
  border-left-width: 0px;
  clear: both;
}

.ProductDisplayGridName {
  width: 100%;
  height: 4.5em;
  line-height: 1.5em;
  margin-bottom: 10px;
  overflow: hidden;
}

.ProductDisplayGridPartNo {
  width: 100%;
  display: block;
}

.ProductDisplayGridPartNo span {
  display: inline-block;
  line-height: 2em;
  float: left;
  margin-right: 3px;
}

.ProductDisplayGridPartNo a {
  text-overflow: ellipsis;
  width: 65%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.ProductGridMainDisc,
.ProductGridSubDisc {
  text-transform: uppercase;
}

.ProductGridMainDisc .lblTax {
  display: none;
}

.ProductDisplayGridRating {
  width: 100%;
  display: none;
}

.ProductGridName {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.ProductDisplayGridBrand {
  height: 70px;
}

.ProductDisplayGridImageHolder {
  width: 70%;
  height: 100%;
  position: relative;
  float: left;
  min-height: 175px;
}

.lbl_PartNo {
  display: block;
  float: left;
}

.lnk_PartNo {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 75%;
}

.ProductDisplayGridStockNo {
  float: left;
  width: 45%;
  height: 40px;
}

.ProductDisplayGridShortDesc {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5em;
  height: 4.5em;
}

.ProductDisplayGridAddButtons {
  overflow: hidden;
  width: 45%;
}

.PopProductsAddButtons {
  width: 40% !important;
}

.ProductDisplayGridImageHolder_IMG,
.ProductDisplayGridImageHolder_Sale {
  width: 100%;
  float: left;
}

.ProductDisplayGridImageHolder_IMG {
  text-align: center;
  padding-bottom: 10px;
}

.ProductDisplayGridImageHolder_Sale {
  z-index: 10;
}

.ProductDisplayGridPrice {
  float: left;
  width: 55%;
  height: 40px;
}

.ProductDisplayGridPriceDisc {
  width: 100%;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  font-size: 12px;
}

.ProductDisplayGridPriceMain {
  width: 100%;
  overflow: hidden;
  line-height: 1em;
}

.ProductDisplayGridQty {
  float: left;
  overflow: hidden;
  margin-right: 3px;
  font-size: 12px;
  width: 39%;
}

.FilListGrid .ProductDisplayOrderCtrl .GridAddToCartButtonHolder {
  width: 45%;
}

.FilListGrid .ProductDisplayOrderCtrl > .tooltips {
  float: left;
  width: 14%;
}

/*.ProductDisplayGrid:nth-child(4n-3) .ProductDisplayGridQty{
    width: 36%;
}*/

.ProductGridPricePadding {
  padding-top: 15px;
}

.ProductDisplayGridPrice .TwoPaneLeftHolder {
  width: 60%;
}

.ProductDisplayGridPrice .TwoPaneRightHolder {
  width: 40%;
}

.ProductDisplayList {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 12px;
  position: relative;
}

.ProductDisplayListPane1 {
  float: left;
  width: 30%;
}

.ProductDisplayListPane2 {
  float: left;
  width: 45%;
}

.ProductDisplayListPane3 {
  float: left;
  width: 25%;
}

.ProductListPriceAsLine {
  white-space: nowrap;
}

.ProductDisplayListB2CPanel {
  float: left;
  width: 100%;
  font-size: 10px;
}

.ProductDisplayListImg {
  float: left;
  min-height: 10px;
  padding-right: 10px;
}

.ProductDisplayListPartNo {
  float: left;
  width: 100%;
  min-height: 10px;
}

.ProductDisplayListName {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-weight: 700;
}

.ProductDisplayListB2BPanel {
  float: left;
  width: 100%;
  font-size: 10px;
}

.ProductDisplayListDiscPanel {
  width: 100%;
  float: left;
  font-size: 10px;
}

.ProductDisplayListCompare {
  width: 100%;
  float: left;
  display: none;
  visibility: hidden;
}

.ProductDisplayListBO {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.ProductDisplayGridButtons {
  width: 35%;
  float: left;
  margin-bottom: 5px;
}

.ProductDisplayGridButtons div {
  padding-right: 5px;
}

.PopProductsGrid .ProductDisplayGridButtons {
  display: none;
}

.PopProductsGrid .AddSingleToCartButtonClick,
.PopProductsGrid .AddToWishlistClick {
  padding: 0px 10px;
}

.ProductDisplayListButtons {
  width: 30%;
  float: left;
  padding-top: 10px;
}

.ProductDisplayListButtons div {
  padding-right: 5px;
}

.MyCartComment {
  float: left;
}

.MyCartCommentCO {
  float: left;
  width: 1.5%;
}

.MyCartInfoPopUp {
  float: left;
  width: 1.5%;
  display: none;
}

.MyCartInfoPopUp .imgInfo {
  padding: 0px;
}

.ProductListInfoPopup {
  float: left;
}

.ProductDisplayListDescription {
  float: left;
  width: 230px;
  min-height: 10px;
  padding-top: 15px;
}

.ProductDisplayListDescription_B2C {
  float: left;
  width: 450px;
  min-height: 10px;
  padding-top: 15px;
}

.ProductDisplayListStock {
  float: left;
  width: 100%;
  min-height: 10px;
  padding-top: 5px;
}

.ProductDisplayListRRP {
  width: 100%;
  min-height: 10px;
}

.ProductDisplayListWS {
  width: 100%;
}

.ProductDisplayListYourPrice {
  width: 100%;
  padding-top: 15px;
  min-height: 10px;
  font-weight: 700;
}

.ProductDisplayListOrder,
.ProductDisplayListDescription_B2C {
  float: left;
  min-height: 10px;
  width: 35px;
}

.ProductDisplayListOrder {
  text-align: left;
  width: 40%;
  padding-top: 10px;
}

.ListView_ProductQty {
  text-align: center;
}

.ListViewRangeButton {
  width: 120px;
}

.ProductDisplayListLink {
  float: left;
  width: 100%;
}

.ProductDisplayListViewBtn {
  margin-top: 5px;
}

.ProductDisplayListAddButtons {
  width: 100%;
  text-align: center !important;
  float: left;
}

.ProductDisplayListAddButtons a,
.ProductDisplayListAddButtons input {
  width: 100%;
  margin: 3px 0px;
}

.ProductDisplayListB2BPanelPane1 {
  float: left;
  width: 50%;
}

.ProductDisplayListB2BPanelPane2 {
  float: left;
  width: 50%;
}

.ProductDisplayListDiscAmount {
  float: left;
  width: 100%;
}

.ProductDisplayListDiscPerc {
  float: left;
  width: 100%;
}
/*.dnnForm { overflow: hidden; }*/
ul.CheckoutTabls {
  height: 43px;
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 0px;
}

.CheckoutTabls .ui-tabs-active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

ul.CheckoutTabls li {
  float: left;
  list-style: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fafafa;
  box-shadow: inset 0 0 3px #eaeaea;
  font-weight: 700;
}

ul.CheckoutTabls li.ui-tabs-active {
  background-color: #fff !important;
  box-shadow: inset 0 0 0px #fff;
}

ul.CheckoutTabls li.ui-tabs-active a {
  color: #333333;
}

.CheckoutTab {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
}

.CheckoutTabDIV {
  min-height: 400px;
  float: left;
  width: 100%; /*text-align: center;*/
}

.SearchHeader {
  padding-left: 10px;
}

.Paging .Active {
  background-color: #666666;
  color: #ffffff;
  border: none;
}

.InfoPopup {
  height: 50px;
}

.InfoPopup img {
  margin: 12px 0px;
}

.InfoPopup .SearchErrorMsg {
  max-width: 400px;
  width: 100%;
  white-space: normal;
  z-index: 900000;
}

.InfoPopup .SearchErrorMsg:before {
  left: 95%;
}

#closethis {
  float: right;
  font-weight: 700;
}

#closethis:hover {
}
/* Css fix for ddl & button */
div.SaveASHolder {
  margin-left: 0;
}

input.AddtoButton {
  width: 50px;
}

.pnlButtonWithCartType {
  width: 100%;
  overflow: hidden;
}

.pnlButtonWithCartType .SaveASHolder {
  overflow: hidden;
  margin: 0;
}

.pnlButtonWithCartType .SaveASHolder span,
.pnlButtonWithCartType .SaveASHolder select,
.pnlButtonWithCartType .SaveASHolder input {
  float: left;
}
/* AO_CategorySide
----------------------------------------------------------------------------- */
.lnkToggleFeatures {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.CategoryItem,
.DeptItem {
  overflow: hidden;
  padding: 0px 5px;
  position: relative;
  width: 100%;
  min-width: 183px;
}

.CategorySideStyle0 .CategoryShowSubsHeader {
  background: none;
}

.CategorySideStyle0 .CategoryShowSubsOnHover {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.CategorySideStyle0 .CategoryLink {
  font-size: 14px;
  color: #414141;
  font-weight: 700;
  line-height: 22px;
}

.CategorySideStyle0 .CategoryLink:hover {
}

.CategorySideStyle0 .CategorySubToShow {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.CategorySideStyle0 .btnCategorySubToShow {
  padding-left: 12px;
}

.CategorySideStyle0 .CategorySubToShow a {
  transition: all 0.5s;
  padding-left: 10px;
  color: #333;
  display: block;
}

.CategorySideStyle0 .CategorySubToShow a:hover {
}

.CategorySideStyle0 .ViewCategoryHeader,
.CategorySideStyle0 .btnCategorySubToShow,
.CategorySideStyle0 .DeptList div a,
.CategorySideStyle0 .FilterListItemHolder {
  color: #333;
  display: block;
  background: none;
  float: left;
  cursor: pointer;
  min-height: 32px;
  width: 100%;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.CategorySideStyle0 .ViewCategoryHeader:hover {
  background: none;
}

.CategorySideStyle0 .ViewCategoryHeader:hover a {
  color: #fff;
}

.CategorySideStyle0 .DeleteAllFiltersButton {
}

.CategorySideStyle0 .CategoryItem:hover,
.CategorySideStyle0 .DeptItem:hover,
.CategorySideStyle0 .CategoryShowSubsHeader:hover,
.CategorySideStyle0 .btnCategorySubToShow:hover,
.CategorySideStyle0 .FilterListItemHolder:hover {
  border: 1px solid #333;
  color: #333;
}

.CategorySideStyle0 .CategoryArrow {
  position: absolute;
  right: 5px;
  top: 25%;
}

.CategorySideStyle0 .acc_trigger,
.CategorySideStyle0 .EnableFilterHeader {
  border-bottom: 2px solid #777;
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
}

.CategorySideStyle0 .FilterListItemHolder a,
.CategorySideStyle0 .FilterListLabel {
  color: #333;
  padding-left: 30px;
  font-weight: 700;
  height: auto;
  width: auto;
  display: block;
}

.CategorySideStyle0 .cbunticked,
.CategorySideStyle0 .cbticked {
}

.CategorySideStyle1 .CategoryShowSubsHeader {
  border: 1px solid #333;
  overflow: hidden;
}

.CategorySideStyle1 .CategoryItem,
.CategorySideStyle1 .DeptItem,
.CategorySideStyle1 .acc_trigger {
  background: #30312f; /*border: 1px solid #333;*/
}

.CategorySideStyle1 .CategoryShowSubsOnHover {
  float: left;
  width: 100%;
}

.CategorySideStyle1 .CategoryLink {
  font-size: 14px;
  color: #414141;
  font-weight: 700;
  line-height: 22px;
}

.CategorySideStyle1 .CategoryLink:hover {
}

.CategorySideStyle1 .CategorySubToShow {
  float: left;
  width: 100%;
  padding-left: 5px;
  margin-bottom: 5px;
}

.CategorySideStyle1 .CategorySubToShow a {
  transition: all 0.5s;
  padding-left: 30px;
  color: #333;
}

.CategorySideStyle1 .CategorySubToShow a:hover {
}

.CategorySideStyle1 .CategorySubToShow:first-of-type {
  margin-top: 10px;
}

.CategorySideStyle1 .ViewCategoryHeader,
.CategorySideStyle1 .DeptList div a {
}

.CategorySideStyle1 .ViewCategoryHeader,
.CategorySideStyle1 .btnCategorySubToShow,
.CategorySideStyle1 .DeptList div a {
  display: block;
  float: left;
  cursor: pointer;
  height: 27px;
  width: 90%;
  margin-bottom: 0;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 20px;
}

.CategorySideStyle1 .ViewCategoryHeader:hover {
  background: none;
}

.CategorySideStyle1 .ViewCategoryHeader:hover a {
  color: #fff;
}

.CategorySideStyle1 .CategoryItem:hover,
.CategorySideStyle1 .CategoryShowSubsHeader:hover {
}

.CategorySideStyle1 .CategoryArrow {
  position: absolute;
  left: 5px;
  top: 25%;
}

.CategorySideStyle1 .ViewCategoryHeader::before {
  content: "";
  float: left;
  color: #fff;
}

.CategorySideStyle1 .SubCategoryItem {
  margin: 0 !important;
  background: none; /*border-top:1px solid #ddd;*/
}

.CategorySideStyle1 .SubCategoryItem .ViewCategoryHeader {
  color: #333;
  text-shadow: none;
  text-transform: capitalize !important;
}

.CategorySideStyle1 .acc_trigger,
.CategorySideStyle1 .EnableFilterHeader {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  height: auto;
  line-height: 27px;
}

.CategorySideStyle1 .FilterListItemHolder a,
.CategorySideStyle1 .FilterListLabel {
  color: #333;
  padding-left: 30px;
  display: block;
  width: auto;
  height: auto;
}

.CategorySideStyle1 .CustomColor:hover {
}

.CategorySideStyle1 .acc_trigger {
  padding-left: 25px;
}

.CategorySideStyle1 .SideFeatureHeader {
  text-transform: uppercase;
}

.CategorySideStyle1 .cbunticked,
.CategorySideStyle1 .cbticked {
}
/*.CategorySideStyle1 .DarkGreySideHeader .CategoryArrow {display:none;}*/
.CategorySideStyle2 .CategoryShowSubsHeader {
  border: 1px solid #333;
  overflow: hidden;
}

.CategorySideStyle2 .CategoryItem,
.CategorySideStyle2 .DeptItem {
  margin: 3px 0px;
}

.CategorySideStyle2 .CategoryShowSubsOnHover {
  float: left;
  width: 100%;
}

.CategorySideStyle2 .CategoryLink {
  font-size: 14px;
  color: #414141;
  font-weight: 700;
  line-height: 22px;
}

.CategorySideStyle2 .CategoryLink:hover {
}

.CategorySideStyle2 .CategorySubToShow {
  float: left;
  width: 90%;
  padding-left: 12px;
  margin-bottom: 5px;
}

.CategorySideStyle2 .CategorySubToShow a {
  transition: all 0.5s;
  padding-left: 10px;
  color: #333;
  display: block;
}

.CategorySideStyle2 .CategorySubToShow a:hover {
}

.CategorySideStyle2 .CategorySubToShow:first-of-type {
  margin-top: 10px;
}

.CategorySideStyle2 .ViewCategoryHeader,
.CategorySideStyle2 .btnCategorySubToShow,
.CategorySideStyle2 .DeptList div a {
  display: block;
  float: left;
  cursor: pointer;
  height: 32px;
  width: 90%;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 15px;
}

.CategorySideStyle2 .ViewCategoryHeader:hover {
  background: none;
}

.CategorySideStyle2 .ViewCategoryHeader:hover a {
  color: #fff;
}

.CategorySideStyle2 .CategoryItem:hover,
.CategorySideStyle2 .CategoryShowSubsHeader:hover {
}

.CategorySideStyle2 .CategoryArrow {
  position: absolute;
  right: 15px;
  top: 25%;
}

.CategorySideStyle2 .ViewCategoryHeader::before {
  content: "";
  float: left;
  color: #fff;
}

.CategorySideStyle2 .SubCategoryItem {
  margin: 0px 0px 2px 0px !important;
  width: 93%;
}

.CategorySideStyle2 .SubCategoryItem .ViewCategoryHeader {
  color: #333;
  text-shadow: none;
  font-size: 12px;
}

.CategorySideStyle2 .CustomBackground {
  background-size: 100% 100% !important;
}

.CategorySideStyle2 .acc_trigger,
.CategorySideStyle2 .EnableFilterHeader {
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}

.CategorySideStyle2 .FilterListItemHolder a,
.CategorySideStyle2 .FilterListLabel {
  color: #333;
  padding-left: 25px;
  display: block;
  width: auto;
  height: auto;
}

.CategorySideStyle2 .cbunticked,
.CategorySideStyle2 .cbticked {
  background: none;
}

.CategorySideStyle3 .CategoryShowSubsHeader {
  background: none;
}

.CategorySideStyle3 .CategoryShowSubsOnHover {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.CategorySideStyle3 .CategoryLink {
}

.CategorySideStyle3 .CategoryLink:hover {
}

.CategorySideStyle3 .CategorySubToShow {
  float: left;
  width: 90%;
  padding-left: 12px;
  margin-bottom: 5px;
}

.CategorySideStyle3 .CategorySubToShow a {
  transition: all 0.5s;
  padding-left: 0px;
  display: block;
}

.CategorySideStyle3 .CategorySubToShow a:hover {
}

.CategorySideStyle3 .ViewCategoryHeader,
.CategorySideStyle3 .btnCategorySubToShow {
  display: block;
  width: 100%;
}

.CategorySideStyle3 .ViewCategoryHeader:hover {
  background: none;
}

.CategorySideStyle3 .ViewCategoryHeader:hover a {
}

.CategorySideStyle3 .CategoryItem:hover,
.CategorySideStyle3 .CategoryShowSubsHeader:hover {
}

.CategorySideStyle3 .CategoryArrow {
  position: absolute;
  right: 5px;
  top: 25%;
}

.CategorySideStyle3 .acc_trigger,
.CategorySideStyle3 .EnableFilterHeader {
}

.CategorySideStyle3 .FilterListItemHolder a,
.CategorySideStyle3 .FilterListLabel {
  display: block;
  width: auto;
  height: auto;
}

.CategorySideStyle3 .button_std {
  color: #333;
}

.CategorySideStyle3 .cbunticked,
.CategorySideStyle3 .cbticked {
  padding-left: 30px;
}
/*Gradient Background*/
.CategorySideStyle4 .CategoryShowSubsHeader {
  border: 1px solid #333;
  overflow: hidden;
}

.CategorySideStyle4 .CategoryItem,
.CategorySideStyle4 .DeptItem {
  border: 1px solid #333;
}

.CategorySideStyle4 .CategoryShowSubsOnHover {
  float: left;
  width: 100%;
}

.CategorySideStyle4 .CategoryLink {
  font-size: 14px;
  color: #414141;
  font-weight: 700;
  line-height: 22px;
}

.CategorySideStyle4 .CategoryLink:hover {
}

.CategorySideStyle4 .CategorySubToShow {
  float: left;
  width: 100%;
  border: 1px solid #333;
  height: 32px;
  line-height: 32px;
  background: #fefefe;
}

.CategorySideStyle4 .CategorySubToShow a {
  color: #333;
  padding-left: 0px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0px 5px;
}

.CategorySideStyle4 .CategorySubToShow a:hover {
}

.CategorySideStyle4 .CategorySubToShow:first-of-type {
}

.CategorySideStyle4 .ViewCategoryHeader,
.CategorySideStyle4 .DeptList div a {
  color: #ffffff;
}

.CategorySideStyle4 .ViewCategoryHeader,
.CategorySideStyle4 .btnCategorySubToShow,
.CategorySideStyle4 .DeptList div a {
  display: block;
  float: left;
  cursor: pointer;
  height: 32px;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 15px;
}

.CategorySideStyle4 .ViewCategoryHeader:hover {
  background: none;
}

.CategorySideStyle4 .ViewCategoryHeader:hover a {
  color: #fff;
}

.CategorySideStyle4 .CategoryItem:hover,
.CategorySideStyle4 .CategoryShowSubsHeader:hover {
}

.CategorySideStyle4 .CategoryArrow {
  position: absolute;
  right: 5px;
  top: 25%;
}

.CategorySideStyle4 .ViewCategoryHeader::before {
  content: "";
  float: left;
  color: #fff;
}

.CategorySideStyle4 .SubCategoryItem,
.CategorySideStyle4 .FilterListItemHolder,
.CategorySideStyle4 .acc_container > a {
  margin: 0 !important;
  background: #fefefe;
  border-top: 1px solid #ddd;
  border: 1px solid #333;
}

.CategorySideStyle4 .SubCategoryItem .ViewCategoryHeader {
  color: #333;
  text-shadow: none;
  font-size: 12px;
}

.CategorySideStyle4 .acc_trigger,
.CategorySideStyle4 .EnableFilterHeader {
  border: 1px solid #333;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
}

.CategorySideStyle4 .FilterListItemHolder a,
.CategorySideStyle4 .FilterListLabel,
.CategorySideStyle4 .acc_container > a {
  color: #333;
  padding-left: 0px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0px 5px;
  display: block;
  width: auto;
  height: auto;
}

.CategorySideStyle4 .SideFeatureWrapper {
  width: 90%;
}

.CategorySideStyle4 .acc_container ul {
  margin: 0;
}

.CategorySideStyle4 .cbunticked,
.CategorySideStyle4 .cbticked {
  background: none;
}

.CategorySideStyle4 .acc_container > a {
  text-align: left;
}
/* AO_SideFilterMgmt
----------------------------------------------------------------------------- */
.SaveAsList {
  border: none; /*background: #3e74a0;*/
  color: #fff;
}

.SaveAsLabel {
  font-size: 13px;
}

/*.SaveASHolder {
    min-width: 160px;
    margin-top: 6px;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
    height: 42px;
    line-height: 42px;
}*/

.FitmentsHolder .SaveASHolder {
  width: 180px !important;
}

.SideFeatureWrapper {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.FilterListItemHolder {
  margin-bottom: 5px;
}

.acc_container {
  width: 100%;
  overflow: hidden;
}

.EnableFilterHeader {
  width: 100%;
  display: block;
  padding-left: 5px;
}

.feature_count {
}

.EnableFilterHolder {
  overflow: hidden;
}

.EnableFilterHolder input {
  margin-left: 12px;
  margin-top: 5px;
}

.EnableFilterHolder .FilterListLabel,
.SearchTermFilter {
  padding-left: 10px;
}

.SearchTermFilter {
}

.Redlink {
}

.FilteredListHeader .TwoPaneLeftHolder {
  width: 55%;
  min-width: 35% !important;
}

.FilteredListHeader .TwoPaneRightHolderRight {
  width: 45%;
}
/* AOCartSummery    
----------------------------------------------------------------------------- */
.CartHidden {
  position: absolute !important;
  background: #ffffff;
  width: 350px;
  z-index: 20000;
  color: #333;
  left: 0;
  border: 1px solid #ccc;
  margin-top: 3px;
}

.CartHiddenBottom {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  font-size: 12px;
}
/* Genereal    
----------------------------------------------------------------------------- */

.sf-menu {
  display: none;
}

.forsmalltabletonly {
  display: none;
}

.OnlyForMobile {
  display: none;
}

.zoomLens {
  width: 80px !important;
  height: 80px !important;
}

.dnnHTMLSettings,
.dnnMyWork,
.dnnEditHtml {
  margin: 2em auto;
}

.dnnFormItem input[type="checkbox"],
.dnnPageSettings .dnnFormItem input[type="radio"] {
  width: auto;
}

.dnnFormItem .dnnHTMLSRadioButtons label,
.dnnFormItem .dnnPSRadioButtons input,
.dnnFormItem .dnnHTMLSRadioButtons label,
.dnnFormItem .dnnHTMLSRadioButtons input {
  float: left;
  padding: 0;
  width: 2%;
  text-align: left;
}

.dnnFormItem .dnnHTMLSRadioButtons label {
  width: auto;
  padding: 0 15px 0 6px;
  font-weight: normal;
}

.dnnHTMLSRadioButtons br {
  display: none !important;
  font-size: 0;
  line-height: 0;
  border-collapse: collapse;
}

/*.zoomWrapper img {
    width:100% !important; height:100% !important;
}*/

.StockYesAsLabel {
  font-weight: 700;
  color: #27ae60;
}

.StockNoAsLabel {
  font-weight: 700;
  color: #c0392b;
}

.CustomColorAsBackground {
  color: #fff;
}

.ForTabletBelow_inline {
  display: none;
}

.DisplayAsLink {
  border: none;
  background: none;
  text-align: left;
}

.TwoPaneHolder {
  width: 99%;
}

.TwoPaneLeftHolder {
  width: 49%;
  float: left;
}

.TwoPaneRightHolder {
  width: 49%;
  float: left;
}

.top-bar-right > div {
  padding: 0px 5px;
}

.dnnFormInfo {
  background: url(/images/info.png) no-repeat 1% #4e5e6b !important;
  display: block;
  float: left;
  min-height: 32px;
  background-size: 20px !important;
  -moz-background-size: 20px !important;
  -o-background-size: 20px !important;
  -webkit-background-size: 20px !important;
  background-position-x: 1% !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dnnFormWarning {
  background: url(/images/warning.png) no-repeat 1% #f7ca18 !important;
  display: block;
  float: left;
  min-height: 32px;
  background-size: 20px !important;
  -moz-background-size: 20px !important;
  -o-background-size: 20px !important;
  -webkit-background-size: 20px !important;
  background-position-x: 1% !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dnnFormValidationSummary {
  background: url(/images/No_sign.png) no-repeat 1% #bc0710 !important;
  display: block;
  float: left;
  min-height: 32px;
  background-size: 20px !important;
  -moz-background-size: 20px !important;
  -o-background-size: 20px !important;
  -webkit-background-size: 20px !important;
  background-position-x: 1% !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dnnFormSuccess {
  background: url(/images/success.png) no-repeat 1% #36b38b !important;
  display: block;
  float: left;
  min-height: 32px;
  background-size: 20px !important;
  -moz-background-size: 20px !important;
  -o-background-size: 20px !important;
  -webkit-background-size: 20px !important;
  background-position-x: 1% !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dnnFormMessage span {
  padding-left: 1%;
  color: #fff;
  width: 96%;
  text-align: left;
  margin: 0;
  border-radius: 3px;
  float: left;
  padding: 1% 1% 1% 1%;
  line-height: 32px;
  margin-left: 4%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.col-md-3 .dnnFormMessage span,
.col-md-4 .dnnFormMessage span,
.col-md-2 .dnnFormMessage span,
.col-md-1 .dnnFormMessage span {
  margin-left: 12%;
  width: 88%;
}

.col-md-1 .dnnFormMessage,
.col-md-2 .dnnFormMessage,
.col-md-3 .dnnFormMessage,
.col-md-4 .dnnFormMessage {
  background-position: 2.5% 50% !important;
}

.dnnFormMessage {
  padding: 0 !important;
  margin: 0px 0px 5px 0px;
  min-height: 32px;
  width: 100%;
  max-width: 100%;
  border: none;
  float: left;
}

.dnnFormWarning span {
  background: #f4d03f !important;
  border: none;
}

.dnnFormValidationSummary span {
  border: none;
}

.dnnFormSuccess span {
  background: #339f7b !important;
  border: none;
}

.dnnFormInfo span {
  background: #4c5660 !important;
  border: none;
}
/*Custom Accordian style*/
.ui-accordion-header {
  height: 2em;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px #888888;
  -moz-box-shadow: 0px 1px 1px #888888;
  box-shadow: 0px 1px 1px #888888;
  color: #ffffff;
  text-shadow: 0.5px 1px #333;
  padding-left: 10px;
  line-height: 2em;
}

.ui-accordion-content {
  height: auto !important;
  overflow: hidden;
}

.ui-accordion-header::after {
  font-family: FontAwesome;
  content: "\f13a";
  line-height: 2em;
  font-size: 1em;
  float: right;
  padding-right: 15px;
  color: #fff;
  text-shadow: 0.5px 1px #333;
}

.ui-accordion-header-active::after {
  content: "\f139";
}

.ui-accordion-content td {
  vertical-align: top;
}

.AddSingleToCartButtonClick,
.AddToWishlistClick {
  padding: 0 20px;
}

.popViewRangeClick {
  width: 100%;
}
/*For Generic Skin*/
.bkgThumbWrapper {
  padding: 5px;
}

.prodTabsgg {
  border: 1px solid #e7e7e7;
  width: 29%;
  position: relative;
}

/* J_PopularProducts
----------------------------------------------------------------------------- */
/*.dnnForm { overflow: hidden; }*/
ul.PopularProductsTabs {
  height: 43px;
  background: #fafafa;
  border: 1px solid #ddd;
}

.PopularProductsTabs .ui-tabs-active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

ul.PopularProductsTabs li {
  float: left;
  list-style: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fafafa;
  box-shadow: inset 0 0 3px #eaeaea;
  font-weight: 700;
}

ul.PopularProductsTabs li.ui-tabs-active {
  background-color: #fff !important;
  box-shadow: inset 0 0 0px #fff;
}

ul.PopularProductsTabs li.ui-tabs-active a {
  color: #333333;
}

.PopularProductsTab {
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
}

.PopularProductsTabDIV {
  float: left;
  width: 100%; /*text-align: center;*/
}

.ProductDisplayGridLinkAddButtons {
  overflow: hidden;
  width: 100%;
  min-height: 25px;
  margin-bottom: 8px;
  text-align: center;
}

.ProductDisplayGridDiscounts {
  display: inline;
  font-size: 10px;
  overflow: hidden;
  text-transform: uppercase;
  color: #000;
}

.ProductDisplayGridPriceLeft {
  width: 50%;
  float: left;
  text-align: left;
}

.ProductDisplayGridPriceRight {
  width: 50%;
  float: right;
  text-align: right;
}

.PopProductsGrid {
  border: 1px solid #e7e7e7;
  width: 100%;
  margin: 0px;
  position: relative;
}

.ProductDisplayGridStockLeft {
  width: 100%;
  float: left;
  text-align: right;
}

.ProductDisplayGridStockRight {
  width: 50%;
  float: right;
  text-align: right;
}

.ATCfloatCart {
  float: left;
  margin-right: 2px;
}

.ATCfloatWish {
  float: left;
}

.CompareProductsCB {
  font-size: 10px;
}

.ProductDisplayGridDiscInTriangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  display: none;
}

.ProductDisplayGridDiscInTriangleRT {
}

.ProductDisplayGridTriangleWrapper .lblTax {
  display: none;
}

.ProductDisplayGridDiscInTriangleRT .ProductDisplayGridTriangleWrapper {
  position: relative;
  top: -90px;
  right: 110px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 140px;
  height: 60px;
  line-height: 1.2em;
}

.ProductDisplayGridDiscInTriangleRT span {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 110px;
  overflow: hidden;
  padding-left: 30px;
}

.ProductDisplayGridDiscInTriangleRT .lblPreTriangle {
  font-weight: 700;
  font-size: 1em;
  line-height: 0.8em;
}

.ProductDisplayGridDiscInTriangleLT {
}

.ProductDisplayGridDiscInTriangleLT .ProductDisplayGridTriangleWrapper {
  position: relative;
  top: -90px;
  left: -35px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 140px;
  height: 60px;
}

.ProductDisplayGridDiscInTriangleLT span {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 110px;
  overflow: hidden;
  padding-left: 20px;
}

.ProductDisplayGridDiscInTriangleLT .lblPreTriangle {
  font-weight: 700;
  font-size: 1em;
  line-height: 0.8em;
}

/*List triangle*/

.ProductDisplayListDiscInTriangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.ProductDisplayListDiscInTriangleRT {
}

.ProductDisplayListTriangleWrapper .lblTax {
  display: none;
}

.ProductDisplayListDiscInTriangleRT .ProductDisplayListTriangleWrapper {
  position: relative;
  top: -90px;
  right: 110px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 140px;
  height: 60px;
}

.ProductDisplayListDiscInTriangleRT span {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 110px;
  overflow: hidden;
  padding-left: 20px;
}

.ProductDisplayListDiscInTriangleRT .lblPreTriangle {
  font-weight: 700;
  font-size: 1em;
  line-height: 0.8em;
}

.ProductDisplayListDiscInTriangleLT {
}

.ProductDisplayListDiscInTriangleLT .ProductDisplayListTriangleWrapper {
  position: relative;
  top: -90px;
  left: -35px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 140px;
  height: 60px;
}

.ProductDisplayListDiscInTriangleLT span {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 110px;
  overflow: hidden;
  padding-left: 20px;
}

.ProductDisplayListDiscInTriangleLT .lblPreTriangle {
  font-weight: 700;
  font-size: 1em;
  line-height: 0.8em;
}

/* AO_CartSummaryJquery
----------------------------------------------------------------------------- */
.CSHiddenHolder {
  width: 100%;
  float: left;
  padding: 6px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.CSHiddenHolderImg {
  float: left;
  margin: 0px 15px;
  border: 1px solid #ccc;
}

.CSHiddenHolderImg img {
  padding: 10px;
  border: 1px solid #ccc;
}

.CSHiddenHolderProd {
  width: 62%;
  float: left;
  overflow-wrap: break-word;
}

.CSRemoveButton {
  float: right;
  vertical-align: middle !important;
  font-size: 18px;
  cursor: pointer;
}

.CartHiddenProdId {
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  padding-bottom: 3px;
  text-align: left;
}

.CartHiddenProdId a {
  color: #363636 !important;
  display: block;
  width: 90%;
}

.CartHiddenProdId a:hover {
  text-decoration: none;
}

.CSHiddenHolderProdInner {
  height: 74px;
}

.CartHiddenQty,
.CartHiddenPrice {
  /*padding-top:2px;*/
}

.ItemCountSummaryRow {
  border-bottom: 1px solid #ccc;
}

.ItemCountSummaryRow .fa {
  float: right;
  font-size: 20px;
  line-height: 46px;
  display: block;
}

.ItemCountCloseBtn {
  display: none;
}

.QtyPopUpQty {
  /*  display: none; */
  width: 33%;
}

.QtyPopUpPrice {
  /*  display: none; */
  width: 33%;
}

.QtyPopUpDisc {
  /*  display: none; */
  width: 33%;
}

.QtyPopUpStkName {
  /*  display: none; */
  width: 33%;
}

.QtyPopUpStkAvailable {
  /*  display: none; */
  width: 33%;
}

.QtyPopUpStkLocation {
  /*  display: none; */
  width: 33%;
}

.HeaderCartSummary {
  cursor: pointer;
}

.DashboardTable {
  float: right;
  width: 50%;
  font-size: 12px;
  line-height: 1.3em;
}

.checkoutnotes1 {
  width: 100%;
  height: 300px;
}

.DD_PostCodeFinder {
  font-size: 10px;
}

.deliveryHolder_Row {
  padding-bottom: 10px;
}

.MyCart_Table {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.MyCart_Table td,
.MyCart_HeaderStyle div {
  border: none;
}

.MyCart_Table a {
}

.MyCartInnerHolder {
  float: left;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}

.MyCartInnerHolder div {
  font-size: 12px;
}

.MyCartInnerHolderh {
  float: left;
  width: 100%;
  font-size: 12px;
}

.MyCartImage {
  float: left;
  width: 60px;
  padding-left: 20px;
  min-height: 10px;
}

.MyCartPart {
  float: left;
  width: 12%;
  padding-left: 10px;
  min-height: 10px;
  padding-right: 10px;
  overflow-wrap: break-word;
}

.MyCartDescription {
  float: left;
  min-height: 10px;
  width: 22%;
  overflow: hidden;
  overflow-wrap: break-word;
}

.MyCartDescriptionNote {
  float: left;
  min-height: 10px;
  width: 22%;
  overflow: visible;
  overflow-wrap: break-word;
}

.MyCartStock {
  float: left;
  width: 15%;
  overflow: hidden;
  min-height: 10px;
  text-align: left;
  color: #868686;
}

.pCheckoutCartList1 .MyCartInnerHolder .MyCartStock {
  width: 25%;
}

.MyCartRRP {
  float: left;
  width: 8%;
  overflow: hidden;
  min-height: 10px;
}

.MyCartRRPB2B {
  float: left;
  width: 8%;
  overflow: hidden;
  min-height: 10px;
}

.MyCartWholesale {
  float: left;
  width: 8%;
  min-height: 10px;
  overflow: hidden;
}

.MyCartRemove {
  float: right;
  width: 80px;
  text-align: right;
  padding-right: 15px;
}

.MyCartRemove {
  width: 3%;
}

.MyCartYourPrice {
  float: left;
  width: 11%;
  overflow: hidden;
  min-height: 10px;
}

.MyCartYourPrice a.title {
  display: none;
}

.MyCartQuantity {
  float: left;
  width: 7%;
  overflow: hidden;
  min-height: 10px;
  text-align: left;
}

.MyCartQuantityh {
  float: left;
  width: 7%;
  overflow: hidden;
  min-height: 10px;
  text-align: left;
}

.MyCartUOMh {
  float: left;
  width: 7%;
  overflow: hidden;
  min-height: 10px;
  text-align: left;
}

.MyCartUOM {
  float: left;
  width: 7%;
  overflow: hidden;
  min-height: 10px;
  text-align: left;
}

.MyCartSupplied {
  float: left;
  width: 60px;
  overflow: hidden;
  min-height: 10px;
  text-align: center;
}

.MyCartBO {
  float: left;
  width: 50px;
  overflow: hidden;
  min-height: 10px;
  text-align: center;
}

.Qtytxtbox {
  text-align: center;
}

.MyCartTotal {
  float: left;
  width: 12%;
  overflow: hidden;
  text-align: left;
  min-height: 10px;
}

.MyCartImage img {
  width: 60px;
}

.checkoutDelivery {
}

.checkoutBuyersDetails {
}

.checkoutBuyersDetails textarea {
  border: none;
}

.checkoutOrderOptions {
}

.checkoutDeliveryOptions {
}

.checkoutLowerButtons {
  float: left;
  width: 100%;
  height: 20px;
}

.MyCart_Header {
  color: #66b2d5;
  font-weight: 700;
}

.CheckoutDealerWrapper {
  display: none;
}

.OrderRowLabel {
  font-weight: 700;
}

.DPSCheckHolder {
  float: left;
  width: 100%;
}

.CheckoutTabDIV .threepaneholder {
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}

.redbar_prevOnly {
  color: #fff;
  height: 42px;
  width: 100%;
  background: #3498db;
  background-position-x: 10px;
}

.redbar {
  color: #fff;
  height: 42px;
  width: 100%;
  background: #3498db;
}

.redbar div {
  float: left;
}

.redbar div input,
.redbar div select,
.redbar div span {
  display: block;
  float: left;
  margin-right: 10px;
}

.redbar div select {
  background: #3498db;
  border: none;
  color: #fff;
  margin-top: 1px;
  font-weight: 700;
}

.OrderOptionsRadio {
  font-size: 10px;
}

.CheckOutRadio {
  font-size: 11px;
}

.DPSCheckHolder .TwoPaneLeftHolder {
  float: left;
  min-width: 50%;
  text-align: left;
}

.DPSCheckHolder .TwoPaneRightHolder {
  width: 28% !important;
  float: left;
}

.DPSCheckHolder .TwoPaneInnerHolder {
  float: left;
  width: 100%;
  min-height: 20px;
}

.DPSCheckHolder .RightAlign {
  text-align: right;
}

.SaveAsList,
.checkoutLowerButtons input {
  border: none;
  color: #fff;
  max-width: 75px;
  font-weight: 700;
}

input.TransparentCheckoutButton {
  display: block;
  background: url(images/transparent.png) no-repeat center right;
  cursor: pointer;
  height: 42px;
  width: 120px;
  color: #fff !important;
  font-size: 14px;
  line-height: 42px;
  border: none;
  margin-right: 0 !important;
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
}

.SaveAsControlMobileLine,
.SaveAsControlMobileLineHeader {
  float: left;
}

.SaveAsControlMobileLine {
  width: 85%;
}

.SaveAsControlMobileLineHeader {
  width: 15%;
}

.SaveAsControlWrapper {
}

.SaveAsControlWrapper span {
  padding-right: 5px;
}

.OnlyForMobile {
  display: none;
}

.TotalTable {
  width: 100%;
}

.TotalTableCol1 {
  width: 75%;
  float: left;
}

.TotalTableCol2 {
  width: 19%;
}

.TotalTableCol3 {
  width: 13%;
}

.checkout_prevOnly {
  color: #fff;
  height: 42px;
  width: 100%;
}

.checkoutbar {
  color: #fff;
  height: 42px;
  width: 100%;
}

.checkoutbar div {
  float: left;
}

.checkoutbar div input,
.redbar div select,
.redbar div span {
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
}

.checkoutbar div select {
  border: none;
  color: #fff;
  margin-top: 1px;
  font-weight: 700;
}

.RightAlign {
  text-align: right;
}

.DeliveryPrefTable {
  width: 100%;
  display: none;
}

.DeliveryPrefTableLeft {
  width: 65%;
}

.DeliveryPrefTableRight {
  width: 35%;
  text-align: right;
}

.displayme {
  display: block;
}

.dontdisplayme {
  display: none;
}

.DeliveryOptionsRadio label {
  padding-left: 5px;
}

.TotalTable .CustomColorAsBackground span {
  padding-left: 5px;
}

.CheckoutPrevWrapper {
  line-height: 30px;
  overflow: hidden;
  float: right;
  width: 65%;
}

.CheckoutPrevWrapperFullWidth {
  line-height: 30px;
  overflow: hidden;
  float: right;
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.CheckoutPrevWrapperFullWidth .btnSaveAsReoccuringOrder {
  float: right;
  margin-top: 5px;
}

.TotalTableCtrlRow {
  padding-top: 5px;
}

.FinialiseOrderWrap {
  float: right;
  width: 35%;
}

.FinialiseOrderWrap input {
  float: right;
}

.txtReoccuringOrderName {
  line-height: 22px;
  height: 22px;
}

.checkoutbar .DetailsButton {
  margin-top: 6px;
}

.btnSaveAsReoccuringOrder {
  padding: 0px 10px;
}

/* AO_ReOccuringOrder
----------------------------------------------------------------------------- */

.ReoccuringOrderTable {
  font-size: 13px;
}

.ReoccuringOrderHeader {
  font-weight: 700;
}

.ReoccuringOrderTable .ReoccuringOrderLineHeader {
  overflow: hidden;
  border-bottom: 1px solid;
}

.ReoccuringOrderTable .ReoccuringOrderLine {
  display: inline-block;
  height: auto;
  overflow: hidden;
}

.ReoccuringOrderTable .ReoccuringOrderCellHeader,
.ReoccuringOrderTable .ReoccuringOrderCell {
  float: left;
  min-height: 1px;
  padding-left: 10px;
}

.ReoccuringOrderTable .ReoccuringOrderCell {
  padding-top: 10px;
}

.ReoccuringOrderTable .ReoccuringOrderCell_Code {
  width: 20%;
}

.ReoccuringOrderTable .ReoccuringOrderCell_ProductName {
  width: 35%;
}

.ReoccuringOrderTable .ReoccuringOrderCell_Price {
  width: 10%;
  text-align: center;
}

.ReoccuringOrderTable .ReoccuringOrderCell_IIO {
  width: 10%;
}

.ReoccuringOrderTable .ReoccuringOrderCell_QTY {
  width: 15%;
}

.ReoccuringOrderTable .ReoccuringOrderCell_ATC {
  width: 15%;
}

.DeliveryType {
  float: left;
  width: 100%;
  vertical-align: top;
}

.DeliveryTypeImg {
  float: left;
  width: 140px;
  height: 55px;
  border: none;
}

.cursorpointer {
  cursor: pointer;
}

.txtReoccuringOrderName {
  padding-left: 10px;
}

.OrderOptionImg {
  float: left;
}

.OrderOptionDescription {
  float: left;
  padding: 5px 3px;
  width: 120px;
  display: table-cell;
}

.OrderOptionDescription span {
  vertical-align: middle;
  line-height: 1em;
}

.OrderOptionPrice {
  float: left;
  padding: 10px;
  text-align: right;
  float: right;
}

.AddOOButton {
  border: 0;
  background-color: #fff;
}

.pCheckoutContainer1 {
  font-size: 12px;
  overflow: hidden;
  float: left;
}

div#ShippingDetails table td {
  vertical-align: top;
}

.DD_SelectedShipTo {
  float: right;
  width: 90%;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 7px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) #ffffff no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 14px 14px;
  padding: 0px 30px 0px 8px;
}

.lblOrderOptionsRadio {
  line-height: 30px;
}

.SummaryColumn {
  vertical-align: top;
}

ul.megaCSS3menu > .hasFullWidthMega {
  position: static !important;
}

ul.megaCSS3menu > .hasFullWidthMega > div {
  min-width: 1150px;
  margin: 25px auto !important;
}

.hasFullWidthMega > div > div {
  width: 100% !important;
}

.hasFullWidthMega > div > div > ul > li {
  width: 15% !important;
}

.DTLog th {
  text-align: center;
}

/*pinfo in list view*/
.ProductDisplayList .pinfoPopupHolder {
  top: 150px !important;
  height: 300px;
  width: 100%;
}

.ProductDisplayList .pinfoInnerWrapper {
  height: 300px;
  width: 96%;
  margin: 2%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.ProductDisplayList .pinfoInnerWrapper > div {
}

.GridAddToCartButtonHolder {
  float: left;
  font-size: 14px;
}

.GridAddToCartButtonHolder .SaveASHolder {
  /*padding: 0px;
        margin: 0px;
        width: 100%;*/
  position: relative;
}

.GridAddToCartButtonHolder .ProductDisplayFormSaveAsDDL {
  /*max-width: 100%;
        float: left;
        width: 50%;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
        height: 32px;*/
}

.GridAddToCartButtonHolder span.SaveAsSpan {
  /*float: left;
        width: 30%;
        padding: 0px 1% 0px 8%;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 13px;
        line-height: 32px;*/
}

.GridAddToCartButtonHolder .TransparentSaveAsButton {
  /*float: left;
        width: 20%;
        margin: 0px;
        height: 32px;
        text-transform: capitalize;
        font-weight: 400;*/
}

.AddedToWishlist .glyphicon {
  padding-right: 3px;
}

.AddedToWishlist {
  background: #333333;
}

.VAPButtonWrapper .AddToWishlistClick {
  width: 100%;
}

.lblLoginToSeePrice {
  font-size: 0.7em;
  line-height: 0.5em;
}

.Checkout_BackorderGridHeader {
  padding: 0 0 0 10px;
  font-weight: bold;
}

.AutocompleteHolder_ProdComment {
  height: 43px;
  padding-left: 10px;
  display: table-cell;
}

.AutocompleteHolder_ProdComment img {
  vertical-align: bottom;
}

/*pinfo*/
.pinfoBox {
  height: 0px;
  /*width: 0px;*/
  text-align: left;
}

.pinfoPopupHolder {
  width: 0px;
  /*height: 0px;*/
  z-index: -1000;
  visibility: hidden;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
  background-color: white;
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 12px;
  position: relative;
  color: #333;
  top: -15px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

.pinfoPopupHolder:after,
.pinfoPopupHolder:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pinfoPopupHolder:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 14px;
  left: 20%;
  margin-left: -14px;
}

.pinfoPopupHolder:before {
  border-color: rgba(170, 170, 170, 0);
  border-bottom-color: #aaa;
  border-width: 15px;
  left: 20%;
  margin-left: -15px;
}

.pinfoCategoryTrace {
  color: #888;
  display: inline-block;
  width: 75%;
}

.pinfoManufacturer {
  display: inline-block;
}

.pinfoProductName {
  margin: 5px 0;
}

.pinfoDescription {
  font-size: 10px;
}

.pinfoLink {
  font-weight: bolder;
  color: #787777;
  display: inline-block;
  width: 20%;
}

.pinfoLink > a:visited {
  color: #787777;
}

.pinfoAddProduct {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.pinfoQuantity {
  height: 13px;
  width: 25px;
  text-align: right;
}

.pinfoPrice {
  font-size: 20px;
  text-align: right;
  margin-top: 15px;
}

.pinfo:hover > .pinfoBox > .pinfoPopupHolder {
  /*display: block;*/
  visibility: visible;
  width: 400px;
  /*height: 300px;*/
  z-index: 3000;
  opacity: 1;
}

.pinfo:after {
  clear: both;
}

.pinfoFeatureHolder {
  /*height: 200px;*/
}

.pinfoFeatureHolder > .pinfoFeatureList {
  list-style-image: url("/images/success-icn.png");
  margin-left: 30px;
}

.pinfoFeatureList {
  padding-bottom: 5px;
}

.pinfoFeatureListHeader {
  position: relative;
  left: -15px;
  font-weight: bold;
}

.pinfoFeatureRow {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin: 1px 0 -2px 0;
}

.pinfoFeatureRow > .pinfoFeatureName {
  width: 30%;
  font-weight: bold;
  display: inline-block;
}

.pinfoFeatureRow > .pinfoFeatureDescription {
  width: 70%;
  display: inline-block;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight ?
      document.body.scrollHeight: document.body.offsetHeight + "px"
  );
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(
    0 - parseInt(this.offsetHeight / 2) +
      (
        TBWindowMargin = document.documentElement &&
          document.documentElement.scrollTop || document.body.scrollTop
      ) + "px"
  );
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(
    0 - parseInt(this.offsetHeight / 2) +
      (
        TBWindowMargin = document.documentElement &&
          document.documentElement.scrollTop || document.body.scrollTop
      ) + "px"
  );
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight ?
      document.body.scrollHeight: document.body.offsetHeight + "px"
  );
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

/*pretty photo*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

/* ----------------------------------
		Default Theme
	----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px
    no-repeat;
}
/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px
    no-repeat;
}
/* Top right corner */

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_content {
  background-color: #fff;
}
/* Content background */
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left
    no-repeat;
  cursor: pointer;
}
/* Previous button */
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Expand button */
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
/* Contract button */
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center
    #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default .pp_details {
  position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px
    no-repeat;
}
/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left
    repeat-x;
}
/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px
    no-repeat;
}
/* Bottom right corner */

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center
    no-repeat;
}
/* Loader icon */

/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px
    no-repeat;
}
/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}
/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px
    no-repeat;
}
/* Top right corner */

div.light_rounded .pp_content .ppt {
  color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

div.light_rounded .pp_content {
  background-color: #fff;
}
/* Content background */
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_rounded .pp_details {
  position: relative;
}

div.light_rounded .pp_description {
  margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px
    no-repeat;
}
/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px
    no-repeat;
}
/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}
/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px
    no-repeat;
}
/* Bottom right corner */

div.light_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center
    no-repeat;
}
/* Loader icon */

/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}
/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}
/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}
/* Top right corner */

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}
/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}
/* Right Content background */
div.dark_rounded .pp_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}
/* Content background */
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
/* Previous button */
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_rounded .pp_details {
  position: relative;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded .pp_description {
  color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}
/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}
/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}
/* Bottom right corner */

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}
/* Loader icon */

/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}

div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_square .pp_description {
  color: #fff;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center
    no-repeat;
}
/* Loader icon */

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
/* Expand button */
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
/* Close button */
div.dark_square .pp_details {
  position: relative;
}

div.dark_square .pp_description {
  margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}
/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
/* Previous button */

/* ----------------------------------
		Light Square Theme
	----------------------------------- */

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}

div.light_square .pp_content .ppt {
  color: #000;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
/* Expand button */
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
/* Close button */
div.light_square .pp_details {
  position: relative;
}

div.light_square .pp_description {
  margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
  color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}
/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
/* Previous button */

div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center
    no-repeat;
}
/* Loader icon */

/* ----------------------------------
		Facebook style Theme
	----------------------------------- */

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}
/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left
    repeat-x;
}
/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}
/* Top right corner */

div.facebook .pp_content .ppt {
  color: #000;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top
    left repeat-y;
}
/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top
    right repeat-y;
}
/* Content background */
div.facebook .pp_content {
  background: #fff;
}
/* Content background */
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
/* Expand button */
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
/* Expand button hover */
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
/* Contract button */
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
/* Close button */
div.facebook .pp_details {
  position: relative;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center
    no-repeat;
}
/* Loader icon */

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
/* Next button */
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
/* Previous button */

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}
/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top
    left repeat-x;
}
/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}
/* Bottom right corner */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

/*thickbox*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}

#TB_window a:link {
  color: #666666;
}

#TB_window a:visited {
  color: #666666;
}

#TB_window a:hover {
  color: #000;
}

#TB_window a:active {
  color: #666666;
}

#TB_window a:focus {
  color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight ?
      document.body.scrollHeight: document.body.offsetHeight + "px"
  );
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}

* html #TB_window {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(
    0 - parseInt(this.offsetHeight / 2) +
      (
        TBWindowMargin = document.documentElement &&
          document.documentElement.scrollTop || document.body.scrollTop
      ) + "px"
  );
}

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
  padding: 15px;
}

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(
    0 - parseInt(this.offsetHeight / 2) +
      (
        TBWindowMargin = document.documentElement &&
          document.documentElement.scrollTop || document.body.scrollTop
      ) + "px"
  );
}

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
  height: expression(
    document.body.scrollHeight > document.body.offsetHeight ?
      document.body.scrollHeight: document.body.offsetHeight + "px"
  );
}

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

.wraptext {
  word-wrap: break-word;
}

.validationErrMsg {
  font-size: 0.8em;
  color: #f84b4a;
}

.SlashArea {
  /*background: url('/portals/_default/skins/ACSkin/images/bg_grid.png');*/
}

.ProdQuantityHolder,
.ProdDetailUserHolder,
.ProdFeatureHolder,
.CategoriesHolder,
.FeaturesHolder {
  overflow-x: auto;
  width: 98%;
}

.prodctdetailsTable tr {
  width: 100%;
  padding: 3px 0;
}

.prodctdetailsTable td span {
  padding: 0px 10px 0px 0px;
  font-weight: 700;
  font-size: 12px;
}

.prodctdetailsTable {
  width: 100%;
}

.gvProductDetails {
  vertical-align: middle !important;
  border: #c8c8c8 solid 1px;
}

.lblTitle {
  width: 150px;
  display: inline-block;
  line-height: 2em;
  padding-bottom: 3px;
}

.ProductEditPane input[type="text"],
.ProductEditPane textarea,
.ProductEditPane select {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 1.5em;
}

.ProductEditPane input[type="text"] {
  width: 50%;
}

.ProductEditActiveCol {
  vertical-align: middle !important;
  font-size: 16px;
}

.gvProductDetails .ProdId {
  padding-left: 10px;
  vertical-align: top;
}

.fa_green {
  color: #46a546;
}

.fa_red {
  color: red;
}

.gvProductDetailsHeader,
.gvProductDetailsRow {
  float: left;
  min-height: 1px;
  padding-left: 5px;
  line-height: 32px;
}

.gvProductDetailsRow_productEntryId {
  width: 10%;
}

.gvProductDetailsRow_edit {
  width: 12%;
  text-align: right;
}

.gvProductDetailsRow_productName {
  width: 55%;
}

.gvProductDetailsRow_active {
  width: 5%;
}

.gvProductDetailsRow_active .fa {
  font-size: 18px;
  margin-top: 10px;
}

.gvProductDetailsRow_productId {
  width: 15%;
}

.ProductSpecificSearch {
  width: 100%;
  margin: 10px auto;
  border: 1px solid#ccc;
  height: 75px;
  background: rgba(0, 0, 0, 0.03);
}

.ProductSpecificSearch .SearchBox {
  line-height: 40px !important;
  width: 75% !important;
  margin: 15px 0px 15px 15px;
  padding-left: 15px;
}

.btn-primary .fa {
  padding-right: 5px;
}

.ProductEdit_EditBtn {
  margin-top: 2px;
}

.ProductsTypeTab {
}

.ProductsTypeTabs {
  float: left;
  width: 80px;
}

.ProductsTypeTabs li {
  clear: left;
  width: 100%;
  display: block;
  height: 80px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 0px !important;
  border-bottom: none;
}

.ProductsTypeTabs li:last-child {
  border-bottom: 1px solid #ddd;
}

.ProductsTypeTabs li .glyphicon {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 25px;
  color: #333;
}

.ProductsTypeTabs li a {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100%;
  top: 25%;
}

.ProductsTypeTabs li .TabCaption {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #333;
  line-height: 1.2em;
}

.ProductsTypeTabs .ui-state-active {
  background: #fff;
  border-left: 2px solid;
  border-radius: 0px;
}

.ProductTypeContentWrap,
.ProductsTypeTabsWrap {
  float: left;
}

.ProductTypeContentWrap {
  width: 90%;
}

.ProductsTypeTabsWrap {
  width: 10%;
}

.ProductsTypeTabsWrap li .TabCaption {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #333;
  line-height: 1.2em;
}

.tblProdData {
  border: 1px solid #aaa;
  padding: 3px;
  width: 100%;
}

.tblProdData td,
.tableHeader th {
  border: 1px solid #ccc;
  padding: 3px;
  color: #000;
}

.ProductEdit_gv {
  border: #c8c8c8 solid 1px;
  font-size: 12px;
}

.ProductEdit_gv th {
  border-top: #c8c8c8 solid 1px;
  border-bottom: #c8c8c8 solid 1px;
}

.ProductEdit_gv td {
  vertical-align: middle;
  border-top: #c8c8c8 solid 1px;
  border-bottom: #c8c8c8 solid 1px;
}

.txtCNewCategoryLongDescription {
  margin-top: 5px;
}

.ProductEdit_gv tr:last-child td {
  padding: 3px;
}

.gvProdReplaces th,
.gvProdAccessorys th,
.gvProdFeature th,
.gvProdCategory th,
.gvProdDescription th,
.gvProdImage th {
  font-size: 11px;
}

.ProductEditPane {
  display: none;
}

.redtext {
  color: #ce1723 !important;
}

.portalMgmtSetting > tr > td > input {
  width: 100% !important;
}

#top-bar {
  display: block !important;
}

.colorDiv,
.sizeDiv {
  cursor: pointer;
}

/*JA base skin*/

.dnn_layout {
  /*width: 1002px;
    position: relative;*/
}

#dnngo_megamenu > div > ul > li > a > span {
  color: #fff !important;
  padding: 0 21px 0 20px;
  float: left;
  display: block;
  cursor: pointer;
  margin: 0px;
  outline-width: 0px;
}

#dnngo_megamenu .current {
  background: #fe7104 url(/Portals/0/JA_Skin/cN-nav-sprites.png) center -100px no-repeat !important;
}

#dnngo_megamenu .primary_structure > li.current > a {
  background: none;
}

#dnngo_megamenu .current:after {
  content: "";
  display: block;
  width: 61px;
  height: 12px;
  background: url(/Portals/0/JA_Skin/cN-nav-sprites.png) 0 -150px no-repeat;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -30px;
}

.nav_box {
  width: 100%;
  clear: both;
}

.nav_box div {
  float: left;
}

.HeaderPaneC .Navigation + .Banner {
  position: absolute;
  right: 0;
  top: 40px;
  float: left;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.HeaderPaneC .BackgroundBanner .RSRLogin {
  background-image: url(/Portals/0/JA_Skin/RSR-login.png);
  width: 234px;
  height: 52px;
  display: block;
}

.BackgroundBanner a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.HeaderPaneC .RadMenuStatic .rmLink {
  border-left: 1px #ddd solid;
  padding: 0;
  color: #666;
  display: block;
}

.HeaderPaneC .Navigation {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
}

.Navigation {
  clear: both;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.RadMenuStatic .rmHorizontal .rmItem {
  float: left;
  list-style: none outside none;
}

.HeaderPaneC .RadMenuStatic .rmHorizontal .rmText {
  padding: 1px 12px;
  display: block;
  font-size: 11px;
}

.HeaderPane {
  float: left;
  clear: none;
  padding-left: 30px;
}

.JA_HeaderPaneLogo,
.HeaderPane {
  height: 93px !important;
  line-height: 93px !important;
}

.Shop-WOD .JA_HeaderPaneLogo,
.Shop-WOD .HeaderPaneA,
.Shop-WOD .HeaderPaneB {
  border-bottom: 1px solid #9c9c9c;
}

.Shop-WOD .LoginCtrlRow {
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 6px 14px 0px rgba(0, 0, 0, 0.2);
}

/*.Shop-WOD .JABreadcrumbWrap {
  display: none;
}*/

[class*="Pane"] {
  margin-bottom: 10px;
}

.HeaderPane .contentpane {
  margin: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.HeaderPaneC {
  margin-left: 0px;
  float: right;
}

.JA_HeaderPaneC_Top {
  width: 320px;
  height: 32px;
  position: relative;
}

.head_mid {
  padding: 0px !important;
}

.HeaderPaneC .RadMenuStatic .rmFirst .rmLink {
  border: none;
  padding: 0px !important;
}

.HeaderPaneC .RadMenuStatic .rmFirst .rmLink .rmText {
  padding: 1px 0.5em 1px 0px !important;
}

ul.rmHorizontal {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.JA_Header {
  position: relative !important;
  display: block;
  clear: both;
  width: 100%;
  z-index: 200;
  background: url(/Portals/0/JA_Skin/cN-bg.png) center bottom repeat-x #ffffff;
}

/*.dnn_menu {
    margin: 0px;
}

#dnngo_megamenu > div > ul > li {
    padding: 0px;
}


.dnngo_gomenu li {
    padding: 0 1px 0 0 !important;
    background: #CC060E !important;
    border-right: 1px #FF5C3B solid !important;
    text-transform: uppercase !important;
    height: 44px;
}

.dnngo_gomenu .primary_structure > li > a {
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    background: url(/Portals/0/JA_Skin/cN-nav-sprites.png) 0 0 repeat-x;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: margin 0.1s, height 0.1s;
    -moz-transition: margin 0.1s, height 0.1s;
    -webkit-transition: margin 0.1s, height 0.1s;
}

.dnngo_gomenu a {
    color: #fff !important;
}

.dnngo_megamenu .current a {
    background: #FE7104 url(/Portals/0/JA_Skin/cN-nav-sprites.png) center -100px no-repeat;
}

.dnngo_gomenu {
    padding-top: 8px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    clear: both;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.dnngo_menuslide {
}

    .dnngo_menuslide > li > a {
        background: #E51B24;
        border-top: 1px #F71D28 solid;
        border-bottom: 1px #CC1827 solid;
    }

        .dnngo_menuslide > li > a > span {
            padding: 0 55px 0 32px;
            -webkit-transition: padding 0.15s;
            -moz-transition: padding 0.15s;
            transition: padding 0.15s;
            display: block;
            float: none;
            margin: 0 0 0 4px;
        }

#dnngo_megamenu .dnngo_slide_menu li.dir:before {
    display: none;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a {
    background: url(/Portals/0/JA_Skin/NavigationArrow.gif) no-repeat right center #E51B24;
}*/

.JA_IntroContainer {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  background: url(/Portals/0/JA_Skin/cIntroContainer-bg.jpg) top center
    no-repeat #ffffff;
  background-image: url(/Portals/0/JA_Skin/cIntroContainer-home-bg_2014.jpg);
  height: 500px;
}

.JA_IntroContainer_Inner {
  height: 250px !important;
  background: url(/Portals/0/JA_Skin/cIntroContainer-bg.jpg) top center
    no-repeat #ffffff !important;
  margin-bottom: 20px;
}

#main_right {
  display: block !important;
}

#main_right #dnn_wrapper {
  background: #ffffff;
}

#cIntroLeft {
  width: 677px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  background: url(/Portals/0/JA_Skin/home-cIntroLeft-bg_2014.png) 0 0 no-repeat;
  height: 411px;
}

#cIntroRight {
  width: 323px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 177px;
  padding: 16px 13px 115px 15px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 411px;
  padding: 10px 13px 115px 15px;
  background-image: url(/Portals/0/JA_Skin/cIntro-login-home-bg.png);
  background-repeat: no-repeat;
}

#cIntroFooter {
  position: absolute;
  width: 1002px;
  height: 76px;
  top: 411px;
  left: 50%;
  margin-left: -501px;
  text-align: right;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_IntroLeftInner_Banner {
  position: absolute;
  bottom: 0;
  right: 110px;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.JA_IntroLeftInner {
  height: 411px;
}

.JA_IntroContainer_Inner .JA_IntroLeftInner {
  height: 250px;
}

.JA_IntroContainer_Inner #cIntroLeft {
  height: 250px;
  background: none;
}

.JA_IntroContainer_Inner #cIntroRight {
  width: 323px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 177px;
  background: url(/Portals/0/JA_Skin/cIntro-login-bg_2014.png) 0 0 no-repeat;
  padding: 16px 13px 115px 15px;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_IntroContainer_Inner #cIntroFooter {
  top: 250px !important;
}

.JA_IntroContainer_Inner:after {
  bottom: -25px !important;
  z-index: 5;
}

.AutocompleteImageHolder img {
  width: 100%;
}

.JA_IntroLeftInner_Content {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  float: right;
  padding-top: 20px;
}

.icon-links {
}

.icon-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cIntroLeft .icon-links li {
  padding: 7px 25px;
}

.icon-links li a {
  display: block;
  width: 96px;
  background-image: url(/Portals/0/JA_Skin/icon-links.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
}

.icon-links li.electrical a {
  background-position: 0 0;
  height: 54px;
}

.icon-links li.lighting a {
  background-position: 0 -80px;
  height: 68px;
}

.icon-links li.data a {
  background-position: 0 -171px;
  height: 54px;
}

.icon-links li.technology a {
  background-position: 0 -252px;
  height: 60px;
}

.icon-links li.industrial a {
  background-position: 0 -335px;
  height: 61px;
}

.JA_IntroRightTop {
  min-height: 200px;
}

.JA_IntroRightTop .Normal {
  color: #fff !important;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

#cIntroRight a {
  color: #fdb61f;
  font-weight: bold;
}

.JA_IntroRightTop .DnnModule-Authentication .dnnFormLabel {
  display: none !important;
}

.JA_IntroRightTop .DnnModule-Authentication .dnnFormItem input {
  font-size: 12px;
  border: none;
  padding: 0 10px;
  margin: 0;
  width: 144px !important;
  min-width: 144px;
  height: 31px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_IntroRightTop .DnnModule-Authentication .dnnFormItem {
  display: block;
  float: left;
  width: 144px;
  margin: 0;
  clear: none;
}

.JA_IntroRightTop .DnnModule-Authentication .dnnFormItem:first-child {
  margin-right: 5px;
}

.JA_IntroRightTop .LoginPanel {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.JA_IntroRightBottom {
  margin-top: -40px;
  margin-left: -5px;
}

.JA_IntroLeftInner_Left {
  width: 677px;
  float: left;
}

.JA_IntroLeftInner_Right {
  clear: none;
  float: right;
  width: 323px;
  text-align: center;
  padding-top: 20px;
}

#cIntroFooter h4 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.6em 0 0 0;
  color: #7f7d7d !important;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'TeXGyreHerosCnBold', sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em;
    font-weight: normal;
}

.JATitle {
    font-family: 'TeXGyreHerosCnBold', sans-serif;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em;
    font-weight: normal;
}*/

.JATitle h1 {
  font-size: 32px !important;
}

#cNewsLeftRightContainer h2 {
  font-size: 36px !important;
  margin: 0 0 0.5em 0 !important;
}

#cNewsLeft,
#cNewsRight {
  width: 50%;
  height: 448px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#cNewsLeft {
  float: left;
  padding: 2em 0.5em 1.5em 0;
}

.JA_ContentPaneGrey {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#cNewsLeftRightContainer .ListTitle a {
  text-decoration: none;
  color: #7f7d7d !important;
}

#cNewsLeftRightContainer .ListTitle {
  font-size: 1em;
  margin: 0 0 0.2em 0;
  font-weight: bold;
  padding: 0;
  line-height: 1.2em;
  text-transform: none;
  font-family: Arial, sans-serif;
}

.ListCreatedDateTitle {
  display: none;
}

#cNewsLeftRightContainer .ListItemDate,
#cNewsLeftRightContainer .ListCreatedDate {
  color: #7f7d7d;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  float: none;
}

#cNewsLeftRightContainer .ListItem {
  margin: 1em 0 0 0;
  padding: 0.5em 1em;
  display: block;
}

.homepageNewsScrollButton {
  width: 225px;
  height: 47px;
  background: url(/Portals/0/JA_Skin/button_scroll_to_view_more_news.png) 0 0
    no-repeat;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 2em;
}

.BlogTopicScroller {
  display: block;
  clear: both;
  margin: 0 0 1em 0;
  padding: 0;
  width: auto;
  height: 1%;
}

#cNewsRight .BlogTopicScroller {
  height: 380px !important;
  overflow: hidden;
}

.JA_footer_blackWrap {
  height: 442px;
  background: #1f1f1f url(/Portals/0/JA_Skin/FooterContainer-bg.png) top left
    repeat-x;
  color: white;
  border-top: 1px #d4d4d4 solid;
  border-bottom: 1px #727272 solid;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_footer_blackWrap .CustomCode {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
}

.JA_footer_blackWrap .icon-links {
  background: #ce1723;
  width: 115px;
  height: 440px;
  border-bottom: 1px #a93b43 solid;
  margin-bottom: -1px;
}

.JA_footer_blackWrap .icon-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.JA_footer_blackWrap .icon-links ul {
  padding-top: 23px;
}

.JA_footer_blackWrap .icon-links li:first-child {
  margin-top: 0;
}

.JA_footer_blackWrap .icon-links li {
  margin: 23px 0 0 0;
  text-align: center;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s;
}

.JA_footer_blackWrap .NavigationWrap {
  position: absolute;
  top: 45px;
  left: 192px;
  font-weight: bold;
  font-size: 12px;
}

.footer_box [class*="Pane"] {
  margin: 0px;
}

.JA_footer_BlackPaneLeft {
  width: 525px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -501px !important;
}

.JA_footer_BlackPaneRight {
  width: 475px;
  height: 437px;
  float: left;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: 26px !important;
  background: url(/Portals/0/JA_Skin/cFooterRight-bg.png) bottom center repeat-x;
  background-attachment: fixed;
}

.JA_footer_BlackPaneRight:before {
  content: "";
  display: block;
  width: 1px;
  height: 343px;
  background: #383838;
  position: absolute;
  top: 47px;
  left: -1px;
}

.JA_footer_BlackPaneRight .Banner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.JA_footer_BlackPaneLeft .icon-links li a {
  margin: 0 auto;
}

.JA_footer_BlackPaneLeft .icon-links li {
  margin: 23px 0 0 0;
  text-align: center;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s;
}

.JA_footer_BlackPaneLeft .icon-links li:hover {
  margin-left: 5px;
  margin-right: -5px;
}

.JA_footer_BlackPaneLeft .RadMenuStatic .rmLink,
.JA_footer_BlackPaneLeft .RadMenuStatic .rmLink.MenuSelected,
.JA_footer_BlackPaneLeft .RadMenuStatic .rmLink:hover {
  background: url(/Portals/0/JA_Skin/FooterContainer-nav-bg.png) 0 10px
    no-repeat;
  padding: 10px 5px 10px 34px;
}

.JA_footer_BlackPaneLeft .RadMenuStatic .rmVertical .rmLink {
  color: white;
  -webkit-transition: background-position 0.15s, padding 0.15s;
  -moz-transition: background-position 0.15s, padding 0.15s;
  transition: background-position 0.15s, padding 0.15s;
}

.RadMenuStatic .rmItem {
  padding: 0;
  height: 34px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: normal;
}

.JA_footer_BlackPaneLeft .RadMenuStatic .rmLink:hover {
  background-position: 20px 10px !important;
  padding: 10px 0 10px 39px;
  text-decoration: none;
}

.JA_footer_BlackPaneLeft .RadMenuStatic .rmLink:active {
  padding-top: 11px;
  padding-bottom: 9px;
}

.JA_Copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
}

.JA_footer_LogoWrap {
  height: 125px;
  background: #eee;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_footer_LogoWrap .FooterLogo {
  display: inline;
  margin: 0 0 0 40px;
}

.footer_box .footer_bg {
  background-image: none !important;
}

.footer_bottom {
  display: none;
}

.FooterCaption {
  font-style: italic;
  color: #222;
  font-size: 90%;
  margin-left: -60px;
}

.cHomeIntro {
  display: none;
}

.JA_IntroContainer:after,
.cHomeIntro:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: url(/Portals/0/JA_Skin/cIntro-shadow.png) top center no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0;
}

#dnn_content {
  padding: 0px;
}

#JA_IntroPane .dnnLoginRememberMe {
  display: none;
}

.JA_LoginFields ul {
  padding: 0px;
}

/*.btnLogin {
    
    background: url(/Portals/0/JA_Skin/button_flowsinglesignon_login.gif) top center no-repeat !important;
    padding: 0px;
    font-family: "TeXGyreHerosCnBold",Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fd7904;
    border-color: #fd7904 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    width: 142px;
    text-indent: -9999px;
}*/

.JA_IntroRightTop .btnLogin {
  width: 100%;
  text-indent: 100%;
  margin: 10px 5px;
}

.LiResetPassword {
  margin-top: 5px;
}

#socialControls {
  display: none;
}

/*#dnngo_megamenu .primary_structure > li {
    transition: margin 0.1s;
}

#dnngo_megamenu .primary_structure > .current {
    transition: none;
}

#dnngo_megamenu .primary_structure > li:hover {
    margin-top: -3px !important;
}

#dnngo_megamenu .primary_structure > .current:hover {
    margin-top: -3px !important;
    height: 47px !important;
}

.dnngo_slide_menu li a {
    background: #E51B24;
    border-top: 1px #F71D28 solid;
    border-bottom: 1px #CC1827 solid;
    cursor: pointer;
    height: 44px;
    padding-top: 13px;
    color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: margin 0.1s, height 0.1s;
    -moz-transition: margin 0.1s, height 0.1s;
    -webkit-transition: margin 0.1s, height 0.1s;
}*/

#cIntroFull {
  position: absolute;
  width: 1002px;
  left: 50%;
  margin-left: -501px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*.JA_IntroRightTop .dnnFormValidationSummary {
    position:absolute;
        height: 42px;
    bottom: 50%;
}*/

.JA_IntroRightTop .dnnFormValidationSummary span {
  font-size: 12px;
  line-height: 1.5em;
  margin-left: 10%;
  width: 90%;
}

.head_mid,
.content_mid,
.footer_mid {
  padding: 0px 0px !important;
}

.TitleHeader {
  padding: 15px 0;
}

h1 {
  font-size: 22px;
  color: #7f7d7d;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6em !important;
}

h3 {
  font-size: 18px;
  color: #363636;
  margin: 1em 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

h4 {
  font-size: 14px;
  color: #ce1723;
  line-height: 14px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  font-weight: 700;
}

.Normal p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

[class*="Pane"] {
  margin-bottom: 0px !important;
}

/* News & Events */

.ListHolder {
  border-top: 1px #ccc dashed;
  margin-top: 2em;
  padding-top: 2em;
}

p.ListTitle {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

p.ListTitle a:hover {
  text-decoration: none;
}

p.ListDate {
  color: #7f7d7d;
  font-size: 0.9em;
  margin: 0 1em 0.5em 0;
}

.ListHolder .col-sm-7 {
  padding-left: 0;
  padding-right: 5px;
}

.ListHolder .col-sm-5 {
  padding-right: 0px;
}

p.ListSummary {
  font-size: 14px;
}

p.ListSummary a {
  text-decoration: underline;
}

.ListThumbnail {
  margin-bottom: 1em;
  float: right;
  padding: 3px 3px;
  border: #d7d7d7 1px solid;
}

.ListItem {
  margin: 2em 0;
  padding: 0;
}

.ListIcon {
  display: block;
  position: relative;
  width: 57px;
  height: 57px;
  padding: 25px 0 0 0;
  clear: none;
  float: left;
  text-align: center;
  border: 1px #fe7104 solid;
  border-radius: 3px;
  box-shadow: 0 0 1em #ccc;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.5s, margin 0.5s;
  -moz-transition: opacity 0.5s, margin 0.5s;
  transition: opacity 0.5s, margin 0.5s;
  margin-right: 15px;
}

.EventsDay {
  padding: 0;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.EventsMonth {
  padding: 0;
  color: white;
  background: #fe7104;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  font-size: 12px;
  padding: 0.25em 0;
  font-family: Arial, sans-serif;
}

p.ListKeywords {
  color: #7f7d7d;
  font-size: 0.9em;
  font-style: italic;
}

.ListEndItem {
  font-size: 0px;
  margin: 0 0 0 0;
  float: none;
  clear: both;
}

/* On2Site */

.item .content {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: none;
  height: 15em;
  background-color: #f4f4f4;
}

.item .content p {
  font-size: 14px;
}

.JA_IntroRightTop .dnnProfile {
  display: none;
}

.JA_IntroRightTop .dnnFormWarning {
  height: 42px;
}

.JA_IntroRightTop .dnnFormWarning span {
  font-size: 12px;
  line-height: 1.5em;
  margin-left: 10%;
  width: 90%;
}

#cIntroRight .dnnFormWarning a {
  color: #000000 !important;
  font-weight: 700;
}

#cIntroRight .dnnFormWarning a:hover {
  color: #ce1723 !important;
}

.JA_IntroRightInner .LiResetPassword a {
  background: none;
  text-shadow: none;
  border: none;
  box-shadow: none;
  font-size: 11px;
  padding: 0;
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400 !important;
  margin: 0;
}

.JA_IntroRightInner .LiResetPassword a:hover {
  background: none;
}

.roll_replace {
  display: none;
}

.JA_StockHolder {
}

.JA_RecentPurchHolder {
}

.JA_StockHolderTable_Inner,
.JA_RecentPurchHolderInner {
  height: 260px;
  overflow: auto;
  margin-top: 5px;
  width: 99.4%;
}

.JA_RecentPurchHolderInner {
  font-size: 12px;
}

#dnn_DoBeforePageLoad .c_head,
#dnn_DoAfterPageLoad .c_head {
  margin-bottom: 0px !important;
}

.TopBarPane,
.SearchPane {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 50px;
  z-index: 999;
  border-radius: 15px;
  font-size: 12px;
  color: #333;
}

.header_checkout_btn {
  background: #ce1723;
  padding: 0px 10px;
  color: #fff !important;
  border-radius: 3px;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.JAHeaderAboveMenuOn {
  display: block;
}

.SearchPane:before,
.TopBarPane:before {
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #fff transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  content: "";
  top: -14px;
  left: 20px;
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: -1;
  transition: all ease-in 100ms;
  -moz-transition: all ease-in 100ms;
  -webkit-transition: all ease-in 100ms;
  -o-transition: all ease-in 100ms;
  -ms-transition: all ease-in 100ms;
}

.TopBarPane {
  left: 12px;
}

.SearchPane {
  left: 50px;
}

#CartHolder {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  padding-left: 10px;
}

.JA_HeaderPaneC_BottomOutter {
  position: relative;
  float: right;
  width: 350px;
}

.nav_ico {
  bottom: 5px;
  left: 20px;
  right: auto;
  display: none;
}

.nav_ico .fa {
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  color: #fff;
  background: #ce1723;
  font-size: 14px;
}

.nav_ico .fa:hover {
  color: #ce1723;
  border: 1px solid #ce1723;
}

.current .dnngo_slide_menu li a {
  background: #fe7104;
  border-top: 1px #fba110 solid;
  border-bottom: 1px #e56604 solid;
}

.dnngo_slide_menu li {
  padding: 0 !important;
}

#dnngo_megamenu .current .dnngo_slide_menu li.dir > a {
  background: url(/Portals/0/JA_Skin/NavigationArrow.gif) no-repeat right center
    #fe7104;
}

.On2SiteMenuItem {
  background: url(/Portals/0/JA_skin/onSite-logo.png) center top no-repeat !important;
  background-color: white;
  text-indent: -9999px;
  width: 150px;
}

.current .On2SiteMenuItem {
  background: url(/Portals/0/JA_skin/onSite-logo.png) center bottom no-repeat !important;
}

.title_H3_Grey {
  color: #7f7d7d;
}

.dnnFormItem > label.dnnFormLabel {
  text-align: left;
}

.LiResetPassword a,
.LiResetPassword a:hover {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: underline;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

.mark {
  padding: 0;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
  margin: 0 5px 0 0;
}

.LnkRegister {
  display: none !important;
}

#ProductSpecificData > h3 {
  display: none;
}

#ProductSpecific .gvProductDetails {
  font-size: 12px;
}

.showImgUploaderBtn {
  font-size: 10px;
  padding: 3px 5px;
}

.btn-primary {
  background: #ce1723 !important;
  border: 1px solid #ce1723;
}

.btn-primary:hover {
  color: #ce1723 !important;
  background: #fff !important;
  border: 1px solid #ce1723;
}

.btn-secondary {
  background: #666 !important;
  color: #fff !important;
  border: 1px solid #ccc;
}

.btn-secondary:hover {
  color: #ccc !important;
  background: #333 !important;
  border: 1px solid #333;
}

#NonProductSpecific .ProductEdit_gv {
  width: 100% !important;
}

#NonProductSpecific .ui-accordion-header {
  background: #ce1723 !important;
  border: 1px solid #ce1723;
  cursor: pointer;
}

.dnnFormItem input[type="text"]:active,
.dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus,
.dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active,
.dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active,
.dnnFormItem select:focus,
.dnnFormItem textarea:active,
.dnnFormItem textarea:focus,
input[type="file"]:focus,
.dnnFormItem input[type="search"]:active,
.dnnFormItem input[type="search"]:focus,
input:focus,
input:active,
.ui-accordion-header::after:focus,
.ui-accordion-header::after:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.JA_Row {
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.JA_Inner_Wider .dnn_layout {
  width: 1230px;
}

.FeatureListOfItems {
  position: absolute;
  background: #fff;
  z-index: 99;
  border: 1px solid #ccc;
  width: 90%;
  display: none;
}

.FeatureListOfItems .DeptList div:hover {
  border: none;
  border-left: 3px solid #ce1723;
}

.FeatureListOfItems .DeptList div:hover a {
  color: #ce1723;
  text-decoration: none;
}

.FeatureListOfItems,
.DeptItem {
  padding: 0px;
}

.FeatureListOfItems .DeptItem {
  border-left: 3px solid #fff;
}

.FeatureListOfItems .DeptList div a {
  font-size: 12px;
  line-height: 1.5em;
  padding: 0.5em 0px 0.5em 6px;
  text-transform: initial;
  min-height: initial;
  font-weight: 400;
  width: 90%;
  margin: 0px 2%;
  border-bottom: 1px solid #eee;
}

.ModAOFilteredProductListC .CheckoutTabls {
  display: none;
}

.JA_IntroRightInner .LiResetPassword a {
  background: none;
  text-shadow: none;
  border: none;
  box-shadow: none;
  font-size: 10px;
  padding: 0;
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400 !important;
  margin: 0;
}

.JA_IntroRightInner .LiResetPassword a:hover {
  background: none;
}

.roll_replace,
.button_mycart {
  display: none;
}

.ReoccuringOrderHeader {
  background: #ce1723;
}

.ReoccuringOrders .ui-accordion-content {
  margin-bottom: 10px;
}

.PopProductsGrid {
  width: 100% !important;
  margin: 0px;
}

.carousel_4 .item {
  margin: 0 5px;
}

.RelateProductFV {
  width: 100%;
}

.RecentlyViewRow > div {
  float: left;
}

.recentlyProductImgHolder {
  width: 15%;
}

.ProductCodeHolder {
  width: 20%;
}

.ProductNameLinkHolder {
  width: 45%;
}

.recentlyLinkHolder {
  width: 15%;
  float: right !important;
}

.RecentlyViewRow {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}

.button_mycart {
  display: none !important;
}

.LnkResetPassword {
  font-weight: 400;
}

/*HomePage sliders*/

.JA_Home_Content #panelsliders1 {
  padding: 0;
  background: #ce0f17
    url(/Portals/0/JA_Skin/home-pushbox-storesearch-bg_2014.png) left bottom
    no-repeat;
  color: white;
}

.JA_Home_Content .item > div > * {
  z-index: 10;
  position: relative;
}

.JA_Home_Content .HomeStoreLocatorIntro {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
}

.JA_Home_Content .HomeStoreLocatorIntro h2 {
  color: white;
  margin: 20px 20px 0 20px;
  font-size: 1.4em;
  line-height: 1em;
}

.JA_Home_Content .item p {
  line-height: 1.5em;
  font-size: 13px;
}

.JA_Home_Content .HomeStoreLocatorIntro p {
  margin: 0.5em 20px;
}

.JA_Home_Content .HomeStoreLocatorIntro a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.JA_Home_Content #panelsliders2 .Banner {
  position: absolute;
}

.JA_Home_Content .Banner {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.JA_Home_Content .carousel .item {
  /*width: 320px;
    height: 275px;
    border: 1px #BFBDBD solid;
    background: #F8F8F8;
    border-radius: 10px;
    float: left;
    margin: 0 21px 0 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}

.JA_Home_Content .StoreQuickSearchRegion select {
  border: none;
  font-size: 14px;
  width: 303px;
  padding: 5px 4px 5px 4px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.JA_Home_Content #panelsliders1 .StoreQuickSearchRegion select {
  width: 249px;
  border-radius: 3px 0 0 3px;
  padding: 5px 4px 7px 4px;
  color: #000;
}

.JA_Home_Content .item .StoreLocatorQuickSearch {
  width: 100%;
  height: auto;
  padding: 0;
  background: none;
  margin: 0 20px;
}

.JA_Home_Content .item .StoreQuickSearchImage {
  margin: 0;
  position: absolute;
  top: 1px;
  right: 44px;
  padding: 0 3px;
  height: 29px;
  border-radius: 0 3px 3px 0;
  background: white;
}

.JA_Home_Content .StoreLocatorQuickSearchHeader {
  display: none;
}

.JA_Home_Content #panelsliders6 .Banner {
  position: absolute;
  top: 75%;
  left: -20px;
  z-index: 0;
  width: 320px;
  max-width: 320px;
}

.JA_Home_Content #panelsliders6 {
  padding: 20px;
}

.JA_Home_Content #panelsliders7 .Banner {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 0;
  width: 320px;
  max-width: 320px;
}

.JA_Home_Content #panelsliders7 {
  padding: 20px;
}

/*.JA_Home_Content .carousel_4 .owl-buttons .owl-prev:after, .JA_Home_Content .carousel_4 .owl-buttons .owl-next:after {
    width: 35px;
    height: 78px;
    display: block;
    background-image: url(/Portals/0/JA_Skin/home-pushbox-buttons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: -12px;
    left: 30%;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.25s, background-position 0.3s;
    -moz-transition: opacity 0.25s, background-position 0.3s;
    transition: opacity 0.25s, background-position 0.3s;
    content: '' !important;
}*/

.JA_Home_Content .carousel .owl-buttons .owl-next {
  right: -70px;
}

.JA_Home_Content .carousel .owl-buttons .owl-prev {
  left: -70px;
}

.JA_Home_Content .carousel {
  margin-bottom: 25px;
}

.PopularProductsDataListHolder .carousel {
  margin-bottom: 0px;
}

#to_top,
.floatCart,
.floatUpdate {
  border: 2px solid #ce1723;
  z-index: 1000;
}

#floatCart,
#floatUpdate {
  background: none;
}

#floatCart::before {
  content: "\f07a";
  font-family: FontAwesome;
  display: block;
  line-height: 62px;
  color: #ce1723;
  font-size: 25px;
}

.photo_box.content_top_increment .content h3 {
  color: #fff !important;
  background: none !important;
  margin-bottom: 0px;
}

.photo_box.content_top_increment .content h3 a {
  color: #fff !important;
}

/* JS LOAD NEW SET */
.HeaderLineCross {
}

.LoadMoreRow {
  display: table;
  white-space: nowrap;
  font: 33px sans-serif;
  margin: 20px auto !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #ce1723;
  cursor: pointer;
  width: 100%;
  float: left;
}

.HeaderLineCross span,
.LoadMoreRow > .HeaderLineCross {
  text-align: center;
  text-transform: uppercase;
  display: table;
  white-space: nowrap;
  line-height: 40px;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
}

.HeaderLineCross:before,
.HeaderLineCross:after,
.LoadMoreRow > .HeaderLineCross:before,
.LoadMoreRow > .HeaderLineCross:after {
  border-top: 2px solid #666;
  content: "";
  display: table-cell;
  position: relative;
  top: 1em;
  width: 41.4%;
}

.HeaderLineCross:before,
.LoadMoreRow > .HeaderLineCross:before {
  right: 1.5%;
}

.HeaderLineCross:after,
.LoadMoreRow > .HeaderLineCross:after {
  left: 1.5%;
}

.HeaderLineCross_content {
  width: 80%;
  margin: 0 auto;
}

.HeaderLineCross_content .Normal {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}

.LoadMoreRow_Loader {
  text-align: center;
  display: none;
  width: 100% !important;
  height: 40px;
  float: left;
  margin-top: 30px;
}

.LoadMoreRow {
  display: none;
}

.RowEight_Grid4_Pane1 > div,
.RowEight_Grid4_Pane2 > div,
.RowEight_Grid4_Pane3 > div {
  margin-bottom: 15px;
}

.ScrollList {
  width: 100%;
  max-width: 186px;
}

.SearchOptionsWrapper .SearchChk {
  float: left;
  font-size: 12px;
  font-weight: 400 !important;
}

.SearchCheckBox input {
  float: left;
  margin-right: 3px;
}

.SearchOptionsWrapper {
  overflow: hidden;
  /*position: absolute;
    left: 0px;
    width: 100%;
    z-index: 300;*/
  text-align: center;
  height: 40px;
}

.FeatureListBtn {
  height: 38px;
  line-height: 38px;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  border: none;
}

.JA_StockHolderInner {
  font-size: 12px;
  width: 100%;
}

.JA_StockOnHandByBranch_LineRowInner .lblBranchName,
.JA_StockOnHandByBranch_LineRowInner .lblQuantity {
  display: inline-block;
  width: 100%;
}

.JA_StockOnHandByBranch_LineRowInner .lblAvailabilty,
.JA_StockOnHandByBranch_LineRowInner .lblBinLocation {
  display: inline-block;
  width: 50%;
  float: left;
}

.JA_StockOnHandByBranch_LineRowInner .colLeft {
  width: 80%;
}

.JA_StockOnHandByBranch_LineRowInner .colRight {
  width: 20%;
}

.JA_StockOnHandByBranch_LineRowInner .lblQuantity {
  text-align: right;
}

.JA_StockOnHandByBranch_LineRowInner .lblAvailabilty,
.JA_StockOnHandByBranch_LineRowInner .lblQuantity {
  color: #7f7d7d;
}

.JA_StockOnHandByBranch_HeaderRow,
.JA_RecentPurch_HeaderRow,
.MyCart_HeaderStyle {
  background: #f1f2f3;
  height: 30px;
  line-height: 30px;
  color: #494949;
  border-bottom: 2px solid #333;
}

.JA_StockOnHandByBranch_HeaderRow,
.JA_RecentPurch_HeaderRow {
  font-size: 12px;
}

.JA_StockOnHandByBranch_LineRow,
.JA_StockOnHandByBranch_LineRowInner {
  width: 99%;
}

.JA_RecentPurch_LineRow .Row_1,
.JA_StockOnHandByBranch_LineRow .Row_1 {
  margin-bottom: 5px;
}

.JA_RecentPurch_LineRow .Row_1,
.JA_RecentPurch_LineRow .Row_2,
.JA_StockOnHandByBranch_LineRow .Row_1,
.JA_StockOnHandByBranch_LineRow .Row_2 {
  width: 100%;
  height: 18px;
}

.JA_RecentPurch_LineRowInner,
.JA_StockOnHandByBranch_LineRowInner {
  border-left: 2px solid #666;
  margin: 5px 0px;
  cursor: pointer;
}

.JA_RecentPurch_LineRow:hover,
.JA_StockOnHandByBranch_LineRow:hover {
  background: #f1f2f3;
}

.colLeft {
  float: left;
  width: 50%;
  padding-left: 8px;
  text-align: left;
  min-height: 1px;
}

.colFull {
  float: left;
  width: 100%;
  padding-left: 8px;
  text-align: left;
  min-height: 1px;
}

.lblJobName_tooltip:hover {
  text-decoration: none;
}

.colLeft .lblInvoiceNumber {
  padding: 0px;
}

.colRight {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 2%;
}

.JA_StockOnHandByBranch_LineRow,
.JA_RecentPurch_LineRow {
  padding-left: 8px;
  cursor: pointer;
}

#lblStockOnHandHeader,
#lblRecentPurchasesHeader {
  display: inline-block;
  font-size: 14px;
  padding-left: 8px;
  color: #959595;
  font-weight: 700;
  text-transform: uppercase;
}

.JA_StockHeaderRow {
  width: 97%;
}

.JA_StockHeaderRow #ddlSortStockBy {
  float: left;
  padding: 0px 5px;
  margin-left: 8px;
  width: 100%;
  margin-bottom: 3px;
  height: 25px;
  line-height: 25px;
  background-position: 99% 50%;
}

.ProductDetailsHolder {
  margin-bottom: 22px;
}

.TabInnerTablePDFs_HeaderStyle {
  display: none;
}

.PROD_IDC_DESC,
.PROD_DESC_LINE2,
.PROD_DESC_LINE3,
.PROD_WEB_CATEGORY_DESC,
.GTIN1,
.UnitOfMeausre,
.PROD_WEB_BRAND_DESC,
.PROD_WEB_MODEL_DESC,
.VAPButtonWrapper {
  font-size: 12px;
  color: #959595;
  min-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lblInvoiceNumber {
  width: 16%;
  padding-left: 20px;
}

.lblJobName {
  width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: block;
  color: #7d7d7d;
}

.lblCost {
  width: auto;
}

.lblDate {
  width: auto;
  color: #7d7d7d;
}

.lblOnPromo {
  width: 17%;
  display: none !important;
}

.JA_RecentPurch_LineRow .lblQuantity,
.JA_RecentPurch_LineRow_Alternating .lblQuantity,
.JA_RecentPurch_HeaderRow .lblQuantity {
  width: auto;
}

.JA_RecentPurch_LineRow > span,
.JA_RecentPurch_LineRow_Alternating > span,
.JA_RecentPurch_HeaderRow > span {
  display: inline-block;
  color: #494949;
}

.ProductInfoHolder .NoRecentPurchases {
  display: none;
}

.DealerPrices {
  display: none !important;
}

.PreUnitOfMeasure,
.PrePROD_WEB_BRAND_DESC,
.PrePROD_WEB_MODEL_CODE,
.ProductDisplayFormQty span,
.lblPreGTN1Code {
  font-weight: 400;
  color: #363636;
}

.VAPSpacer {
  margin-bottom: 15px;
  width: 100%;
}

.VAPSpacer hr {
  margin: 0px;
}

.ProductDisplayGridShortDesc {
  display: none;
}

.lblProductDisplayGridQty {
  padding-right: 3%;
  font-weight: 700;
  line-height: 35px;
}

/*.MyCartComment, .ProductGridRecentlyViewed, .NoDocCountWrap, .StatusIconsWrap {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}*/

.NoDocCountWrap {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.ProductGridRecentlyViewed {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.RecentlyViewedIcon {
  color: #fff;
  background: #363636;
}

.NoDocCountIcon {
  color: #fff;
  background: url("/Portals/0/JA_Skin/pdficon.png") #ce1723;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px;
}

.RecentlyViewedIcon:before {
  content: "\f017";
  line-height: 35px;
  font-size: 20px;
}

.ProductGridPDFIcon:before {
  content: "\f15b";
  line-height: 35px;
}

.NoRecentPurchases,
.NoDocCount,
.NoMoreCB,
.ExistInCartTick {
  position: absolute;
  left: -12px;
  top: -6px;
  background: #828282;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  padding: 0px !important;
  line-height: 25px;
}

.NoMoreCB {
  background: #ce1723;
}

.NoRecentPurchasesText,
.NoDocCountIconText,
.NoMoreCBText {
  font-size: 10px !important;
  display: block;
  font-weight: 700;
  cursor: default;
}

.IncludesPDF {
  text-align: right;
}

.ProductGridPDFIcontrue {
  color: #ce1723;
}

.StockWrap0,
.StockWrap3,
lblAvailabiltyCallToConfirm {
  color: #ce1723;
}

.StockWrap1,
.lblAvailabiltyInStock {
  color: #339f7b;
}

.StockWrap2,
.lblAvailabiltyLimitedStock {
  color: #e4a400;
}

.JA_StockOnHandByBranch_LineRowInnerInStock {
  border-left: 2px solid #339f7b !important;
}

.JA_StockOnHandByBranch_LineRowInnerCallToConfirm {
  border-left: 2px solid #ce1723 !important;
}

.JA_StockOnHandByBranch_LineRowInnerLimitedStock {
  border-left: 2px solid #e4a400 !important;
}

.StockWrap .fa {
  font-size: 11px;
  margin-right: 3px;
}

.RP_PowerTipHeader,
.RD_PowerTipHeader {
  padding-left: 1%;
}

.RP_PowerTipHeader,
.RP_PowerTipRow,
.RD_PowerTipHeader,
.RD_PowerTipRow {
  height: 30px;
  line-height: 30px;
}

.PopUpRecentPurchaseTable,
.PopUpRelatedDocumentTable {
  font-size: 13px;
  width: 98%;
}

.RPPopUpInv,
.RPPopUpRefs,
.RPPopUpQty,
.RPPopUpPrice,
.RPPopUpDate {
  padding-left: 1%;
  float: left;
  text-align: left;
  border-left: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  min-height: 2.3em;
}

.RPPopUpInv {
  width: 15%;
}

.RPPopUpRefs {
  width: 40%;
}

.RP_PowerTipHeader > div {
  border: none !important;
}

.RPPopUpQty {
  width: 15%;
}

.RPPopUpPrice {
  width: 15%;
}

.RPPopUpDate {
  width: 15%;
  border-right: 1px solid #7d7d7d;
}

.RPPopUpInv a {
  color: #fff !important;
  text-decoration: underline;
}

.RDPopUpImg {
  width: 75px;
  padding: 10px;
  border-right: none;
}

.RDPopUpDocs {
  border-left: none;
  font-weight: 700;
  color: #fff;
}

.RDPopUpDocs a,
.RDPopUpDocs a:hover {
  color: #fff !important;
  text-decoration: none;
}

.PopUpRelatedDocumentTableWrap {
  max-height: 200px;
  overflow-y: auto;
  border-top: 1.5px solid #fff;
  min-width: 500px;
}

.PopUpRelatedDocumentTable {
  border: none;
}

.PopUpRelatedDocumentTable td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.PopUpRecentPurchaseTableWrap {
  max-height: 200px;
  overflow-y: auto;
  min-width: 500px;
}

.RP_PowerTipLink {
  color: #fff !important;
}

.JA_RecentPurchHolder .txtSearchFeatureWrap {
  width: 97%;
  border: 1px solid #ccc;
  line-height: 1em;
  margin-left: 8px;
  margin-bottom: 3px;
  padding: 3px;
}

.JA_RecentPurchHolder .txtSearchFeatureWrap input {
  padding: 0px;
  line-height: 1.5em;
}

::-webkit-scrollbar,
.JA_RecentPurchHolder::-webkit-scrollbar,
.ListOfItems::-webkit-scrollbar,
.ProductDocumentHolderInner::-webkit-scrollbar,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar,
.PopUpRelatedDocumentTableWrap::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track,
.JA_RecentPurchHolder::-webkit-scrollbar-track,
.ListOfItems::-webkit-scrollbar-track,
.ProductDocumentHolderInner::-webkit-scrollbar-track,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar-track,
.PopUpRelatedDocumentTableWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb,
.JA_RecentPurchHolder::-webkit-scrollbar-thumb,
.ListOfItems::-webkit-scrollbar-thumb,
.ProductDocumentHolderInner::-webkit-scrollbar-thumb,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar-thumb,
.PopUpRelatedDocumentTableWrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive,
.JA_RecentPurchHolder::-webkit-scrollbar-thumb:window-inactive,
.ListOfItems::-webkit-scrollbar-thumb:window-inactive,
.ProductDocumentHolderInner::-webkit-scrollbar-thumb:window-inactive,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar-thumb:window-inactive,
.PopUpRelatedDocumentTableWrap::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}

.JASlideFilterWrap::-webkit-scrollbar-thumb,
.divCategoryFilterHolderInner::-webkit-scrollbar-thumb,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar-thumb {
  background: rgba(206, 23, 35, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.JASlideFilterWrap::-webkit-scrollbar-thumb:window-inactive,
.divCategoryFilterHolderInner::-webkit-scrollbar-thumb:window-inactive,
.PopUpRecentPurchaseTableWrap::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(206, 23, 35, 0.2);
}

.ProductDisplayGrid .PROD_DESC_LINE1 {
  overflow: hidden;
  text-overflow: initial;
  white-space: normal;
  word-break: break-word;
  color: #363636;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  width: 85%;
}

.ProductDisplayGrid .PROD_DESC_LINE1:hover {
  text-decoration: none !important;
}

.CountHighlighter {
  font-weight: 700;
  color: #ce1723;
}

.DnnModule-JA_RelatedProducts,
.DnnModule-AO_RelatedProducts {
  overflow: hidden;
}

.GridView_ProductQty {
  width: 50px;
  height: 35px;
  text-align: right;
}

.MyCartQuantity input.QtyToAdd {
  margin: 0px;
  width: 50px;
}

.lnkSaveAsRO {
  text-decoration: underline !important;
}

.ShippingDetail input {
  margin: 0px 0px 6px;
  width: 90%;
  padding-left: 5px;
  float: right;
}

.JASummaryWrap {
  float: left;
  width: 64%;
  padding-right: 1%;
}

.JAOrderSummaryTable {
  float: right;
  width: 36%;
}

#CartListLines > div :hover {
  cursor: pointer;
}

.delivery_td,
.Options_td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 440px;
}

.comment_warp {
  float: left;
  height: 440px;
  width: 23%;
  margin-right: 1%;
}

.comment_td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 380px;
  width: 100% !important;
  margin-right: 0 !important;
}

.branch_td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 50px;
  line-height: 30px;
  width: 100%;
  margin-top: 10px;
}

.delivery_td {
  width: 30%;
}

.comment_td {
  width: 23%;
  margin-right: 1%;
}

.Options_td {
  width: 45%;
  margin-right: 1%;
}

.ShippingDetailTable tr > td:first-child {
  width: 40%;
}

.txtCustomerReferenceNo {
  margin-left: 5px;
}

.MyCartRemove .fa {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.MyCartRemove a {
  color: #333;
  font-weight: 700;
  text-decoration: underline !important;
}

.UpdateOrderButton {
  color: #333 !important;
  margin: 0px 0px 0px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
}

.UpdateOrderButton:hover,
.MyCartRemove a:hover {
  color: #ce1723 !important;
}

.UpdateOrderButton .fa {
  font-size: 16px;
  margin-right: 3px;
}

.validRegistration {
  border: 2px solid #36b38b !important;
  background: url("/Portals/0/JA_Skin/font-awesome_4-6-3_check-circle_green.png")
    97% 50% no-repeat !important;
  background-size: 13px !important;
}

.invalidRegistration {
  border: 2px solid #ce1723 !important;
  background: url("/Portals/0/JA_Skin/font-awesome_4-6-3_times-circle_dark.png")
    97% 50% no-repeat !important;
  background-size: 13px !important;
}

/*JA SideFeautureMgst*/
.acc_trigger {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #ce1723;
  padding: 10px 0px;
  color: #222;
  cursor: pointer;
  margin: 0px;
}

.FilterListItemHolder {
  float: left;
  width: 100%;
  padding: 4px 0px 4px 12px;
  margin: 0;
  font-size: 13px;
}

.FilterListItemHolder a {
  display: block;
  width: auto;
  height: auto;
  padding-left: 0px !important;
  color: #fff !important;
  font-size: 14px;
}

.CategoryFilterHolder,
.SubCategoryFilterHolder,
.BrandFilterHolder,
.GroupHolder,
.CurrentFilterHolder {
  overflow: hidden;
  /*border:1px solid #ccc;*/
  margin-bottom: 25px;
}

.GroupHolder input {
  padding-left: 10px;
}

.SideFeatureMsg_section {
  float: left;
  width: 100%;
}

.cbticked,
.cbunticked {
  background: none;
}

.DeleteButtonInner:before {
  content: "\f14a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #ce1723 !important;
  float: left;
  font-size: 18px;
}

.AddFilterBtnInner,
.FilterProductCnt {
  cursor: pointer;
  float: left;
  display: block;
  width: 70%;
  line-height: 15px;
  padding: 5px 0;
}

.FilterProductCnt {
  width: 19%;
  text-align: right;
}

.AddFilterBtnInner:hover,
.FilterProductCnt:hover {
  text-decoration: none;
}

.cbunticked:before {
  content: "\f096";
  font-family: "FontAwesome";
  margin-right: 12px;
  color: #fff !important;
  float: left;
  font-size: 14px;
}

.CurrentFilterHolder .acc_trigger > span:before {
  content: "\f0b0";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.CategoryFilterHolder .acc_trigger > span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.SubCategoryFilterHolder .acc_trigger > span:before {
  content: "\f11e";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.BrandFilterHolder .acc_trigger > span:before {
  content: "\f11e";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.FeatureFilterHolder .acc_trigger > span:before {
  content: "\f11e";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.ExtFilterHeader > span:before {
  content: "\f11e";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.ClearhEnabledFeatureBtn {
  float: right;
  font-weight: 700;
  color: #666;
  font-size: 12px;
  line-height: 28px;
}

.NOFListOfProducts_ProductID {
  padding-left: 5px;
}

/* Side Feature Mgmt Ajax show hide buttons */
.CategoryHidden,
.SubCategoryHidden,
.BrandHidden {
  display: none;
}

/*JA DetailLog Dropdown btn*/

.JADropdownBtn {
  width: 100%;
  text-align: left;
}

.JADropdownBtn .btn {
  width: 95%;
  padding: 3px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c !important;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-size: 12px;
  cursor: pointer;
}

.dropdown-item:first-child {
  cursor: pointer;
  pointer-events: all;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.open > .dropdown-menu {
  display: block;
}

.click > .dropdown-menu {
  display: block;
}

.dropdown-item .fa {
  width: 20px;
}

.dropdown-toggle .fa {
  margin-left: 3px;
}

.JA_DropDownToggle {
  border: none;
  background: none;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #ce1723;
}

.lblDNNUserName {
  margin-top: 10px;
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block;
}

.DashboardAccountInfo td:first-child {
  width: 20px;
}

.panelDetailedLog_Left {
  float: left;
  width: 40%;
  border-right: 1px solid #999797;
  margin: 0px 0px 20px 0px;
}

.panelDetailedLog_Right {
  float: left;
  width: 58%;
  padding-left: 2%;
}

.btnFilterData span {
  text-decoration: underline;
  font-weight: 700;
}

.btnFilterData {
  padding-right: 20px;
  color: #333333 !important;
  float: right;
  font-size: 13px;
  margin-top: 10px;
}

.btnFilterData .fa {
  margin-right: 3px;
}

.DashboardWrap {
  display: none;
}

.lblSearchHeader,
.lblAccountInfoHeader {
  width: 100%;
  font-size: 21px;
  font-weight: 700;
}

.ShowProfileImageDiv {
  float: left;
  padding-right: 10px;
}

.AccountInfoNameWrap {
  float: left;
  width: 70%;
}

.lblCustName {
  font-weight: 700;
}

.ShowBalanceNow > td {
  width: 100%;
  display: block;
  clear: both;
}

.ShowBalanceNow .DashboardLink {
  font-size: 26px;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
}

.DashboardTable hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.roll_menu.roll_activated {
  background: #fff !important;
}

.RowStyle,
.AlternatingRowStyle {
  transition: 0.3s all;
}

.RowSelectBtn,
.JARowLinkToDoc {
  cursor: pointer;
}

.RowStyle:hover,
.AlternatingRowStyle:hover {
  background: #888 !important;
  color: #fff;
  font-weight: 700;
}

.JAFloatCtrl,
.floatCart,
.floatUpdate,
.JAFloatSave {
  width: 65px;
  height: 65px;
  float: right;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 90px;
  bottom: 260px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #ce1723 !important;
  background: url(images/top_ico.png) no-repeat center 18px;
  transition: background ease-in 300ms;
  -moz-transition: background ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}

.floatCart,
.floatUpdate {
  bottom: 260px;
}

#to_top {
  bottom: 180px;
}

.JAFloatSave {
  text-align: left;
}

.JAFloatSave .saveIcon {
  font-size: 35px;
  color: #ce1723;
  transform: translate(50%, 39%);
}

.JAFloatCtrl .dropdown-toggle {
  background: none;
  color: #ce1723;
  border: none;
  height: 65px;
  width: 65px;
}

.JAFloatCtrl .dropdown-toggle .fa {
  margin-left: -4px;
}

.JAFloatCtrl > .dropdown-menu {
  margin-top: 10px;
}

.CartHiddenTop {
  overflow-y: auto;
  max-height: 420px;
}

.JAHomeWithTiles {
  font-family: Arial;
}

.JAHomeWithTiles .JA_Header {
  background: none !important;
}

.flyoutmenuWrap {
  width: 67%;
  position: absolute;
  top: 95px;
  left: 60px;
  z-index: 30;
}

.FloatMenu {
  background: #ce1723;
  width: 30px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  float: left;
}

.JAHomeWithTiles .dnn_menu {
  display: none;
}

.flyoutmenuWrap .nav_box {
  display: none;
}

.flyoutmenuWrapInner {
  float: left;
  max-width: 900px;
  width: 100%;
  display: none;
}

.flyoutmenuWrapInner .primary_structure {
  margin: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 30px;
  color: #fff;
}

.flyoutmenuWrapInner .primary_structure > li {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 19%;
}

.flyoutmenuWrapInner .primary_structure > li:after {
  content: "";
  width: 1px;
  height: 16px;
  display: inline-block;
  border-right: 1px solid #ccc;
  float: right;
  margin-top: 6px;
}

/*.FloatMenu {
    display:none;
}*/

.flyoutmenuWrapInner .primary_structure > li:first-child {
  width: auto !important;
  padding: 0px;
}

.flyoutmenuWrapInner li:last-child:after {
  display: none;
}

.flyoutmenuWrapInner .primary_structure > li:first-child > a > span {
  display: none;
}

.flyoutmenuWrapInner .primary_structure > li:first-child > a:before {
  content: "\f015";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 32px;
  float: left;
}

/*.flyoutmenuWrapInner li .fa{
              font-size: 18px;
    line-height: 30px;
    display: block;
    height: 30px;
    width: 32px;
    float: left;
    }*/

/*.JAHomeWithTiles .dnn_layout {
    width: 1280px;
}*/

.HomeHeader,
.HomeHeaderStatic {
  font-size: 21px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #7f7d7d;
  text-align: left;
  padding: 0px 0px 20px;
  margin-bottom: 0px !important;
  margin-top: -20px !important;
  display: none;
}

.HomeHeaderStatic {
  margin-top: 0px !important;
  text-align: center;
}

.redspan {
  color: #ce1723;
}

.redshadowSep:after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background: url(/Portals/0/JA_Skin/cIntro-shadow-red.png) top center no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-size: 100%;
}

.item {
  /*background: #666;*/
}

.size105 {
  height: 105px;
  width: 210px;
}

.size11 {
  height: 210px;
  width: 210px;
}

.size21 {
  width: 420px;
  height: 210px;
}

.size12 {
  width: 210px;
  height: 420px;
}

.size22 {
  height: 420px;
  width: 420px;
}

.size41 {
  height: 210px;
  width: 840px;
}

/*.size105 {
        width: 16% !important;
    }


    .size11 {
        width: 16% !important;
    }


    .size21 {
        width: 33% !important;
    }

    .size12 {
        width: 16% !important;
    }


    .size22 {
        width: 33% !important;
    }

    .size41 {
        width: 66% !important;
    }*/

/*.item > div {
    width:100%;
    height:100%;
    overflow:hidden;
    cursor:default;
}*/

.FindABranchTile {
  background: url("/Portals/0/JA_Skin/logo_nz_full.png") #ce1723;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 80% !important;
  background-size: auto !important;
}

.FindABranchTile::before {
  background: url("/Portals/0/JA_Skin/logo_nz.png") #ce1723;
  background-repeat: no-repeat;
  background-position: 80% !important;
  background-size: auto !important;
  transition: opacity 1.5s, background-size 1.5s !important;
}

.FindABranchTile a {
  color: #fff;
  margin-top: 50px;
  display: block;
}

.FindABranchTile span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  display: block;
}

.FindABranchTile .larger {
  font-size: 44px;
  font-weight: 700;
}

.Flatcolor0_withRedBorder {
  background: #efefef;
  border-bottom: 8px solid #ce1723;
}

.Flatcolor0_withRedBorderTop {
  background: #efefef;
  border-top: 8px solid #ce1723;
}

.Tile_Header {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2em;
}

.Tile_desc {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.5em;
}

.redHeader {
  display: block;
  width: 100%;
  font-size: 22px;
  color: #ce1723;
  line-height: 1.5em;
}

.item .fa {
  font-size: 48px;
  padding-bottom: 10px;
}

.Tile_iconOnly {
  text-align: center;
  padding-top: 60px !important;
}

.Tile_iconOnly .fa {
  padding-bottom: 10px;
}

.Tile_FlatColor2 {
  background: #ce1723;
  color: #fff;
}

.Tile_FlatColor1 {
  background: #333333;
  color: #fff;
}

.Tile_FlatColor1 .Tile_Header {
  text-align: center;
  /*padding: 10px 0px 20px 0px;*/
}

.Tile_AdOnly {
  padding: 0px !important;
}

.Tile_AdOnly img {
  width: 100%;
}

.gradientTile {
  color: #fff;
}

.gradientTile a {
  text-decoration: none;
  color: #ffffff !important;
  transition: all 0.5s;
}

.gradientTile a:hover {
  font-weight: 700;
}

.gradientTile a span.Tile_desc {
  font-weight: normal;
}

.gradientTile .lnkToShop {
  color: #ffffff !important;
  font-weight: 700;
}

.tileButtonFlat {
  padding: 15px 30px;
  border: 1px solid #ccc;
  color: #333 !important;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
  transition: all 1s;
  float: left;
}

.tileButtonFlat:hover {
  background: #ce1723 !important;
  color: #fff !important;
  text-decoration: none;
}

.On2SiteRegister img {
  padding: 40px 0px 20px 0px;
}

.readmore {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
}

.Flatcolor0_withRedBorder .readmore {
  color: #ce1723 !important;
  padding-left: 4px;
}

.gradientTile {
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.gradientTile::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 1;
  opacity: 1;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  transition: opacity 1s;
}

.gradientTile:hover::before {
  opacity: 0;
}

.gradientTile span,
.gradientTile div,
.gradientTile p,
.gradientTile a,
.gradientTile img {
  z-index: 2;
  position: relative;
}

/*.gradientBackground4 {
    background: url("/portals/0/JA_Skin/black_back3_color.jpg");
}

    .gradientBackground4::before {
        background: url("/portals/0/JA_Skin/black_back3.jpg");
    }

.complianceBackground {
    background: url("/portals/0/JA_Skin/compliance-colour.png");
}

    .complianceBackground::before {
        background: url("/portals/0/JA_Skin/compliance-grey.png");
    }

.integrateBackground {
    background: url("/portals/0/JA_Skin/integrate-colour.png");
}

    .integrateBackground::before {
        background: url("/portals/0/JA_Skin/integrate-grey.png");
    }


.gradientBackground1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
}

.gradientBackground2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/portals/0/JA_Skin/black_back2.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back2.jpg");
}

.gradientBackground3 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back1.jpg");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back1.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back1.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back1.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/portals/0/JA_Skin/black_back1.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/portals/0/JA_Skin/black_back1.jpg");
}*/

/*.gradientBackground4:hover {
        background-position: 0px 100%;
    }*/

.TileProductRange li .fa,
.gradientTile li .fa {
  font-size: 14px;
  color: #ce1723;
  padding-right: 10px;
}

.TileProductRange li {
  cursor: pointer;
  margin-bottom: 0.5em;
}

.item .flip_box .front {
  color: #fff;
  text-align: center;
}

.item .front .Tile_desc,
.FAQTile .Tile_desc,
.shopBackground .Tile_desc,
.new-productBackground .Tile_desc {
  margin-top: 0.8em;
}

.shopBackground .Tile_wod {
  font-family: "Architects Daughter", cursive;
  font-size: 2.4rem;
  font-weight: 700;
}

.shopBackground .Tile_wod_red {
  font-family: "Architects Daughter", cursive;
  font-size: 2.4rem;
  color: #ce0000;
  font-weight: 700;
}

.item .flip_box:hover .front {
  background: none !important;
}

.JA_footer_new {
  min-height: 430px;
  background: url("/Portals/0/JA_Skin/footer_top.png") #1f1f1f;
  background-position: top center;
  background-repeat: no-repeat;
}

.JAFooterLogos {
  overflow: hidden;
  margin: 0px;
  width: 100%;
  padding-right: 40px;
  padding-top: 6px;
  padding-left: 34px;
}

.JAFooterLogos li {
  float: left;
  padding-top: 10px;
}

.JAFooterLogos li:last-child {
  padding-right: 0px;
}

.footer_slogan {
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  width: 100%;
  display: block;
  line-height: 96px;
  padding: 0px 0px 0px 35px;
}

.JALogosInFooter li {
  float: left;
  padding-right: 33px;
}

.JALogosInFooter li img {
  height: 40px;
}

.footerTxt {
  width: 100%;
  padding-top: 10px;
  display: block;
  font-size: 14px;
  color: #333;
}

.JALogosInFooter {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px 0px;
}

.redshadowSep {
  width: 100%;
  height: 5px;
  display: block;
}

.JALogosInFooter2 li img {
  height: 70px;
}

.JAFooterSpacer {
  position: relative;
  height: 50px;
}

.JALogosInFooter2 {
  margin: 30px auto 0px !important;
  width: 70% !important;
}

.JALogosInFooter2 li {
  width: 50%;
}

.FooterSearchHeader {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.FooterSearchWrap input {
  float: left;
  padding: 0px 8px;
  border-radius: 2px;
  background: none;
  color: #fff !important;
  border: 1px solid #fff;
  width: 100%;
  font-size: 14px;
  margin-right: 5%;
  height: 40px;
  line-height: 40px;
}

.footer_search_btn {
  float: left;
  background: #ce1723;
  width: 15%;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.footer_search_btn .fa {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}

.FooterSearchWrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.JAHeaderUnderline {
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ccc;
  font-size: 18px;
  width: 100%;
  display: block;
}

.JAFooterBlub {
  font-size: 12px !important;
  line-height: 1.5em !important;
}

.JAFooterBlub a {
  color: #fff !important;
  text-decoration: underline;
}

.JA_Footer_Row2_RightPane {
  padding: 30px 80px 0px 50px;
}

.JAHomeWithTiles .JA_footer_LogoWrap {
  margin-top: 12px;
  background: #424244 !important;
  color: #ffffff !important;
  text-align: left !important;
  height: 100px;
}

.JAHomeWithTiles .nav_ico {
  display: none !important;
}

.RSRWrap_Off,
.On2siteLoginWrap_Off {
  display: none;
}

.LoginSwitcher {
  background: url("/Portals/0/JA_Skin/JA_LoginTab_On2Site.png");
  width: 100%;
  height: 55px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 8px;
}

.LoginSwitcher_RSR {
  background: url("/Portals/0/JA_Skin/JA_LoginTab_RSR.png") !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.On2siteBtn {
  float: left;
  width: 40%;
  height: 55px;
  margin-left: 10%;
  cursor: pointer;
}

.RSRBtn {
  float: left;
  width: 40%;
  height: 55px;
  margin-left: 10%;
  cursor: pointer;
}

.On2siteLoginWrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  width: 350px;
}

.On2siteLoginWrapInner,
.On2siteLoginWrap .dnnLoginService {
  padding: 20px 40px 0px 40px;
}

.On2siteLoginWrapInner > input,
.On2siteLoginWrap .dnnLoginService input {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

.On2Site_login_btn {
  display: block;
  width: 80%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  background: #ce1723;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px auto;
  text-decoration: none;
}

.lnkPasswordReset {
  width: 100%;
  color: #fff !important;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.RSRWrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  height: 230px;
}

.RSRWrapInner {
  padding: 20px 40px;
  color: #fff;
}

.RSRWrapInner p {
  font-size: 14px !important;
}

.RSRWrapInner img {
  margin-bottom: 10px;
}

.RSR_login_btn {
  display: block;
  padding: 5px 25px;
  text-align: center;
  border-radius: 4px;
  background: #ce1723;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  text-decoration: none;
  float: right;
}

.body_bg {
  background: url(/Portals/0/JA_Skin/Metal-Texture_Brushed-Steele.jpg);
  background-repeat: repeat-y !important;
  background-size: 100% 100% !important;
  background-attachment: fixed !important;
}

.JAFooterLeft,
.JAFooterMid,
.JAFooterRight {
  float: left;
  color: #fff !important;
  margin-top: 25px;
}

.JAFooterLeft {
  width: 20%;
}

.JAFooterLeft img {
  height: 42px;
}

.JAFooterMid {
  width: 30%;
  text-align: right;
  font-size: 13px;
  padding-right: 40px;
  font-style: italic;
}

.JAFooterMid p {
  line-height: 1.5em;
  margin: 5px 0px 0px;
}

.JAFooterRight {
  width: 50%;
  padding: 0px 30px 0px 50px;
}

.JAFooterRight img {
  width: 100%;
}

.JAFooterPaneInnnerLeft,
.JAFooterPaneInnnerRight {
  float: left;
  padding-top: 35px;
}

.JAFooterPaneInnnerLeft {
  width: 40%;
  position: relative !important;
  margin: 0 !important;
  left: 0;
  height: auto;
}

.JAFooterPaneInnnerRight {
  width: 60%;
  text-align: center;
}

.JAFooterPaneInnnerRight img {
  width: 235px;
  opacity: 0.3;
}

.RSRTiles {
  background: url("/Portals/0/JA_Skin/rsr-tile-2x1.png");
  background-size: 100%;
}

.RSRTiles a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
  font-style: italic;
}

.RSRTile_LoginBtn {
  display: block;
  width: 60%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 4px;
  background: #ce1723;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px auto;
  float: left;
  font-style: normal !important;
}

.TileNoIcon {
}

.TileNoIcon .Tile_Header {
  padding: 6px 0px 6px;
}

.TileNoIcon a {
  padding: 10px 0px 0px;
  display: inline-block;
}

.TileHeaderOnly {
  text-align: center;
  color: #ffffff;
}

.TileHeaderOnly .Tile_Header {
  line-height: 44px;
  font-size: 44px;
  padding-top: 36px;
}

.Tile_iconOnly_flip {
  padding: 0px !important;
}

.Tile_iconOnly_flip .front {
  padding: 36px 0px;
}

.Tile_iconOnly_flip .back li {
  text-align: center;
  line-height: 1.25em;
  margin-bottom: 0.6em;
}

.Tile_iconOnly_flip .back {
  padding: 20px;
}

.Tile_iconOnly_flip .back a {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 13px;
}

.Tile_iconOnly_flip .back span {
  font-size: 12px;
}

.TilePromotions_Background {
  background: url("/Portals/0/JA_Skin/tile-promotions.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradientBackground5 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back5.jpg");
}

.gradientBackground6 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
  background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
  background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
  background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
  background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("/portals/0/JA_Skin/black_back6.jpg");
}

.item {
  overflow: hidden;
}

#dnn_JA_Footer_Row1_LeftPane,
#dnn_JA_Footer_Row2_LeftPane {
  padding-left: 0px;
}

.BottomRight .rmRootGroup {
  margin-left: 0px !important;
}

.BannerPane:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  -moz-transform: skew(45deg, 0deg);
  filter: alpha(opacity=80);
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 1200px solid transparent;
  left: -25px;
}

.BannerPane {
  overflow: hidden;
}

.BannerPane .tp-caption {
  color: #f0f0f0;
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  white-space: normal;
  line-height: 1.2em !important;
  text-shadow: 2px 2px #666666;
  line-height: 1em !important;
}

.BannerPane .selected {
  border: none;
}

.tp-bullets {
  opacity: 0.7;
  z-index: 10000;
  margin-right: 58px;
}

.SourceTile {
  background: url("/Portals/0/JA_Skin/promotions-tile_half-size_horizontal_@source-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.Tile2by1 {
}

.Tile2by1 .Tile_Header {
  text-align: center;
}

.size105 > div > div > div > div {
  padding: 10px 20px;
}

.JANewHeader {
  position: relative;
  z-index: 5;
}

#fb5 .fb5-bcg-book {
  background: #ccc !important;
}

.SldieReadMore {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  display: block;
  width: auto;
  line-height: 2em;
  margin-top: 20px;
  cursor: pointer;
}

.SldieReadMore:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  font-size: 32px;
  height: 20px;
}

.SldieReadLess {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  display: block;
  width: auto;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.SldieReadLess:after {
  content: "\f106";
  font-family: FontAwesome;
  display: block;
  font-size: 32px;
  height: 20px;
}

#SliderPart2 {
  display: none;
}

.PromotionWrap {
  background: #545454;
  color: #fff;
  padding: 30px;
  -webkit-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.PromotionItems {
}

.PromotionItems li {
  float: left;
  width: 21%;
  margin: 10px 2%;
}

.PromotionItems li img {
  width: 100%;
  cursor: pointer;
}

.edMaps_map .MapOpenHour {
  display: none;
}

/*.edMaps_infoWindow {
    background: rgba(0,0,0,0.8) !important;
    color: #fff !important;
}*/

.edMaps_map.edMaps_theme__default-Ozone
  .edMaps_infoWindow
  .edMaps_bubbleArrow
  .edMaps_leftSide::after,
.edMaps_map.edMaps_theme__default-Ozone
  .edMaps_infoWindow
  .edMaps_bubbleArrow
  .edMaps_rightSide::after {
  background: rgba(0, 0, 0, 0.8) !important;
}

.edMaps_map.edMaps_theme__default-Ozone .edMaps_content .edMaps_html {
  color: #fff !important;
}

.edMaps_map.edMaps_theme__default-Ozone
  .edMaps_infoWindow
  .edMaps_closeTrigger {
  background: #ce1723 !important;
}

.edMaps_moduleWrapper
  > .edMaps_mapWrapper
  > .edMaps_contentBellow
  > .edMaps_locationSearchWrapper {
  margin: 20px 50px 0 0;
  width: 100% !important;
}

.miles,
.edMaps_radiusSliderWrapper ul > li:last-child {
  display: none !important;
}

.edMaps_contentBellow:before {
  content: "Please enter your location to find your nearest branch:";
  display: block;
  margin: 5px 0px;
  padding-left: 0.3em;
  font-weight: 700;
  color: #7d7d7d;
}

.edMaps_moduleWrapper
  > .edMaps_mapWrapper
  > .edMaps_contentBellow
  > .edMaps_locationSearchWrapper {
  margin: 0 !important;
}

.edMaps_map {
  float: right;
  max-width: 60%;
}

.edMaps_contentBellow {
  float: right;
  max-width: 50%;
  width: 40%;
  padding: 1% !important;
  border-radius: 0px !important;
  height: 499px;
  border-right: 1px solid #ccc;
}

.ModEasyDNNmapsC > p {
  display: none;
}

/*.dnngo_menuslide {
    display:none !important;
}*/

.dnngo_slide_menu li {
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.primary_structure a {
  color: #fff !important;
}

.primary_structure a:hover {
  text-decoration: none;
}

/*.flyoutmenuWrapInner li:after {
                 content: "";
    width: 1px;
    height: 16px;
    display: inline-block;
    border-right: 1px solid #ccc;
    float: right;
    margin-top: 6px;
        }*/

.On2siteLoginWrap .DnnModule-Authentication .dnnFormItem > label.dnnFormLabel {
  display: none;
}

.On2siteLoginWrap .DnnModule-Authentication .LiResetPassword a,
.On2siteLoginWrapInnerLogined .change_password {
  color: #fff !important;
  font-size: 14px !important;
  text-decoration: none;
}

.On2siteLoginWrap .dnnLoginRememberMe input {
  display: none;
}

.On2siteLoginWrap .DnnModule-Authentication .LoginPanel {
  width: 100%;
  padding: 0px;
  min-width: 350px;
}

.On2siteLoginWrap .DnnModule-Authentication .btnLogin,
.On2siteLoginWrap .logout_btn {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  width: 80%;
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin: 10px auto;
  border-radius: 4px;
}

/*.On2siteLoginWrap .DnnModule-Authentication .dnnLoginRememberMe {
    display: none !important;
}*/

.On2siteLoginWrapInnerLogined {
  min-width: 350px;
}

.On2siteLoginWrapWithInnerGlow {
  -webkit-box-shadow: inset 0px 0px 56px 0px #ce1723;
  -moz-box-shadow: inset 0px 0px 56px 0px #ce1723;
  box-shadow: inset 0px 0px 70px 0px #ce1723;
}

.On2siteLoginWrapInnerLogined img {
  width: 120px;
  margin: 10px auto;
  display: block;
}

.On2siteLoginWrapInnerLogined .welcomeText,
.On2siteLoginWrapInnerLogined .welcomeCompanyName {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
}

.welcomeCompanyName {
  font-size: 14px !important;
  line-height: 14px;
  margin-bottom: 5px;
}

.On2siteLoginWrapInnerLogined .change_password {
  display: block;
  text-align: center;
}

.On2siteLoginWrap .JA_LoginFields .LiResetPassword,
.On2siteLoginWrap .JA_LoginFields .liLoginRememberMe {
  margin: 0px;
  width: 100%;
  float: none;
  text-align: center;
}

.On2siteLoginWrap .JA_LoginFields {
  width: 100%;
  text-align: center;
}

#tileWrap2 {
  display: none;
}

.FAQTile {
  background: #ce1723;
  color: #fff;
  text-align: center;
  padding: 36px 20px !important;
}

input.txtJAHomePageTileSearch {
  line-height: 28px;
  font-size: 12px;
  padding: 0px 0px 0px 10px;
  width: 70%;
  float: left;
}

.btnJAHomePageTileSearch {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  padding: 0px 10px;
  color: #fff !important;
  font-size: 14px;
  line-height: 32px;
  display: block;
  border-radius: 4px;
  float: left;
  margin-left: 5px;
}

.Tile_FlatColor1_withRedBorder {
  border-bottom: 8px solid #ce1723;
}

.TileHeader_NewProduct {
  font-size: 44px;
  text-align: left !important;
  padding: 30px 0px 10px 0px !important;
}

.FAQTile .readmore,
.Tile_FlatColor1 .readmore {
  padding: 10px 0px 0px;
  display: inline-block;
}

a.readmore_NewProduct {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.8em;
  display: block;
}

.TileInner > div > div > div,
.tileWrapAnimation .item > div {
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
}

.TileInner,
.TileInner > div,
.TileInner > div > div {
  height: 100%;
}

.TileInner .back {
  padding: 20px;
}

ul.JAFooterLogos img {
  height: 63px;
  padding-right: 26px;
}

.TileInner > div > div > a {
  display: block;
  height: 100%;
  width: 100%;
}

.Flatcolor0_withRedBorderTop p {
  margin-top: 10px;
}

/*New Slide Filter*/
.JASlideFilterBtnWrap {
  background: #ce1723;
  width: 30px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: fixed;
  cursor: pointer;
}

/*New Slide Filter*/
.JASlideAlertMessage {
  display: none;
  width: 100%;
  min-height: 45px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 0px;
  cursor: pointer;
  z-index: 10000;
  margin: 0px;
  min-height: 0px;
}

.JASlideAlertMessage span {
  padding: 0px 0px 0px 10px !important;
  line-height: 45px;
  width: 97%;
  margin-left: 3%;
}

#JASlideFilterBtn {
  color: #fff !important;
}

.JA_shop_searchrow {
  margin-top: 20px;
}

.JASlideFilterWrap {
  position: fixed;
  width: 375px;
  background: url(/Portals/0/JA_skin/filterbackground.png) rgba(0, 0, 0, 0.7);
  /*background: rgba(0,0,0,0.7);*/
  /*min-height: 400px;*/
  padding: 25px 10px 10px 50px;
  color: #fff;
  max-height: 100%;
  overflow-y: auto;
  z-index: 10000;
  background-repeat: no-repeat;
  background-position: 49px 36px;
  background-size: 80%;
  height: 90%;
  cursor: default;
  display: none;
}

.JASlideFilterWrap_Complete,
#powerTip {
  background: rgba(0, 0, 0, 0.7) !important;
}

.JASlideFilterWrapInner {
  padding: 0px 15px 0px 0px;
  height: 90%;
  display: none;
}

.JASlideFilterPane {
  min-height: 100%;
  position: relative;
}

.JASlideFilterPane > div {
  position: absolute;
  height: 100%;
  width: 100%;
}

.pnlLoader {
  position: absolute;
  width: 100%;
  top: 50%;
}

.SlideFilterCloseBtn {
  display: none;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 0px;
}

.SlideFilterCloseBtn .fa {
  font-size: 20px;
}

.SlideFilterHeader {
  font-size: 27px;
  margin-top: 20px;
  display: none;
}

.JASlideFilterWrap .acc_trigger {
  color: #fff;
  border: none;
}

.DeleteButtonInner {
  line-height: 28px;
  padding-left: 5px;
}

.ClearhEnabledFeatureBtn {
  font-size: 14px;
}

.acc_trigger .fa {
  font-weight: 600;
}

.JASlideFilterWrap input,
.JASlideFilterWrap .GroupHolder input {
  background: none;
  border: none;
  color: #fff;
  padding-left: 12px;
  width: 60%;
  font-family: Arial;
  line-height: 28px;
  font-size: 14px;
}

.GroupHolderInner {
  border: 1px solid #fff;
  overflow: hidden;
}

.FilterHolderInner {
  overflow: hidden;
  max-height: 200px;
  overflow-y: auto;
  border-top: 1px solid #fff;
}

.ShowMoreLink,
.ShowMoreLink_active {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px 0 0;
  float: right;
}

.ShowMoreLink:hover,
.ShowMoreLink_active:hover {
  cursor: pointer;
  text-decoration: none;
}

.ShowMoreLink:after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-left: 5px;
  color: #ccc;
}

.ShowMoreLink_active:after {
  content: "\f0d8";
  font-family: FontAwesome;
  padding-left: 5px;
  color: #ccc;
}

.divCurrentFilterHolderInner {
  overflow: hidden;
  border: 1px solid rgb(217, 217, 217);
}

.divCategoryFilterHolderInnerTop {
  border: 1px solid rgb(217, 217, 217);
  border-bottom: 0px;
  height: 29px;
}

.divCategoryFilterHolderInner {
  overflow: hidden;
  border-top: none;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid rgb(217, 217, 217);
}

.JASlideFilterWrapInner input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.JASlideFilterWrapInner input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.JASlideFilterWrapInner input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.JASlideFilterWrapInner input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.FilterProductCtrlInnerA {
  float: left;
  width: 402px;
  margin-right: 8px;
}

.FilterProductCtrlInnerB {
  float: left;
  width: 102px;
  margin-right: 10px;
}

.FilterProductCtrlInnerB1 {
  float: left;
  width: 108px;
  margin-right: 8px;
  margin-top: 0px;
  line-height: 30px;
}

.FilterProductCtrlInnerB1 .dnnBoxLabel {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
}

.FilterProductCtrlInnerC {
  float: left;
  width: 16%;
  margin-right: 0.5%;
}

.FilterProductCtrlInnerD {
  float: left;
  width: 16%;
  margin-right: 0.5%;
}

.FilterProductCtrlInnerE {
  float: left;
  width: 17%;
}

.FilterProductCtrlInnerC select,
.FilterProductCtrlInnerD select,
.FilterProductCtrlInnerE select,
#ddlSortStockBy,
.ddlQuoteTypesWrap select,
.ddlStatmentTypesWrap select,
.ddlQuoteTemplate {
  width: 100%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  padding: 0px 30px 0px 5px;
  border: 1px solid #ccc;
}

#MinimalViewBtnWrap {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #222;
  cursor: pointer;
}

#MinimalViewBtnWrap:hover {
  text-decoration: none;
}

#MinimalViewBtnWrap .fa {
  line-height: 26px;
  font-size: 18px;
}

.FilterProductCtrlCounts,
.Catalogue_count {
  font-size: 14px;
  line-height: 30px;
}

.MinimalViewBtnWrap_off .lblMinimalView,
.MinimalViewBtnWrap_active .lblMaximalView {
  display: block;
}

.MinimalViewBtnWrap_active .lblMinimalView,
.MinimalViewBtnWrap_off .lblMaximalView {
  display: none;
}

.GridMinimalView .FilListGridImage {
  display: none !important;
}

.GridAddToCartButtonHolder .SaveAsSpan,
.GridAddToCartButtonHolder .ProductDisplayFormSaveAsDDL {
  display: none;
}

.ProductDisplayGridIconHolder {
  width: 30%;
  height: 160px;
  position: absolute;
  right: 15px;
}

.ProductDisplayGridIconHolder .IconWrap {
  margin-bottom: 5px;
}

.ProductDisplayGridImgageHolder {
  min-height: 130px;
  overflow: hidden;
}

.lnk_ProductImage {
  float: left;
}

.StockWrap {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.StocklblAvailable {
  font-size: 12px;
  color: #868686;
  line-height: 21px;
  height: 21px;
}

.ProductDisplayGridHeader {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.ProductDisplayOrderCtrl {
  float: left;
  width: 100%;
}

.CatalogueGridWrapper .ProductDisplayOrderCtrl .hasGrpFilter {
  float: right;
}

.CatalogueGridWrapper .ProductDisplayOrderCtrl .hasGrpFilter::before {
  left: -11px;
}

.GridAddToCartButtonHolder .GridAddToCartBtn {
  height: 35px;
  line-height: 35px;
  padding: 0px 25px;
  min-width: 125px;
  max-width: 125px;
}

.IconWrap {
  height: 35px;
  width: 35px;
  font-family: FontAwesome;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  line-height: 35px;
  float: right;
  cursor: pointer;
}

.StatusIconsWrap .tooltips {
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 5px;
  float: right;
}

.GridMinimalView .StatusIconsWrap .tooltips {
  margin-bottom: 15px;
}

.IconShowRangeCubes {
  background: #797e86;
  color: #fff;
  float: right;
  cursor: pointer;
}

.StatusIconsCB3 {
  color: #333333;
  background: #ffa741;
  background-repeat: no-repeat;
}

.StatusIconsCB2 {
  color: #fff;
  background: #58ba7f;
  background-repeat: no-repeat;
}

.StatusIconsCB3:before {
  content: "\f071";
  line-height: 35px;
  font-size: 20px;
}

.StatusIconsCB2:before {
  content: "\f0eb";
  line-height: 35px;
  font-size: 20px;
}

.AtSourceIcontrue,
.AtSourceIcon1 {
  width: 35px !important;
  right: 0px;
  background: url(/Portals/0/JA_Skin/AtSourceIcon.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 35px;
  position: absolute;
  top: 3px;
  border-radius: 3px;
}

.ViewAProductHolder .AtSourceIcon1 {
  top: 0;
  z-index: 100000;
}

/*.HasCBsfalse:first-child {
    padding-top:80px;
}*/

.GridMinimalView .ProductGridRecentlyViewed,
.GridMinimalView .NoDocCountWrap {
  display: none !important;
}

.GridMinimalView .ProductDisplayGridIconHolder {
  top: 45px;
}

.ProductDisplayGridPriceRowOne {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

.ProductDisplayGridPriceRowThree {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

.PriceWrapQtyBreak .ProductDisplayGridPriceRowOne {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  height: 18px;
}

.PriceWrapQtyBreak .ProductDisplayGridPriceRowThree {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}

.PriceWrapQtyBreak .ProductDisplayGridPriceRowTwo {
  width: 100%;
  line-height: 14px;
  white-space: nowrap;
}

span.QuantityBreakNote {
  display: block;
  width: 100%;
  font-size: 9px;
  color: #fff;
  background: #363636;
  height: 15px;
  text-transform: uppercase;
  text-align: center;
}

.ProductDisplayGridPriceRowTwo {
  width: 100%;
}

.PriceWrapPromo .ProductDisplayGridPriceRowOne,
.VAPPromoLine {
  color: #ce1723;
}

.PriceWrapPromo .lblSpecialUntilDate {
  font-size: 12px;
  padding-left: 5px;
}

.PriceWrapPromo .ProductDisplayGridPriceRowTwo .ProductGridMainPrice {
  text-decoration: line-through;
  font-weight: 400;
}

.PriceWrapPromo .ProductDisplayGridPriceRowThree .ProductGridMainPrice {
  font-weight: 400;
}

.PromoPriceNotBetter {
  text-decoration: none !important;
}

.PriceWrapPromo {
  line-height: 1.5em;
}

.ProductDisplayGridPriceRowTwo .FilListGridSubPrice {
  padding-left: 5px;
  font-size: 13px;
}

html,
button,
input,
select,
textarea,
.ls-layer,
.ls-layer *,
.uneditable-input,
.btn {
  font-family: Arial;
}

.QtyBreakPrice {
  color: #ce1723 !important;
  padding-right: 3px;
}

.PriceCross {
  text-decoration: line-through;
}

.JA_shop_searchrow .col-sm-6,
.JA_shop_searchrow .col-sm-6 .DnnModule {
  position: initial;
}

.SearchRadioButtonList tr {
  display: block;
  float: left;
  padding-left: 8px;
}

.SearchCheckBox label {
  font-weight: 400 !important;
}

.SearchOptionsWrapperInner {
  display: inline-block;
  position: relative;
  line-height: 40px;
}

.SearchCheckBox {
}

.SearchChk input[type="checkbox"] {
  display: none;
}
/* to hide the checkbox itself */
input[type="checkbox"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  font-size: 18px;
  float: left;
}

.table input[type="checkbox"] {
  display: block;
}

input[type="checkbox"] + label:before {
  content: "\f096";
}
/* unchecked icon */
input[type="checkbox"] + label:before {
  letter-spacing: 4px;
}
/* space between checkbox and label */

input[type="checkbox"]:checked + label:before {
  content: "\f14a";
}
/* checked icon */
input[type="checkbox"]:checked + label:before {
  letter-spacing: 4px;
}
/* allow space for check mark */

.SearchRadioButtonList input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.SearchRadioButtonList input[type="radio"] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 5px;
  font-size: 18px;
  float: left;
}

.SearchRadioButtonList input[type="radio"]:checked ~ label:before {
  content: "\f192";
  color: #363636;
  letter-spacing: 5px;
}

.SearchWrap {
  border: 1px solid #6d6d6d;
  padding-left: 5px;
  height: 38px;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
}

.btnSearch {
  font-size: 20px;
  color: #333333 !important;
  padding: 0px 0px 0px 5px;
}

.lblPreSearch {
  float: left;
  font-size: 12px;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="password"]:active,
input[type="email"]:active,
input[type="email"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
input[type="search"]:active,
input[type="search"]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

#AOSearchModulePane .btnSearch {
}

#AOSearchModulePane .btnSearch .fa {
  font-size: 18px;
  color: #000;
}

#AOSearchModulePane .btnSearch:hover {
  text-decoration: none;
}

#AOSearchModulePane {
  margin: 15px 0px;
}

.JA_TileWrap .JA_LoginTilePane > .DnnModule {
  display: none;
}

@keyframes TileAnimation {
  from {
    transform: translate(0px, -60%);
    /*transform: translate(-200%, 0px);*/
  }

  to {
    transform: translate(0px, 0%);
  }
}

@-webkit-keyframes TileAnimation {
  from {
    -webkit-transform: scale(0.7);
  }

  to {
    -webkit-transform: scale(1);
  }
}

.JA_TileWrap .item[data-state="init"] {
  display: none;
}

.JA_LoginTilePane .item[data-state="start"],
.JA_LoginTilePane .item[data-state="move"] {
  display: block;
}

.TileAnimationDrop .item[data-state="start"] {
  display: block;
  animation: TileAnimation 2s;
  -webkit-animation: TileAnimation 2s;
}

.TileAnimationDrop .item[data-state="move"] {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  display: block;
}

/*tile fade*/
@keyframes TileFade {
  0% {
    transform: translate(0px, 0%);
    /*transform: translate(-200%, 0px);*/
  }

  85% {
    transform: translate(0px, 150%);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes TileFade {
  from {
    -webkit-transform: scale(0.7);
  }

  to {
    -webkit-transform: scale(1);
  }
}

.TileFade .item[data-state="init"] {
  display: block;
}

.TileFade .item[data-state="start"] {
  animation: TileFade 1s;
  -webkit-animation: TileFade 1s;
}

.TileFade .item[data-state="move"] {
  transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
  -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}
/*tile fade*/

/*.JA_LoginTilePane:after {
    content:'';
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
}*/

.TilePromotions_Background .Tile_Header {
  display: none;
}

.ProductDisplayGridDetailHolder {
  height: 110px;
  overflow-y: auto;
}

.StatusIconsMoreCB:before {
  content: "\f0e7";
  line-height: 35px;
  font-size: 20px;
}

.StatusIconsMoreCB {
  color: #fff;
  background: #666666;
}

.StatusIconsWrapMoreCB {
  position: absolute;
  bottom: 80px;
  right: 0px;
}

.listOfStatusPowerTip {
  display: none;
}

.JA_LoginTilePane {
  background-position: 0px 0px;
}

.liRegister {
  display: none;
}

.dnnLoginService .dnnFormItem > .dnnLabel {
  margin: 0px;
}

.TileOneByOne,
.TileTwoByTwo,
.TileOneByTwo,
.TileTwoByOne,
.TileHalfByOne {
  display: none;
}

.item .TileOneByOne,
.item .TileTwoByTwo,
.item .TileOneByTwo,
.item .TileTwoByOne,
.item .TileHalfByOne {
  display: block;
}

.JA_TileWrap {
  margin-bottom: 50px;
  width: 1280px !important;
  transform-origin: left top;
}

.SearchRadioButtonList label {
  font-weight: 400 !important;
}

.JABreadcrumbWrap {
  font-size: 12px;
  color: #7f7d7d;
  margin-top: 10px;
}

.JABreadcrumb {
  color: #7f7d7d !important;
}

.StatusPowerTipTable {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}

.StatusPowerTipTable li {
  line-height: 45px;
  padding: 2.5px 5px 2.5px 5px;
  font-size: 14px;
  text-align: center;
  float: left;
}

/*.StatusPowerTipTable td:first-child {
        width: 50px;
    text-align: center;
    padding-left: 0px;
}*/

#powerTip {
  width: auto !important;
  background: rgba(0, 0, 0, 0.7);
}

.FeatureList {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.txtSearchFeatureWrap {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.txtSearchFeatureWrap input {
  padding: 3px 0px 3px 6px;
  font-size: 12px;
  width: 85%;
  border: none;
}

.txtSearchFeatureWrap .fa {
  font-size: 18px;
  display: inline-block;
  width: 10%;
}

.HeaderOn2sitePaneLogin {
  display: none;
}

.LoginCtrlRow {
  display: none;
  background: #ce1723;
  min-height: 60px;
  width: 100%;
}

.HeaderOn2siteTopLeftPane {
  width: 49%;
  float: left;
}

.HeaderOn2siteTopSep {
  width: 1%;
  float: left;
  color: #fff;
  line-height: 60px;
}

.HeaderOn2siteCartSummaryPane {
  width: 50%;
  float: left;
  line-height: 60px;
}

.HeaderOn2siteCartSummaryPane div {
  position: initial;
}

.HeaderOn2siteTopLeftPane .Normal {
  line-height: 60px;
}

.On2SiteLeftLink {
  color: #fff !important;
  padding-left: 10px;
  font-size: 14px;
  display: block;
}

.On2SiteLeftLink .CartName .CartLineDefaultTag {
  display: none !important;
}

.CartName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  display: block;
  float: left;
  text-align: right;
}

.CartNameShowFull,
.CartNameShowFull:hover {
  color: #fff;
}

.On2SiteLeftLink img {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.HeaderCartTextNoItems:before {
  content: "(";
}

.HeaderCartTextNoItems:after {
  content: ")";
}

.HeaderOn2sitePaneLogin .On2siteLoginWrapInner {
  padding: 0px 20px 5px 20px;
  overflow: hidden;
}

.HeaderOn2sitePaneLogin .logout_btn {
  padding: 5px 10px;
  margin: 3px auto 0px;
}

.HeaderOn2sitePaneLogin .On2siteLoginWrapInnerLogined img {
  margin-bottom: 0px;
  margin-top: 15px;
}

.HeaderOn2sitePaneLogin .On2siteLoginWrapInnerLogined .change_password {
  line-height: 1.5em;
  margin-bottom: 3px;
}

.HeaderOn2sitePaneLogin .On2siteLoginWrapInnerLogined .CompanySelectorButton {
  width: 100%;
  line-height: 1.5em;
}

.CartHiddenProdName {
  font-size: 12px;
  color: #959595;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.CartHiddenProdId img {
  height: 60px;
  float: right;
  margin-right: 10px;
}

.flag-wod {
  height: 60px;
  float: right;
}

.CartHiddenProdName a {
  color: #959595;
  width: 100%;
  display: block;
}

.CartHiddenProdName a:hover {
  text-decoration: none;
}

.CartHiddenQty {
  line-height: 1.5em;
  float: left;
  width: 30%;
  text-align: left;
}

.CartHiddenPrice {
  line-height: 1.5em;
  float: left;
  width: 35%;
  font-weight: 700;
}

.CartLineTotal {
  line-height: 1.5em;
  float: left;
  width: 35%;
  color: #ce1723 !important;
  font-weight: 700;
}

.CartHiddenBottom .TwoPaneHolder {
  padding: 0px 15px;
  line-height: 46px;
  text-align: left;
}

.totalLabel:after {
  content: ":";
  padding-right: 5px;
}

#priceLabel {
  font-weight: 700;
}

.btnReviewOrder {
  height: 35px;
  line-height: 35px;
  padding: 0px 25px;
  background: #ce1723 !important;
  color: #fff !important;
}

.CartHidden::before {
  top: -20px;
  right: 63px;
  content: " ";
  border-top-width: 10px;
  content: "";
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
}

.lblCartHiddenPreQty {
  padding-right: 6px;
}

.jQueryLink {
  cursor: pointer !important;
}

.MenuOnRoll {
  left: 0px;
  width: 30px;
}

/*.MenuOnRoll:hover {
        width:100% !important;
    }*/

.DeptList {
  width: 100%;
}

.FeatureList td {
  width: 100%;
}

.JARotateHeader .DnnModule {
  display: none;
}

.accountBackground::before {
  background-image: url(/portals/0/JA_Skin/account-grey.png);
}

.careersBackground::before {
  background-image: url(/portals/0/JA_Skin/careers-grey.png);
}

.catalogueBackground::before {
  background-image: url(/portals/0/JA_Skin/catalogue-grey.png);
}

.complianceBackground::before {
  background-image: url(/portals/0/JA_Skin/compliance-grey.png);
}

.eventsBackground::before {
  background-image: url(/portals/0/JA_Skin/events-grey.png);
}

.helping-businessBackground::before {
  background-image: url(/portals/0/JA_Skin/helping-business-grey.png);
}

.integrateBackground::before {
  background-image: url(/portals/0/JA_Skin/integrate-grey.png);
}

.invoice-statementBackground::before {
  background-image: url(/portals/0/JA_Skin/invoice-statement-grey.png);
}

.new-productBackground::before {
  background-image: url(/portals/0/JA_Skin/new-product-grey-2x2.png);
}

.newsBackground::before {
  background-image: url(/portals/0/JA_Skin/news-grey.png);
}

.portalsBackground::before {
  background-image: url(/portals/0/JA_Skin/portals-grey-1x05.png);
}

.product-rangeBackground::before {
  background-image: url(/portals/0/JA_Skin/product-range-grey.png);
}

.quotesBackground::before {
  background-image: url(/portals/0/JA_Skin/quotes-grey.png);
}

.shopBackground::before {
  background-image: url(/portals/0/JA_Skin/shop-grey-or.png);
}
.shopBackgroundNormal::before {
    background-image: url(/portals/0/JA_Skin/shop-grey-or-normal.png)!important;
}

.support-communityBackground::before {
  background-image: url(/portals/0/JA_Skin/support-community-grey-2x1.png);
}

.support-industryBackground::before {
  background-image: url(/portals/0/JA_Skin/support-industry-grey.png);
}

.trainingBackground::before {
  background-image: url(/portals/0/JA_Skin/training-grey.png);
}

.trainingBackground::before {
  background-image: url(/portals/0/JA_Skin/training-grey.png);
}

.new-productBackground1x2::before {
  background-image: url(/portals/0/JA_Skin/new-product-grey.png);
}

.trainingBackground2x2::before {
  background-image: url(/portals/0/JA_Skin/training-grey-2x2.png);
}

.product-rangeBackgroundOneByOne::before {
  background-image: url(/portals/0/JA_Skin/product-range-grey-1x1.png);
}

.product-rangeBackgroundOneByOne {
  background-image: url(/portals/0/JA_Skin/product-range-colour-1x1.png);
}

.AdminTiles::before {
  background-image: url(/portals/0/JA_Skin/admin-grey.png);
}

.AdminTiles {
  background-image: url(/portals/0/JA_Skin/admin-colour.png);
}

.new-productBackground1x2 {
  background-image: url(/portals/0/JA_Skin/new-product-colour.png);
}

.trainingBackground2x2 {
  background-image: url(/portals/0/JA_Skin/training-colour_2x2.png);
}

.accountBackground {
  background-image: url(/portals/0/JA_Skin/account-colour.png);
}

.careersBackground {
  background-image: url(/portals/0/JA_Skin/careers-colour.png);
}

.catalogueBackground {
  background-image: url(/portals/0/JA_Skin/catalogue-colour.png);
}

.complianceBackground {
  background-image: url(/portals/0/JA_Skin/compliance-colour.png);
}

.eventsBackground {
  background-image: url(/portals/0/JA_Skin/events-colour.png);
}

.helping-businessBackground {
  background-image: url(/portals/0/JA_Skin/helping-business-colour.png);
}

.integrateBackground {
  background-image: url(/portals/0/JA_Skin/integrate-colour.png);
}

.invoice-statementBackground {
  background-image: url(/portals/0/JA_Skin/invoice-statement-colour.png);
}

.new-productBackground {
  background-image: url(/portals/0/JA_Skin/new-product-colour-2x2.png);
}

.newsBackground {
  background-image: url(/portals/0/JA_Skin/news-colour.png);
}

.portalsBackground {
  background-image: url(/portals/0/JA_Skin/portals-colour-1x05.png);
}

.product-rangeBackground {
  background-image: url(/portals/0/JA_Skin/product-range-colour.png);
}

.quotesBackground {
  background-image: url(/portals/0/JA_Skin/quotes-colour.png);
}

.shopBackground {
  background-image: url(/portals/0/JA_Skin/shop-colour-or.png);
}

.shopBackgroundNormal {
  background-image: url(/portals/0/JA_Skin/shop-colour-normal.png);
}


.support-communityBackground {
  background-image: url(/portals/0/JA_Skin/support-community-colour-2x1.png);
}

.support-industryBackground {
  background-image: url(/portals/0/JA_Skin/support-industry-colour.png);
}

.trainingBackground {
  background-image: url(/portals/0/JA_Skin/training-colour.png);
}

.TileHalfByOne .front {
  padding: 5px 0px;
}

.TileHalfByOne .front img {
  float: left;
  width: 80px;
}

.TileHalfByOne .back {
  padding: 10px 20px !important;
}

.TileHalfByOne .front span {
  float: left;
  width: 50%;
  line-height: 82px;
  text-align: left;
}

.ContactUsTile {
  padding-top: 35px !important;
}

.AboutUsTile,
.support-communityBackground {
  text-align: center;
  padding: 20px 0px;
}

.TileTwoByTwo .back ul,
.TileOneByTwo .back ul {
  text-align: center;
  font-size: 13px;
  margin: 0.8em 0px !important;
}

.TileInner .back .Tile_Header {
  text-align: center;
}

.TileInner .back .readmore {
  text-align: center;
  display: block;
  font-size: 13px;
}

.gradientTile .rotate {
  height: 100%;
}

.new-productBackground,
.helping-businessBackground {
  /*padding: 0px 20px !important;*/
  text-align: center;
}

.new-productBackground .front,
.helping-businessBackground .front {
  padding: 36px 0px;
}

.gradientTile.shopBackground.On2SiteShopTileLink {
  padding: 0;
}

.shopBackground {
  padding: 0;
  text-align: center;
}

.shopBackground .Tile_Header {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}

.shopBackground .Tile_Logo {
  width: 7rem;
  display: block;
  margin: 0 auto;
}

.shopBackground .Tile_Logo {
  width: 12rem;
  display: block;
  margin: 0 auto;
}

img.fadePlaceHolderImage {
  display: none;
  width: 100%;
}

.TileTwoByTwo .front,
.TileTwoByTwo .new-productBackground {
  padding: 36px 15%;
}

.TileHalfByOne .front {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.TileOneByOne .flip_box .back p {
  width: 90%;
  margin: 0 auto;
}

.AutocompleteProductId {
  float: left;
  width: 15%;
  line-height: 3em;
}

.AutocompleteProductName {
  float: left;
  width: 70%;
  line-height: 3em;
}

.AutocompletePrice {
  display: block;
  height: 50px;
  width: 15%;
  font-size: 14px;
  float: left;
  line-height: 3em;
}

.StocklblAvailableWrap {
  width: 100%;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  font-size: 12px;
}

.StockWrapOuter {
  width: 100%;
  overflow: visible;
  line-height: 1em;
  direction: rtl;
  white-space: nowrap;
}

.HeaderOn2sitePane .dnnFormValidationSummary {
  height: 3.5em;
  z-index: 9;
  cursor: pointer;
}

.HeaderOn2sitePane .dnnFormValidationSummary span {
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 10%;
  width: 90%;
}

.SearchSelected {
  border-left: 3px solid #ce1723 !important;
  color: #ce1723;
}

.SearchSelected .AutocompleteProductId,
.SearchSelected .AutocompleteProductName,
.SearchSelected .AutocompletePrice {
  color: #ce1723;
}

.loader {
  margin: 20px auto;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.LoadMoreRow_Loader .loader,
.LoaderWrapper .loader {
  border: 3px solid #ce1723;
  border-right-color: transparent;
}

.DeptListFiltered.FeatureSelected .DeptItem {
  border-left: 3px solid #ce1723;
}

.DeptListFiltered.FeatureSelected a {
  color: #ce1723 !important;
}

.HeaderOn2sitePane .dnnLoginRememberMe {
  color: #fff;
  font-size: 14px;
}

.HeaderOn2sitePane .dnnLoginRememberMe label {
  font-weight: 400;
}

.HeaderOn2sitePane .dnnLoginRememberMe input[type="checkbox"] + label:before {
  font-size: 16px;
  line-height: 24px;
}

.VAPSpacerHr {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 5px 0px;
}

.VAPButtonWrapper .VAPSpacerHr {
  margin-bottom: 5px;
}

#ddlSortStockBy {
  font-size: 12px;
  color: #888;
  width: 40%;
  float: right;
  background-position: 96% 50%;
}

.AddToCartButtonHolderWithDDL {
  display: none !important;
}

.VAPCartBtn,
.VAPCartBtn:hover {
  padding: 0px 20px 0px 20px;
  height: 35px;
  line-height: 35px;
  /*background: url(/Portals/0/JA_skin/VAPCartIcon.png) #ce1723 !important;*/
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  transition: background-position 0s !important;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}

.ProductInfoUpperWrapper,
.VAPButtonWrapper {
  width: 90%;
  float: left;
}

.lblQtyBreaksHeader {
  color: #ce1723;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

.VAP_QtyBreaks_Row {
  font-size: 14px;
  color: #363636;
}

.VAP_QtyBreaks_Row::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  width: 50%;
  margin: 10px auto;
}

.VAP_QtyBreaks_HeaderText {
  margin-bottom: 20px;
}

.owl-item .item {
  background: none;
}

.owl-item .ProductDisplayGrid {
  border: none;
  background: none;
  padding: 5px 10px;
}

.owl-item .ProductDisplayGridImageHolder {
  width: 70%;
  text-align: left;
  max-height: 170px;
}

.owl-item .ShowExtraContentTrue .ProductDisplayGridImageHolder {
  width: 100%;
}

.owl-item .ProductDisplayGridIconHolder {
  width: 20%;
  height: 130px;
  float: right;
  right: 0px;
}

.owl-item .ProductDisplayGridStockNo,
.owl-item .ProductDisplayGridPriceDisc,
.owl-item .lblProductDisplayGridQty {
  display: none;
}

.owl-item .ProductDisplayGridPrice {
  float: left;
  width: 40% !important;
  height: 2em;
}

.owl-item .ProductDisplayGridQty,
.owl-item .ProductDisplayGridAddButtons {
  float: left;
  width: 29% !important;
}

.owl-item .GridView_ProductQty {
  height: 2em;
  text-align: center;
  width: 95% !important;
}

.owl-item .ProductGridMainPrice {
  line-height: 2em;
}

.owl-item .AddSingleToCartButtonClick {
  border-radius: 0;
  width: 100%;
  height: 24px;
}

.JA_VAP_GreyHeader span {
  display: inline-block;
  font-size: 18px;
  width: 48%;
  font-weight: 400;
  color: #494949;
  letter-spacing: 1px;
}

.JASlideFilterWrap_OnRoll {
  top: 0 !important;
  height: 100%;
  max-height: 100%;
}

.owl-theme {
  width: 90%;
  margin: 0 auto;
}

.VAPPromoLine {
  width: 100%;
  line-height: 1em;
}

.OnPromo .VAPPromoPrice,
.VAPSepcialUntil {
  font-size: 16px !important;
  line-height: 14px;
  font-weight: 700;
}

.OnPromo .VAPProductFormMainPrice,
.OnPromo .VAPProductFormSubPrice {
  font-size: 14px !important;
}

.OnPromo .VAPProductFormMainPrice {
  text-decoration: line-through;
}

.JASlideShopCartPane {
}

.FloatCartHolder {
  padding: 0 !important;
}

.FloatCartSummary span {
  display: none !important;
}

.FloatCartHidden {
  left: -360px;
  bottom: 30px;
}

.FloatCartHidden::before {
  display: none;
}

.SlideShopCartCloseBtn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 0px;
}

.SlideShopCartCloseBtn .fa {
  font-size: 20px;
}

.SlideShopCartHeader {
  font-size: 27px;
  margin-top: 20px;
  display: block;
}

.JASlideShopCartWrap .acc_trigger {
  color: #fff;
  border: none;
}

.JASlideShopCartWrap input,
.JASlideShopCartWrap .GroupHolder input {
  background: none;
  border: none;
  color: #fff;
  padding-left: 12px;
  width: 60%;
  font-family: Arial;
  font-size: 14px;
}

.JASlideShopCartWrapInner input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.JASlideShopCartWrapInner input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.JASlideShopCartWrapInner input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.JASlideShopCartWrapInner input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.OwlCarouselCenterAlign {
}

.OwlCarouselCenterAlign .owl-wrapper {
  width: auto !important;
}

hr.red::after,
.JAPageHeaderWrap::after,
.JA_SectionBreakWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(/Portals/0/JA_Skin/cIntro-shadow-red.png) top center no-repeat;
  bottom: 0;
  left: 0;
  background-size: 100%;
}

.JAPageHeaderWrapGrey::after {
  background: url(/Portals/0/JA_Skin/cIntro-shadow.png) top center no-repeat !important;
}

hr.red {
  border: none;
  padding-top: 10px;
}

.JA_SectionBreakFlat:after {
  display: none !important;
}

.JAPageHeaderWrap,
.JA_SectionBreakWrap {
  text-align: center;
  position: relative;
  line-height: 3em;
  min-height: 4em;
  margin: 0 0 2em 0;
  padding-top: 1em;
}

.JAPageHeaderWrap h1 {
  margin: 5px 0 10px 0 !important;
}

.JA_SectionBreakWrap {
  margin: 0 0 2em 0;
}

.JA_SectionBreak {
  background: #f1f2f3;
  color: #464646;
  padding-bottom: 40px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.JA_SectionBreakHeading {
  font-size: 22px;
  color: #7f7d7d !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.JAPageHeader {
  margin-bottom: 2em;
}

.JAPageHeaderH1 {
  font-weight: 700;
  letter-spacing: 1px;
}

.JA_SectionBreak h1,
.JA_SectionBreak h2,
.JA_SectionBreak h3,
.JAPageHeader h2,
.JAPageHeader h3 {
  text-align: center;
  color: #363636;
  margin: 0.5em 0px !important;
  font-weight: 400;
  letter-spacing: 1px;
}

.JA_SectionBreak p,
.JA_SectionBreak span {
  color: #464646;
}

.JA_SectionBreak:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  -moz-transform: skew(45deg, 0deg);
  filter: alpha(opacity=80);
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 1400px solid transparent;
  left: -25px;
}

.SupplierLogos {
  text-align: center;
}

#floatCart .CartImage {
  display: none;
}

.dnnForm {
  max-width: 100%;
}

.JASlideFilterPane .FeatureSelected {
  background-color: #ce1723;
}

.dnnFormItem select.rvdiSearchTypeInput {
  height: 42px;
}

.DnnModule-RevindexDnnRevindexImpersonator .dnnPrimaryAction {
  border: none;
  background: #ce1723 !important;
  text-shadow: none;
  box-shadow: none;
  padding: 6px 15px;
}

.JAModuleHeaderRow {
  width: 100%;
  cursor: default;
  overflow: hidden;
}

.JAModuleTable .JAModuleHeaderRow > div,
.JAModuleTable .JAModuleDataRow .QuoteRow .QuoteRowWrapInner > div {
  float: left;
}

/*Qoute Module*/

#divEmailQuote .EmailArea_Line {
  position: relative;
  float: left;
  clear: both;
  width: auto;
  margin-top: 10px;
  padding-left: 10px;
  margin-right: 10px;
}

#divEmailQuote .pointer {
  cursor: pointer;
}

#divEmailQuote .EmailArea_List_Header {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
}

#divEmailQuote .EmailArea_Line_01 {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  border-bottom: 2px solid rgb(206, 23, 35);
}

#divEmailQuote .EmailArea_List_Header_Email {
  position: relative;
  float: left;
  width: 75%;
  font: 12px arial;
  border-bottom: 2px solid #333;
  background-color: #f1f2f3;
  padding: 5px;
}

#divEmailQuote .EmailArea_List_Header_UsedDate {
  position: relative;
  float: left;
  width: 25%;
  font: 12px arial;
  border-bottom: 2px solid #333;
  background-color: #f1f2f3;
  padding: 5px 0px;
}

#divEmailQuote .EmailArea_List_Line_Email {
  position: relative;
  float: left;
  width: 270px;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  cursor: pointer;
}

#divEmailQuote .EmailArea_List_Line_UsedDate {
  position: relative;
  float: left;
  width: 85px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 50px;
}

.EmailArea_List {
  border-bottom: 2px solid #333;
}

/*#divEmailQuote .EmailArea_List {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 10px;
    overflow: hidden;
    padding-top: 5px;
}*/

.JAModuleHeaderRow > div,
.JAModuleHeaderRow > th {
  background-color: #f1f2f3;
  font: 12px arial;
  line-height: 32px;
  height: 32px;
  border-bottom: 2px solid #333;
}

.JAModuleHeaderRow > th a {
  color: #333333;
}

#divStatus,
#divAction {
  margin-top: 50px;
}

#divStatus > div,
#divAction > div {
  font: 12px arial;
  height: 30px;
}

#divTop > div {
  height: 80px;
}

.QuoteRow {
  font: 12px arial;
  height: 32px;
  line-height: 12px;
}

.QuoteRowWrap .QuoteRowWrapInner > div {
  padding: 10px 0px;
  min-height: 1px;
}

#divNewQuote,
#divDuplicateQuote {
  /*border: 1px solid black;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    position: fixed;
    width: 800px;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.NewQuoteHeader {
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 1.5em;
  border-bottom: 2px solid rgb(206, 23, 35);
}

.NewQuoteSearch_Line {
  float: left;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.NewQuoteSearch_Line .Required {
  font-weight: 700;
  color: #ce1723;
  clear: both;
  line-height: 2em;
  float: right;
}

.NewQuoteSearch_Line .Required:before,
.PopUpRow .Required:before {
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}

.NewQuoteSearchType {
  line-height: 1.5em !important;
  height: auto !important;
  min-height: 50px;
}

.NewQuoteSearchType > span {
  width: 100%;
  margin: 5px 0px;
  float: left;
  font-weight: 700;
}

.NewQuoteSearchTypeItem {
  float: left;
  padding-right: 10px;
  margin: 5px 0px;
}

/*#divNewQuote > div, #divDuplicateQuote > div {
        margin-top: 15px;
        padding-bottom: 15px;
    }*/

.NewQuoteSearch_LineHeader {
  width: 35%;
  font-weight: 700;
  display: inline-block;
}

.NewQuoteSearch_Line .MyReference {
  padding-right: 10px;
  width: 65%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 5px;
  border: 1px solid #7d7d7d;
}

.NewQuoteSearch_Line .MyEmailReference {
  padding-right: 10px;
  width: 65%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 5px;
  border: 1px solid #7d7d7d;
}

.NewQuoteCtrl {
  float: left;
  width: 98%;
  margin-top: 10px;
  text-align: right;
}

.NewQuoteCtrl input {
  width: 30%;
}

.MessagePanel {
  height: auto !important;
}

.MessagePanelQuote {
  /*height: 80px !important;*/
}

.QuoteRow {
  min-height: 1px;
}

.colEdit {
  width: 1%;
}

.colReference {
  width: 25.5%;
}

.colSource {
  width: 9%;
}

.colType {
  width: 12%;
}

.colStatus {
  width: 4%;
  text-align: center;
}

.colQuoteNumber {
  width: 9%;
}

.colDateCreated {
  width: 7%;
}

.colBranch {
  width: 13%;
}

.colTotalExGst {
  width: 7.5%;
}

.colTotalInGst {
  width: 7.5%;
}

.colSelect {
  width: 3%;
}

.colChangeStatus {
  width: 10%;
  display: none;
}

.colAction {
  width: 9%;
  overflow: initial;
}

.colAction .JADropdownBtn {
  padding: 0px;
  padding-left: 10px;
}

.dropdown-item:hover span,
.dropdown-item:hover {
  color: #ce1723;
}

.CreateNewFormat {
  color: #333333 !important;
}

.dropdown-sep {
  font-weight: 700;
  padding: 5px 15px;
  font-size: 12px;
  cursor: default;
}

.dropdown-sep > span {
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 3px;
}

.colAction .PrimaryActionWrap,
.colAction .JADropdownBtn {
  float: left;
}

.colAction .PrimaryActionWrap {
  width: 45%;
}

.colAction .JADropdownBtn {
  width: 55%;
}

.QuoteRowWrap {
  border-bottom: 1px solid #ccc;
}

.QuoteRowWrap:last-child {
  border-bottom: 2px solid #333;
}

.JAModuleTable .LoadMoreRow {
  display: block;
}

.JAModuleHeaderRow .colSelect input[type="checkbox"] {
  margin: 10px 0px 0px;
}

.JAModuleDataRow .colSelect input[type="checkbox"] {
  margin: 0px;
}

.JAModuleTable .fa {
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}

.colStatus .fa {
  cursor: default;
}

.JA_SearchResultContent .PrimaryActionWrap .fa {
  width: initial !important;
}

.PrimaryActionWrap .fa {
  margin-right: 0px;
  width: 18px;
}

.JADropdownBtn .fa {
  font-size: 12px;
}

.textCentered {
  text-align: center;
}

.txtSearchQuote {
  width: 90%;
  border: none;
  padding-left: 5px;
  font-size: 14px;
  line-height: 38px;
  color: #363636;
  background: none;
}

.quoteResultCount > .redtext {
  font-weight: 700;
}

.JAFloatCtrl .dropdown-menu {
  top: 20px;
  left: -170px;
}

.QuoteSearchOuterWrap,
.StatementSearchOuterWrap {
  margin-bottom: 10px;
  overflow: hidden;
}

.QuoteRowWrapSelected {
  background: #f1f2f3;
}

.MultiRowSelected .QuoteRowWrapSelected .colAction,
.MultiRowSelected .QuoteRowWrapSelected .fa,
.disableAction .fa,
.disableAction .colAction {
  pointer-events: none;
}

.MultiRowSelected .QuoteRowWrapSelected .colAction .fa,
.MultiRowSelected .QuoteRowWrapSelected .JADropdownBtn,
.disableAction .JADropdownBtn,
.disableAction .colAction .fa {
  color: #ccc;
  pointer-events: none;
}

.ddlQuoteTypesWrap,
.ddlStatmentTypesWrap {
  padding-right: 0px;
  text-align: right;
}

.QuoteSearchOuterWrap > .col-sm-2,
.StatementSearchOuterWrap > .col-sm-2,
.StatementSearchOuterWrap > .col-sm-10 {
  padding: 0px;
}

.quoteResultCountWrap,
.statmentResultCountWrap {
  padding-left: 0px;
}

.ddlQuoteTypesWrap select,
.ddlStatmentTypesWrap select {
  width: 70%;
}

.quoteResultCount,
.statmentResultCountWrap {
  line-height: 30px;
}

.cbTotalInclGst {
  text-align: right;
  line-height: 30px;
}

.cbTotalInclGst input {
  margin: 0 0 0 5px;
  vertical-align: middle;
}

/*Qoute Ends*/

.JAContactUsForm {
}

.JAContactUsForm .dnnFormAndList {
  width: 60%;
  margin: 0 auto;
}

.JAContactUsForm input[type="text"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: left !important;
  box-shadow: none;
}

.JAContactUsForm .dnnFormLabelWithoutHelp {
  width: 100% !important;
  font-size: 14px;
}

.JAContactUsForm .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
  font-weight: 400;
}

.JAContactUsForm .dnnSecondaryAction {
  display: none;
}

.JAContactUsForm .dnnPrimaryAction {
  color: #fff;
  background: #ce1723 !important;
  border: 1px solid #ce1723;
  box-shadow: none;
  padding: 8px 20px;
  width: 220px;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
}

.JAContactUsForm textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  box-shadow: none;
}

.JAContactUsForm select,
.JAFormItemSelect select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0px;
  background: url(/Portals/0/JA_Skin/DDLarrow_NoBackground.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  line-height: 14px;
}

.JAContactUsForm .dnnActions {
  padding: 0px;
}

.JAContactUsForm .JAFormItemRequired {
}

.JAContactUsForm .JAFormItemRequired .dnnFormLabelWithoutHelp span::after {
  content: "*";
  color: #ce1723;
  padding-left: 3px;
}

.JAFormItemSelect {
  width: 49% !important;
  float: left !important;
  clear: none !important;
}

.JAFormItemSelect:nth-child(2) {
  margin-right: 2%;
}

.JAContactUsForm input:focus,
.JAContactUsForm textarea:focus,
.JAContactUsForm select:focus {
  border: 1px solid #ccc !important;
}

.JAContactUsForm .dnnRadiobutton-checked + label {
  color: #ce1723;
}

.JAContactUsForm .dnnRadiobutton .mark::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 6px;
  left: 6px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.JAContactUsForm .dnnRadiobutton-checked .mark::before {
  background: #fff;
}

.JAContactUsForm .dnnRadiobutton-checked .mark {
  background: #333 !important;
}

.JAContactUsForm .dnnRadiobutton .mark img {
  display: none;
}

.JAContactUsForm .dnnRadiobutton .mark {
  display: inline-block;
  position: relative;
  display: block;
  float: left;
  border: 1.5px solid #ccc;
  background: none;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.JAContactUsForm .dnnFormItem input[type="radio"] + span,
.JAContactUsForm .dnnFormRadioButtons label {
  float: left;
}

.JAContactUsForm span.dnnFormRadioButtons {
  padding: 10px 0px;
}

/*Job Listing Module*/

.listingContainer {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.showAreaInListings,
.showJobCategoryInListings,
.showJobTypeInListings,
.listingContainer hr {
  display: none;
}

.listingTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.listingTitle a,
.listingTitle .JA_LocationSpan,
.listingTitle h2 {
  float: left;
  display: inline-block;
  margin: 0px !important;
  font-size: 18px !important;
  line-height: 1.2em;
}

.JAListingJobInfo {
  line-height: 1.5em;
}

.listingTitle h2 {
  color: #7f7d7d !important;
  font-weight: 700;
}

.JA_LocationSpan {
  color: #ce1723;
  padding-left: 6px;
}

.listingInfo {
  display: none;
}

.listingContainer .listingTitle,
.listingContainer .listingTitle a:link,
.listingContainer .listingTitle a:active,
.listingContainer .listingTitle a:visited {
  margin-top: 0px !important;
}

a.btn.btnUploadCV {
  background: #f1f2f3;
  border: 2px solid #333;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  padding: 0.5em 0px;
  margin: 0.5em 0px;
  font-weight: 700;
  display: none;
}

.JAListingRight > span {
  width: 100%;
  display: block;
}

.JAListingRight .publishedDay,
.JAListingRight .publishedMonth,
.JAListingRight .publishedYear {
  display: none !important;
}

.preExpireDate {
  color: #ce1723;
  text-transform: uppercase;
  font-size: 14px;
}

.JAListingExpireDate {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5em;
}

/*End of Job listing module*/

.JA_Home_Content .DnnModule-DNN_HTML ul li:before,
.listingContent ul li:before {
  content: "\f0c8";
  height: 10px;
  width: 10px;
  margin-top: 7px;
  color: #ce1723;
  padding-right: 10px;
  border-radius: 3.5px;
  display: table-cell;
  font-family: FontAwesome;
}

.JA_Home_Content .DnnModule-DNN_HTML ul li,
.listingContent ul li {
  list-style: none;
  display: table-row;
}

.JA_Home_Content .DnnModule-DNN_HTML ul li:after,
.listingContent ul li:after {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.JA_Home_Content .DnnModule-DNN_HTML ul,
.listingContent ul {
  margin: 0px;
}

.JA_TileWrap ul li:before {
  content: "" !important;
  display: none !important;
}

.JA_TileWrap .DnnModule-DNN_HTML ul li {
  display: block;
}

.col-sm-8 .JAPageHeader h1,
.col-sm-8 .JA_SectionBreakWrap h2 {
  text-align: left;
}

.DnnModule-DNN_HTML p img + em {
  width: 70%;
  display: block;
  margin: 10px auto 0px;
  text-align: center;
}

.JAListingAreaWrap {
  font-size: 16px;
  font-weight: 700;
}

/*Job list Form*/
.Theme_Responsive_20072_Contact {
  width: 60% !important;
}

.Theme_Responsive_20072_Contact input[type="text"],
.Theme_Responsive_20072_Contact textarea,
.Theme_Responsive_20072_Contact select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: left !important;
  box-shadow: none;
  color: #363636;
}

.Theme_Responsive_20072_Contact .form_label label {
  font-weight: 400;
}

.Theme_Responsive_20072_Contact .row5 {
}

.Theme_Responsive_20072_Contact .row5 .form_label,
.Theme_Responsive_20072_Contact .row6 .form_label {
  display: inline-block;
  width: 15%;
  float: left;
  padding-right: 10px !important;
}

.Theme_Responsive_20072_Contact .row5 .form_input,
.Theme_Responsive_20072_Contact .row6 .form_input {
  display: inline-block;
  float: left;
}

.Theme_Responsive_20072_Contact textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  box-shadow: none;
}

.Theme_Responsive_20072_Contact .row8 input {
  display: none;
}

.Theme_Responsive_20072_Contact .row8 label {
  line-height: 28px;
  padding-right: 10px;
}

/*.Theme_Responsive_20072_Contact .row8 input+label::before {
    display: block;
    content: '';
    height: 22px;
    width: 22px;
    margin: auto;
    background:url('/Portals/0/JA_Skin/JA_radio.png');
    float:left;
}

.Theme_Responsive_20072_Contact .row8 input {
    display: none;
}

.Theme_Responsive_20072_Contact .dnnFormItem input[type="radio"] + span , .Theme_Responsive_20072_Contact .dnnFormRadioButtons label{
    float:left;
}

.Theme_Responsive_20072_Contact .row8 .form_input input+label{
    padding:10px 0px;
    margin-left:6px;
    font-weight: 400 !important;
}

    .Theme_Responsive_20072_Contact .row8 .form_input input[type="radio"]:checked + label:before {
        background:url('/Portals/0/JA_Skin/JA_radio_selected.png');
    }*/

.Theme_Responsive_20072_Contact .form_submit .btn {
  height: 50px;
  border-radius: 3px;
  width: 220px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 50px;
  font-size: 18px;
}

a.JAListingMoreDetail {
  font-size: 14px;
  font-weight: 700;
}

a.JAListingMoreDetail:hover {
  text-decoration: none;
}

.JAContactUsForm .Theme_Responsive_20072_Contact .row5 .form_label,
.JAContactUsForm .Theme_Responsive_20072_Contact .row6 .form_label,
.JAContactUsForm .Theme_Responsive_20072_Contact .row5 .form_input,
.JAContactUsForm .Theme_Responsive_20072_Contact .row6 .form_input {
  width: 100% !important;
}

.JAContactUsForm .Theme_Responsive_20072_Contact .row6 input + label::before {
  display: block;
  content: "";
  height: 22px;
  width: 22px;
  margin: auto;
  background: url("/Portals/0/JA_Skin/JA_radio.png");
  float: left;
  margin-right: 5px;
}

.JAContactUsForm .Theme_Responsive_20072_Contact .row6 input {
  display: none;
}

.JAContactUsForm
  .Theme_Responsive_20072_Contact
  .dnnFormItem
  input[type="radio"]
  + span,
.JAContactUsForm .Theme_Responsive_20072_Contact .dnnFormRadioButtons label {
  float: left;
}

.JAContactUsForm
  .Theme_Responsive_20072_Contact
  .row6
  .form_input
  input
  + label {
  padding: 10px 0px;
  margin-right: 15px;
  font-weight: 400 !important;
  float: left;
}

.JAContactUsForm
  .Theme_Responsive_20072_Contact
  .row6
  .form_input
  input[type="radio"]:checked
  + label:before {
  background: url("/Portals/0/JA_Skin/JA_radio_selected.png");
}

.SearchWrap a:hover {
  text-decoration: none;
}

/*FAQ*/
.FAQAccordion .panel-default {
  border: none;
}

.FAQAccordion .panel-heading + .panel-collapse .panel-body {
  padding: 10px 0px;
}

.FAQAccordion .panel-default > .panel-heading a {
  background: none;
  padding: 5px 0px;
  color: #363636;
  line-height: 1.5em;
}

.FAQAccordion .panel-heading + .panel-collapse .panel-body p {
  color: #666;
}

.FAQAccordion .panel-default > .panel-heading a:before {
  content: "Q:";
  width: 30px;
  display: block;
  float: left;
}

.DnnModule-JA_Quotes #customerPanel input[type="checkbox"] {
  display: none;
}

.SearchMenuInTile .AutocompleteProductId {
  display: none;
}

.SearchMenuInTile .AutocompleteProductName {
  width: 85%;
}

.SearchMenuInTile .AutocompleteProductName span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 98%;
}

.CartHidden_OnRoll {
  top: 0px !important;
  position: fixed !important;
}

.floatCart .fa {
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  line-height: 65px;
  color: #ce1723;
  margin: -2px;
}

.LoginCtrlRow_OnFloat {
  position: fixed;
  max-width: 350px;
  display: none;
  box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.7);
  z-index: 100000;
  top: -1000px;
}

.LoginCtrlRow_OnFloat .CartHidden {
  display: block !important;
  position: relative !important;
  margin-left: -185px;
}

#floatCartTrigger {
  display: none;
}

/*.LoginCtrlRow_OnFloat::before {
    content: '';
    display: block;
    background: rgba(0,0,0,0.7);
    height: 120%;
    padding: 20px;
    position: absolute;
    width: 120%;
    margin: -10%;
    z-index: -100;
    }*/

.AdminTiles {
  text-align: center;
  padding: 36px 0px;
}

.AdminTiles .Tile_Header {
  color: rgba(51, 51, 51, 100);
}

div#dnn_JA_AdminTilePane {
  margin-top: 8px;
}

.ExistInCartIconfalse,
.ExistInQuoteIconfalse,
.ExistInCartIconFalse {
  display: none;
}

.ExistInCartIcontrue,
.ExistInQuoteIcontrue,
.ExistInCartIconTrue,
.ExistInCatalogueIcontrue {
  position: absolute;
  left: -7px;
  top: -10px;
  z-index: 999;
}

.ExistInCartIcontrue .fa,
.ExistInQuoteIcontrue .fa,
.ExistInCartIconTrue .fa,
.ExistInCatalogueIcontrue .fa {
  font-size: 24px;
  color: #339f7b;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.ExistInCatalogueIconfalse,
.ExistInCatalogueIconRemoved {
  position: absolute;
  left: -7px;
  top: -10px;
  z-index: 10000;
}

.ExistInCatalogueIconRemoved .fa {
  font-size: 24px;
  color: #333333;
  background: #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.ExistInCatalogueIconRemoved .fa:before {
  content: "\f057" !important;
}

input#RecentPurchases_Search {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 8px;
  width: 89%;
  height: 25px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
}

#RecentPurchases_SearchDateContent {
  display: none;
}

.ddlSortStockByWrap,
.RecentPurchases_SearchWrap {
  height: 25px;
  width: 100%;
}

.JA_RecentPurch_LineRowInner .colLeft a {
  color: #7f7d7d;
}

.JA_RecentPurch_LineRowInner .colLeft a:hover {
  text-decoration: none;
}

.NoPromo {
  margin-top: 1.5em;
}

.VAPButtonWrapperPDF {
  width: 6%;
  float: right;
  position: relative;
  height: 35px;
}

.VAPButtonWrapperAtSource1 {
  width: 5%;
  float: right;
  position: relative;
  height: 35px;
}

.VAPButtonWrapperAtSource1 .AtSourceIcon1 {
  text-align: left !important;
  right: initial !important;
  margin-left: 10px;
}

.MobileProductImageHolder_Main {
  display: none;
}

.VAPButtonWrapperPDF .NoDocCountWrap {
  bottom: auto;
}

.VAPButtonWrapperPDF .NoDocCount span {
  line-height: 25px;
}

.VAPButtonWrapperAtSource0 {
  display: block;
}

.ProductNameCol {
  float: left;
  width: 50%;
}

.ProductCBWCol {
  float: right;
  width: 38%;
  min-height: 1px;
  text-align: right;
  white-space: nowrap;
  overflow-x: auto;
}

.ProductCBWCol a {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-right: 3px;
}

.ProductCBWCol a:last-child {
  margin-right: 0px;
}

.lblNoRecentPurch,
.lblNoStockOnHand {
  font-size: 12px !important;
  margin: 8px;
  display: block;
  color: #959595;
}

.edMaps_settingsContainer {
  height: 770px !important;
}

.Error404Header {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #666;
  text-transform: initial;
}

.timelineFlat .item_open h2 {
  line-height: 1.2em !important;
}

.timelineFlat .item_open_content {
  overflow-y: auto;
}

.timelineFlat .item span {
  height: 4.5em;
  overflow-y: auto;
}

.timelineFlat .item_open_content {
  overflow-y: auto;
}

.image_rollover_bottom {
  height: 200px;
  overflow: hidden;
}

.timelineFlat .item .read_more {
  font-family: Arial !important;
  margin-bottom: 23px;
  position: absolute;
  bottom: 0px;
}

.VAPButtonWrapper input.QtyToAdd {
  width: 80px;
  line-height: 35px;
  height: 35px;
  margin-left: 10px;
  text-align: center;
}

.item_open_content p {
  margin: 0px;
}

.timeline_open_content table {
  width: 100%;
}

.timeline_open_content td {
  vertical-align: top;
}

.timeline_open_content td:first-child {
  width: 30%;
}

.reg_btn {
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  float: left;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  background: #ce1723;
  position: absolute;
  bottom: 0px;
  margin-bottom: 23px;
  left: 110px;
  color: #ffffff !important;
}

.JAShowRoundingToolTip,
.JAShowRounding {
  display: inline !important;
  color: #333333;
}

.JAShowRoundingToolTip:hover {
  text-decoration: none !important;
}

.VAPButtonWrapper .ExistInCartIcontrue,
.VAPButtonWrapper .ExistInCartIconTrue {
  left: 0px;
  top: -7px;
}

/* JA module popup*/

.JAPOPupWrap {
  display: none;
}

.TileLink:hover {
  text-decoration: none;
}

.JAPOPupWrap_Active {
  display: block !important;
  position: fixed;
  background: #fff;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 10000;
  padding: 20px !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.JAPOPupWrap_LightBox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.7);
}

.edMaps_adminWrapper .edMaps_mapEditor {
  display: none;
}

.JAPopup_DefaultCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
}

.JAPopup_DefaultCloseBtn span {
  text-transform: uppercase;
  margin-right: 8px;
  line-height: 18px;
  display: inline-block;
}

.JAPopup_DefaultCloseBtn .fa {
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 18px;
}

.AdvancedSearch_Line_02 input[type="checkbox"] {
  display: none;
}

.ddlQuoteTemplate {
  width: 65%;
}

.ui-sortable-handle {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.ui-sortable-helper {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.QuoteDetailLineWrap .JAModuleDataRow {
  border-bottom: 1px solid #ccc;
  font: 12px arial;
  height: 32px;
  line-height: 32px;
}

.QuoteDetailLineWrap .JAModuleDataRow .RemoveLine {
  width: 0;
}

.GroupRowList .CustomerGroupQuantityCtrlWrap label {
  margin-bottom: 0;
}

.JAModuleRowWrap ul {
  margin: 0px;
}

.JAModuleRowWrap ul input {
  line-height: 20px;
}

.Col-Unit,
.Col-UnitPrice,
.Col-Extension,
.Col-Desc,
.Col-Qty,
.Col-Type,
.Col-StockCode,
.Col-RemoveLine {
  float: left;
  min-height: 1px;
}

.Col-Type,
.Col-Qty,
.Col-Unit {
  width: 7%;
  text-align: center;
}

.Col-StockCode {
  width: 10%;
  padding-left: 1%;
}

.Col-Desc {
  width: 52%;
}

.Col-UnitPrice,
.Col-Extension {
  width: 11%;
  text-align: right;
  padding-right: 10px;
}

.Col-RemoveLine {
  width: 2%;
  text-align: center;
  cursor: pointer;
}

.Col-Qty input {
  text-align: center;
}

.QuoteRow_AddNew .Col-StockCode {
  position: relative;
}

.QuoteRow_AddNew .Col-StockCode .fa-search {
  position: absolute;
  line-height: 28px;
  left: 12%;
}

.QuoteRow_AddNew .Col-StockCode .StockCode {
  padding-left: 20px;
  width: 100px;
}

.QuoteRow_AddNew .ActiveGroups {
  line-height: 24px;
  width: 120px;
  height: 24px;
  margin-left: 5px;
}

.QuoteDetailLineWrap .Col-Desc {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.QuoteCtrlTop {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  min-height: 120px;
}

.QuoteCtrlTopCustomer {
  min-height: 155px;
  margin-bottom: 0px;
}

.QuoteCtrlTopCustomer .QuoteCtrlOuter {
  margin-top: 20px;
  overflow: hidden;
}

.QuoteCtrlTopCustomer .ui-datepicker-trigger {
  padding-left: 5px;
}

.QuoteCtrlTop [class^="col-sm"],
.QuoteCtrlExtraLine [class^="col-sm"] {
  padding: 0px;
  height: 1.8em;
}

.QuoteCtrlExtraLine {
  /*overflow: hidden;*/
  min-height: 35px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  margin-right: -15px;
  margin-left: -15px;
}

.QuoteCtrlTop .QuoteCtrlWrap {
  float: right;
  margin: 0px 10px;
  line-height: 34px;
  cursor: pointer;
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
  display: block;
  width: 100px;
  text-align: center;
  position: relative;
  transition: 0.5s all ease;
}

.QuoteCtrlTop .QuoteCtrlWrap:first-child {
  margin: 0px;
}

.QuoteCtrlTop .QuoteCtrlWrap:hover,
.QuoteCtrlTop .QuoteCtrlWrap:hover a {
  color: #ce1723 !important;
}

.QuoteCtrlTop .QuoteCtrlWrap .fa {
  width: 100%;
  font-size: 42px;
  padding: 5px 0px;
  margin-top: 10px;
  text-align: center;
}

.notSortable .Col-RemoveLine {
  display: none;
}

.QuoteCtrlWrap .CtrlCaption {
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  display: block;
}

.QuoteCtrlWrap .CtrlCaptionMulti {
  line-height: 18px;
}

.QuoteCtrlTop .QuoteCtrlWrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.ddlUpdateStatus {
  font-size: 12px;
  padding-left: 10px;
}

.ddlUpdateStatus .fa {
  padding-left: 3px;
}

.QuoteCtrlHeader {
  font-weight: 700;
}

.QuoteEditBalance {
  float: right;
  width: 36%;
  margin: 10px 0px;
}

.QuoteEditBalance .col-sm-6 {
  padding: 0px;
}

.QuoteRow_AddNew {
  /*border-bottom:2px solid #333 !important;*/
  min-height: 32px;
  line-height: 32px;
}

.ModifyQuote {
  margin-top: 5px;
  float: right;
}

.QuoteCtrlBottom {
  text-align: right;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}

.QuoteCtrlBottom .Col-StockCode {
  text-align: left;
  position: relative;
  width: 15%;
}

.QuoteCtrlBottom .Col-StockCode .fa-search {
  position: absolute;
  line-height: 32px;
  left: 10%;
}

.CustomerQuoteWrap .QuoteCtrlBottom .Col-StockCode > .StockCode {
  padding-left: 20px;
  width: 100% !important;
  line-height: 2em;
}

.SaveButton,
.SaveCloseButton,
.CloseButton,
.AddMyOwnProduct,
.EditCustomer {
  color: #333 !important;
  margin: 0px 0px 0px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.SaveButton .fa,
.SaveCloseButton .fa,
.CloseButton .fa,
.AddMyOwnProduct .fa,
.EditCustomer .fa {
  padding-right: 5px;
}

.PopUpHeader {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
  border-bottom: 2px solid rgb(206, 23, 35);
}

.PopUpRow {
  float: left;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.PopUpRow .Required {
  color: #ce1723;
  float: left;
  clear: both;
  width: 100%;
  line-height: 2em;
  font-weight: 700;
}

.PopUpRow > input[type="text"],
.PopUpRow > input[type="number"] {
  float: left;
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-left: 5px;
  margin-top: 10px;
  padding: 0px 5px;
}

.divOwnProduct .PopUpRow > span:first-child {
  width: 35%;
}

.divOwnProduct .PopUpRow > input[type="text"],
.divOwnProduct .PopUpRow > input[type="number"] {
  width: 63%;
}

.PopUpRow > input[type="number"] {
  padding: 0px;
}

.PopUpRow > span:first-child {
  float: left;
}

.txtMyReferenceDuplicateQuote {
  width: 75% !important;
}

.DuplicateTypeRow > span:first-child {
  width: 100%;
}

.DuplicateTypeRow {
  height: 60px;
}

.QuoteDetailLineWrap .LineGroup {
  font: 12px arial;
  line-height: 31px;
}

.GroupRowList {
  width: 100%;
  height: 32px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 20px !important;
}

.GroupRowList > div {
  float: left;
}

.GroupRowList .GroupNameCol {
  padding-left: 1%;
  font-style: italic;
  font-weight: 700;
  width: 17%;
}

.GroupRowList .CustomerGroupNameCol {
  padding-left: 30px;
  font-style: italic;
  font-weight: 700;
  width: 27%;
}

.GroupRowList .CustomerGroupDescCol {
  width: 16%;
}

.GroupRowList .GroupDescCol {
  width: 45%;
}

.GroupDescCol .AddProdToGroupBtn {
  line-height: 18px;
  font-size: 12px;
}

.GroupDescCol .fa {
  line-height: 18px;
  padding-right: 3px;
}

.QuoteDetailLineWrap .LineGroup .JAModuleDataRow {
  background: #fafafa;
}

.GroupRowListHeader {
  line-height: 2.5em;
}

.QuoteDetailLineWrap .LineGroup .JAModuleDataRow .Col-StockCode {
  padding: 0px 0px 0px 30px;
}

.QuoteDetailLineWrap .LineGroup .JAModuleDataRow .col-Product {
  padding: 0px 0px 0px 30px;
}

.GroupRowList .GroupQuantityWrap {
  width: 7%;
  text-align: left !important;
}

.GroupQuantityWrap input {
  text-align: center;
  margin-left: 20px;
}

.QuoteDetailLineWrap .GroupQuantityWrap input {
  margin-left: 0px;
}

.QuoteDetailLineWrap .GroupRowList .GroupQuantityWrap,
.QuoteDetailLineWrap .GroupRowList .RemoveLine {
  text-align: center !important;
}

.CustomerQuoteLineWrap .GroupRowList .GroupQuantityWrap,
.CustomerQuoteLineWrap .GroupRowList .RemoveLine {
  text-align: left !important;
}

.CustomerQuoteLineWrap .GroupRowList .GroupQuantityWrap input {
  margin-left: 20px;
}

.GroupRowList .btn {
  padding: 0px 5px;
}

.GroupRowList .GroupQuantityCtrlWrap {
  width: 29%;
  padding-left: 2.5%;
  cursor: pointer;
}

.GroupRowList .CustomerGroupQuantityCtrlWrap {
  width: 24%;
  cursor: pointer;
}

/*.GroupRowList .CustomerGroupQuantityCtrlWrap input[type=radio], .GroupRowList .CustomerGroupQuantityCtrlWrap label  {
    float: left;
    line-height: 32px;
    margin-bottom: 0px; font-weight:400;
}*/

/*.GroupRowList .CustomerGroupQuantityCtrlWrap input[type=radio] {
        margin-top:8px;
    }*/

/*.GroupRowList .CustomerGroupQuantityCtrlWrap label {
            margin: 0px 15px 0px 0px;
    }*/

.GroupRowList .RemoveLine {
  width: 2%;
  text-align: left;
  cursor: pointer;
}

.GroupRowListUL .JAModuleDataRow:last-child {
  border-bottom: 1px solid #333;
}

.LineGroup + .JAModuleDataRow {
  border-top: 1px solid #ccc;
}

.NewQuoteSearchTypeItem input[type="radio"] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 5px;
  font-size: 18px;
  float: left;
}

.NewQuoteSearchTypeItem input[type="radio"]:checked ~ label:before {
  content: "\f192";
  color: #363636;
  letter-spacing: 5px;
}

.NewQuoteSearchTypeItem label {
  font-weight: 400 !important;
}

.NewQuoteSearchTypeItem input[type="radio"] {
  display: none;
}

.NewQuoteSearchTypeItem .Required {
  float: left !important;
}

.PopUpRow .btn {
  width: 30%;
}

.PopUpRow:last-child {
  border-bottom: none;
}

.PopUpRow span {
  font-weight: 700;
}

.btnUpdateGroupQty {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 12px;
  color: #ce1723;
  margin-left: 5%;
}
/*customer quote*/
.CustomerRowWrap {
  width: 60%;
  margin: 0 auto 30px;
}

.btnUpdateAllMarkup {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 12px;
  color: #ce1723;
}

.CustomerQuoteRow {
  margin-bottom: 0.5em;
}

.CustomerQuoteRowHeaderRow {
  float: left;
  width: 100%;
  color: #333;
  border-bottom: 2px solid rgb(206, 23, 35);
}

.GroupMarkup {
  height: 24px;
  border-right: 0px;
}

.GroupRowList .MarkupValue {
  margin-left: -2px;
}

.btnTurnQuoteIntoOrder {
  margin-top: 5px;
}

.btnUpdateGroupMarkup {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 12px;
  color: #ce1723;
  margin-left: 7%;
}

.CustomerQuoteHeading {
  width: 100%;
}


.CustomerQuoteCtrl {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}

.CustomerQuoteCtrl > input[type="text"],
.CustomerQuoteCtrl textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: left !important;
  box-shadow: none;
  color: #363636;
}

.ddlCustomers {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0px;
  background: url(/Portals/0/JA_Skin/DDLarrow_NoBackground.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  line-height: 14px;
  border: 1px solid #ccc;
}

.CustomerQuoteRow > .col-sm-6:first-child {
  padding-left: 0px;
}

.CustomerQuoteRow > .col-sm-6:last-child {
  padding-right: 0px;
}

.CustomerQuoteRow label {
  line-height: 1em;
}

.CustomerQuoteRow .ui-datepicker-trigger {
  padding-left: 5px;
}

.CustomerQuoteRow .btn-primary {
  width: 40%;
}

.CustomerQuoteHeader {
  font-size: 1.5em;
}

.JA_StatementBalanceLine {
  font-size: 12px;
  line-height: 3em;
}

.jQueryLinkRedirect,
.shopBackground {
  cursor: pointer !important;
}

.PopUpLocationTable td,
.QtyPopUpQty,
.QtyPopUpPrice,
.QtyPopUpDisc {
  color: #fff !important;
}

.Catalogue_AddProductBySelect {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding: 5px 0px 0px;
}

.CatalogueCtrlWrap {
  float: right;
}

.CatalogueCtrl {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #222 !important;
  margin-right: 20px;
  cursor: pointer;
  transition: 1s all ease;
}

.CatalogueCtrl:hover {
  color: #ce1723 !important;
}

.CatalogueCtrl .fa {
  line-height: 26px;
  font-size: 16px;
  padding-right: 4px;
}

.CatalogueCtrl:last-child {
  margin: 0px;
}

.owl-item .PROD_DESC_LINE1,
.QuoteForCustomerList .col-Product {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.DnnModule-JA_Quotes .lblUnsavedChanges {
  display: none;
}

.AddGroup {
  width: 40%;
  float: left;
  text-align: left;
}

.AddGroup > span {
  font-weight: 700;
}

.QuoteCtrl {
  width: 60%;
  float: right;
}

.AddGroup > input[type="text"] {
  margin-right: 10px;
  width: 185px !important;
  line-height: 24px;
  height: 24px;
  padding-left: 5px;
}

.AddGroup .btn-secondary {
  padding: 0px 15px;
}

.Col-GroupName {
  width: 98%;
  float: left;
  padding-left: 1%;
}

a.Description_tip {
  color: #333;
}

.QuoteForCustomerList .col-Product,
.QuoteForCustomerList .col-Qty,
.QuoteForCustomerList .col-Retail,
.QuoteForCustomerList .col-Trade,
.QuoteForCustomerList .col-Price,
.QuoteForCustomerList .col-MarkUp,
.QuoteForCustomerList .col-Customer-Price,
.QuoteForCustomerList .col-Subtotal,
.QuoteForCustomerList .col-Margin,
.QuoteForCustomerList .col-Remove {
  float: left;
  width: 7%;
  min-height: 1px;
}

.QuoteForCustomerList .col-Product {
  width: 27%;
  padding-left: 1%;
}

.QuoteForCustomerList .col-Qty {
  width: 10%;
  text-align: center;
}

.QuoteForCustomerList .col-Retail,
.QuoteForCustomerList .col-Trade,
.QuoteForCustomerList .col-Price,
.QuoteForCustomerList .col-Customer-Price,
.QuoteForCustomerList .col-Subtotal,
.QuoteForCustomerList .col-Margin {
  width: 8%;
}

.QuoteForCustomerList .col-Remove {
  width: 2%;
}

.QuoteForCustomerList .col-MarkUp {
  width: 13%;
}

.QuoteForCustomerList .col-CustomerMarkUp {
  width: 21%;
}

span.UnitDescription {
  width: 30%;
  display: block;
  min-height: 1px;
  float: left;
}

.QuoteForCustomerList .col-Qty .Quantity {
  width: 40% !important;
  float: left;
  margin-top: 4px;
  margin-left: 15%;
  text-align: center;
}

.MarkupLine {
  height: 24px;
  border-right: 0px;
}

.MarkupValue {
  border: 1px solid #aaa;
  margin-left: -5px;
  border-left: 0px;
  height: 24px;
  padding-left: 5px;
}

.CustomerQuoteLineWrap .JAModuleDataRow .MarkupValue {
  width: 35% !important;
}

.LineGroup .GroupRowList .MarkupValue {
  width: 21.5%;
  max-width: 21.5%;
}

.ProductKeyTitle {
  color: #333;
  padding-left: 6px;
}

.divOwnProduct_desc > span {
  width: 100% !important;
  margin: 5px 0px;
  float: left;
  font-weight: 700;
}

.divOwnProduct_desc {
  line-height: 1.5em !important;
  height: auto !important;
}

.divOwnProduct_desc textarea {
  width: 100%;
}

.divOwnProduct select {
  width: 65%;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  padding: 0px 30px 0px 10px;
  float: right;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.PopUpCtrlRow {
  text-align: right;
}

/*#dnn_ctr2491_View_ReportViewer1 {
    min-height:100%;
    height:100% !important; width:100% !important;
}*/

.NoSkin {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.NoSkinBody {
  overflow: hidden;
}

.ProductDisplayOrderCtrl .hasGrpFilter .IconShowRangeCubes {
  background: #333333;
}

.ProductDisplayOrderCtrl .hasGrpFilter {
  position: relative;
}

.ProductDisplayOrderCtrl .hasGrpFilter::before {
  content: "\f057";
  font-family: FontAwesome;
  position: absolute;
  top: -9px;
  left: -10px;
  font-size: 24px;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #828282;
}

.SearchAliasGridView {
  border: none;
}

.JAModuleDataRow td {
  border: none;
  border-bottom: 1px solid #ccc;
}

.JAModuleHeaderRow > th {
  border: none;
  border-bottom: 2px solid #333;
}

.SearchAliasGridView tr td:first-child,
.SearchAliasGridView th:first-child {
  padding-left: 0.5%;
}

.SearchAliasCtrlCol a {
  font-weight: 700;
}

.SearchAliasGridView tr td > input {
  height: 1.4em;
}

.edMaps_moduleWrapper
  > .edMaps_mapWrapper
  > .edMaps_contentBellow
  > .edMaps_markerList
  > ol {
  max-height: 385px !important;
}

.AliasNewForm {
  width: 100%;
}

.AliasNewUL li,
.AliasNewUL li > div {
  float: left;
  line-height: 34px;
}

.AliasNewUL {
  width: 100%;
  display: block;
  margin: 0px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  margin-bottom: 5px;
}

.AliasNewHeader {
  font-weight: 700;
  padding-right: 10px;
}

.AliasCol-Search {
  width: 22%;
}

.AliasCol-AssociatedTerm {
  width: 25%;
}

.AliasCol-Weight {
  width: 20%;
}

.AliasCol-Active {
  width: 10%;
}

.AliasCol-Replace {
  width: 10%;
}

.AliasCol-Ctrl {
  width: 11%;
  text-align: right;
}

.AliasCol-Ctrl > div {
  text-align: right;
  float: right !important;
}

.AliasNewUL li > div input {
  line-height: 24px;
}

.AliasCol-Active input,
.AliasCol-Replace input {
  margin-top: 10px;
}

.CatalogueGridWrapper .ProductDisplayGridQty {
  display: none !important;
}

.CatalogueGridWrapper .GridAddToCartButtonHolder .GridAddToCartBtn {
  max-width: 230px;
}

.ExtFilterHolder {
  display: none;
}

.ExtProductTypeDDL {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.ExtProductTypeDDL > select {
  color: #fff;
  width: 60%;
  padding: 5px;
  background: transparent;
}

.ExtFilterSelectOption {
  border: none;
  background: url(http://imgur.com/MJyZM.png) 0 0 no-repeat;
  -webkit-appearance: none;
}

.ExtProductTypeDDL_Label {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#divAvailableCarts {
  color: black;
}

#divAvailableCarts input[type="text"] {
  padding-left: 5px;
  width: 70%;
  margin-left: 10px;
  height: 30px;
  border: 1px solid #7d7d7d;
}

.JADropdownExtFilter {
  float: left;
  width: 60% !important;
  /*padding: 3px 0px 3px 15px;*/
}

.JADropdownExtFilter .fa {
  float: right;
  padding-right: 10px;
  line-height: 22px;
  transition: 0.5s all ease;
}

.JADropdownExtFilter .JA_DropDownToggle {
  width: 100%;
  text-align: left;
  padding: 3px 0px 3px 15px;
  border: 1px solid #fff;
}

.JADropdownExtFilter .JA_DropDownToggle:hover .fa {
  color: #ce1723;
}

.JADropdownExtFilter .dropdown-menu {
  width: 100%;
  border-radius: 0px;
  background: none;
  border: 1px solid #fff;
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 170px;
  overflow-y: auto;
}

.JADropdownExtFilter.open .dropdown-toggle {
  color: #fff;
}

.JADropdownExtFilter a {
  color: #fff;
}

/*#divAvailableCarts .col-CartName,
#divAvailableCarts .col-CartReference,
#divAvailableCarts .col-CartAmount {
    width:20%;
}*/

.GroupQuantityCtrlWrap input[type="radio"],
.CustomerGroupQuantityCtrlWrap input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.GroupQuantityCtrlWrap input[type="radio"] + label:before,
.CustomerGroupQuantityCtrlWrap input[type="radio"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  width: 15px;
  font-size: 15px;
  float: left;
}

.GroupQuantityCtrlWrap input[type="radio"]:checked + label:before,
.CustomerGroupQuantityCtrlWrap input[type="radio"]:checked + label:before {
  content: "\f192";
  color: #363636;
  letter-spacing: 5px;
}

.CustomerGroupQuantityCtrlWrap label {
  font-weight: 400;
  margin-right: 10px;
}

.GroupQuantityCtrlWrap label {
  margin-left: 3px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 12px;
}

.AddNewMultiCartRow > div {
  padding: 0;
  line-height: 1.5em;
  margin: 10px 0px;
}

.AddNewMultiCartRow .SaveNewCart {
  width: 100%;
  height: 32px;
}

.CartListLines .JAModuleDataRow {
  border-bottom: 1px solid #ccc;
  font: 12px arial;
  min-height: 32px;
  height: auto !important;
  line-height: 12px;
  overflow: hidden;
}

.CartListLines .JAModuleDataRow:hover {
  background: #ddd;
}

.RemoveSavedCartWrap .btn-primary {
  width: 150px;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.RemoveSavedCartWrap .btn-secondary {
  width: 150px;
  float: right;
  border: 1px solid #666;
  margin-top: 8px;
}

.CartListLines .fa-disabled {
  color: #ccc;
}

.CartListLines .fa-CartEnabled {
  color: #ce1723;
}

.CartListLines .fa {
  margin-right: 5px;
  font-size: 14px;
}

.CartLine div {
  text-decoration: none;
  line-height: 2em;
  min-height: 1px;
}

.PopOverGMapLnk {
  font-size: 12px;
  color: #333 !important;
  transition: 0.5s all ease;
}

.PopOverGMapLnk:hover {
  color: #ce1723 !important;
}

.CartListHeaderWrap {
  max-height: 340px;
  overflow-y: auto;
  border-bottom: 2px solid #333;
}

span.CartLineDefaultTag {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 10px;
  color: #7d7d7d;
  line-height: 18px;
  transition: all 0.5s ease;
  font-style: italic;
  margin: 6px 3px 0px 0px;
  float: left;
  font-weight: 400;
}

.CartNameItem {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.CartLineDefaultTag:hover {
  color: #ce1723;
  border: 1px solid #ce1723;
}

span.CartLineSelectedTag {
  display: inline-block;
  border: 1px solid #ce1723;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 10px;
  color: #ce1723;
  line-height: 18px;
  transition: all 0.5s ease;
  font-style: italic;
  margin: 6px 3px 0px 15px;
  float: left;
  font-weight: 400;
  width: 5.5%;
  text-align: center;
}

.CartLineSelectedTag:hover {
  color: #ce1723;
  border: 1px solid #ce1723;
}

.CartNameInner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  display: inline-block;
}

.VAPCartBtn span {
  line-height: 35px;
  float: left;
}

.GridAddToCartBtn span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.VAPButtonMultiCart {
  padding: 0px 5px !important;
}

.EmailArea_Line {
  float: left;
  margin: 10px 0px;
}

.EmailArea .EmailArea_Line {
  margin: 0;
}

.EmailArea_Line .btnSendEmail {
  padding: 0px 15px;
  height: 27px;
}

.EmailArea_Line .txtEmail {
  margin-left: 10px;
}

.FooterSearchWrap .ui-menu {
  max-height: 22em;
  overflow-y: auto;
  position: absolute !important;
  top: 100px !important;
  /*background: rgba(0,0,0,0.7) !important;
    border: none;*/
}

.FooterSearchWrap .ui-menu-item {
  line-height: 2.5em;
  height: 2.5em;
  /*color:#fff;*/
  /*border-bottom: 1px solid #666;
    border-left:none;*/
}

.FooterSearchWrap .ui-menu-item:hover {
  color: #ce1723;
}

.MapBranchKey {
  display: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ModDNNGoxEventC .validationEngineNoPublic .dnnFormMessage,
.ModDNNGoxEventC .validationEngineNoPublic .dnnFormItem {
  display: none;
}

.validationEngineNoPublic p {
  /*text-align: center;*/
}

.GlobalMarkupValue,
.QuoteCtrlExtraLine input {
  height: 1.5em;
}

.QuoteCtrlExtraLine .txtValidDate {
  margin-right: 5px;
}

.QuoteParentPanel .JAFloatCtrl .dropdown-menu {
  left: -200px;
}

#dnn_ctr2491_View_ReportViewer1_ReportTable {
  height: 1000px !important;
}

.CompanySelectorPopUp {
  display: none;
}

.CompanySelectorButton {
  color: #fff !important;
  font-size: 14px !important;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.ListOfCompaniesWrap,
.AccountManagmentWrap {
  width: 100%;
  float: left;
  clear: both;
}

.ListOfCompaniesWrap {
  margin-top: 10px;
  max-height: 485px;
  overflow-y: auto;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}

.ListOfCompaniesGridView,
.AccountManagmentGV {
  width: 100%;
  border: none;
  font-size: 12px;
}

.ListOfCompaniesGridView tr > th:first-child,
.ListOfCompaniesGridView tr > td:first-child,
.AccountManagmentGV tr > th:first-child,
.AccountManagmentGV tr > td:first-child {
  padding-left: 1%;
}

.ListOfCompaniesGridView tr > th:last-child,
.ListOfCompaniesGridView tr > td:last-child,
.AccountManagmentGV tr > th:last-child,
.AccountManagmentGV tr > td:last-child {
  padding-right: 1%;
}

.UsersCustomerEntryID {
  display: none;
}

.AccountManagmentRow td {
  font: 12px arial;
  height: 32px;
  line-height: 12px;
  width: 8%;
}

.AccountManagmentCol_Email {
  width: 15% !important;
}

.AccountManagmentCol_Edit {
  width: 5% !important;
}

.AccountManagmentCol_Edit .fa {
  color: #333;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
}

.AccountManagmentCol_Authorized,
.AccountManagmentCol_Deleted {
  width: 5% !important;
}

.AccountCtrlWrap {
  float: right;
  margin: 0px 10px;
  line-height: 34px;
  cursor: pointer;
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
  display: block;
  width: 90px;
  text-align: center;
  position: relative;
  transition: 0.5s all ease;
}

.AccountCtrlWrap a {
  color: #333;
}

.AccountCtrlWrap .aspNetDisabled {
  color: #ccc;
  cursor: no-drop;
}

.AccountCtrlWrap a > .fa,
.ManageRoleIcon {
  width: 100%;
  font-size: 42px;
  padding: 5px 0px;
  margin-top: 10px;
  text-align: center;
}

.AccountCtrlWrap .CtrlCaption {
  font-weight: 700;
  font-size: 10px;
  line-height: 32px;
  display: block;
}

.AccountCtrlHolderTop,
.AccountCtrlHolderBottom {
  width: 100%;
  float: left;
  text-align: right;
}

.AccountCtrlHolderBottom {
  border-top: 1px solid #ccc;
  line-height: 32px;
  color: #333;
  font-weight: 700;
}

.EditUserFooterCtrl ul {
  margin: 0px;
  display: block;
  width: 45%;
  float: left;
  text-align: left;
}

.EditUserFooterCtrl li {
  float: left;
  display: inline-block;
  width: 30%;
  line-height: 30px;
  font-size: 10px;
}

.AccountCtrlHolderBottom .lblRoleGroup {
  color: #ce1723;
  font-weight: 700;
  padding-left: 10px;
}

.PermissionTable input[type="checkbox"] {
  display: none;
}

.PermissionTable .JAModuleRowWrap {
  border-bottom: 1px solid #ccc;
  font: 12px arial;
  height: 32px;
  line-height: 32px;
}

.PermissionTable .JAModuleRowWrap:last-child,
.AccountManagmentRow:last-child {
  border-bottom: 2px solid #333;
}

.PermissionTable .JAModuleRowWrap .aspNetDisabled {
  cursor: not-allowed;
  color: #999;
}

.AOEditUserPanel {
  max-height: 500px;
  overflow-x: scroll;
}

.EditUserFooterCtrl {
  text-align: right;
  margin-top: 10px;
}

tr.JAModuleDataRow.ListOfCompaniesRow {
  line-height: 32px;
  height: 32px;
}

.btnSelectNewCompany {
  color: #333 !important;
}

.btnSelectNewCompany:hover {
  color: #ce1723 !important;
}

.btnSelectNewCompany .fa {
  font-size: 14px;
  width: 16px;
  display: inline-block;
}

.LOCCustomerEntryIDCol {
  display: none;
}

.LOCERPCustomerIdCol {
  width: 20%;
}

.LOCRowSelected .btnSelectNewCompany {
  /*display: inline-block;
    border: 1px solid #ce1723;
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 10px;
    color: #ce1723 !important;
    line-height: 18px;
    font-style: italic;
    transition: all 0.5s ease;*/
  font-size: 0;
}

.LOCRowSelected .btnSelectNewCompany .fa {
  display: none;
}

.LOCRowSelected .btnSelectNewCompany:before {
  content: "Selected";
  display: inline-block;
  border: 1px solid #ce1723;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 10px;
  color: #ce1723;
  line-height: 18px;
  margin-right: 5px;
  font-style: italic;
  transition: all 0.5s ease;
}

#SelectedCompany {
  display: none;
}

.CompanySelectorPopUpWrap .ClickToClose {
  float: right;
  margin-top: 10px;
}

.AOEditUserPanel {
  width: 100%;
  float: left;
}

.LinkAccountOuterWrap {
  overflow: hidden;
  float: left;
}

.LinkAccountWrap {
  float: left;
  width: 12%;
}

.LinkAccountWrapFull {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.LinkAccountWrap > span {
  padding-left: 3px;
}

.LinkAccountWrap > input[type="text"] {
  margin-top: 5px;
  padding-left: 3px;
  height: 30px;
  line-height: 30px;
  width: 98%;
  padding-right: 20px;
}

.LinkAccountCtrlRow > .LinkAccountWrap:first-child,
.LinkAccountCtrlHeader .LinkAccountWrap:first-child,
.lblHeaderColumn1th,
.PermissionTable .JAModuleRowWrap > td:first-child {
  padding-left: 1%;
}

.LinkAccountCtrlRow > .LinkAccountWrap:last-child,
.LinkAccountCtrlHeader .LinkAccountWrap:last-child {
  padding-right: 1%;
}

.LinkAccountWrapDate {
  width: 18% !important;
}

.LinkAccountWrapYourRepsname > input[type="text"],
.LinkAccountWrapYourHomeBranch > input[type="text"] {
  width: 215px;
}

.LinkAccountWrap.LinkAccountWrapYourRepsname,
.LinkAccountWrap.LinkAccountWrapYourHomeBranch {
  width: 17% !important;
}

.LinkAccountWrapDate .ui-datepicker-trigger {
  border: none;
  padding-left: 3px;
  background: none;
}

.AOEditUserPanel .AdminInfo {
  display: none;
}

.JADropdownRM .dropdown-item input {
  border: none;
  background: none;
}

.JADropdownRM .dropdown-item {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.JADropdownRM .dropdown-item:last-child {
  border-bottom: none;
}

.RoleManagerWrap > .JADropdownBtn {
  width: auto;
  padding-left: 10px;
}

.RoleManagerWrap > span,
.RoleManagerWrap > .JADropdownBtn,
.RoleManagerWrap input {
  float: left;
}

.ProfileImgWrap {
  float: left;
  width: 20%;
  margin-right: 2%;
}

.ProfileCtrlWrap {
  float: left;
  width: 78%;
}

.ProfileCtrlWrap ul {
  margin: 0px;
}

.ProfileCtrlWrap .tEUPFirstName,
.ProfileCtrlWrap .tEUPLAstName {
  border: none;
  font-weight: 700;
  width: 99%;
  padding: 3px 0px;
}

.ProfileCtrlWrap .tEUPFirstName:focus,
.ProfileCtrlWrap .tEUPLAstName:focus {
  border: 1px solid #ccc;
}

.ProfileCtrlWrap li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.ProfileCtrlWrap li > input,
.ProfileCtrlWrap li > span {
  float: left;
  line-height: 18px;
  padding: 3px 0px;
}

.ProfileCtrlWrap li > input {
  width: calc(100% - 30px);
  padding-left: 5px;
  height: 28px;
}

.ProfileCtrlWrap li > span,
.ProfileCtrlWrap .CtrlColLeft > span,
.ProfileCtrlWrap .CtrlColRight > span {
  display: inline-block;
  width: 30px;
  float: left;
  text-align: center;
}

.ProfileCtrlWrap .CtrlColLeft .fa,
.ProfileCtrlWrap .CtrlColRight .fa {
  font-size: 20px;
  line-height: 28px;
}

.ProfileCtrlWrap li .CtrlColLeft,
.ProfileCtrlWrap li .CtrlColRight {
  float: left;
  width: 50%;
}

.ProfileCtrlWrap li .CtrlColLeft input,
.ProfileCtrlWrap li .CtrlColRight input {
  width: calc(100% - 30px);
  height: 28px;
  float: left;
  padding-left: 5px;
}

.AccountCtrlWrap .CtrlCaptionMulti {
  line-height: 15px;
}

.JADropdownRM {
  text-align: center;
}

.CompanySelectorPopUpWrap {
  display: none;
}

.RegisterOn2SiteWrap {
  max-width: 60%;
  margin: 0 auto;
}

.RegisterOn2SiteWrap .dnnFormInput {
  width: 100%;
  text-align: left;
}

.RegisterOn2SiteWrap .dnnLabel {
  text-align: left;
  width: auto;
}

.RegisterOn2SiteWrap .dnnFormHelp {
  display: none;
}

.RegisterOn2SiteWrap .dnnFormItem input[type="text"],
.RegisterOn2SiteWrap .dnnFormItem input[type="password"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  /*border-left: 1px solid #ccc !important;*/
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: left !important;
  box-shadow: none;
  color: #363636;
  margin-bottom: 5px;
}

.RegisterOn2SiteWrap .password-strength-container {
  max-width: 100%;
  width: 100%;
}

.RegisterOn2SiteWrap .dnnLabel span {
  font-size: 14px;
  font-weight: 400 !important;
  margin: 4px 0 5px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.RegisterOn2SiteWrap .dnnFormItem select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0px;
  background: url(/Portals/0/JA_Skin/DDLarrow_NoBackground.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  line-height: 14px;
}

.RegisterOn2SiteWrap .dnnPrimaryAction,
.RegisterOn2SiteWrap .dnnSecondaryAction {
  box-shadow: none;
  text-shadow: none;
}

.RegisterOn2SiteWrap .dnnPrimaryAction {
  border: 1px solid #ce1723 !important;
}

.RegisterOn2SiteWrap .dnnForm {
  width: 100% !important;
}

.RegisterOn2SiteWrap .dnnLabel + input[type="checkbox"] + .dnnCheckbox {
  width: auto;
  line-height: 35px;
}

.RegisterOn2SiteWrap span.dnnFormMessage.dnnFormError {
  position: relative;
  width: 100%;
  background: none;
  display: inline;
  color: #ce1723;
  font-weight: 700;
  padding: 0px !important;
  left: 0px;
  right: auto;
}

.RegisterOn2SiteWrap span.dnnFormMessage.dnnFormError:after {
  display: none;
}

.RegisterOn2SiteWrap span.dnnFormMessage.dnnFormError:before {
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}

.RegisterOn2SiteWrap
  .dnnForm
  #dnn_ctr1650_Register_userForm_933f2c905eba57397912a64458b75023_933f2c905eba57397912a64458b75023_Control,
#dnn_ctr1650_Register_userForm_a3ab45a4979dc9fc56d8ef2843f9d5f8 {
  display: none;
}

.HamishsBtn {
  margin-top: 10px;
}

.FeatureList .AddFilterBtnInner,
.FeatureList .FilterProductCnt {
  padding: 0px;
}

.divAvailableCartsInnerDisable {
  opacity: 0.4;
  cursor: no-drop;
  pointer-events: none;
}

.ImpersonatetxtAutocomplete {
  max-width: 700px !important;
}

.ImpersonatorAutoCompleteItem > span {
  display: inline-block;
}

.ImAutoCompleteItemCompanyCode,
.ImAutoCompleteItemCompanyFullName {
  width: 20%;
}

.ImAutoCompleteItemCompanyName,
.ImAutoCompleteItemCompanyEmail {
  width: 30%;
}

.NoMultiCartSelector {
  pointer-events: none !important;
  padding-left: 20px;
}

.NoMultiCartSelector .CartName {
  width: auto !important;
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.hideDefaultRegisterBtn {
  display: none !important;
}

.NewAccountLinkedUL {
  display: block;
  width: 50%;
  margin: 0px auto 20px !important;
}

.NewAccountLinkedUL li {
  list-style: none;
  width: 100%;
  display: inline-block !important;
}

.NewAccountLinkedUL li:before,
.NewAccountLinkedUL li:after {
  display: none !important;
}

.NewAccountHeader {
  display: inline-block;
  padding-right: 5px;
}

.lblNewAccountEmail,
.lblNewAccountCustCode {
  width: 80%;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  display: none;
}

a.tooltips {
  cursor: default;
}

.DnnModule-AO_FeatureList .HiddenRemoveLabel {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.DnnModule-AO_FeatureList .HiddenRemoveLabel .cbticked {
  padding: 0px;
  color: #333;
}

.DnnModule-AO_FeatureList .HiddenRemoveLabel .DeleteButtonInner:before {
  margin-right: 3px;
  content: "\f00d";
  transition: 0.5s all ease;
  background: #ce1723;
  display: inline-block;
  padding: 2px;
  color: #fff !important;
  border-radius: 2px;
  width: 17px;
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  margin-top: 5px;
}

.DnnModule-AO_FeatureList .HiddenRemoveLabel .DeleteButtonInner {
  padding-left: 3px;
}

.pnlExtraInfoWrap {
  display: none;
  width: 100%;
  min-height: 300px;
  border-top: 1px solid #7d7d7d;
}

.ShowExtraContentTrue a {
  pointer-events: none;
}

.ExtraInfoTabs .owl-item {
  border-top: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
}

.ExtraInfoTabs .owl-item:first-child {
  border-left: 1px solid #7d7d7d;
}

.ExtraInfoTab_Selected .item:before {
  content: "";
  border-top: 3px solid #ce1723 !important;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}

.ExtraInfoTabs .owl-wrapper-outer {
  margin: 0 auto -1px !important;
}

.ExtraInfoTab_Selected {
  background: #fff;
}

.pnlExtraInfoWrapInner {
  margin-top: 30px;
}

.Options_td .CartDetails {
  margin-bottom: 15px;
}

.ROSectionHeader {
  font-weight: 700;
}

.MyCartInnerHolder > div {
  line-height: 3em;
}

.MyCartInnerHolder .MyCartDescription {
  line-height: 1.5em;
}

.MyCartInnerHolder .MyCartDescriptionNote {
  line-height: 1.5em;
}

.MyCartInnerHolder .MyCartPart a {
  color: #333333;
}

.MyCartInnerHolder .StockWrap {
  font-weight: 400;
}

.CartDetailTable,
.OrderOptionsTable {
  width: 100%;
}

.CartDetailTable td,
.OrderOptionsTable td {
  vertical-align: top;
  padding-bottom: 3px;
}

.CartDetailTable tr > td:first-child,
.OrderOptionsTable tr > td:first-child {
  width: 25%;
}

.OrderOptionsTable input[type="text"],
.DateTimeTR .RadInput input[type="text"] {
  margin: 0px 0px 6px;
  width: 100%;
  border: 1px solid #aaaaaa;
  padding-left: 5px;
  max-width: 200px;
}

.OrderOptionsTable select {
  width: 100%;
  max-width: 200px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 7px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) #ffffff no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 14px 14px;
  padding: 0px 30px 0px 5px;
}

.DateTimeTR input[type="text"],
.DateTimeTR .RadInput input[type="text"] {
  max-width: 175px;
}

.DateTimeTR .ui-datepicker-trigger .fa {
  display: inline-block;
  font-size: 16px;
}

.DateTimeTR .ui-datepicker-trigger {
  border: none;
  background: none;
  text-align: center;
  width: 25px;
}

.DateTimeTR .rcInputCell {
}

.DateTimeTR .RadPicker_Default {
  width: 100% !important;
}

.DateTimeTR .rcInputCell {
  width: 175px !important;
}

.DateTimeTR .rcTimePopup:hover {
  background-position: 0 -100px !important;
}

.DateTimeTR .riTextBox {
  height: 25px;
}

.RadCalendarTimeView {
  left: 75px;
  position: absolute;
}

.RadCalendarTimeView caption,
.RadCalendarPopupShadows .rcShadTR {
  display: none !important;
}

.RadCalendarTimeView_Default th {
  background: #555555;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

table.RadCalendarTimeView_Default {
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.RadCalendarTimeView::before {
  top: -15px;
  left: 8.5%;
  content: " ";
  border-top-width: 10px;
  content: "";
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #555;
  border-style: solid;
}

.RadCalendarTimeView_Default a:hover,
.RadCalendarTimeView_Default td,
.rcHover,
.rcHover a {
  background: none !important;
  border: none !important;
  color: #ce1723 !important;
}

.rblDeliveryType td input[type="radio"] ~ label:before,
.rblShipped td input[type="radio"] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 5px;
  font-size: 18px;
  float: left;
  line-height: 18px;
}

.rblDeliveryType td input[type="radio"]:checked ~ label:before,
.rblShipped td input[type="radio"]:checked ~ label:before {
  content: "\f192";
  color: #363636;
  letter-spacing: 5px;
}

.rblDeliveryType td input[type="radio"],
.rblShipped td input[type="radio"] {
  display: none;
}

.btnFinialiseOrder {
  width: 275px;
}

.pCheckoutContainer1 > div {
  float: left;
  width: 100%;
  overflow: hidden;
}

a.lnkBackToShop {
  line-height: 33px;
}

/*.Theme_Responsive_20072_Contact .ajaxUpload::-webkit-file-upload-button {
  visibility: hidden !important;
}
.Theme_Responsive_20072_Contact .ajaxUpload::before {
  content: 'Browse...';
  display: inline-block;
  background: #ce1723;
  border-radius: 3px;
  padding: 2px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 10pt;
  color:#fff; width:75px;
}
.Theme_Responsive_20072_Contact .ajaxUpload:hover::before {
  border-color: black;
}
.Theme_Responsive_20072_Contact .ajaxUpload:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.Theme_Responsive_20072_Contact .ajaxUpload {
    color:transparent;
    height:28px; max-width:75px;
}*/

.ajaxUpload:focus {
}

.MultiRowSelected .RowWrapSelected .JA_DropDownToggle {
  pointer-events: none;
}

.JAPOPupWrap textarea {
  height: 500px;
}

.PaymentResultDBS,
.PRH_Order_2,
.PaymentResult_Line {
  text-align: center;
}

.Lbl_SentEmail {
  font-weight: 700;
  color: #ce1723;
}

.lblQuoteReference {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  line-height: 1.5em;
}

.CustomerQuoteCtrl .Required {
  color: #ce1723;
  font-weight: 700;
  font-size: 12px;
}

.CustomerQuoteCtrl .Required:before {
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}

#customerPanel {
  display: none;
}

.QuoteRequired:after {
  content: "*";
  display: inline-block;
  margin: 0 0 0 5px;
  color: Red;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}

.lblCustomModifiedRef {
  transition: 0.5s all ease;
  cursor: text;
}

.lblCustomModifiedRef:hover {
  color: #ce1723;
}

.lblCustomModifiedRef:hover:before {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
}

.edMaps_contentBellow .edMaps_userLocationTriggerWrapper .edMaps_button {
  display: none;
}

.AddProdToGroupBtn .fa {
  padding-right: 3px;
}

.QuoteRowWrap .colReference {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.CartLineSelectedTagEnable {
  width: 17.5%;
  padding-left: 0px;
}

.RecentPurchases_DateHeader {
  display: inline-block;
  width: 30%;
  font-size: 12px !important;
  font-weight: 700;
}

.RecentPurchases_SearchDate {
  color: #333;
}

.RecentPurchases_DatePicker {
  width: 69%;
  margin-bottom: 0.5em;
  padding-left: 5px;
}

.RecentPurchases_DateCtrl {
  width: 100%;
  text-align: right;
}

.JA_SearchResultContent .ErrorNoPermission {
  text-align: center;
  display: none;
  margin: 20px auto;
  width: 100%;
  font-weight: 700;
}

.HiddenRemoveLabel .DeleteButtonInner {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.divAvailableCartsInner .col-sm-12 {
  padding: 0px;
}

.divAvailableCartsInner .CartLine div {
  line-height: 32px;
}

.NewQuoteSearch_Line.EmailArea_List {
  float: left;
  overflow: hidden;
  height: auto !important;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}

.EmailArea_List .JAModuleDataRow {
  line-height: 25px;
  height: 25px;
  border-bottom: 1px solid #ccc;
}

.VDWWD_PassChanger table {
  width: 100% !important;
}

.VDWWD_PassChanger {
  width: 60%;
  margin: 0 auto;
}

.VDWWD_PassChanger_Table_LabelOnTop input[type="password"] {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc !important;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  text-align: left !important;
  box-shadow: none;
  color: #363636;
  margin-bottom: 10px;
}

/*.VDWWD_PassChanger_Table_LabelOnTop tr > td:first-child {
    display: none;
}*/

/*.ModVDWWDPassChangerC tr > td:last-child {
    width: 100% !important;
}*/

.VDWWD_PassChanger_Table_LabelOnTop .SubHead label {
  font-size: 14px !important;
  margin: 4px 0 5px !important;
  line-height: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

.ModVDWWDPassChangerC .dnnPrimaryAction {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  font-weight: 400;
  float: right;
}

.dnnPasswordResetContent {
  width: 60% !important;
  margin: 0 auto;
}

.dnnPasswordResetContent input[type="text"],
.dnnPasswordResetContent input[type="password"] {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-radius: 0px !important;
  padding: 10px !important;
  font-size: 14px !important;
  text-align: left !important;
  box-shadow: none !important;
  color: #363636 !important;
}

.password-strength-container {
  width: 100% !important;
  max-width: 100% !important;
}

.dnnPasswordReset:before {
  content: "Set Password";
  font-size: 22px;
  color: #7f7d7d;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  background: url(/Portals/0/JA_Skin/cIntro-shadow-red.png) top center no-repeat;
  background-position: 0% 100%;
  margin-bottom: 30px;
  background-size: 100%;
}

.dnnPasswordReset .dnnPrimaryAction {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  font-weight: 400;
  float: right;
}

.dnnPasswordReset .dnnSecondaryAction {
  display: none;
}

.dnnPasswordReset .dnnActions li {
  float: right;
}

.dnnPasswordReset .dnnActions {
  width: 100%;
}

.gsttaxlabel {
  text-transform: uppercase;
}

.pnlGroupRow {
  font-weight: 700;
  padding-left: 10px !important;
  display: inline-block;
}

.ModDNNGoPowerFormsC .result_form {
  text-align: center !important;
}

.ModDNNGoPowerFormsC .form_submit {
  text-align: center !important;
}

.ModDNNGoPowerFormsC .form_submit .btn {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  /*padding: 10px 20px;*/
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  margin: 10px auto;
  border-radius: 4px;
  max-width: 200px;
}

input#chkOnlyUngrouped {
  display: none;
}

.QuoteCtrlTopCustomer .QuoteCtrlWrap {
  margin: 0px 3px;
}

span.chkOnlyUngrouped label {
  line-height: 18px;
  font-size: 12px;
}

.QuoteForCustomerList .JAModuleRowWrap input[disabled] {
  border: none;
  background: none;
}

.ui-sortable-handle {
  cursor: move !important;
}

.QuoteRowWrap:hover,
.JAModuleRowWrap .JAModuleDataRow:hover,
.JA_SearchResultContent .JAModuleDataRow:hover,
.JA_Statement_SearchResultContent .JAModuleDataRow:hover,
.JA_StatementPaymentHistoryLine:hover,
#adminFormatListCtrl .JAModuleDataRow:hover,
.AccountManagmentRow:hover,
.scheduleListCtrl .JAModuleDataRow:hover {
  transition: all ease 0.5s;
  background: #eee;
}

.dnnFormInfoAdminErrMssg {
  display: none;
}

.ajaxUpload::-ms-value {
  display: none;
}

.ajaxUpload::-ms-browse {
  background: #ce1723;
  color: #fff;
  display: block;
  border: none;
  padding: 3px 5px;
  width: 100px;
  text-align: left;
  height: 25px;
  border-radius: 3px;
}

.RandomHeadingTable .input[readonly],
.RandomHeadingTable input[readonly="readonly"] {
  border: none !important;
  background: none !important;
}

.RandomHeadingTable {
  width: 100%;
  clear: both;
}

.RandomHeadingTable tr > td:first-child,
.RandomHeadingTable tr > th:first-child {
  padding-left: 1%;
}

.RandomHeadingTable button {
  background: none;
  border: none;
  margin-right: 10px;
  font-size: 12px;
}

.RandomHeadingTable .col_text {
  width: 60%;
}

.RandomHeadingTable .col_text input,
.RandomHeadingTable .col_Heading input {
  width: 95%;
}

.RandomHeadingTable .col_Heading {
  width: 8%;
}

.RandomHeadingTable .col_TabName {
  width: 15%;
}

.RandomHeadingTable .col_active {
  text-align: center;
  width: 5%;
}

.RandomHeadingTable .col_action {
  width: 15%;
}

.RandomHeadingTable .JAModuleDataRow td {
  padding: 5px 0px;
}

.AccountCtrlHolderEmailWrap {
  float: left;
  font-size: 12px;
}

.accordion_3 .panel-default .accordion_icon:before {
  color: #ce1723 !important;
}

.Theme_Responsive_20072_Contact .row8 input + label {
  font-weight: 400;
  font-size: 12px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.DeleteSelectedCarts {
  display: none;
  transition: 0.5s all ease;
  font-weight: 400 !important;
}

.DeleteSelectedCarts:hover {
  cursor: pointer;
  color: #ce1723;
}

.DeleteSelectedCarts .fa {
  padding-right: 3px;
}

.orderOnlineSearch {
  line-height: 32px;
  height: 32px;
  padding-left: 5px;
  margin-left: 10px;
  border: 1px solid #aaa;
}

.TradeOrderFormWrapper .AutocompleteHolder_Text {
  width: 34%;
}

.TradeOrderFormWrapper .AutocompleteHolder_Qty .QtyToAdd {
  width: 50px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #aaa;
}

.UpdateOrderButton span {
  text-decoration: underline;
}

.AddProductToOrder {
  margin: 0px;
}

.TradeOrderFormWrapper .AutocompleteHolder_AddButton {
  padding-left: 10px;
}

.TradeOrderFormWrapper .AutocompleteHolder_Text .ui-menu {
  position: absolute;
  max-height: 400px;
  overflow-y: auto;
}

.TradeOrderFormWrapper
  .AutocompleteHolder_Text
  .ui-menu
  .AutocompleteProductIdName {
  width: 80%;
  line-height: 3em;
  padding-left: 0px;
}

.TradeOrderFormWrapper
  .AutocompleteHolder_Text
  .ui-menu
  .AutocompleteProductIdName
  .lblAutoCompleteProductName {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.CheckoutAddMoreItemsWrapper {
  text-align: right;
}

.AddMoreItems {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #222 !important;
  cursor: pointer;
  transition: 1s all ease;
}

.CheckoutAddMoreItemsWrapper .fa {
  line-height: 26px;
  font-size: 16px;
  padding-right: 4px;
  color: #222 !important;
}

.AddMoreItems:hover,
.AddMoreItems:hover .fa {
  color: #ce1723 !important;
}

.PopUpRow.divOwnProduct_desc textarea {
  height: 5em;
  margin-bottom: 10px;
}

.dnnFormInfo,
.dnnFormSuccess,
.dnnFormWarning {
  display: none;
}

.dnnFormValidationSummary {
  display: none;
}

.RegisterTermsOfUseInner {
  max-height: 530px;
  overflow-y: auto;
  float: left;
  margin-top: 10px;
  padding-right: 10px;
}

.RegisterTermsOfUse {
  display: none;
}

.JARegistrationForm .redtext {
  cursor: pointer;
}

.footer_search_btn {
  display: none;
}

.DeleteSelectCol {
  padding: 0px;
  float: left;
  width: 12%;
  text-align: center;
}

.CartLineActionCol {
  padding-right: 0px;
  float: left;
  width: 13%;
  padding-left: 1%;
}

.NoViewStatement {
  width: 83.33333334% !important;
}

.popover {
  z-index: 12000 !important;
}

.ico_menu_TabletWrap {
  background: #ce1723;
  position: relative;
  float: left;
  width: 5%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  height: 30px;
  margin-top: 16.5px;
}

.MobileLogoUL {
  margin: 0px auto;
  display: block;
  overflow: hidden;
  width: 90%;
  padding: 15px 0px;
}

.MobileLogoUL li {
  float: left;
  width: 23%;
  margin-right: 5%;
}

.MobileLogoUL li:last-child {
  margin-right: 0px;
}

.MobileLogoUL li:first-child {
  width: 43%;
}

.mobile_menu_ico .fa-search,
.mobile_menu_ico #ico_user {
  display: none;
}

.mobile_menu_ico .fa-align-justify,
.mobile_menu_ico .fa-user,
.mobile_menu_ico .fa-clock-o,
.mobile_menu_ico .fa-search,
.mobile_menu_ico .fa-folder-open-o {
  border: none;
  margin-top: 5px;
}

.multi_menu ul li span {
  padding: 5px 0px !important;
}

.multi_menu ul li a {
  border-radius: 5px;
}

.mobile_menu #mobile_menu {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0px;
  margin: 0px -20px 0;
  top: 45px;
}

.mobile_menu .menu_main {
  padding: 0px;
}

.multi_menu ul li {
  border-bottom: 1px solid #777;
}

.multi_menu ul li:last-child {
  border-bottom: none;
}

.multi_menu ul li a {
  border: none;
  padding: 0px 45px;
  font-size: 11px;
  border-radius: 0px !important;
}

.mobile_menu_ico {
  margin-bottom: 0px;
}

.multi_menu > ul > li > a > span {
  font-size: 13px;
}

.MobileLogoPane {
  display: none;
}

.MobileOnly {
  display: none;
}

.JA_SearchResultLineInner {
  width: 100%;
}

.JA_SearchResultLine .CtrlCol .MobileCtrlRow,
.JA_StatementLine .CtrlCol .MobileCtrlRow {
  width: 100% !important;
  clear: both;
  float: none;
  padding: 0px !important;
  line-height: 1.5em;
  min-height: 1.5em;
  text-align: right;
}

.MobileActionItem {
  float: right;
  margin-right: 3%;
}

.MobileActionItem:first-child {
  margin-right: 0px;
}

.MobileCtrlRowShownDate,
.MQuoteDateCreate {
  font-weight: 700;
  padding-left: 3px;
}

.XSMobileHeader {
  display: none;
}

.MobileHeader .StatusIcon {
  padding-right: 5px;
}

.ico_menu_TabletWrap {
  display: none !important;
}

.ddlSortBy {
  width: 86% !important;
}

.SortOrder {
  cursor: pointer;
  display: inline-block;
  width: 10%;
  text-align: right;
}

.SortOrder.disabled {
  cursor: no-drop;
  color: #dddddd;
}

.lb-number {
  display: none !important;
}

.CareerULTable {
}

.AddressFinder {
  position: absolute;
  width: auto;
  max-height: 150px;
  height: auto;
  overflow: auto;
  top: 35px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.AddressFinderLine {
  float: left;
  position: relative;
  width: 450px;
  line-height: 30px;
  height: auto;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
  padding-left: 10px;
}

.AddressFinderLine:hover {
  color: #ce1723;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_labeled {
  width: 100% !important;
}

.edMaps_moduleWrapper
  > .edMaps_mapWrapper
  > .edMaps_map
  > .edMaps_directionsMapControl
  > div
  > div.edMaps_sliderWrapper {
  min-height: 250px !important;
}

.edMaps_moduleWrapper
  > .edMaps_mapWrapper
  > .edMaps_map
  > .edMaps_directionsMapControl
  > div
  > div.edMaps_sliderWrapper
  > div
  > div.edMaps_main
  > div.edMaps_destinationLocation
  > span {
  height: initial !important;
  min-height: 25px !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_checkboxRow {
  margin-bottom: 6px;
}

.DoNotShowAgainWrap input {
  display: none;
}

.DoNotShowAgainWrap label {
  line-height: 18px;
}

.DoNotShowAgainWrap {
  float: left;
  width: initial;
  margin-left: 15px;
  text-align: right;
  padding-top: 5px;
}

.ClosePBbtn {
  float: left;
}

.MyCartStockBranch {
  display: none;
}

.ModAOCheckOutC .MyCartStockBranch {
  display: inline-block;
}

.ModAOCheckOutC .MyCartStockBranchSafeT {
    display: inline-block;
}

.ModAOCheckOutC .MyCartStockCompany {
  display: none;
}

.clickable {
  cursor: pointer !important;
}

.RegisterOn2SiteWrap .dnnFormValidationSummary,
.RadAjaxPanel .dnnFormValidationSummary {
  display: block !important;
}

#mobileFilters {
  border-bottom: 1px solid #eee;
}

#mobileFilters .sm__checkbox > label {
  line-height: 30px;
}

.btnAdvanceSearch {
  font-size: 14px;
  font-weight: 700;
  color: #222 !important;
  float: left;
  width: 100%;
  line-height: 30px;
  text-align: right;
  overflow: hidden;
}

.btnAdvanceSearch.active {
  border-bottom: none;
}

.btnAdvanceSearch .fa {
  padding-right: 5px;
}

a.btnAdvanceSearch:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
}

a.btnAdvanceSearch.active:after {
  content: "\f077";
  font-family: FontAwesome;
  padding-left: 10px;
}

.ddlUpdateStatusMobile,
.ddlUpdateMarkUpMobile {
  float: left;
  width: 100%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  padding: 0px 30px 0px 5px;
  border: 1px solid #ccc;
  margin: 8px 0px;
}

.MobileLogoUL img {
  width: 100%;
  max-width: 100%;
}

.ProductRangeIcons a {
  padding-right: 10px;
}

.JA_StatementLine_Note {
  width: 100% !important;
}

.JA_StatementPaymentHistoryLineEmpty > div:before {
  display: none !important;
}

.VAPBackButton {
  margin-bottom: 10px;
}

.InvalidDateBox {
  border: 1px solid #ce1723;
  color: #ce1723;
}

.DisableBtn {
  pointer-events: none;
  background: #666666 !important;
  border: 1px solid #666666 !important;
}

.DnnModule-AO_IGoOnEveryPageFooter .CompanySelectorButton {
  display: none;
}

.MobileRowWrapHalf .FindABranchTileSimple {
  background: #ce1723;
  color: #fff;
  text-align: center;
  padding: 20px 20px !important;
}

.MobileContent {
  border: 1px solid #ccc;
  max-width: 480px;
  margin: 0 auto;
}

.MobileRowWrapFull {
  width: 100% !important;
  float: left;
  padding: 0px !important;
  margin-bottom: 4vw;
}

.MobileRowWrapHalf {
  width: 32% !important;
  margin-bottom: 2vw;
  max-height: 160px !important;
  float: left;
  padding: 0px !important;
}

.MobileRowWrapHalf:nth-child(3n) {
  margin: 0px 2%;
}

.On2SiteLeftLink img {
  display: block;
}

/*.MobileRowWrapHalf:nth-child(even) {
        margin-right: 1% !important;
    }*/

.MobileRowWrapHalf > a > div,
.MobileRowFull > a > div {
  max-width: 100%;
  height: 100%;
}

.MobileRowWrapHalf > div > .DnnModule,
.MobileRowFull > div > .DnnModule {
  margin-bottom: 4vw !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.MobileRowWrapHalf .front {
  padding: 0px !important;
  padding-top: 20px !important;
}

.SearchHolder_TileView .SearchWrap {
  height: 38px !important;
}

.MobileRowWrapHalf .FindABranchTileSimple img {
  height: 100px;
  padding-bottom: 10px;
}

.MobileRowWrapHalf .new-productBackground,
.MobileRowWrapHalf .ContactUsTile {
  padding: 20px 20px !important;
}

.SearchHolder_TileView {
  display: none;
}

.MobileRowWrapFull .SearchHolder_TileView,
.MobileRowWrapHalf .SearchHolder_TileView,
#AOSearchModulePane .SearchHolder_TileView {
  display: block;
}

.JA_SearchResultLine_WebIcon {
  width: initial !important;
}

a.FloatCloseBtn {
  position: absolute;
  right: 0;
  top: 14px;
  height: 14px;
  line-height: 14px;
  width: 14px;
  float: right;
  z-index: 10000000;
  display: none;
}

.FloatCloseBtn .fa {
  color: #333;
}

.LoginCtrlRow_OnFloat .FloatCloseBtn {
  display: block;
}

.timelineFlat .item_open .t_close:before {
  content: "\f057";
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  color: #000000;
}

.timelineFlat .item_open .t_close {
  font-size: 0 !important;
  right: 20px;
}

.CurrentFilterMobile {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
}

.CurrentFilterMobile .acc_trigger {
  padding: 0;
  float: left;
  width: initial !important;
  font-size: 12px;
  border-bottom: none;
  font-weight: 700;
}

.CurrentFilterMobile .acc_trigger > span {
  font-size: 0;
}

.CurrentFilterMobile .acc_trigger > span:before {
  content: "Filters:";
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
}

.CurrentFilterMobile .ClearhEnabledFeatureBtn {
  display: none;
}

.CurrentFilterMobile .divCurrentFilterHolderInner {
  border: none;
}

.CurrentFilterMobile .FilterListItemHolder a {
  color: #ce1723 !important;
  font-size: 12px;
}

.CurrentFilterMobile .FilterListItemHolder {
  padding: 0;
  font-size: 12px;
  width: initial !important;
}

.CurrentFilterMobile .FilterListItemHolder:after {
  content: " |";
}

.CurrentFilterMobile .FilterListItemHolder:last-child:after {
  content: "";
}

.CurrentFilterMobile .DeleteButtonInner {
  padding: 0px;
  line-height: 1.5em !important;
}

.CurrentFilterMobile .DeleteButtonInner:before {
  content: "";
}

.UsedEmailArea .trashEmail {
  display: none;
}

.Theme_Responsive_20072_Contact .formError {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
}

.Theme_Responsive_20072_Contact .formError .formErrorContent {
  position: relative;
  background: none;
  color: #ce1723;
  font-weight: 700;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.Theme_Responsive_20072_Contact .formErrorArrow {
  display: none;
}

.ResetPasswordMobileInner {
  float: left;
  padding-top: 15px;
  width: 100%;
}

.ResetPasswordMobileInner .dnnActions {
  float: right;
  padding: 0;
}

.ResetPasswordMobileInner .dnnPrimaryAction {
  background: #ce1723 !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  border-radius: 4px;
}

.ResetPasswordMobileInner .dnnSecondaryAction {
  background: #7d7d7d !important;
  border: none;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  border-radius: 4px;
}

.RegisterCaptchaMsgWrap .dnnFormError {
  display: none !important;
}

.RegisterCaptchaMsgWrap .dnnFormError:first-child {
  display: block !important;
}

.IconAjaxLoading {
  background: #ce1723;
}

.ResetPasswordMobileInner .dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
  margin-bottom: 0;
}

.EmailAreaHeader {
  font-weight: 700;
}

.btnSelectNewCompanyInner {
}

.btnSelectNewCompanyInner > span {
  padding: 5px 0px;
  background: #ce1723;
  max-width: 220px;
  margin: 6px 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  color: #fff !important;
}

.SelectCopmanyFocus {
  background: #ddd;
  border-top: 1px solid #ce1723;
  border-bottom: 1px solid #ce1723 !important;
}

.SelectCopmanyFocus .btnProptSelectCompany {
  display: none !important;
}

.SelectCopmanyFocus .btnSelectNewCompanyTrigger {
  display: block !important;
}

span#lblHasQtyBreak.VAPHasQtyBreak0 {
  display: none;
}

.LockForScroll #Form {
  overflow: hidden;
}

.AdvanceSearchActive {
  display: block !important;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px !important;
  position: absolute;
  z-index: 1000;
  top: 30px;
}

.AdvanceSearchActive #MinimalViewBtnWrap,
.AdvanceSearchActive .CatalogueCtrl {
  color: #ffffff !important;
}

.SortOrder.disabled {
  color: #666 !important;
}

.FilterProductCtrlInnerA {
}

.AdvanceSearchActive select option {
  color: #333;
}

.AdvanceSearchActive .FilterProductCtrlInnerB {
  width: initial !important;
  text-align: left;
  padding-right: 10px;
}

.AdvanceSearchActive .FilterProductCtrlInnerA {
  width: initial !important;
}

.QuoteTabMobile {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  font-size: 12px;
  margin-top: 5px;
}

.QuoteTabMobile ul {
  margin: 0;
  float: left;
  width: 100%;
}

.QuoteTabMobile ul li {
  width: 33%;
  float: left;
  text-align: center;
}

.QuoteTabMobile ul li a {
  font-weight: 700;
  color: #333;
}

.QuoteTabMobile ul li .fa {
  padding-right: 4px;
}

.QuoteTabMobile ul li:nth-child(1) {
  text-align: left;
}

.QuoteTabMobile ul li:nth-child(2) {
  text-align: center;
}

.QuoteTabMobile ul li:nth-child(3) {
  text-align: right;
}

.QuoteTabMobile ul .ui-tabs-active {
  background: url(/Portals/0/JA_Skin/cIntro-shadow-red.png) bottom center
    no-repeat;
  background-size: 100%;
}

.QuoteTabMobile .ui-tabs-panel {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.TurnQuoteIntoOrderMobileWrap {
  float: left;
  width: 100%;
  text-align: center;
}

.TurnQuoteIntoOrderMobileWrap .btnTurnQuoteIntoOrder {
  float: none !important;
}

.QuoteEditBalance .CustomerQuoteFooterAction {
  margin-top: 10px;
}

.QuoteEditBalance .CustomerQuoteFooterAction > span {
  width: 32% !important;
  text-align: center;
  margin: 0;
  display: inline-block;
  font-size: 13px;
}

.AdvancedEditTab > div > .AddMyOwnProduct,
.AdvancedEditTab > div > .EditCustomer {
  width: 100%;
  line-height: 1.5em !important;
  font-size: 12px !important;
  margin: 0;
  font-weight: 400;
}

.QuoteTabMobile .QuoteCtrlHeader {
  font-weight: 400;
}

.AdvancedActionTab .QuoteActionHeader {
  display: none !important;
}

.AdvancedEditTabColL,
.AdvancedEditTabColR {
  float: left;
  width: 50%;
}

.AdvancedActionTab .QuoteCustomerActions {
  margin-top: 0;
}

.AddressesFull textarea,
.QuoteAcceptanceTerms textarea {
  padding: 10px;
}

.FTPBoxWrapper .FTPLine > span:first-child {
  width: 25% !important;
  display: inline-block;
  font-weight: 700;
}

.FTPBoxWrapper .ValueLabel {
  font-weight: 400;
}

.ValuesRow {
  padding: 10px 0px;
}

.lblFTPHeading {
  font-weight: 700;
}

.AddressRow_MainHeading_Toggle {
  border-bottom: 1px solid #dddddd;
}

.Togglefalse::after {
  content: "\f078";
  float: right;
  font-size: 16px;
  font-family: FontAwesome;
  padding-right: 10px;
}

.Toggletrue::after {
  content: "\f077";
  float: right;
  font-size: 16px;
  font-family: FontAwesome;
  padding-right: 10px;
}

.ToggleQuoteMobileAction,
.ToggleInvoiceMobileAction {
  font-weight: 700;
  color: #ce1723;
}

.ToggleQuoteMobileAction.active:after,
.ToggleInvoiceMobileAction.active:after {
  content: "\f077";
  font-family: FontAwesome;
  padding-left: 5px;
}

.ToggleQuoteMobileAction:after,
.ToggleInvoiceMobileAction:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 5px;
}

.FullWidthMobileCtrlCol {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.FullWidthMobileCtrlCol.active {
  display: block !important;
}

.FullWidthMobileCtrlCol .MobileActionItem {
  width: 23% !important;
  float: none !important;
  display: inline-block;
  margin-right: 1% !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}

.FullWidthMobileCtrlCol_Invoice .MobileActionItem {
  width: 25% !important;
}

.FullWidthMobileCtrlCol .MobileActionItem:last-child {
  margin-right: 0 !important;
}

.FullWidthMobileCtrlCol .MobileActionItem .fa {
  padding-left: 0;
  font-size: 14px !important;
  padding-right: 3px;
  line-height: 2em;
}

.lblMultiCartMobile {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
}

.lblMultiCartMobile > span {
  color: #ce1723 !important;
  font-size: 12px;
}

.lblMultiCartMobile > span:before {
  content: "Adding To:";
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #333 !important;
}

.QuoteRow_AddNew .QuoteCustomerAddProdBySearch {
  float: left;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5em;
}

.QuoteRow_AddNew .QuoteCustomerAddProdBySearch .fa {
  padding-right: 5px;
}

.edMaps_html > a {
  display: none !important;
}

.edMaps_markerWrapper .edMaps_html > a {
  display: block !important;
  background: #ce1723;
  width: 40%;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 3px 5px;
}

.edMaps_map.edMaps_theme__default-Default
  .edMaps_markerWrapper
  > .edMaps_markerActions {
  display: none;
}

.btnPromptrefresh {
  padding: 5px;
  margin-left: 5px;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 4px;
}

.MobileGroupMenu {
  width: 100%;
  display: none;
}

.MobileGroupMenu.active {
  display: block;
}

.MobileGroupMenu > .CustomerGroupQuantityCtrlWrap,
.MobileGroupMenu > .CustomerGroupQuantityWrap {
  float: left;
}

.MobileGroupMenuTrigger,
.MobileGroupMenuTrigger.active {
  float: right;
  margin-right: 30px;
  font-style: normal;
  color: #000;
}

.MobileGroupMenuTrigger:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
}

.MobileGroupMenuTrigger.active:after {
  content: "\f077";
}

.MobileOnlyCheckoutAddMoreItemsWrapper {
  text-align: center;
  float: right;
  width: 100%;
}

.ReviewOrderCtrlWrap {
  float: right;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.MobileOnlyCheckoutAddMoreItemsWrapper .CtrlCaption {
  text-decoration: underline;
  font-weight: 600;
}

.MobileOnlyCheckoutAddMoreItemsWrapper .fa {
  padding: 0;
}

.ROInputValidated {
  border: 1px solid #ce1723;
}

.ROInputValidatedCheck {
  color: #ce1723;
  font-weight: 700;
  font-style: italic;
}

.btnUpdateOrderReminder {
  transition: all 1s ease;
  color: #ce1723 !important;
  font-weight: 700 !important;
}

.AccSaveProfileWrap {
  margin-bottom: 10px;
  text-align: right;
}

.LinkedAccountsForEmployeeWrap {
  max-height: 400px;
  overflow: auto;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.LinkedAccountsForEmployee {
  width: 100%;
  border: none;
}

.LinkedAccountsForEmployee th,
.LinkedAccountsForEmployee td {
  padding-left: 1%;
}

.LinkedAccountsForEmployee td {
  border: none;
}

.LinkedAccountsForEmployee tr {
  border-bottom: 1px solid #ccc;
  font: 12px arial;
  height: 32px;
  line-height: 32px;
}

.AOLinkedAccountPanelFooterCtrl {
  text-align: right;
}

.AccountManagmentCol_Checkbox {
  text-align: center;
}

.pAddNewUserTable {
  width: 100%;
}

.pAddNewUserTable tr {
  height: 50px;
  line-height: 50px;
  width: 98%;
  border-bottom: 1px solid #ccc;
}

.pAddNewUserTable td {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding-left: 10px;
}

.pAddNewUserTable td:first-child {
  width: 20%;
  padding-left: 0px;
  font-weight: bold;
}

.pAddNewUserTable td input[type="text"] {
  line-height: 30px;
  width: 100%;
  height: 30px;
  padding-left: 10px;
}

.pAddNewUserTable td select {
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
  background: url(/Portals/0/JA_Skin/DDLarrow.png) no-repeat;
  background-position: 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
  padding: 0px 10px;
  font-weight: 400;
}

.AddNewUserButtonWrap {
  text-align: right;
}

.pAddNewUserTable tr:last-child {
  border-bottom: none;
}

.ModDNNGoxEventC .rsvp-btn .error-msg {
  margin-left: 30px;
}

#divResetPassword {
  display: none;
}

.JAPOPupWrap_Active #divResetPassword {
  display: block;
}

.edMaps_html > .lnkMapTelNo {
  display: inline-block !important;
  margin: 0px 0px 1em;
  pointer-events: none;
}

.edMaps_markerWrapper .edMaps_html > .lnkMapTelNo {
  width: initial !important;
  background: none;
  display: inline-block !important;
  color: #ce1723;
  padding: 0;
  margin: 0px 0px 1em;
  pointer-events: none;
}

.rangeProductIcon {
  float: right !important;
}

.JAFloatCtrl .dropdownItem > .fa {
  float: left;
  width: 15px;
  line-height: 23px;
}

.JAFloatCtrl .dropdownItem > span:last-child {
  display: inline-block;
  padding-left: 3px;
  float: left;
  width: calc(100% - 20px);
}

.JA_RecordEmpty {
  line-height: 32px;
}

.JA_SearchResultLine_TotalExGST_01:before {
  content: "$";
}

/*flip*/
.flip_box_IE {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  vertical-align: top;
  position: absolute;
  display: block;
}

.flip_box_IE .rotate {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /*.rotate  backface is visible so that static.rotate  still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.flip_box_IE.applyflip .rotate {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip_box_NotSupported .rotate .front,
.flip_box_NotSupported .rotate .back {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}

.flip_box_IE .rotate .front,
.flip_box_IE .rotate .back {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.flip_box_IE .rotate .front,
.flip_box_IE.applyflip .rotate .front {
  transform: rotateY(0deg) translate(0, -50%);
  -webkit-transform: rotateY(0deg) translate(0, -50%);
  -moz-transform: rotateY(0deg) translate(0, -50%);
  -o-transform: rotateY(0deg) translate(0, -50%);
  -ms-transform: rotateY(0deg) translate(0, -50%);
}

.flip_box_IE .rotate .back,
.flip_box_IE.applyflip .rotate .back {
  transform: rotateY(-180deg) translate(0, -50%);
  -webkit-transform: rotateY(-180deg) translate(0, -50%);
  -moz-transform: rotateY(-180deg) translate(0, -50%);
  -o-transform: rotateY(-180deg) translate(0, -50%);
  -ms-transform: rotateY(-180deg) translate(0, -50%);
}

.flip_box_IE .rotate .front,
.flip_box_IE.applyflip .rotate .back {
  /* IE Hack. Halfway through the.flip_box_IE flip, set visibility. Keep other browsers visible throughout the.flip_box_IE flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0ms linear 170ms opacity 30ms;
  visibility: visible;
}

.flip_box_IE.applyflip .rotate .front,
.flip_box_IE .rotate .back {
  /* IE Hack. Halfway through the.flip_box_IE flip, set visibility. Keep other browsers visible throughout the.flip_box_IE flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0ms linear 170ms opacity 30ms;
  visibility: hidden;
}

.flip_box_IE .rotate .back ul,
.flip_box_IE .rotate .back span,
.flip_box_IE .rotate .back a {
  opacity: 0;
}

.flip_box_IE.applyflip .rotate .back ul,
.flip_box_IE.applyflip .rotate .back span,
.flip_box_IE.applyflip .rotate .back a {
  opacity: 1;
}

@keyframes stayvisible {
  from {
    visibility: visible;
  }

  to {
    visibility: visible;
  }
}

@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }

  to {
    visibility: visible;
  }
}

@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }

  to {
    visibility: visible;
  }
}

@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }

  to {
    visibility: visible;
  }
}

@-ms-keyframes donothing {
  0% {
  }

  100% {
  }
}

.applyBack .rotate .front {
  display: none;
}

.applyBack .rotate .back {
  display: block;
}

.applyBack .rotate .back .Tile_desc {
  top: 50%;
}

.TileOneByOne .back p,
.back .Tile_desc,
.backInnerVertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.TileOneByOne .back p,
.back .Tile_desc,
.backInnerVertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.DnnModule-HfLabsDnnJobListing .form-group label[for="state"] {
  display: none;
}

.DnnModule-HfLabsDnnJobListing .form-group input#state {
  display: none;
}

/*Edge*/
@supports (-ms-accelerator: true) {
  html {
    background: url("/Portals/0/JA_Skin/Metal-Texture_Brushed-Steele.jpg")
      no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body {
    background: transparent !important;
  }

  .body_bg {
    background: none !important;
  }

  .RegisterOn2SiteWrap .dnnFormItem input[type="text"],
  .RegisterOn2SiteWrap .dnnFormItem input[type="password"] {
    height: 47px;
  }

  .RegisterOn2SiteWrap .dnnFormItem select {
    height: 47px;
  }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    background: url("/Portals/0/JA_Skin/Metal-Texture_Brushed-Steele.jpg")
      no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body {
    background: transparent !important;
  }

  .body_bg {
    background: none !important;
  }

  .RegisterOn2SiteWrap .dnnFormItem input[type="text"],
  .RegisterOn2SiteWrap .dnnFormItem input[type="password"] {
    height: 47px;
  }

  .RegisterOn2SiteWrap .dnnFormItem select {
    height: 47px;
  }
}

.InvoicesPopUpTrigger {
  width: 50%;
  padding-right: 60px;
  top: -21px;
  font-size: 12px;
  float: right;
  position: relative;
}

.ModHfLabsDnnJobListingC .listingViewOption li {
  padding: 0px !important;
}

.ModHfLabsDnnJobListingC .listingViewOptionLeft {
  width: 34%;
}

.ModHfLabsDnnJobListingC .listingViewOptionRight {
  width: 66%;
}

.wod-toggle-container {
  display: inline-block;
}

.Normal p.wod-toggle-p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #666 !important;
}

.wod-toggle {
  border-top: 1px solid #9c9c9c;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.btn-toggle,
.btn-toggle-mobile {
  padding: 0;
  position: relative;
  border: 3px solid #d8332d;
  height: 1.4rem;
  width: 2.8rem;
  border-radius: 1.4rem;
  background: #ed3832;
  margin: 5px;
}

.toggle-handle,
.toggle-handle-mobile {
  width: 1rem;
  height: calc(1rem - 1px);
  border-radius: 1rem;
  background: white;
  transition: 0.5s;
  float: right;
}

#dnn_CountdownPane {
  opacity: 1;
  animation: bounceInUp 2s;
}

#dnn_CountdownPane.clicked {
  opacity: 0;
  animation: bounceOutDown 2s;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.toggle-handle.clicked,
.toggle-handle-mobile.clicked {
  transform: translateX(18px);
}

.logo-wod.clicked,
.logo-branch-grey.clicked,
.Shop-WOD .logo-wod-grey,
.Shop-WOD .logo-branch,
.logo-wod-mobile.clicked,
.logo-branch-grey-mobile.clicked,
.Shop-WOD .logo-wod-grey-mobile,
.Shop-WOD .logo-branch-mobile {
  display: none;
}

.logo-wod-grey.clicked,
.logo-branch.clicked,
.logo-wod-grey-mobile.clicked,
.logo-branch-mobile.clicked {
  display: inline-block;
}

.toggle-handle.clicked-WOD,
.toggle-handle-mobile.clicked-WOD {
  transform: translateX(-18px);
}

@media only screen and (max-width: 1600px) {
  .branch > img {
    display: none;
  }

  .branch .tooltip {
    opacity: 1;
    font-family: "Architects Daughter", cursive;
  }

  .branch .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 18px;
  }
}

.branch .logo-wod,
.branch .logo-branch-grey,
.logo-wod-grey.clicked-WOD,
.logo-branch.clicked-WOD,
.branch .logo-wod-mobile,
.branch .logo-branch-grey-mobile,
.logo-wod-grey-mobile.clicked-WOD,
.logo-branch-mobile.clicked-WOD {
  display: none;
}

.logo-wod.clicked-WOD,
.logo-branch-grey.clicked-WOD,
.logo-wod-mobile.clicked-WOD,
.logo-branch-grey-mobile.clicked-WOD {
  display: inline-block;
}

.delivery-header {
  border-width: 0px;
  width: 6rem;
  padding: 0 0.5rem;
  border-right: 1px solid black;
}

.delivery-header-truck {
  border-left: 1px solid black;
}

.delivery-header-metro {
  margin-right: 2rem;
}

.countdown-timer-container {
  display: none;
}

.countdown-timer {
  text-align: center;
}

.countdown-timer ul {
  margin: 0px;
  padding: 0;
}

.countdown-timer li {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
}

.countdown-timer-text {
  font-family: Arial;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.CountdownPane .contentpane .Normal {
  float: right;
  margin-right: 320px;
  margin-top: 5px;
  line-height: 16px;
}

.MobileContent .shopBackground .Tile_Logo {
  margin-top: 10rem;
}

@media (max-width: 480px) {
  .CountdownPane {
    position: fixed;
    bottom: 20px;
    background: #fff;
    margin: 0 10px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
  }

  .CountdownPane .contentpane .Normal {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }

  .countdown-timer-text {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
  }

  .countdown-timer {
    margin-top: 0;
  }

  .countdown-timer li {
    font-size: 16px;
    line-height: 1.2;
  }
}

.brand-logo {
  width: 60px;
  margin-top: -60px;
  float: right;
}

.wodTab,
.wodTabMobile {
  float: left;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 2px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  border-left: 2px solid #b7b7b7;
  padding-left: 8px;
  padding-right: 8px;
  width: 150px;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wodTabSelected,
.wodTab:hover {
  background-color: #cb0026;
  color: white;
}

.flag-wod-shop {
  width: 60px;
}

@media (max-width: 480px) {
  .flag-wod-shop {
    width: 40px;
  }
}

/*UAT Shop-Wod fixes*/

.Shop-WOD .CatalogueCtrlWrap {
  padding-top: 6px;
}

.Shop-WOD .row.JA_shop_searchrow {
  margin-top: 0px;
}

.Shop-WOD .radcliffe-electrical-logo {
  margin-top: 15%;
}

.Shop-WOD .ProductDisplayGridImageHolder {
  height: inherit;
}

.Shop-WOD table.SearchRadioButtonList.normalRadioButton {
  font-size: 12px;
  font-family: Arial;
  height: 100%;
  margin-top: 12px;
}

.Shop-WOD .SearchTxt .SearchBox {
  display: inline;
}

.Shop-WOD .IconWrap {
  padding: 10px;
}

.Shop-WOD .RecentlyViewedIcon.IconWrap {
  padding: 0px;
}

.Shop-WOD .TwoPaneRightHolder {
  margin-top: 5px;
}

.Shop-WOD .JASlideFilterBtnWrap {
  padding: 8px;
}

.Shop-WOD .wodTabsContainer {
  z-index: 999;
  width: 70%;
  float: left;
  box-shadow: inset -50px 0px 25px -60px rgba(0, 0, 0, 0.4);
  padding: 4px;
}

.wodTabsContainer::-webkit-scrollbar {
  display: none;
}

.Shop-WOD .ProductLoadGridWrapper {
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  width: 100%;
}

.wodTabs,
.wodTabsMobile {
  width: 1350px;
  display: table;
  z-index: -1;
}

#lblJobName.lblAvailabilty,
#Label2.lblBinLocation {
  font-size: 12px;
}

/************Hide and show WOD tile**************/

.hideWOD .WODLink {
  display: none !important;
}

.hideWOD .normalShopContainer {
  padding-top: 30px !important;
}

.showWODD .normalShopLink {
  display: none;
}

.ProductDisplayGridIconHolder .Mobile-Brand-Display {
  display: none;
}

.row.JA_shop_searchrow .col-sm-8 {
  padding: 0;
}

.row.JA_shop_searchrow .col-sm-8 .SearchTxt {
  padding-right: 15px;
  padding-left: 15px;
}

span.SearchCheckBox {
  padding-left: 8px;
}

.FilterProductCtrlInnerB1 .mark {
  display: none;
}

.FilterProductCtrlInnerB1 label.dnnBoxLabel:before {
  content: "\f096";
  font-family: FontAwesome;
  letter-spacing: 4px;
  display: inline-block;
  font-size: 18px;
  float: left;
  margin-top: 1px;
}

.FilterProductCtrlInnerB1 .dnnCheckbox-checked + label.dnnBoxLabel:before {
  letter-spacing: 4px;
  content: "\f14a";
}

.FilterProductCtrlInnerB1 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.hideInDesktop {
  display: none;
}

.hideInDesktop span {
  font-weight: 700;
}

.MyCartStockHeader.hideInDesktop {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.MyCartStockHeader.hideInDesktop .JA_StockAvailability {
  width: 100%;
  margin-left: 0px;
}

.horizonal-carousel-container {
  position: relative;
}

.horizonal-carousel-container .left-arrow,
.horizonal-carousel-container .right-arrow {
  font-size: 24px;
  z-index: 999;
  float: left;
  width: 10%;
  text-align: center;
  line-height: 45px;
}

.vertical-carousel-container .top-arrow,
.vertical-carousel-container .bottom-arrow {
  font-size: 18px;
  z-index: 999;
}

.horizonal-carousel-container .left-arrow,
.horizonal-carousel-container .right-arrow {
  /*position: absolute;
    top: 0;*/
}

.vertical-carousel-container .top-arrow,
.vertical-carousel-container .bottom-arrow {
  line-height: 10px;
  text-align: center;
}

.horizonal-carousel-container .left-arrow {
  /*left: 0;*/
}

.horizonal-carousel-container .right-arrow {
  /*right: 0;*/
}

.horizonal-carousel-container .desktop-display {
  width: 90%;
  float: left;
}

.horizonal-carousel-container .ProductImageGroup {
  margin: 0 auto;
}

.ModAOViewAProductC .GTIN1.width100 {
  overflow: visible;
}

.ModAOViewAProductC .BRAND_LOGO {
  float: right;
}

.ModAOViewAProductC .BRAND_LOGO img.brand-logo {
  width: 75px;
  height: initial;
  margin-top: -22px;
}

.QuoteCtrlTop .QuoteCtrl_QN {
  white-space: nowrap;
}

.UnitOfMeausre {
  height: 22px;
  overflow: initial;
}

@media screen and (min-width: 991px) and (max-width: 1600px) {
  _:-ms-fullscreen,
  :root .FilListGrid {
    width: 32.3% !important;
    padding: 1% !important;
    margin-right: 1% !important;
  }

  _:-ms-fullscreen,
  :root .ProductDisplayGrid:nth-child(3n-2) {
    border-left: none !important;
    border-left-width: 0px !important;
    clear: both !important;
  }

  _:-ms-fullscreen,
  :root .ProductDisplayGrid:nth-child(4n-3) {
    clear: none !important;
  }
}

.branch_number {
  font-size: 18px;
  margin-right: 20px;
}
