/*main.css Stylesheet */
span.ShipValue {
    padding-left: 15px;
}
#catalogwebcartfunctions12
{
	display:none;
}

/*tr {
	display: inline !important;
    color: red !important;
	background-color: yellow;
	bold: true
}*/

/*BCM 10/19/2017*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .JobWorksheetTable {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
@media (min-width: 768px) {
    .generated_for_mobile {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}
/*BCM 10/19/2017*/



/* ****************************************************************/
@media (min-width: 320px) {
	
.cBodyTable {
    text-align: left;
    min-height: 630px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    background: #fff;
    margin-top: 1px!important;
}
body {
    font-family: 'Roboto', sans-serif!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		height: 0px;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background-color: #ebebeb!important; */
}
.cBodyTable.container {
    /* max-width: 100%!important; */
    /* width: 100%!important; */
}
.container {
    max-width: 100%!important;
}
.h1, h1 {
    font-size: 2.2rem;
}
a, .title {
    color: #00a2ee;
}

.orig-price {
    text-decoration: line-through;
    display: block;
    color: red;
}
.table      { display: table; }
.table-row  { display: table-row; }
.table-cell {
    display: table-cell;
    text-align: left;
}
.table-row--headers .table-cell {
    background: #f9f9f9;
    line-height: 17px;
    font-size: 14px;
    vertical-align: bottom;
}
.detailhead {
    padding: 5px;
}
table.OpenOrders {
    width: 100%;
}
.DetailHistoryHead {
    padding: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.DetailHistoryLine {
    padding: 5px;
}
.DetailHistoryPricing {
    padding: 0 !important;
    text-align: right !important;
}
.OrderHeaderTable td {
    padding: 3px 10px;
    border: 1px solid;
}
.OrderAddressTable {
    border: 1px solid;
}
.OrderAddressTable td {
    padding: 3px 10px;
}
.RowSpacer {
    border-top: 20px solid transparent;
}
select:active,
select:hover {
    outline: none!important;
}
#PleaseWaitSpinner {
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    width: 300px;
    height: 200px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: lightgrey;
    z-index: 1002;
    text-align: center;
    font-size: 16px;
    overflow: auto;
    font-weight: bold;
}
#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}
table#JWG2, table#JWG3 {
    width: 100%;
}
table#JWG3 input {
    width: auto;
}
table#JWG3 .DetailHead {
    background: #f5f5f5;
}
button[name="SendSelectedToCart"] {
    background: #306B34;
    margin: 20px 0;
}
td#lblworksheetname {
    background: #f5f5f5;
    padding: 5px 10px;
}
td#lblworksheetname h1 {
    font-size: 32px;
    margin-bottom: 0px;
}
tr#cb_jobworksheetfunctions_tr_40 td {
    padding-top: 15px;
}
.ProductTotalRow td,
.checkoutsubmitfunctions_tr_130 td {
    text-align: right;
}
.ProductTotalRow {
    background: #f3f3f3;
}
.TileAddToCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.TileAddToCart input[type="text"] {
    height: 28px;
    vertical-align: top;
    width: 35px;
}

.standardordernotes {
    width: 100%;
}

#DO3 .Norm2,
#DO4 .Norm2,
#DOS3 .Norm2,
#DOS4 .Norm2 {
    /* width: 35%; */
    
    clear: left;
}

#checkoutbillingfunctions68 {
    text-align: left !important;
}

.Norm3 {
    text-align: left !important;
}
.catalogwebcartfunctions_tr_33 {
    float: right;
}

a.button.addCart {
    float: left;
    width: 100%;
}
.btn {
    background: #0f3974;
    font-weight: 600;
    color: #fff;
}
.btn-addtocart {
    background: #0f3974;
    border-bottom: 3px solid #353535;
}
.btn.btnSubmit {
    background: #00a2ee;
}
input.dp-qty {
    width: 60px;
    height: 38px;
    margin-right: 4px;
}
.SubmitOrderCell button {
    background-color: #00a2ee;
}
	form {
    margin: 0px!important;
}
button {
    background: #00a2ee;
    color: #fff!important;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}
.PrintBtnCell {
    display: none;
}
.TiledLayoutCellContent {
    padding-bottom: 30px;
}
/*before new responsive*/

.navbar-default.row {
    min-height: 722px;
    border-radius: 5px;
    box-shadow: none!important;
}
.container {
    padding: 0px!important;
}
.navbar-collapse {
    max-height: none!important;
}
.table {
    border: none;
    border-color: #ddd;
}
.table-responsive {
    border: none!important;
}
.navbar-toggle,
.navbar-toggle:hover {
    background-color: #fff!important;
}
span.icon-bar {
    background-color: #fff!important;
}





    .RecentViewTable {
        width: 98%;
        float: left;
        margin: 1%;
        margin-bottom: 20px;
        padding-left: 30px;
    }
button.js-slideout-toggle {
    background: #00a2ee;
    height: 35px;
    line-height: 0px;
    padding: 0px 15px;
    margin-left: 20px;
}
img.menu-icon {
    width: 15px;
}
    .LogInCell {
        display: none;
    }
    div#cb_detailproduct238 {
        float: right;
        width: 100%;
    }
    #MiscTable #MiscTable {
        width: 100%;
        float: left;
    }


div#sidebar26 {
    display: none;
}
    div#sidebar128 {
        display: none;
    }
#cb_detailproduct92 {
    display: inline-table;
    left: -142px;
    position: relative;
}
.netQty92 {
    left: 75px !important;
    position: relative;
}
.navbar-default {
    background-color: transparent!important;
    background-image: none!important;
}
.row {
    padding: 0px;
    /* margin: 0px!important; */
}
.navbar-default {
    margin: 0px !important;
    /* overflow: hidden; */
    /* background: #fff !important; */
}
.navbar-default .navbar-toggle {
    border-color: #0D4A77;
    background-color: #0D4A77!important;
}
.catalogwebcheckoutfunctions_tr_19 {
    overflow: hidden;
}
div#SCT1 {

}
div#SCT1 > .Cat1 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 0px solid #eee;
    padding-left: 5px;

}
div#SCT1 > .Cat1 a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    font-weight: 600;
    padding-right: 20px;
}
div#SCT1 > .Cat1 a:after {} div#SCT1 > .Cat1:hover a {
    /* color: #FFFFFF; */
    
    text-decoration: underline;
}
div#SCT1 > .Cat1:hover {
    background-color: rgba(40, 52, 60, 0.12);

}
.Cat1 a {
    margin-left: 15px;
    display: block;
}
.accnt .Cat1 a {
    /* padding: 3px 0px; */
}
.FilterResultsBy hr {
    border: none;
}
.FilterResultsBy {
    float: left;
    width: 100%;
}
.SidebarShop, .SidebarAccountHeading, .SidebarOrder, .SidebarQuick, div#sidebar167, div#sidebar179, div#search8 {
    color: #fff!important;
    line-height: 22px;
    padding-left: 10px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px!important;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    background-color: #06162e;
}
.SidebarShop {
    /* display: none; */
}
.LogOutCell {
    display: none;
}
div#search8 a {
    color: #EAC117!important;
    margin-left: 0px!important;
}
img.CatImage {
    max-height: 100%;
    max-width: 100%;
}
#advancedwebpagefunctions42 {
    /* height: 250px;*/
}
div#cb_detailproduct147 {
    text-align: center;
}
div#cb_detailproduct193 {
    float: left;
    width: 100%;
}
div#cb_detailproduct95 {
    float: left;
    width: 50%;
}
div#getProductMemo {
    width: 50%;
    float: left;
}
div#cb_detailproduct66div {
    display: table;
}
div#cb_detailproduct12 {
    display: table-row;
}
div#cb_detailproduct13 {
    display: table-cell;
}
div#cb_detailproduct8 {
    display: table-row;
}
div#cb_detailproduct9 {
    display: table-cell;
}
a.DetailLine.DetailLineSKUAnchor {
    color: #bd0808!important;
    text-decoration: underline!important;
}
tr.DetailGridRowPreAppApproved:nth-child(even) {
    background: #f3f3f3;
}
tr.DetailGridRowPreAppApproved td {
    font-size: 12px!important;
    /* vertical-align: top!important; */
}
.SearchImageCell img {
    max-width: 100px!important;
}
.navbar-toggle {
    z-index: 9999;
}



/* sidebar */

div#sidebar5 > div {
    border-bottom: thin dotted #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
div#sidebar54 {
    color: rgb(162, 66, 49);
    font-weight: 600;
    padding-left: 10px;
}
/*account, login*/

.sidebar_tr_46, .sidebar_tr_48, div#sidebar70, .accountfunctions_tr_369, .sidebar_tr_88, .accountfunctions_tr_372 {
    /* display: none; */
}
 .sidebar_tr_88, .sidebar_tr_92 {
     display: none; 
}
/*home link*/

a#sidebar29anchor {
   /* display: none;*/
}
/*home link*/

div#writeAccountFunctionSidebar div {} div#advancedwebpagefunctions81 {
    padding-bottom: 10px;
}
div#dsc-03 {
    min-height: 170px;
}
div#advancedwebpagefunctions12,
#accountfunctions6 {
    background-color: #ffffff;
    border-bottom: 1px solid #d7ceb4;
    border-left: 1px solid #d7ceb4;
    border-right: 1px solid #d7ceb4;
    box-shadow: 1px 2px 8px rgba(215, 206, 180, 0.5);
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
}
tr#accountfunctions_tr_236 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
form#datefilter {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
    background: #efefef;
    padding: 15px;
}
form#datefilter a {
    display: inline-block;
    padding: 9px 15px;
    background: #0f3974;
    color: #fff;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.AccountRefresh {
    padding: 0px!important;
}
.AccountRefresh > a {
    background-color: #01375D;
    border: thin solid;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px;
    text-decoration: none;
    float: left;
    margin-left: 5px;
}
table.DateFilterArea {
    width: 100%;
}
.DateFilterArea {
    padding: 0 20px;
}
.Cat1.PostLoginCell {
    border-radius: 5px 5px 0 0;
    color: #fff004;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    background: #192c48;
}
.AddToCart:hover {
    opacity: .8;
}
#dispdetprodcart #QTY0 {
    background-color: #FFF;
    border: thin solid #ccc;
    /* border-radius: 2px; */
    
    font-size: 14px;
    height: 28px;
}
#dispdetprodcart .AddToCart {
    vertical-align: bottom;
    display: inline-block;
}
div#subcats11 {
    margin-bottom: 20px;
}
img[src="reports.gif"] {
    color: #333;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
div#subcats15 {
    height: 160px;
    overflow: hidden;
    width: 200px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.SubcatRow.row {
    margin: 0px;
}
.SubCatTable {
    padding: 15px!important;
    box-shadow: 0 0 3px #cecece;
    height: 100%;
}
div#subcats12 {
    margin-bottom: 15px;
    font-size: 19px;
}



/* Detail Product Page**********************************************************/


.item-desc {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 4px;
}
.dp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.dp-image-wrapper {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    margin-right: 5%;
    text-align: center;
}
.dp-image-wrapper span {
    width: 100%;
    height: 360px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
}



/* Image and Price Box**********************************************************/

.DetImage {
    max-width: 100%;
    max-height: 100%;
}
.dp-image-wrapper .DetImage {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.dp-image-wrapper .zoomImg:hover {
    cursor: crosshair;
}
.dp-image-wrapper a {
    display: inline-block;
    width: 24%;
    border: 1px solid #ddd;
    height: 55px;
    vertical-align: bottom;
    margin: 5px 0;
}
img.ThumbImage {
    max-width: 100%!important;
    max-height: 100%;
}
.price-box {
    text-align: left;
    padding: 25px 0 25px 7px;
    vertical-align: top;
    border-top: 1px solid #eee;
    font-size: 14px;
}
.price-row {
    padding-bottom: 10px;
}
.price-box .DetailHead2 {
    line-height: 1;
    display: inline-block;
}
.price-box .DetailLine2 {
    font-weight: 700;
    color: #00a2ee!important;
    line-height: 1;
    display: inline-block;
}
.qty-add-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.qty-add-row .btn-addtocart {
    height: 40px;
    padding: 0 30px;
    width: auto;
}

.qty-add-row .number-stepper {
    background: #f5f5f5;
    border: 1px solid gray;
    border-radius: 3px;
    display: inline-flex;
    margin-right: 10px;
}
.qty-add-row .number-stepper button {
    box-sizing: border-box;
    width: 30px;
    height: 38px;
    padding: 0 6px;
    border: none;
    background: 0 0;
    color: #333!important;
    font-size: 22px;
    outline: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.qty-add-row .number-stepper input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    border: none;
    padding: 0;
    outline: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -moz-appearance: textfield;
    background: #fff;
}
.addworksheet-row {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.AddToJobWorksheet-label {
    font-size: 14px;
	line-height: 1.4;
    margin-bottom: 2px!important;
    font-weight: 600;
}
.AddToJobWorksheet-select {
    font-size: 14px;
}
/* Image and Price Box**********************************************************/




/*************************** InfoTable ********************************/

.InfoTableContainer {
    text-align: left;
    padding: 0px 0;
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.table--info-table {
    margin: 1rem 0;
}
.InfoTableContainer .table-cell {
    padding: 4px 7px;
    line-height: 1.4;
}
.InfoTableContainer .table-cell.table-cell-label {
    line-height: 1.4;
    font-weight: 600;
    width: 150px;
}
.InfoTableContainer .table-cell-value {
    
}
/*************************** InfoTable *******************************/



/* Tabs **********************************************************/
.dp-tabs-wrapper {
    margin: 35px 0;
    width: 100%;
}
.dp-tabs-wrapper .nav-link {
    border-top: 3px solid transparent!important;
    color: #0f3974!important;
}
.dp-tabs-wrapper .nav-link.active {
    border-top: 3px solid #0f3974!important;
}
div#tabContent {
    text-align: left;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.tab-content .table-cell.table-cell-label {
    background: #f3f3f3;
    text-transform: uppercase;
    line-height: 1.4;
    /* white-space: nowrap; */
    width: 25%;
}
.tab-content .table-cell {
    padding: 8px 55px 8px 25px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.info-table-header {
    padding: 10px;
    font-weight: 700;
}
/* Tabs **********************************************************/

/******************* Upsell ************************************/
.upsellgrid {
    margin-top: 30px;
    width: 100%;
	max-width: 100%;
}
.product-recommendations-header {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.RecentlyViewed {
    display: block;
    width: 100%;
}
.item-cards-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.item-card {
    width: 23%;
    text-align: left;
    margin-right: 2%;
    padding: 20px;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.item-card-img {
    max-width: 300px;
    margin-bottom: 10px;
}
.item-card-img img {
    height: 130px;
}
.item-card-details {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.item-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 18px;
}
.item-card-label, .item-card-data {
    padding-bottom: 7px;
}
.item-card-label {
    /* width: 95px; */
    padding-right: 7px;
}
.item-card-row-Description .item-card-label {
    display: none; 
}

.item-card-header {
	font-weight: bold;
}

/********************** Upsell *********************************/

.SocIntgDiv {
    background-color: transparent!important;
}
.cb_detailproduct_tr_63 {
    background-color: #fff!important;
    padding-top: 15px;
    width: 100%;
}
.cb_detailproduct_tr_63 .DetailHead2 {
    text-align: right!important;
    line-height: 23px!important;
}
div#cb_detailproduct118 {
    display: table-row;
}
div#cb_detailproduct119 {
    display: table-cell;
}
div#cb_detailproduct2div > div {
    background-color: rgb(255, 255, 255);
    border-bottom: thin solid darkred;
    padding-bottom: 10px;
    padding-top: 10px;
}
div#cb_detailproduct121 {
    display: table-cell;
    text-align: right;
}
div[name="13"] {
    background-color: #fff !important;
    display: table-row;
}
div[name="13"] div {
    padding-top: 20px;
}
.AddToCart {
    vertical-align: top;
    width: auto!important;
    height: auto!important;
    white-space: nowrap;
}
button.AddToCart {
    border: 0px solid #06162e;
    /* border-bottom: 2px solid #28343c; */
    background: #0f3974;
    color: #fff;
    text-transform: uppercase;
}
div[name="pricefield"] {
    font-size: 18px;
}
.Reg8 {
    font-weight: bold;
}
.DetailHead.DetailHead2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-top: 10px;
    line-height: 13px;
    vertical-align: middle;
    float: left;
    text-align: right;
    width: 25%;
    /* display: table-cell; */
}
.headerfooter_tr_3.container {
    /* position: absolute; */
    /* width: 100%!important; */
    
    bottom: -100px;
    height: 100px;
}
div#headerfooter20 {
    margin-right: auto;
    margin-left: auto;
    /* background-color: #FAFAF8; */
}
div#cb_detailproduct2div {
    display: table-row;
}
td[name="description2"] {
    color: #284B67;
    font-size: 14px;
    text-transform: uppercase;
}
td[name="pricefield"] {
    color: darkgreen;
    font-size: 14px;
}
.DetailLine.DetailLine2 {
    font-weight: bold;
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left !important;
    width: 75%;
    float: left;
    /* display: table-cell; */
}
.DetailLine2 #QTY0 {
    width: 40px;
    display: inline-block;
    height: 24px!important;
    margin-right: 5px;
    text-indent: 3px;
}
.SidebarCatTable.SidebarCatTableCG {
    line-height: 20px;
}
.CatSearchLine th {
    color: #333;
    display: table;
}
.CatSearchLine input {
    padding-right: 10px;
}
td.SideBar a {
    font-size: 12px;
    padding-left: 5px;
}
.Cat1.SidebarLoginAnchor {
    display: inline-block;
}
.Cat1.SidebarLoginCell a {
    color: black;
}
.Cat1.SidebarLoginCell a:hover {
    color: black;
    text-decoration: underline;
}
.Cat1.SidebarRegisterAnchor {
    padding: 0;
    display: inline-block;
    margin: 0px;
}



.navlink {
    padding: 13px 2px 0;
    text-decoration: none;
    color: rgb(0, 114, 181);
    font-weight: bold;
}
.navlink A:visited {
    color: #000000;
}
.navlink A:link {
    color: #000000;
    font-weight: normal;
}
.navlink A:hover {
    color: #000000;
    text-decoration: underline;
}
.Of {
    color: #000;
}
.DoubleArrow {
    color: #000;
}
.SingleArrow {
    color: #000;
}
div#dsc-19 {
    font-size: 11px;
    text-align: center;
}
div#subcats1 {
    text-align: center;
    margin-bottom: 10px;
}
div#subcats1 a {
    color: black;
}
div#dsc-01 {
    padding-top: 20px;
}
/* product table*/



/* product cats tile*/

.subcat-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.subcat {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    width: 24%;
    padding: 15px;
    margin-right: 1%;
	margin-bottom: 1%;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
}
.subcat__img-container {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
p.subcat__caption {
    color: #0f3974;
    margin-bottom: 0px;
}
img.subcat__img {
    max-width: 100%;
	max-height: 100%;
    height: auto;
} 
/* product cats*/


img {
    -ms-interpolation-mode: bicubic;
}
.DetailLineModelNumber {
    text-align: center;
}
.DetailLineQuantityAvailable {
    text-align: center;
}
.headerfooter_tr_3 {

}
#FooterDiv {
    text-align: center;
}

.TileviewCompare {
    margin: 10px;
}
.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    width: 99%!important;
    max-width: 99%!important;
    flex: 0 0 99%;
    border: 1px solid #ccc;
}
.DetailLine.TileviewPageCell {
    text-align: left;
}
.TiledLayoutContainer {
    width: 100%!important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.TileviewPageCell a {
    padding-right: 5px;
}
.TiledLayoutContainer.row {
    width: auto!important;
}
.Picture {
    height: 160px;
    overflow: hidden;
    width: 100%;
    position: relative;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    padding: 12px;
}
.TiledLayoutImg {
    border: 0 none;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    vertical-align: middle;
}
.TileAddToCart input[type="text"] {
    height: 34px;
    vertical-align: middle;
    width: 50px;
    text-indent: 5px;
}
span.tvQty {
    padding-right: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #0f3f68;
	display: none;
}
img[title="Preview"] {
    padding-top: 12px;
		display: none;
}
.TiledLayout3 {
    color: #00a2ee;
    font-size: 16px;
    padding-right: 15px;
    padding-top: 10px;
}
.TiledLayout1.TileCompare {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}
.TiledLayout1.Item3 {
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
}
.tilecompare {
    margin-right: 5px;
}
.TiledLayout3 A:link {
    text-decoration: none;
    color: #333;
}
.TiledLayout3 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout3 A:hover {
    text-decoration: none;
    color: #444;
}
.TiledLayout2 {
    color: #000000;
}
.TiledLayout2 A:link {
    text-decoration: none;
    color: #333;
}
.TiledLayout2 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout2 A:hover {
    text-decoration: none;
    color: #444;
}
.TiledLayout1 {
    color: #004080;
    line-height: 1.2;
    font-weight: normal;
}
.TiledLayout1 A:link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.TiledLayout1 A:visited {
    text-decoration: none;
    color: #333;
}
.TiledLayout1 A:hover {
    text-decoration: underline;
    color: #444;
}

div#cb_detailproduct147 span {
    height: 260px;
}
div#MiscTable {
    margin-bottom: 20px;
}
.FooterFinePrint {
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
}
.FooterLink {
    color: #333;
    font-size: 11px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}
.Banner1 {
    color: #0f3f68;
    background-color: #f5f5f5;
}
.Banner2 {
    color: #0f3f68;
    background-color: #f5f5f5;
	margin-top: 3px;
}
.DetailLine {
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle !important;
}
.detailline {
    vertical-align: middle !important;
}
.DetailLine a {
    text-decoration: none;
    color: #00a2ee;
    padding-left: 0px;
}
a.DetailLine  {
    text-decoration: none;
    color: #00a2ee;
    padding-left: 0px;
}
.DetailLine a:visited {
    text-decoration: none;
}
.DetailLine a:hover {
    text-decoration: none;
    color: #444;
}
.DetailHeadAddToCart {
    text-align: center !important;
    width: 125px;
}
td#cb_detailgrid140 {
    text-align: right;
}
.DetailLine.DetailLineAccount {
    border: medium none;
    padding-bottom: 6px;
    padding-top: 6px;
}
.DetailLine.DetailLineAccount a {
    color: #00a2ee;
    text-decoration: underline;
}
.SuccessfulSearchResultsTable {
    border: thin solid #ddd;
    border-collapse: collapse;
}
.SuccessfulSearchResultsTable tr:nth-child(2n+1) {
    background-color: #EFEEC6;
}
.OrdersBody {
    border-collapse: collapse;
}
.ordersByDate {
    width: 100%;
}
.OrderDetailBody .DetailHeadOrderMgmt {
    background-color: rgba(255, 255, 224, 0.5);
    border: thin solid #ccc !important;
}
.AlternateDetailPriceLabel {
    font-size: large;
    width: 30%;
}
.AlternateDetailProductNumber {
    color: Maroon;
}
.AlternateDetailPrice {
    font-size: large;
}
.AlternateDetailQuantityLabel {
    font-size: large;
    color: Black;
}
.AlternateDetailDescription {
    font-size: 20px;
    font-weight: bold;
    color: Black;
    width: 100%;
    vertical-align: top;
    display: block;
    float: left;
}
.AlternateDetailProductContainer {
    vertical-align: top;
    display: block;
    width: 150%;
}
.AlternateDetailCartDisplay {
    vertical-align: top;
    width: auto;
}
.AlternateDetailProductHTML {
    vertical-align: top;
    display: inline;
    float: left;
    width: auto;
}
.AlternateDetailHTMLContainer {
    vertical-align: top;
    float: left;
    display: inline;
    width: auto;
}
.tableResponsiveContainer {
    width: 100%;
    display: inline-block;
}
.cBillingTable {
    margin-right: auto;
    vertical-align: top;
    margin-left: auto;
}
.billingAmtInfo {
    width: 100%;
}
.OrderTotal, .totalAmount, .checkoutshippingfunctions_tr_80 {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.OrderTotal .Norm3, .totalAmount .Norm3, .checkoutshippingfunctions_tr_80 .Norm3 {
    font-weight: bold;
	padding-left: 10px;
}
.billingAddrInfo {
    width: 100%;
}
div#checkoutbillingfunctions41, .checkoutshippingfunctions_tr_125 {
    margin: 30px;
}

div#cb_taxes0 {
    float: left;
    width: 25%;
    text-align: left;
}
div#cb_taxes1 {
    width: 75%;
    float: left;
    text-align: left;
    font-weight: bold;
}
.MainDetailProduct {
    vertical-align: top;
    display: block;
    width: 100%;
}
.SubCatCaption {
    vertical-align: top;
    text-align: center;
    height: 50px;
}

table#DSTE1 td {
    text-align: left;
    display: table;
    margin-top: 5px;
}
.ShipLbl {
    text-align: left!important;
}

div#DS3 .norm:first-child {
    display: table-cell;
    padding-right: 20px;
    width: 120px;
}
div#DS3 .norm:last-child {
    display: table-cell;
    font-weight: bold;
}
div#checkoutshippingfunctions107 {
    text-align: left!important;
}
div#checkoutorderfunctions22div div:nth-child(2),
div#checkoutorderfunctions180div div:nth-child(2) {
    font-weight: bold !important;
}
div#checkoutorderfunctions22div div:nth-child(1) {
    padding-left: 8px;
}

table#shipto-table0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px;
    margin-top: 20px;
	background-color: #f3f3f3!important;
	border: 1px solid #ddd;
}
td#shipto-cell1 select {
    height: 36px;
    text-indent: 7px;
}
table.worksheet-table td, table.worksheet-table th {
    padding: .5rem .75rem;
    border-left: 1px solid #e9ecef!important;
	border-bottom: none;
	border-right: none;
}
.Norm {
    text-align: left!important;
}
table.Norm tr td {
    padding: 2px;
}

.DetailHeadChkOut2 {
    margin-bottom: 17px;
    margin-top: 17px;
}
.DetailHeadChkOut3 {
    float: left;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 1px #aaa;
    margin: 17px auto 17px;
}
.DetailHeadChkOut2, .DetailHeadChkOut3 {
    color: #fff!important;
    border: none;
    font-size: 18px!important;
    background-color: #192c48;
    text-align: left;
    padding-left: 10px!important;
    padding-top: 5px!important;
    font-weight: normal!important;
}
label {
    display: inline-block;
    margin-bottom: .2rem!important;
    font-size: 14px;
    padding-left: 2px;
	color: #888;
}
div#DS2>div{
    display: table-row;

}
div#DS2 .norm:first-child {
    font-weight: bold;
}
div#DS2 .norm {
    display: table-cell;
    padding: 3px;
}
.checkoutshippingfunctions_tr_77,
.checkoutshippingfunctions_tr_78 {
    padding: 7px 0;
}
#DS2 .DetailHeadChkOut2 {} div#checkoutorderfunctions4 .Norm {
    display: table-cell;
    padding: 5px;
}
.Norm #jk49d {
    background-color: white;
    background-image: none;
    border: thin solid #aaa;

}
div#checkoutshippingfunctions182 {
	 display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.ShipToCell {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 0 2px #ccc;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.ShipToRow>div {
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
    font-size: 14px;
}
.ShipToRow div:nth-child(2) {
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.ShipToRow div:nth-child(1) {
    width: 100px;
    color: #666;
    padding: 3px;
}
.ShipToRow:nth-child(even) {
    background: #f7f7f7;
}
input#shipto {
    margin-right: 10px !important;
    vertical-align: middle;
    margin: 0px;
}
.ShipToCell label {
    color: #00a2ee;
}
div#checkoutshippingfunctions183 {
    color: rgb(143, 31, 14);
}
.Checkout3Table .DetailHeadCart {
    color: #666;
    border: none;
    font-size: 16px;
    padding-left: 10px;
    background-color: #f3f3f3;
}
.checkoutsubmitfunctions_td_44, #checkoutsubmitfunctions10 {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 0 15px;
}
div#DOS1 .DetailHeadCart {
    font-size: 18px;
    padding: 4px 10px;
    background: #f9f9f9;
    width: 100%;
    border: 1px solid #eee;
}
.checkoutsubmitfunctions_tr_10 {
    float: left;
    width: 100%;
    padding-top: 15px;
}
td#checkoutsubmitfunctions166 {
    padding-left: 15px!important;
    background: #f3f3f3;
}
table#DOS6 {
    border: #ccc;
    margin-top: 25px;
}
table#DOS6 td {
    border: none;
    vertical-align: top!important;
}
tr.DetailLine.DetailLineChkOut2 {
    border-bottom: 1px solid #ccc;
}


div#checkoutsubmitfunctions43 {
    font-weight: bold!important;
}
div#DOS6 {
    float: left;
    width: 100%;
}
div#checkoutorderfunctions22div:nth-child(odd),
div#checkoutorderfunctions180div:nth-child(odd),
div#checkoutorderfunctions183div {
    background-color: #F4F4F4 !important;
    height: 22px;
}
div#checkoutorderfunctions22div,
div#checkoutorderfunctions13div,
div#checkoutorderfunctions183div,
div#checkoutorderfunctions180div {
    float: left;
    width: 100%;
}
div#checkoutorderfunctions5 div div,
div#checkoutorderfunctions8 div div {
    float: left;
    width: 50%;
}
div#catalogwebcheckoutfunctions10 {
    /*float: left;*/
}
.ProductTotalRow,
div#checkoutorderfunctions311div {
    font-weight: bold;
}
.ProductTotalRow .Norm2, .checkoutsubmitfunctions_tr_130 .Norm2 {
    text-align: right!important;
    padding-right: 5px;
}

.ProductTotalRow div,
div#checkoutorderfunctions311div div {
    float: left;
    width: 20%;
}
.Checkout3Table input[name="IMAGE1"] {
    float: right;
    margin-top: 10px;
}
div#displayFrameCheckout {
    margin-bottom: 40px;
}
#DO3,
#DO4 {
    border: medium none;
    border-collapse: collapse;
}
#DO3 td,
#DO4 td {
    border: medium none;
    padding-left: 5px;
}
#DO3 tr:nth-child(2n),
#DO4 tr:nth-child(2n) {
    background-color: #f8f8f8;
}
#DO11 {
    margin-bottom: 25px;
    margin-top: 25px;
    float: left;
    width: 100%;
}
#DO11 td {
    border: none;
}



tr.cb_ordermanagement_tr_2,
tr.cb_ordermanagement_tr_1 {
    float: left;
}
tr.cb_ordermanagement_tr_1 td,
tr.cb_ordermanagement_tr_2 td {
    vertical-align: middle;
    height: 50px;
}

#advancedwebpagefunctions42 {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#advancedwebpagefunctions44 {
    width: 50%;
    float: left;
    text-align: left;
}
div#advancedwebpagefunctions52 {
    width: 100%;
    margin-top: 30px;
}


/*Spec Search********************************************************************************************/

div#advancedwebpagefunctions62 {
    display: inline-block;
    max-width: 90%;
    vertical-align: text-top;
}
.resetCtr {
    display: inline-block;
    padding-right: 20px;
    max-width: 10%;
    vertical-align: text-top;
}
.resetCtr .btnReset {
    height: 30px;
    padding: 0px 9px;
    line-height: 12px;
    font-weight: 500;
    font-size: 14px;
	background: #00a2ee;
}
.TileGridTable .CatSearchLine {
    background-color: transparent;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid #ddd;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.cSpecSearch {
    background: #f5f5f5;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
}
.specDiv {
    font-size: 11px;
    margin: 0px 8px!important;
    text-align: left;
    display: inline-block;
}
.SpecSearchDrop, .TiledLayoutSort {
    border: thin solid #AAAAAA;
    height: 24px;
    font-size: 14px;
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(239, 239, 239, 1.00) 100%);
}
/*Spec Search********************************************************************************************/

.TileGridTable {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.TileAddToCart .AddToCart {
    width: 100%!important;
    display: block;
    /* margin-top: 5px; */
}
.DetailLineCompare {
    font-size: 12px;
    color: #000000;
    vertical-align: middle !important;
    border-top: none !important;
}
div#advancedwebpagefunctions84 table tr:nth-child(even) {
    background: whitesmoke;
}
div#checkoutorderfunctions1 {
    color: red;
}
.DetailHead {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 5px;
    padding-top: 10px;
}
.DetailHeadCompare {
	    font-size: 12px;
		font-weight:bold;

}
.DetailHead.DetailHeadCompare a {
    font-size: 12px;
    color: #ff7f03;
    text-decoration: underline;
}
td#cb_detailgrid139 input {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
table#accountfunctions_table_69 {
    width: 100%;
    margin-bottom: 30px;
}
table#accountfunctions_table_69 tbody th {
    display: none;
}
.DetailLine.DetailLineAccount .subtotal, .DetailLine.DetailLineAccount .total {
    display: block;
    text-align: center;
    font-weight: bold;
}
.DetailHeadAccount {
    background-image: none;
    border: medium none;
    font-weight: bold;
    font-size: 18px;
}
.DetailHeadAccount a:link {
    background-color: #444;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    padding: 2px 12px;
    text-decoration: none;
    margin-bottom: 5px;
    float: left;
}
.UsageReportsBody tr tr:nth-child(2n),
.DisplayStats tr:nth-child(2n),
.SuccessfulSearchResultsTable tr:nth-child(2n+1) {
    background-color: #EFEFEF;
}
.DetailHeadBlank {
    font-size: 11.25pt;
    color: #FFFFFF;
    background-color: white;
}
.DetailHead.Results {
    display: none;
}
/* cart contents ***************************************************************/

.table--cart .table-cell, .table--order-contents .table-cell {
    display: table-cell;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}
.table.table--cart input[type="number"] {
    max-width: 55px;
    text-indent: 5px;
}
.below-cart-bar {
    text-align: right;
}
.addtojobworksheet-wrapper {
    max-width: 300px;
    text-align: right;
    display: inline-block;
}
.producttotal-wrapper {
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}
#DO11 .order-charge, #DO11 .order-charge--tax {
    text-align: right;
    padding-bottom: 10px;
}
span.order-charge__label {
    font-weight: 600;
    padding-right: 5px;
}
div#checkoutorderfunctions_td_632015_238_1 {
    text-align: right;
}
div#DM01 {
    padding-top: 20px;
    width: 100%;
}
div#DM01 > div > div {
    padding-left: 7px;
}
div#DM01>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
img[src="createshop.png"] {
    float: left;
    padding-top: 5px;
}
.SubmitOrderCell div {
    padding: 0px;
    margin-top: 15px;
    padding-left: 0px!important;
    padding-right: 7px!important;
    float: none;
}
.SubmitOrderCell,
.UpdateBtnCell,
.MoreShopCell,
.ShoppingListCell {
    float: left;
    padding-left: 7px;
    padding-top: 5px;
}

#cartcontents {
    width: 100%!important;
}
.qtyBox {
    width: 55px;
    text-indent: 5px;
}
tr#CartContentRow td {
    border: none!important;
}
/* cart contents **************************************************/

	
.cb_functions_tr_5 {
    text-align: center;
}

div#catalogwebcartfunctions168 {
    float: left;
    padding-right: 15px;
}
td#catalogwebcartfunctions98 {
    border: none!important;
}
.mainTableBgrnd .DetailLine {
    text-align: left;
}
.table .DetailLine {
    border: none;
}
.DetailHeadCart strong {
    color: #28343c;
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
}
#displaycart_td_57:before {
    content: "\E8CC";
    font-family: 'Material Icons';
    display: inline-block;
    color: #28343c;
    font-size: 26px;
    vertical-align: top;
    margin-right: 10px;
}
.ShipMethCell .Norm {
    display: table-cell;
    padding: 10px;
    width: 110px;
    font-weight: bold;
    font-size: 16px;
}
.DetailHeadCart {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 5px 5px;
}


td#catalogwebcartfunctions109 {
    text-align: right;
    font-size: 16px;
    vertical-align: top;
}
.DetailHead.DetailHeadChkOut {
    color: #0f3974;
    text-align: left!important;
    border-bottom: 1px solid #ccc;
    padding: 20px 5px;
}
tr.DetailLine.DetailLineChkOut2 td {
    padding: 15px 5px;
}
.DetailHeadCart > input {
    float: left;
    margin-right: 6px!important;
}
td .DetailCartTotal {
    color: #bd0808;
    font-size: 16px;
    font-weight: lighter;
}
.DetailHeadCart.DetailHeadCartOrderMgmt {
    background-color: #efefef;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    /* text-align: center; */
}
td.DetailHeadCart.DetailHeadCartOrderMgmt a {
    font-size: 11px;
}
.DetailHead.DetailHeadOrderMgmt {
    background-image: none;
    border: medium none;
    font-size: 13px;
    padding-top: 4px;
    vertical-align: top;
    color: #0f3f68;
}
a#cb_ordermanagement0anchor {
    padding: 5px;
    color: white;
    border-radius: 5px;
    background: rgb(129, 50, 34);
    float: left;
}
.Norm .DetailHeadOrderMgmt td {
    padding: 10px 5px;
}
.DetailLine.DetailLineOrderMgmt {
    /* text-align: center; */
    padding-bottom: 20px;
}
div#displayMenu {
    float: right;
}

hr {
    border: thin solid #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}

img.bannermemo {
    /* border: thin solid; */
    
    box-shadow: 0 1px 5px;
}
.CatMemo {
    font-size: 20px;
    color: 333;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 18px;
    font-weight: bold;
}
.CatMemo p {
    margin-right: 20px;
}
.CatMemo li {
    padding: 3px 0px;
}
.CatMemo ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 15px;
}
/*Job Worksheet Sidebar *********************************************************/

div#cb_shoppinglist_tr_15 div .Cat1 {
    display: inline-block;
}

div#cb_shoppinglist_tr_15 div .Cat1:first-child {
    max-width: 150px;
    width: 150px;
    line-height: 14px;
    margin: 0;
}
div#cb_shoppinglist_tr_15 a {vertical-align: middle;color: #00a2ee;}

div#cb_shoppinglist_tr_15 {
    margin: 0 0;
    padding: 0 10px 0px 5px;
}
/*Job Worksheet Sidebar ***********************************************************/

.AltCat2 {
    font-size: 18pt;
    color: #000000;
    background-color: #FFFFFF;
}
.AltCat2 A:link {
    text-decoration: none;
    color: #333;
}
.AltCat2 A:visited {
    text-decoration: none;
    color: #333;
}
.AltCat2 A:hover {
    text-decoration: none;
    color: #444;
}
.AltCat1 {
    color: #000000;
}
.AltCat1 a {
    margin-left: 10px;
}
.AltCat1 A:link {
    text-decoration: none;
    color: #000;
}
.AltCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.AltCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.ClassOffSet1 {
    text-indent: 16px;
}
.ClassTreeNodeSpacing {
    padding-left: 6px;
}
div#sidebar_table_14, div#sidebar_table_10 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
    padding-top: 10px;
}
.Cat1.SavedCartCell a:before {
    content: "\E8cc";
    font-family: 'Material Icons';
    display: inline-block;
    color: #2a504e;
    font-size: 18px;
    line-height: 1;
    vertical-align: -2px;
    padding-right: 4px;
}
.SubCat1 {
    color: #000000;
	font-size: 14px;

}
.SubCat1 .ItemsCartAnchor {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
}
.SubCat1 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat2 {

    font-size: 12pt;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
    /*padding-left: 30px; 
                        text-indent: -30px;*/
}
.SubCat2 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat2 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat2 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat3 {
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 10px;
    text-indent: -10px;
}
.SubCat3 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat3 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat3 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCat4 {
    font-size: 9pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 45px;
    text-indent: -45px;
}
.SubCat4 A:link {
    text-decoration: none;
    color: #333;
}
.SubCat4 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCat4 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus1 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 15px;
    text-indent: -15px;
}
.SubCatPlus1 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus1 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus1 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus2 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 30px;
    text-indent: -15px;
}
.SubCatPlus2 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus2 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus2 A:hover {
    text-decoration: none;
    color: #444;
}
.SubCatPlus3 {
    font-size: 7.75pt;
    color: #000000;
    background-color: #FFFFFF;
    padding-left: 45px;
    text-indent: -30px;
}
.SubCatPlus3 A:link {
    text-decoration: none;
    color: #333;
}
.SubCatPlus3 A:visited {
    text-decoration: none;
    color: #333;
}
.SubCatPlus3 A:hover {
    text-decoration: none;
    color: #444;
}
.TreeSubCat1 {
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
    background-color: #FFFFFF;
}
.TreeSubCat1 A:link {
    text-decoration: none;
    color: #333;
}
.TreeSubCat1 A:visited {
    text-decoration: none;
    color: #333;
}
.TreeSubCat1 A:hover {
    text-decoration: none;
    color: #444;
}
.TreeSubCatLabel1 {
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
    background-color: #FFFFFF;
}
.TreeSubCatLabel1 A:link {
    text-decoration: none;
    color: #333;
}
.TreeSubCatLabel1 A:visited {
    text-decoration: none;
    color: #333;
}
.TreeSubCatLabel1 A:hover {
    text-decoration: none;
    color: #444;
}
.Cat1.SidebarHome {
    color: #28343c !important;
    font-weight: bold !important;
    padding-top: 5px;
}
a.Cat1.SidebarHome:before {
    content: "\E88A";
    font-family: 'Material Icons';
    display: inline-block;
    color: #2a504e;
    font-size: 18px;
	line-height: 1;
    vertical-align: -2px;
    padding-right: 4px;
}
.Cat1 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.Cat1 A:link {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    padding-left: 1px;
}
.Cat1 A:visited {
    text-decoration: none;

}
.Cat1 A:hover {
    text-decoration: none;
    color: #153446;
}
.Cat2,
.Cat3,
.Cat4,
.Cat5 {
    color: #010101;
    font-weight: bold;
    text-decoration: none;
}
a.Cat2:link,
a.Cat3:link,
a.Cat4:link,
a.Cat5:link {
    color: #010101;
}
a.Cat2:visited,
a.Cat3:visited,
a.Cat4:visited,
a.Cat5:visited {
    text-decoration: none;
    color: #010101;
}
a.Cat2:hover,
a.Cat3:hover,
a.Cat4:hover,
a.Cat5:hover {
    color: #010101;
}
.CatAll {

    color: #000;
    font-weight: bold;
    background-color: #FFFFFF;
}
.CatAll A:link {
    color: #000;
    text-decoration: none;
}
.CatAll A:visited {
    color: #333;
    text-decoration: none;
}
.CatAll A:hover {
    text-decoration: none;
    color: #444;
}
.CatPrev {
    color: #333;
    background-color: #FFFFFF;
}
.CatPrev A:link {
    color: #333;
    text-decoration: none;
}
.CatPrev A:visited {
    color: #333;
    text-decoration: none;
}
.CatPrev A:hover {
    text-decoration: none;
    color: #444;
}
/*quick order pad */
form#quickorderform .DetailHead {
    font-size: 20px;
    color: #192c48;
    padding: 10px 0;
}
.myButton {
    background-color: #fa9025;
    border: 1px solid #b87a3b;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}
.myButton:hover {
    background-color: #f78000;
}

#quickorderbutton:hover {
    box-shadow: 0 0 6px #ccc;
}
/*hide quick order sidebar*/

div#menufunctions0 {
    display: none;
}
.QuickOrder {
    background-color: #fff;
    border-bottom: thin solid #ccc;
    box-shadow: 0 1px 2px snow;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 4px;
    width: 100%;
}
.QuickOrder td {
    padding-left: 5px;
}
.QuickOrder #PartNo0 {
    background-color: transparent;
    border: thin solid #ccc;
    font-size: 11px;
    line-height: 20px;
    padding-left: 3px;
    width: 77px;
    height: 20px;
}
.QuickOrder .Cat1 {
    color: #444444;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}
form#quickorderform {
    background-color: #f9f9f9;
    padding: 20px;
    padding-top: 0;
    width: 320px;
    border: thin solid #eaeaea;
    margin: auto;
}
#quickorderform .detailline {
    display: table-cell;
    padding-right: 0px;
    padding-bottom: 0px;
    border: none;
}
#quickorderform .detailhead {
    /* display: inline; */
    /* padding-right: 34px; */
}
div#advancedwebpagefunctions104 {
    width: 30px;
}
.Cat1.QOPCell2 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    text-transform: none;
}
a.Cat1.QOPCell {
    color: #008000;
    font-weight: normal;
    padding-left: 0;
    text-decoration: underline;
    font-size: 12px;
    text-transform: none;
}

.SearchWithinSelect {
    height: 26px;
}
#SearchWithinText {
    height: 18px;
    line-height: 18px;
}

.CatSearchTable {
    background: none repeat scroll 0 0 #fff;
}
/*search row ********************************************************/

#Search {} #headerfooter4 {} .CatSearchCell > strong {
    display: none;
}
#SearchList {
    display: none;
}
.CatSearch {
    display: none;
}
.CatSearchPipe {
    display: none;
}

.CategoryBarTable {
    border-radius: 2px;
    margin-bottom: 10px;
    padding-top: 0;
    width: 100%;
}
div#generateCategoryBarHTML {
    font-size: 12px;
    color: darkred;
    font-weight: bold;
}
a#advancedwebpagefunctions15anchor {
    color: darkred;
}
div#generateCategoryBarHTML a:link {
    color: darkred;
    font-weight: normal;
}

div#dsc-20 {
    font-size: 11px;
    color: #000;
}
.Bar {
    color: #0f3974;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
}
.Bar A:link {
    color: #0f3974;
    padding-left: 5px;
    text-decoration: underline;
    font-weight: 700;
}
.Bar A:visited {
    color: #0f3974;
    text-decoration: none;
    font-weight: 700;
}
.Bar A:hover {
    text-decoration: none;
    color: #444;
}
.Bar A:active {
    text-decoration: none;
    color: #444;
}
.SmallText {
    color: #000000;
    font-size: 12px;
}
.SmallText A:visited {
    color: #000000;
}

.table2,
#table1,
#displayFrameAccount {
    font-size: 12px;
    padding: 0px !important;
    padding: 1px;
    text-align: left;
    vertical-align: top;
}
.SideBar {
    padding-left: 0!important;
    padding-right: 0!important;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    flex: 0 0 230px!important;
    -webkit-flex: 0 0 230px!important;
    -ms-flex: 0 0 230px!important;
	display: none;
}
.clogin .SideBar {
    display: none;
}


.accountfunctions_table_46 .Cat1 {
    padding-top: 2px;
    padding-bottom: 1px;
}
#sidebar5 {
    padding-bottom: 15px;
}
#sidebar5 div:last-child {
    border-bottom: none !important;
}

.mainTableBgrnd {
    background-color: #fff;
    padding-bottom: 35px!important;
    padding-right: 0px!important;
    padding-left: 0px;
    overflow: visible!important;
    min-height: 590px;
}
.mainTableBgrnd.col {

}
.Brian.MainTable {
    background: #fff;
    padding-top: 15px;
    padding-left: 0px;
    margin: 0 auto;
}
table#footerTable {
    width: 100%;
}

div#advancedwebpagefunctions14 {
    padding-top: 20px;
    padding-right: 0px;
    width: 78% !important;
}
.MainTable.DetailGridTable {
    border-collapse: collapse;
}

.DetailGridTable td.DetailHead {
    padding-bottom: 5px;
    text-align: left;
    background-color: #EFEFEF;
    color: #0D4A77;
    font-size: 13px!important;
}
.DetailHead.DetailHeadDESCRIPTION {
    min-width: 175px;
}
.DetailHead.DetailHeadCat.Number {
    min-width: 70px;
}

.DetailGridRow a.DetailLine.DetailLineSKUAnchor {
    border-bottom: thin solid;
    padding-right: 1px;
    white-space: nowrap;
}
.SearchImageCell .DetailLine.DetailLineSKUAnchor {
    border: none!important;
}
.DetailLineItem {
    white-space: nowrap;
}
.cb_detailgrid_tr_3.col-md-12 {
    padding: 0px;
}
td#cb_detailgrid104 {
    text-align: center;
}
tr.DetailGridRow:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f3f3f3;
}
tr.DetailGridRow:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;
}

/*Login page*/
.logintext {
    padding-bottom: 15px;
    line-height: 20px;
}
.lgin {
    width: 60%;
	    margin: auto;
}
.lgin h3 {
    text-transform: uppercase;
    /* color: #666; */
    font-size: 20px;
    margin: 20px 0px;
}
.lgin .sct {
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.lgin .sct h1 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #002646;
    color: white;
    display: none;
}
.lgin .sct .pad {
    text-align: left;
    padding: 20px 30px;
}
.lgin .form .txtbox {
    box-sizing: border-box;
    width: 100%;
}
.txtbox {
    padding: 5px;
    -webkit-transition: all ease-out .15s;
    transition: all ease-out .15s;
    color: #666;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.lgin .form .row {
    width: 100%;
    margin: 0 0 5px;
    padding-bottom: 7px;
}
.lgin .form label {
    font-weight: bold!important;
    display: block;
    width: 100%;
    margin-bottom: 5px;
	text-align: left;
}
.btn.log {
    font-weight: 600;
    font-size: 20px;
    padding: 2px 25px;
    color: #fff;
    box-shadow: 0 1px 0 1px #000000;
    margin-top: 15px;
}
.btn.log:hover {
    cursor: pointer;
    opacity: .9;
}
.links>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px;
}
.lgin .links a {
    color: #164ab4;
}
/*Login page*/
/*reset password*/

h1.pass-reset__header {
    font-size: 18px;
}
.pass-reset {
    padding: 15px;
    max-width: 550px;
    margin: auto;
}
.pass-reset .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}
.pass-reset__form-group.form-group.row {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-bottom: 10px!important;
}
/*reset password*/



.accountfunctions_tr_241.row {
    min-height: 495px;
}
.accountfunctions_tr_241.row .SideBar{
    display: block;
}
#submit {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 1px #aaa;
    cursor: pointer;
    height: 31px;
    margin-top: 35px;
    text-transform: uppercase;
    width: 100px;
    background-color: #0f3974;
    color: #fff;
}
table.DisplayStats {
    width: 100%;
}
.head {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.TiledDetailDiv {
    background-color: rgba(0, 0, 0, 0.60) !important;
    background-image: none !important;
    background-size: cover !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}
.PopupWindow {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 15px;
    left: 40% !important;
    padding: 20px;
    position: fixed !important;
    top: 30% !important;
    width: 420px;
}
#PopupProductDetails {
    position: relative !important;
    top: 0 !important;
    padding-top: 5px;
}
.PopupImg {
    padding-bottom: 10px;
    padding-right: 10px;
    width: 100%;
}
.PopupDescriptionDiv {
    background-color: Gray;
    background: url(divpop.gif) no-repeat;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 800px;
    width: 325px;
    z-index: 3;
    visibility: hidden;
    font-size: 10pt;
    line-height: 120%;
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#PopupClose {
    padding: 0 !important;
}
.PopupDescriptionTextDiv {
    width: 225px;
    position: relative;
    left: 20px;
    margin-left: 0;
}
.PopupDescriptionHeaderText {
    font-size: 14px;
    color: #333;
    overflow: auto;
}
.PopupDescriptionText {
    font-size: 12px;
    color: #333;
    overflow: auto;
}
.table--warehouse-table .table-row:nth-child(even) {
    background: #f3f3f3;
}
.WarehouseLabel {
    font-size: 12px;
    color: #333;
    float: left;
    width: 300px;
    display: inline-block;
}
.WarehouseQuantityLabel {
    font-size: 12px;
    color: #333;
    float: right;
    width: 200px;
    display: inline-block;
}
.WarehouseLabelHeader {
    font-size: 12px;
    color: #444;
    float: left;
    width: 300px;
    display: inline-block;
}
.WarehouseQuantityHeader {
    font-size: 12px;
    color: #444;
    float: right;
    width: 200px;
    display: inline-block;
}
.SideBarTabSelected {
    font-size: 11.25pt;
    color: #000000;
    background-color: #444;
    font-weight: bold;
    border-style: solid solid none solid;
    border-color: #000000;
}
.SideBarTabSelected A:link {
    text-decoration: none;
    color: #333;
}
.usersessiontable {
    padding: 12px;
}
.usersessionheader {
    font-size: 14px;
    font-weight: bold;
}
.qmmc .qmdivider {
    display: block;
    font-size: 1px;
    position: relative;
    z-index: 1;
    border-style: solid;
    border-width: 0;
}
.qmmc .qmdividery {
    float: left;
    width: 0;
}
.qmmc .qmtitle {
    display: block;
    cursor: default;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.qmclear {
    font-size: 1px;
    height: 0;
    width: 0;
    clear: left;
    line-height: 0;
    display: block;
    float: none !important;
}
.qmmc {
    position: relative;
    zoom: 1;
    z-index: 10;
}
.qmmc a,
.qmmc li {
    float: left;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.qmsh div a {
    float: left;
}
.qmmc div {
    visibility: hidden;
    position: absolute;
}
.qmmc li {
    z-index: auto;
}
.qmmc ul {
    left: -10000px;
    position: absolute;
    z-index: 10;
}
.qmmc,
.qmmc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.qmmc li:hover > ul {
    left: auto;
}
#qm0 ul {
    top: 100%;
}
#qm0 ul li:hover > ul {
    top: 0;
    left: 100%;
}
.qmmc div a,
.qmmc ul a,
.qmmc ul li,
.qmmc li a {
    float: none;
}
#qm0 {
    background-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    border-color: #A2BFE9;
}
#qm0 a {
    padding: 5px 40px 5px 8px;
    background-color: #C0C0C0;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    border-color: #81B735;
}
body #qm0 .qmactive,
body #qm0 .qmactive:hover {
    background-color: #C0C0C0;
    color: #000000;
    text-decoration: underline;
}
#qm0 div,
#qm0 ul {
    padding: 5px;
    margin: 0px 0px 0px -1px;
    background-color: #C0C0C0;
    border-width: 4px 1px 1px;
    border-style: solid;
    border-color: #81B735;
}
#qm0 div a,
#qm0 ul a {
    padding: 2px 40px 2px 5px;
    background-color: #C0C0C0;
    color: #000000;
    border-width: 0px;
    border-style: none;
}
#qm0 div a:hover,
#qm0 ul a:hover {
    text-decoration: underline;
}
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover {
    background-color: #C0C0C0;
    color: #000000;
}

a#cb_shoppinglist16anchor {
    padding-left: 0px !important;
}


.DetProdJobWorksheetRow img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(images/addtolist.png);
    background-repeat: no-repeat;
    width: 148px;
    padding-left: 148px;
    height: 22px;
}
span#addToJobWorksheetBtn {
    color: #eee;
}
.DetProdJobWorksheetRow .DetailLine2 {
    padding-left: 0;
    padding-right: 0px!important;
    margin-right: 0px;
    padding-top: 5px!important;
}
.DetProdJobWorksheetRow .DetailHead2 {
    padding-top: 5px!important;
}

.DetGridJobWorksheetSpan img[title="Add to Job WorkSheet"] {
    margin-top: 10px;
}

td.JobWorksheetCell a {
    font-size: 12px;
}
.CreateShoppingList {

}
.accnt.sidebar_table_15 a {
    padding: 2px 0px;
}
.TableBorderQuestionsComments {
    display: none;
}
.LineItemComment {
    display: none;
}
table#JWG2 span {
    font-size: 13.333px;
}
.checkoutsubmitfunctions_tr_97 {
    /* float: left; */
    width: 100%;
}
.PreAppItemLabel {
    display: none;
}
.PreAppItemLabel2 {
    display: none;
}
.cb_jobworksheetfunctions_td_83 a {
    display: none;
}
.cb_jobworksheetfunctions_td_84 a {
    display: none;
}
.cb_jobworksheetfunctions_td_85 a {
    display: none;
}
.ProcessApproval {
    width: 100%;
}
.ProcessApproval tr td {
    padding: 5px;
    line-height: 14px;
    vertical-align: text-bottom;
}
.ProcessApproval .DetailLineLink a {
    color: #135dbb;
    text-decoration: underline;
}
.ProcessApproval .DetailLineLink a b {
    font-weight: normal;
}
.notesDiv {
    display: inline-block;
}

.RejectBtnCell {
    padding-top: 5px;
}


/*Order History*/
div#cb_ordermanagement_tr_1>div {
    display: inline-block;
}
#Calendar button {
    background: transparent;
}
div#Calendar button:focus {
    outline: none;
}
form#datefilter td {
    white-space: nowrap;
}
.DateFilterArea label {
    justify-content: start;
    color: #444;
}
div#DisplayOrdersContainer {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
.orderrow {
    display: table-row;
    /* border-bottom: 1px solid #ccc; */
}

.ordercell.orderlabel {
    background: whitesmoke;
    font-weight: bold;
    color: #444;
}

.ordercell.orderdata {
    /* display: inline-block; */
}

.ordercell {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.orderbox {
    text-align: left;
    border: 1px solid #ddd;
    margin-right: 2%;
}

.orderheader {
    text-align: center;
    width: 100%;
    display: table-caption;
    background: #D7DADB;
    font-size: 18px;
}
/*end*/

/* Detail Product */
#info-table {
    display: table;
}
.detail-product-row {
    display: table-row;
}
.detail-product-cell {
    display: table-cell;
    text-align: left;
    padding: 5px 7px;
}
.detail-product-head {
    font-weight: bold;
}
/* End Detial Product */


/***Checkout process*/

    section.progress-section {
        position: relative;
        margin-bottom: 1.5em;
    }

        section.progress-section:before {
            content: "";
            position: absolute;
            height: 4px;
            top: 50%;
            left: 15px;
            width: 85%;
            background: #00529b;
        }

        section.progress-section a:hover {
            text-decoration: none;
            color: #00529b;
        }

        section.progress-section .col-md-3 {
            padding: 0 0px;
        }

  a.progress-box {
    display: block;
    height: 15%;
    border-right: 1px solid #ddd;
    background: #fff;
    color: #2E2E2E;
    font-family: 'Lato', sans-serif;
    position: relative;
    height: 90px;
}

        a.progress-box.active {
            background: #f3f4f5;
        }

        a.progress-box:after {
            position: absolute;
            z-index: 2;
            content: '';
            top: 50%;
            right: -1px;
            border: solid;
            background-color: #fff;
            width: 1.14285714em;
            height: 1.14285714em;
            border-color: rgba(34,36,38,.15);
            border-width: 0 1px 1px 0;
            -webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
            transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
            -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
            transform: translateY(-50%) translateX(50%) rotate(-45deg);
        }

        a.progress-box.active:after {
            background: #f3f4f5;
        }

        a.progress-box.progress-review:after {
            display: none;
        }

        a.progress-box.progress-review {
            border: none;
        }

    .progress-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 10px;
        height: 100%;
    }

    span.progress-number {
        font-size: 34px;
        line-height: 1;
        color: #00529B;
        font-weight: 700;
        padding-right: 10px;
    }

    .progress-label {
        text-align: left;
    }

        .progress-label h5, .progress-label p {
            margin: 0;
        }

        .progress-label h5 {
            font-weight: 700;
            font-size: 18px;
        }

        .progress-label p {
            font-size: 12px;
            line-height: 12px;
            padding-top: 2px;
        }


    .order-summary-box {
        border: 1px solid #ccc;
    }

    h4.summary-head {
        font-size: 16px;
        color: #2E2E2E;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

    .order-summary-box .table {
        margin: 0px;
    }

    .table-cell.label {
        background: #f3f4f5;
        font-weight: 500;
    }

    .table-cell.sub-total {
        font-weight: 700;
    }

    .order-summary-box .table-cell {
        border-top: 1px solid #ddd;
        padding: 10px 10px;
        font-size: 14px;
    }

.order-summary button {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}


.checkout-heading {
    font-size: 1.25rem!important;
}

    span.req-fields {
        color: red;
        font-size: 12px;
        margin-bottom: 10px;
        display: block;
        font-style: italic;
    }

    .required:before {
        content: " *";
        color: red;
        padding-right: 3px;
    }

   label.new-ship-to {
    color: #00529b;
    font-weight: 500;
    margin-bottom: 0px!important;
    padding-left: 0px;
    line-height: 24px;
}

    .form-check {
        margin-left: 25px;
        margin-bottom: 0px;
    }




    .review-info {
        font-size: 14px;
    }
.review-info span {
    display: block;
}
    label.bold {
        font-size: 16px;
        color: #00529b;
        font-weight: 700;
    }

.DetailCartTotal {
    padding-left: 10px;
    margin-top: 20px;
    text-align: right!important;
}

    .coupon-section {
        margin-top: 20px;
    }

    button#Coupon {
        margin-left: 5px;
    }

    .chk-out-buttons button {
        margin-left: 5px;
    }


    h3.thank-you {
        color: #00529B;
        font-weight: 700;
    }

    section.thankyou-section h4 {
        font-size: 20px;
    }

    section.thankyou-section span {
        font-weight: 300;
    }

    p.confirm-message {
        color: #bd0000;
        line-height: 18px;
    }

    .btn-print {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
a.btn.btn-print {
background: #bfcdd8;color: black;border: 1px solid #bfcbd4;
}
a.btn.btn-print img {
width: 18px; height: 18px;
}
    .btn img {
        width: 24px;
        height: 24px;
        margin-right: 3px;
    }

/***End Checkout process*/


/***Account Pages*/
.OrdHeader {
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
}
	.col-md-6.item-history {
    margin-top: 30px;
}
.AccountOrderRefresh {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
}
button.btn.btn-refresh {
    width: 100%;
    background: #0f3974;
    cursor: pointer;
    height: 42px;
}
input#startdate, input#enddate {
    border: 2px solid #bdd2e5;
}
.accountView.table {
    font-size: 14px;
    background: white;
}
.accountView.table a {
    color: #00a2ee;
    font-weight: 500;
}
.accountView.table .accntHead {
    background: #f5f5f5;
}
.accountView.table.table-striped .table-row:nth-child(odd) {
    background: #f1f1f1;
}

.accountView input[type="number"] {
    width: 80px;
    text-indent: 4px;
}
.account-cart-btn {

}
.btn-add-selected {
    border: none;
    border-radius: 4px;
    height: 45px;
    cursor: pointer;
    margin-left: 25px;
    /* line-height: 1; */
    font-size: 14px;
    text-transform: none;
}
button.btn-add {
    background: #00315c;
    border: none;
    border-radius: 4px;
    padding: 11px 15px;
    cursor: pointer;
    margin-left: auto;
    text-align: right;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: none;
}
.accntHead {
    padding: 5px;
    font-weight: 500;
}
.accntLine {
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #eee;
    border-top: none;
}
.qty-ordered {
    width: 100px;
    text-align: center;
}
.qty {
    width: 100px;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input[type=date]::-webkit-inner-spin-button {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.uom {
    width: 35px;
    text-align: center;
}

/*******************************************************************invoice*/
.account-page.accnt-invoice {
    font-size: 14px;
    background-image: url(images/reprint.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.row.export-buttons {
	padding-bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.export-buttons button {
    margin-right: 10px;
    margin-left: 0px!important;
    font-size: 14px;
}
.export-buttons input {
    font-size: 14px;
}
.btn.btn-csv {
    background: #06162e;
}
.btn.btn-pdf {
    background: #00529B;
}
.invoice-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.invoice-contain {
    width: 33%;
}
.invoiceView {
    font-size: 14px;
}
.invoiceView .table-cell {
    padding: 2px 10px;
    border: 1px solid #ddd;
}
.invoiceView.view1 .invoiceHead {
    background: #e8e8e8;
}
.row.invoice-shipbill {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
}
.invoice-contain2 {
    width: 48%;
}
.invoice-shipbill .label {
    background: #e8e8e8;
}
.invoice-shipbill .label, .invoice-shipbill .value {
    padding: 2px 10px;
}
.bill-to.value span {
    padding: 0 2px;
}
/*******************************************************end invoice*/

/*********************************************Job Worksheet*******************************************/

.worksheet-group {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.worksheet-heading-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.worksheet-name-flex {
    background: white;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 5px 15px;
}
.heading-group {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.worksheet-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0px;
}
.worksheet-heading .account-heading {
    margin: 0px;
    font-size: 1.5rem;
}
.worksheet-heading a.rename {
    font-size: 10px;
    color: #969696!important;
    text-decoration: underline!important;
    line-height: 1;
    margin-left: 5px;
    cursor: pointer;
}
.worksheet-heading .account-heading .comment {
    font-size: 1rem;
    font-weight: normal;
}
span.name {
    /* color: #00a2ee; */
}
.worksheet-buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
            -ms-grid-row-align: flex-start;
        align-items: flex-start;
    margin-bottom: 15px;
}
.worksheet-buttons {
    margin: auto;
}
.worksheet-buttons .btn:first-child {
    /* border: none; */
}
.worksheet-buttons .btn {
    padding: 4px 12px;
    margin-left: 3px;
	margin-right: 3px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500!important;
    background: #ffffff!important;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    color: #444!important;
}
.worksheet-buttons i {
    font-size: 22px;
    margin-right: 4px;
}

.worksheet-buttons .btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
    cursor: pointer;
}
.btn.btn-delete i {
    /* color: #f44336!important; */
}
.btn.btn-create i {
    /* color: #2E7D32!important; */
}
.btn.btn-email i {
    /* color: #263238!important; */
}
.btn.btn-mysheets i {
    /* color: #1E88E5!important; */
}

.worksheet-page {
    padding: 15px 5px;
    /* border: 1px solid #ccc; */
    border-top: none;
    background: #f7f7f7;
}
.wrk-actions-box {
    border: 1px solid #ddd;
    background: #ffffff;
    padding: 10px 15px!important;
    margin: auto;
    width: 100%;
    height: 100%;
}
span.wrk-actions {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
}
.worksheet-actions {
 
}
.worksheet-actions select {
    font-size: 14px;
}
a.w-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
    cursor: pointer;
	color: #1565C0!important;
}
.worksheet-actions .card-header {
    padding: 2px 0px!important;
    border: none!important;
    background: transparent;
    position: relative;
}

.worksheet-actions .card-body {
    padding: 0rem!important;
}
.worksheet-actions .card .card-body .btn {
    margin-left: 10px;
}
.worksheet-actions .btn.btn-link {
    color: #000!important;
    padding: 0px!important;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    font-weight: 400!important;
    background: transparent;
    /* margin: auto; */
}
.worksheet-actions .btn.btn-link.collapsed {
	color: #0277BD!important;
}
.worksheet-actions .btn.btn-link.collapsed:hover {
    color: #000!important;
}


.worksheet-actions .btn.btn-link.collapsed:after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    right: -20px;
	top: 0;
    font-size: 17px;
}
.worksheet-actions .btn.btn-link:after {
  content: "keyboard_arrow_right"; 
	font-family: "Material Icons"; 
	display: block; 
	position: absolute; 
    right: -20px;
	top: 0;
    font-size: 17px;

}
.worksheet-list {
    padding: 5px 15px;
}
table.worksheet-table td {
    padding: .5rem .75rem;
}

.row.addItem {
    padding: 0px 0px 0px 0px;
}
.add-item-group {
    margin-left: auto;
    max-width: 370px;
    min-width: 300px;
}
.addLabel {
    font-weight: 500;
}
.addItem label {
    color: #2e7d32;
    font-weight: 500;
}
.worksheet-table.accountView.table .accntHead {
    background: #fff;
}
.wrk-qty {
    text-align: center;
	width: 50px;
}
.wrk-qty input {
    text-indent: 5px;
}
.chbox {
    width: 80px;
}
input.checkbox-wrksheet {
    vertical-align: middle;
    display: inline-block;
}
.del-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
}
.del-select button {
    background: transparent;
    padding: 0px;
    cursor: pointer;
}
.del-select i {
    color: red;
    vertical-align: middle;
}
input.txtPartInsert {
    border: 1px solid #388e3c;
    border-right: none;
    height: 38px;
    font-size: 14px;
}
	.txtPartInsert::-webkit-input-placeholder {
    color: #aaa;
	font-weight: 400;
	font-style: italic;
}
	.txtPartInsert:-moz-placeholder {
    color: #aaa;
}
	.txtPartInsert::-moz-placeholder {
    color: #aaa;
}
	.txtPartInsert:-ms-input-placeholder {
    color: #aaa;
}
.btn-Insert {
    border-radius: 0 .25rem .25rem 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 38px;
    border: none!important;
    background-color: #388E3C!important;
}
.btn-Insert i {
    font-size: 20px;
}
div#CreateNew .modal-footer {
    border-top: none;
    padding-top: 5px;
}
div#CreateNew button span {
    color: #000;
}
 button.btn.btn-create-new {
    background: #2E7D32;
    border: 1px solid;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: rebeccapurple;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
	font-weight: 500;
}
.btn.btn-create-new i {
    font-size: 16px;
    margin-right: 5px;
}
button.btn.btn-create-new:hover {
    color: #2E7D32!important;
	background: transparent!important;
}
div#CreateNew label {
    margin-top: 10px;
}
.my.worksheet-heading button.btn.btn-create {
    background: #2e7d32;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
}
nav.e21-pagination {
    margin-top: 30px;
}
nav.e21-pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #B0BEC5;
    border: none;
}
nav.e21-pagination .page-item.disabled .page-link {
    border: none;
}
nav.e21-pagination .page-link {
    color: #607D8B;
    border: none;
	    font-size: .75rem;
}
nav.e21-pagination .page-link:focus, nav.e21-pagination .page-link:hover {
    color: #4e4e4e;
}
.popover > div {
    color: red;
}

@media screen and (max-width: 991px) {
	.worksheet-name-group {
    margin-bottom: 15px;
}
.worksheet-name-flex {
    background: transparent;
    border: none;
    padding: 0px;
}
.wrk-actions-box {
    background: transparent;
    border: none;
    padding: 0px!important;
}
}
@media screen and (max-width: 576px) {
	.my-worksheet-th {
    display: none!important;
}
.accnt-my-worksheets .table .table-row {
    background-color: #f7f7f7!important;
    margin-bottom: 1em!important;
}
	.worksheet-page {
    padding: 0px;
    background: #fff;
}
.worksheet-name-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.worksheet-buttons .btn {
    padding: 8px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1;
    font-size: 11px;
    width: 47%;
}
.btn-add-selected {
    width: 100%;
    margin: 10px auto;
}
.worksheet-buttons i {
    display: none;
}
.worksheet-list {
    padding: 5px 0px;
}
.worksheet-list thead {
    display: none;
}
table.worksheet-table td {
    padding: .5rem .75rem;
    border: none;
}
.add-item-group {
    min-width: 100%;
}
}
/*********************************************Job Worksheet*******************************************/








/***End Account Pages*/

}




/* Ipad portrait view (768px and up) ****************************************************************/
@media (min-width: 768px) {

.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    width: 49%!important;
    max-width: 49%!important;
}
    .RecentViewTable {
        width: 23%;
        float: left;
        margin: 1%;
        margin-top: 35px;
        padding: 0px;
        height: 300px;
    }
    div#cb_detailproduct238 {
        width: 61%;
    }
    #MiscTable #MiscTable {
        width: 50%;
        float: left;
    }
.billingAddrInfo .form-group, .shipEditContainer .form-group, div#creditcard_tr_1 .form-group {
    width: 49%;
    padding: 0 3%;
    display: inline-block;
    vertical-align: top;
}
select#terms {
    max-width: 400px;
}
}
/* Medium devices (desktops, 992px and up) ****************************************************************/

@media (min-width: 992px) {
.lgin {
    width: 45%;
    margin: auto;
}
.TiledLayoutCell {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-left: 1%;
    padding: 20px 20px 30px;
    -ms-flex: 0 0 24%!important;
    flex: 0 0 24%!important;
    max-width: 24%!important;
}
}
/* (desktops, 1024px and up) ****************************************************************/

@media (min-width: 1024px) {
    div#df-01,
    div#accountfunctions7 {
        width: 180px !important;
    }

}

@media (min-width: 1025px) {
.catalogwebcartfunctions_tr_0 .SideBar {
    display: none;
}
div#catalogwebcartfunctions_div_0 .SideBar {
    display: none;
}
div#accountfunctions_table_45 .SideBar {
    display: block;
}
.accountfunctions_tr_241.row .mainTableBgrnd
{
    padding-left: 15px!important;
}
}

/* ****************************************************************/
@media (min-width: 1240px) {
.container, .Brian.MainTable {
    width: 1240px!important;
    max-width: 1240px!important;
}
}


/* ****************************************************************/
@media (max-width: 1024px) {
.mainTableBgrnd {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

}
/* ****************************************************************/


/* ****************************************************************/
@media (max-width: 768px) {
	.ShipToCell {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.item-card {
    width: 31%;
}
td#shipto-cell1 select {
    max-width: 250px;
}
}
/* ****************************************************************/
@media (max-width: 767px) {
	.checkoutsubmitfunctions_td_44, #checkoutsubmitfunctions10 {

    width: 100%;
}
div#catalogwebcartfunctions167.AlsoBoughtItem {
    width: 100%;
    max-width: 100%;
}
		.lgin {
    width: 90%;
}

    .Cat1 {
        font-size: 1.2em!important;
        color: #153446;
        font-weight: bold;
        line-height: 2em;
    }
	
section.progress-section {
    display: none;
}

    .Bar {
        padding-top: 40px!important;
    }
	.InfoTableContainer {
    width: 100%;
    margin-left: 0%;
}
.dp-image-wrapper {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
	margin-bottom: 20px;
    text-align: center;
}
.InfoTableContainer {
    text-align: left;
    padding: 0px 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
	.cartContentsTable {
    display: none;
}
.mobilecartContentsTable {
    font-size: 13px;
    margin-bottom: 25px;
}
.mobilecartContentsTable td, .mobilecartContentsTable th {
    vertical-align: top;
    padding: 5px;
}
.mobilecartContentsTable .DetailHeadCart {
    width: 100px;
}
	.DetailHeadCart input[type="checkbox"] {
    display: none;
}
tr.odd {
    background: #f7f7f7;
}
tr.even.highlight0 td, tr.even.highlight0 th {
    padding-top: 20px;
}
	.table--cart .table-row.table-row--headers, .table--order-contents .table-row.table-row--headers {
    display: none;
}
.table--cart .table-row, .table--order-contents .table-row {
    display: block;
    border-bottom: 9px double #eee;
    padding: 16px 10px;
}
.table--cart .table-cell:before, .table--order-contents .table-cell:before {
    content: attr(data-label);
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: normal;
    display: block;
    color: #465362;
}
.table--cart .table-cell, .table--order-contents .table-cell {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
    border: none;
    line-height: 1;
}
}

/* ****************************************************************/
@media screen and (max-width: 576px) {
	.lgin {
    width: 100%;
}
table#shipto-table0 tr#shipto-row0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 250px;
}

.my.worksheet-heading {
    width: 100%;
    display: block;
    text-align: center;
}
.my.worksheet-heading .account-heading {
    margin: 5px;
    font-size: 1.25rem;
}
.my.worksheet-heading button.btn.btn-create {
	margin-top: 10px;
    margin: auto;
}
.item-card {
    width: 48%;
}
.item-card-label, .item-card-data {
    display: block;
    padding-bottom: 7px;
}
.SubmitOrderCell {
    width: 100%;
    margin-top: 15px;
}
.SubmitOrderCell button {
    width: 100%;
}
.resetCtr {
    max-width: 100%;
}
	.ShipToCell {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .SubcatRow > td {
        display: block;
    }
	.subcat {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
    padding: 15px;
    display: block;
    text-align: center;
}
.subcat__img-container {
    height: 130px;
}
.Bar {
    padding-top: 0px!important;
}
    .DetProdJobWorksheetRow {
        display: table-row;
    }
	.dp-image-wrapper span {
    height: 250px;
    padding: 10px;
}
div#tabContent .table-cell {
    display: block;
    width: 100%;
    padding: 5px;
}
.table--info-table {
    margin: 0rem 0;
}
.InfoTableContainer .table-cell {
    padding: 1px 7px;
    line-height: 1.4;
    display: block;
}
/**************************** responsive table (account pages)************************/
  .account-page .table .table-row{
	background-color: #fff;
    border: 1px solid #ddd;
    padding: .35em;
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}
.account-page .table .table-cell {
	border: none;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: left;
    width: 100%;
}
  .account-page .table .table-head {
    display:none;
  }
.account-page .table .table-cell::before {
    content: attr(data-label);
	padding-right: 10px;
    font-weight: 800;
}
table.invoiceView.table {
    border: none;
}
table.invoiceView.table .table-row {
    margin: 0;
    border: none;
    padding: 2px;
}
table.invoiceView.view1.table .table-cell {
    border-bottom: none;
}
.invoiceHead {
    font-weight: 800;
}
/* width */
::-webkit-scrollbar {

  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/****************************end responsive table (account pages)************************/

}










/* Elastic CSS *******************************************************************/
.ui-widget.ui-widget-content {   
    z-index: 9999;

}
.ui-widget.ui-widget-content img {
    border: 0 none;
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
    max-height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.searchsug__img-wrapper {
    height: 50px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: content-box;
    margin-right: 25px;
}
.ui-menu .ui-menu-item:hover {
    
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border:none!important;
	background-image: none!important;
	background: none!important;
	margin: 0px!important;
	    color: #0f3974;
	font-weight: normal!important;
}
.ui-widget {
    font-size: 1.2em;
}
li.ui-autocomplete-category {
    background: #0f3974;
    /* margin-top: 10px; */
    margin-bottom: 5px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 3px;
    padding-left: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 5px .4em 5px .4em!important;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    position: relative;
    border-bottom: 1px solid #eee!important;
    padding: 5px .4em 5px .4em!important;
}
span.searchsug-primarytext:hover {
    color: #0f3974;
}
img.searchsug-img {
    max-height: 50px!important;
	    margin-right: 10px;
}
.ui-menu .ui-menu-item {
    display:block;
    padding: 0 20px;
}
.searchsug-secondarytext {
    white-space: normal!important;
}
.ui-menu .ui-menu-divider {
    display: none;
}
/* End Elastic CSS *************************************************/
/* Search Suggestions */

.searchsug-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.searchsug-textwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
}
.searchsug-secondarytext {
	font-size: 0.9em;
	color: #6c757d;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}