﻿/*** Widget finder ***/
.widgetzone-finder {
  color: #ff3131;
  font-size: small;
  font-weight: 600;
}


/*** Quick View ***/
/* Quick View Button*/
.quickview-btn-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  z-index: 10;
  transition: all .3s ease-in-out;
  opacity: 0;
}


.product-grid .quickview-btn-container {
  text-align: center;
}


.product-list .quickview-btn-container {
  text-align: left;
  padding-left: 8px;
}



.quickview-btn-container.active {
  /*display: inline-block;*/
  opacity: 1;
}

.quickview-btn-container button {
  width: 200px;
}


/* Quick View Panel */
.quick-view-container {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}

  .quick-view-container.active {
    opacity: 1;
    visibility: visible;
  }

.quick-view-overlay {
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #9a9a9a;
  opacity: 0.7;
}

.quick-view-dialog {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0;
  outline: 0;
  width: 95%;
  top: 10px;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}


.quick-view-container.active .quick-view-dialog {
  opacity: 1;
  visibility: visible;
}

.quick-view-titlebar {
  padding: 10px 10px 5px 10px;
}

.quick-view-actions {
  float: right;
}

.quick-view-close {
  background: white;
  color: black;
}

  .quick-view-close:hover {
    background: white;
  }

.quick-view-loading {
  text-align: center;
}

.quick-view-content {
  padding: 5px 10px 5px 10px;
  min-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
}


/**** Save Shopping Cart ****/
.savecart-page .common-buttons {
  margin: 0 0 60px;
  padding: 20px;
  font-size: 0;
}

.savecart-page .form-fields {
  background-color: initial;
}

/**** Quick order form ****/

.html-quickorderform-page .qof-products {
  display: table;
  width: 100%;
}

.html-quickorderform-page .qof-header {
  display: table-header-group;
  font-weight: bold;
}

.html-quickorderform-page .qof-body {
  display: table-row-group
}

.html-quickorderform-page .qof-row {
  display: table-row
}

.html-quickorderform-page .qof-cell {
  display: table-cell;
  padding: 5px 5px 5px 5px;
}

.html-quickorderform-page .qof-sku {
  width: 120px;
  text-align: center;
}

.html-quickorderform-page .qof-qty {
  width: 80px;
  text-align: center;
}

.html-quickorderform-page .qof-row input {
  width: 100%;
}

.qof-row input::placeholder {
  color: gainsboro;
}

.html-quickorderform-page .qof-row input:-ms-input-placeholder {
  color: gainsboro;
}

.html-quickorderform-page.qof-row input::-ms-input-placeholder { /* Microsoft Edge */
  color: gainsboro;
}

.html-quickorderform-page .qof-addline-container {
  padding: 5px
}

.html-quickorderform-page .qof-addline-button {
  width: 100%
}

.html-quickorderform-page .qof-addtocart-container {
  padding: 5px;
  text-align: right;
}

.html-quickorderform-page .qof-upload-file {
  margin: 30px 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

  .html-quickorderform-page .qof-upload-file  a {
    color:red;
  }

  .html-quickorderform-page .qof-upload-file h3 {
    padding-bottom: 5px;
  }

  .html-quickorderform-page .qof-upload-file .info {
    padding-bottom: 5px;
  }

.quickorderform-page .error-text {
  color: #c10000;
  display: none;
  padding-top: 5px;
}

.quickorderform-page .qof-row.error .error-text {
  display: block;
}

.quickorderform-page .qof-product-clear {
  width: 50px;
}

  .quickorderform-page .qof-product-clear button {
    background-color: #b3b3b3;
  }


.html-quickorderform-page .ui-autocomplete {
  width: 500px !important;
}

.html-quickorderform-page .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.html-quickorderform-page .alert-header {
  font-weight: bold;
}

.html-quickorderform-page .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.html-quickorderform-page .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.html-quickorderform-page .addtocart-success {
  display: none;
}

  .html-quickorderform-page .addtocart-success a {
    color: #508eff;
  }

  .html-quickorderform-page .addtocart-success.display {
    display: block;
  }

.html-quickorderform-page .addtocart-error {
  display: none
}


  .html-quickorderform-page .addtocart-error.display {
    display: block
  }


.html-quickorderform-page .file-upload-error {
  margin-top: 5px;
  display: none;
}

  .html-quickorderform-page .file-upload-error.display {
    display: block;
  }


/**** Product Matrix Order Mode ****/




.matrix-add-to-cart {
  display: none;
}

.matrix-order-toggle-container {
  float: right;
  width: 52%;
}

.matrix-add-to-cart .product-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

  .matrix-add-to-cart .product-name h1 {
    font-size: 30px;
    font-weight: normal;
  }

@media (min-width: 1001px) {
  .matrix-add-to-cart {
    float: right;
    width: 52%;
  }

  .matrix-table {
    width: initial;
  }

    .matrix-table .product_sku {
      min-width: 100px;
    }

    .matrix-table .product_name {
      min-width: 200px;
    }
}

@media (max-width: 1001px) {
}


.matrix-table th.product_qty {
  text-align: center;
}

.matrix-table th.product_qty {
  text-align: center;
}

.matrix-table .product_qty_input {
  width: 80px;
}

.matrix-table td, .matrix-table th {
  padding: .50rem;
  vertical-align: middle;
}

.matrix-add-to-cart .add-to-cart-button {
  height: 43px;
  border: none;
  background-color: #285f86;
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.matrix-add-to-cart .add-to-cart-container {
  padding: 15px;
}

.matrix-add-to-cart .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.matrix-add-to-cart .alert-header {
  font-weight: bold;
}

.matrix-add-to-cart .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.matrix-add-to-cart .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.matrix-add-to-cart .addtocart-success {
  display: none;
}

  .matrix-add-to-cart .addtocart-success a {
    color: #508eff;
  }

  .matrix-add-to-cart .addtocart-success.display {
    display: block;
  }

.matrix-add-to-cart .addtocart-error {
  display: none
}


  .matrix-add-to-cart .addtocart-error.display {
    display: block
  }

.matrix-add-to-cart .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
}

.overview .matrix-order-mode-button, .matrix-add-to-cart .matrix-order-mode-button {
  background-image: url(../../images/matrix-button.png);
}

.check-order-status .email-sent-message {
  text-align: center;
  color: red;
}




/* Checkout */
.co-information-form {
  padding: 10px;
}

/* branch details page*/
.view-branch-details-button, .change-branch-button {
  margin: 3px;
}

.customer-branch-page .table-wrapper {
  overflow: visible !important;
}

.customer-branch-page .dropdown {
  position: relative;
  display: inline-block;
}

.customer-branch-page .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

  .customer-branch-page .dropdown-content.active {
    display: block;
  }

  .customer-branch-page .dropdown-content a {
    color: black;
    padding: 10px 18px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px #e5e5e5 solid;
    min-width: 140px;
  }


.customer-branch-page .view-branch-details-button {
  padding: 8px 10px !important;
  margin: 1px;
  min-width: unset;
  font-size: 1em;
  background-color: #4ab2f1;
}




/* Checkout approval required*/
.shipping-method-require-approval {
  color: #ca0000;
  font-weight: 700;
  padding-top: 5px;
}


/* Checkout */
.co-information-form {
  padding: 10px;
}

/* branch details page*/
.view-branch-details-button, .change-branch-button {
  margin: 3px;
}


/* Checkout approval required*/
.shipping-method-require-approval {
  color: #ca0000;
  font-weight: 700;
  padding-top: 5px;
}

.confirm-order-requires-approval {
  font-size: large;
  color: #ca0000;
  font-weight: 700;
}

/* Product attachments */

.product-attachments {
  padding-top: 15px;
}

  .product-attachments .product-attachments-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product-attachments .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
  }

    .product-attachments .title strong {
      font-weight: normal;
    }

  .product-attachments .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px;
    color: #666;
    background-image: url(../../images/download-button.png);
  }

  .product-attachments .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
  }

    .product-attachments .title strong {
      font-weight: normal;
    }


  .product-attachments .product-attachment-name {
    margin: 0 0 2px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    color: #4ab2f1;
  }

.button-2 {
  cursor: pointer;
}


.product-attachments .product-attachments-list .product-attachment {
  flex-basis: auto;
  width: 200px;
  margin: 0 0.5% 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


  .product-attachments .product-attachments-list .product-attachment .product-attachment-info {
    padding: 2px 4px 12px 4px;
  }


.product-attachments .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
  background-image: url(../../images/download-button.png);
}



.product-attachments .product-attachments-list .product-attachment {
  flex-basis: auto;
  width: 200px;
  margin: 0 0.5% 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

  .product-attachments .product-attachments-list .product-attachment .product-attachment-info {
    padding: 2px 4px 12px 4px;
  }

/*One time login page */

.onetimepasswordlogin-page .onetimepasswordinput, .onetimepasswordlogin-page .trustdeviceinput {
  text-align: center;
}

/* Tooltip text */
.trustdeviceinput .tooltiptext {
  font-style: italic;
  font-size: small;
  display: block;
}


.onetimepasswordlogin-page a {
  color: #0086f9;
}

@media(max-width: 1000px) {
  .product-attachments .product-attachments-list {
    justify-content: center;
  }

    .product-attachments .product-attachments-list .product-attachment-info {
      text-align: left;
    }
}


/** Registration page Select 2 overrides*/

.registration-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}

.registration-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2196F3 !important;
  border: 1px solid #03A9F4 !important;
  color: #fff !important;
}

.registration-page .select2-containers {
  padding-right: 30px !important;
}

.registration-page .select2-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}


/* one page checkout shipping address select 2 overrides*/
#opc-shipping #select2-shipping-address-select-container,
#quote-shippingaddress #select2-shipping-address-select-container {
  text-align: left;
}

#opc-shipping .select2-container--default .select2-selection--single,
#quote-shippingaddress .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 0px;
}



.new-address-button-container {
  margin-top: 5px;
}

/* flyout cart shared*/

.flyout-cart .remove-item .remove-item-button {
  text-decoration: underline;
  text-transform: uppercase;
}

/* SSO blocks*/
.IveSSO-login-block {
  padding: 10px 10px 5px 10px;
}

.IveSSO-btn {
  background-color: #fdfdfd;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


/* branch buttons*/
.view-branch-details-button, .view-branch-orders-button, .change-branch-button {
  min-width: 100px !important;
  padding: 10px 25px !important;
}


/* checkout alerts */

.checkout-alert.checkout-alert-danger {
  color: white !important;
  background: #dd4b39;
  padding: 8px;
  border-radius: 4px;
}


.checkout-alert.checkout-alert-warning {
  color: white !important;
  background: #f39c12;
  padding: 8px;
  border-radius: 4px;
}

.checkout-alert.checkout-alert-info {
  color: white !important;
  background: #00c0ef;
  padding: 8px;
  border-radius: 4px;
}

.checkout-alert.checkout-alert-success {
  color: white !important;
  background: #00a65a;
  padding: 8px;
  border-radius: 4px;
}

/* Order details page */
.order-details-page .data-table tr.line-cancelled td {
  background-color: #ffe5e5;
}


.order-details-page .data-table tr td .product-externally-added {
  color: red;
}

.order-details-page .fees {
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 10px;
}

.order-details-page .order-notes table .created-on {
  width: 210px;
}

/* Global message top */
.global-message-top {
  text-align: center;
  background: #ffffff;
  color: #ec0000;
  font-size: larger;
  padding: 5px;
}

  .global-message-top a {
    color: #0089ff;
  }


.global-message-homepage {
  text-align: center;
  font-weight: 700;
  font-size: large;
  color: #ec0000;
}

  .global-message-homepage a {
    color: #0089ff;
  }


/* Cart fee display */
.cart-footer .fees {
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  padding: 5px 30px 15px;
}

.fees-table td:first-child {
  text-align: left;
}

.fees-table td {
  width: 50%;
  padding: 5px 0;
  text-align: right;
}




/****** ORDER LIST PAGE ******/
.order-list-page .order-search-form .form-horizontal > .row {
  align-items: flex-start;
}

.order-search-form .inputs {
  text-align: left;
}

.order-list-page .section.order-item .title {
  margin: 0;
}

/* LIST ITEMS + HEADER */
.order-list-page .section.order-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  color: #333;
  align-items: center;
  margin: 0;
  padding: 5px 10px;
  justify-content: flex-start;
  text-align: left;
}

/* LIST HEADER */
.order-list-header {
  padding: 5px 0px;
  background: #f9f9f9;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

  .order-list-header h5 {
    text-transform: uppercase;
  }

.order-list-page .order-list-header .section.order-item {
  justify-content: flex-start;
  background: none;
}

.order-list-header h5 {
  flex: 0 0 160px;
  padding: 4px 8px 4px 0;
  font-size: 1.0em;
  line-height: 1.2;
  font-weight: bold;
}

/* LIST */
.order-list-page .order-list {
  border-bottom: 1px solid #999;
}

  .order-list-page .order-list .section.order-item:nth-child(2n+1) {
    background: #eee;
  }

  .order-list-page .order-list .label {
    display: none;
  }

  /* ORDER LIST ITEM - DETAILS */
  .order-list-page .order-list .section.order-item h5, .order-list-page .order-list .section.order-item p {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
  }

  .order-list-page .order-list .section.order-item h5 {
    flex: 0 0 160px;
    font-weight: bold;
  }

.order-list-page .section.order-item .order-date, .order-list-page .section.order-item .order-total {
  flex: 0 0 120px;
}

.order-list-page .section.order-item p.status, .order-list-header .section.order-item .status,
.order-list-header .section.order-item .customer, .order-list-page .section.order-item p.customer,
.order-list-header .section.order-item .ShippedTo, .order-list-page .section.order-item p.ShippedTo {
  flex: 0 0 120px;
  text-overflow: ellipsis;
}

/* ORDER LIST ITEM - ACTIONS */
.order-list-page .section.order-item .actions {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}

  .order-list-page .section.order-item .actions .button-1,
  .quote-list-page .button-1 {
    padding: 5px 10px;
    margin: 1px;
    min-width: unset;
    font-size: 1em;
    background-color: #4ab2f1;
  }

    .order-list-page .section.order-item .actions .button-1:hover,
    .quote-list-page .button-1:hover {
      background-color: #248ece;
    }





/* PAGER */
.order-list-page .pager .info {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  border-top: none;
}

  .order-list-page .pager .info ul {
    margin-left: auto;
  }

/* PAY NOW BUTTON */
.order-list-page .section.order-item .actions .pay-order-button {
  background-color: #003399;
}

/* Consumption page*/
/* LIST HEADER */
.consumption-list-header {
  padding: 5px 0px;
  background: #f9f9f9;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

  .consumption-list-header h5 {
    text-transform: uppercase;
  }

.consumption-list-page .order-list-header .section.consumption-item {
  justify-content: flex-start;
  background: none;
}

.consumption-list-header h5 {
  flex: 0 0 140px;
  padding: 4px 8px 4px 0;
  font-size: 1.0em;
  line-height: 1.2;
  font-weight: bold;
}

.consumption-list-page .consumption-list {
  border-bottom: 1px solid #999;
}

.consumption-list-page .section.consumption-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  color: #333;
  align-items: center;
  margin: 0;
  padding: 5px 10px;
  justify-content: flex-start;
  text-align: left;
}

.consumption-list-page .consumption-list .section.consumption-item:nth-child(2n+1) {
  background: #eee;
}

.consumption-list-page .consumption-list .section.consumption-item h5 {
  flex: 0 0 140px;
  font-weight: bold;
}

.consumption-list-page .consumption-list .section.consumption-item h5, .order-consumption-page .consumption-list .section.consumption-item p {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
}

.consumption-list-page .pager .info {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  border-top: none;
}

/* Branch freight cyclic ordering stuff   */

.shopping-cart-selector {
  position: absolute;
  right: 2px;
  padding: 0;
  min-width: 260px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: black;
  text-align: left;
  font-size: 17px;
}

.shopping-cart-selector {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}

  .shopping-cart-selector.hover-active, .shopping-cart-selector.click-active {
    visibility: visible;
    opacity: 1;
  }

  .shopping-cart-selector li {
    padding: 10px;
  }

    .shopping-cart-selector li a {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }

    .shopping-cart-selector li:first-child {
      border-bottom: 1px #e9e9e9 solid;
    }

    .shopping-cart-selector li a .shopping-cart-title {
      font-weight: 600;
    }

/* custom add to cart button with select cart*/
.add-to-cart-selector-anchor {
  display: inline-block;
  height: 40px;
  border: none;
  vertical-align: middle;
  padding: 0px 0px;
}

.add-to-cart-catalog-selector {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: absolute;
  padding: 0;
  min-width: 200px;
  border: 1px solid #EBEBEC;
  background: #fff;
  color: black;
  text-align: left;
  z-index: 100;
  margin-top: 12px;
}

  .add-to-cart-catalog-selector.hover-active, .add-to-cart-catalog-selector.click-active {
    visibility: visible;
    opacity: 1;
  }


  .add-to-cart-catalog-selector li .add-to-cart-selection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 12px 2px;
  }

    .add-to-cart-catalog-selector li .add-to-cart-selection:hover {
      background: #ebebeb;
    }

  .add-to-cart-catalog-selector li:first-child {
    border-bottom: 1px #e9e9e9 solid;
  }



.add-to-cart-details-selector {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  position: absolute;
  padding: 0;
  min-width: 200px;
  border: 1px solid #EBEBEC;
  background: #fff;
  color: black;
  text-align: left;
  z-index: 100;
  margin-top: 14px;
  left: 60px;
}

  .add-to-cart-details-selector.hover-active, .add-to-cart-details-selector.click-active {
    visibility: visible;
    opacity: 1;
  }

  .add-to-cart-details-selector li .add-to-cart-selection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 12px 2px;
  }

    .add-to-cart-details-selector li .add-to-cart-selection:hover {
      background: #ebebeb;
    }

  .add-to-cart-details-selector li:first-child {
    border-bottom: 1px #e9e9e9 solid;
  }

.cyclicalcart-notes {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 15px;
}


/* cyclical cart change log */
.cyclical-cart-changelog-table {
  padding: 20px;
}

.shopping-cart-page .add-note form {
  padding-top: 10px;
}

  .shopping-cart-page .add-note form textarea {
    width: 100%
  }

  .shopping-cart-page .add-note form .add-cyclical-cart-note-button {
    float: right;
    margin-top: 10px;
  }

.cyclical-shopping-cart-page .warnings {
  text-align: center;
  padding: 12px;
}

  .cyclical-shopping-cart-page .warnings p {
    color: red;
    font-size: medium;
  }

.cyclical-shopping-cart-page .cyclical-cart-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

  .cyclical-shopping-cart-page .cyclical-cart-details > div {
    padding: 3px 0px;
  }

.cyclical-shopping-cart-page .cyclical-shopping-cart-page.cyclical-cart-details > div > span:first-child {
  font-weight: bold;
}

@media (min-width: 1000px) {
  .cyclical-shopping-cart-page .cyclical-cart-details {
    flex-direction: row;
    flex-wrap: wrap;
  }

    .cyclical-shopping-cart-page .cyclical-cart-details > div {
      width: 50%;
    }
}


.branch-cart-page .cart-details .detail {
  padding-bottom: 5px;
  display: flex;
}

  .branch-cart-page .cart-details .detail .title {
    font-weight: 600;
    width: 30%;
    /*  padding-right: 50px;
    text-align: right;*/
  }

  .branch-cart-page .cart-details .detail .data {
  }

.branch-cart-page .panel {
  padding-bottom: 25px;
}

  .branch-cart-page .panel .panel-title {
    padding-bottom: 5px;
    font-size: large;
    font-weight: 700;
  }


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}


.html-order-details-page .isoverride-badge {
  background-color: #0899d1;
}

/* Request quote*/
.requestquote-page .form-fields,
.view-quote-page .form-fields {
  margin: 15px 1px;
}

.view-quote-page .actions {
  margin: 30px 0 0;
  font-size: 0;
  text-align: center;
}


.requestquote-page .shipping-address {
  float: left;
  width: 48%;
  margin: 0 1% 40px;
  max-width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
  text-align: left;
}

  .requestquote-page .shipping-address .title {
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }

    .requestquote-page .shipping-address .title strong {
      font-weight: 700;
    }


  .requestquote-page .shipping-address .shipping-method-info {
    margin-top: 20px;
  }

  .requestquote-page .shipping-address li {
    padding: 3px 0;
  }

.requestquote-page .quote-data, .view-quote-page .quote-data {
  display: flex;
}

.requestquote-page .quote-message {
  float: left;
  width: 48%;
  margin: 0 1% 40px;
  max-width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
  text-align: left;
}

  .requestquote-page .quote-message .title {
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }

    .requestquote-page .quote-message .title strong {
      font-weight: 700;
    }

.quote-completed-page .details a {
  color: #4ab2f1;
}

.quote-completed-page .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
  color: #444;
}

/* View quote*/
.view-quote-page .quote-message {
  float: left;
  width: 48%;
  margin: 0 1% 40px;
  max-width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
  text-align: left;
}


.view-quote-page .shipping-details {
  float: left;
  width: 48%;
  margin: 0 1% 40px;
  max-width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
  text-align: left;
}

.view-quote-page .title {
  text-align: left;
  margin: 0 0 2px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

  .view-quote-page .title strong {
    font-weight: 700;
  }

.view-quote-page .text {
  padding-bottom: 8px;
}


.view-quote-page .quote-comments table .created-on {
  width: 210px;
}

.view-quote-page .add-comment-form {
  margin: 15px 0px;
  background-color: #f9f9f9;
  padding: 20px;
}

  .view-quote-page .add-comment-form .actions {
    width: 100%;
    text-align: center;
  }

.view-quote-page .add-comment-init {
  color: #1f78ff;
  margin: 5px;
  cursor: pointer;
}


.view-quote-page .add-comment-form .actions button {
  margin: 0px 5px;
}

.view-quote-page .add-comment-form .actions .cancel-comment-button {
  background: #bfbfbf;
}

.view-quote-page .button-2:disabled {
  opacity: 42%;
}

.overview .add-to-quote-container {
  display: flex;
  position: relative;
}

.overview .quote-qty-input {
  float: left;
  width: 50px;
  height: 38px;
  text-align: center;
  font-size: 12px;
  color: #444;
}

.overview .add-to-quote-button {
  float: left;
  background: #eaeaea;
  color: #666;
  font-size: 12px;
}

  .overview .add-to-quote-button:hover {
    background-color: #ddd;
  }

.button-1:disabled {
  background-color: #a3d7f5;
}




/* Password change*/

.change-password-page .success-result {
  margin: 20px 0;
  text-align: center;
  font-size: large;
  color: #008d00;
}




/* Kitset items product details page*/

.kititems-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.kititems-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #444;
}

.kititems-table .product {
  min-width: 225px;
  text-align: left;
}

  .kititems-table .product span {
    font-style: italic;
    font-weight: bold;
    color: #444;
    line-height: 22px;
  }

  .kititems-table .product .message-error {
    margin: 10px px 0 0;
    text-align: left;
  }

.kititems-table .has-warnings td {
  background-color: #fff5f5;
}

@media (min-width: 1001px) {
  .kititems-table .td-title {
    display: none;
  }
}

@media (max-width: 1000px) {
  .kititems-table thead {
    display: none;
  }

  .kititems-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }

  .kititems-table td {
    display: block;
    border: none;
    padding: 10px;
  }

    .kititems-table td.product-picture {
      border-top: 1px solid #ddd;
      padding: 15px 10px 5px;
    }

    .kititems-table td.product {
      min-width: 0;
      padding: 5px 10px 15px;
      text-align: center;
    }

    .kititems-table td.quantity {
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle;
    }

    .kititems-table td.quantity {
      padding: 20px 10px;
      vertical-align: middle;
    }

    .kititems-table td.unit-price,
    .kititems-table td.subtotal {
      display: inline-block;
      padding: 20px 10px;
      vertical-align: middle;
    }

    .kititems-table td.available-quantity {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }
}


/* Order limits */

.orderlimits-page .success,
.allocations-view-component .success,
.orderlimit-view-component .success {
  color: green;
}

.orderlimits-page .danger,
.allocations-view-component .danger,
.orderlimit-view-component .danger {
  color: red;
}

.orderlimits-page .orderlimits-header {
  color: #525252;
  font-size: large;
  padding-bottom: 5px;
}

@media (min-width: 1001px) {
  .orderlimits-page .inputs label {
    width: 205px;
  }

  /* Allocations */

  .allocations-page .allocations-header {
    color: #525252;
    font-size: large;
    padding-bottom: 5px;
  }

  .allocations-page .allocations-details {
    margin-bottom: 15px;
  }

  .allocations-page .allocation-detail .allocation-detail-header {
    font-weight: 700;
    margin-right: 8px;
  }

  .allocations-page .allocation-table {
    border: 1px solid #585858;
  }

    .allocations-page .allocation-table tr th {
      border: 1px solid #585858;
      background-color: #7e7e7e;
      padding: 5px;
      color: white;
    }

    .allocations-page .allocation-table tr td {
      border: 1px solid black;
      padding: 5px;
    }


  /* CXML */
  .cxl-order-confirm-page .actions {
    float: right;
  }
}

.product-box-download-only {
  height: 40px;
  border: none;
  margin: auto;
  background-color: gray;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* product filters */
.product-selectors {
  text-align: left;
}

  .product-selectors .product-viewmode {
    display: inline-block;
    float: right;
  }

    .product-selectors .product-viewmode span {
      display: none;
    }

    .product-selectors .product-viewmode a {
      display: inline-block;
      width: 24px;
      height: 32px;
      margin: 0 0 0 12px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.5;
    }

      .product-selectors .product-viewmode a.grid {
        background-image: url('../../images/view-grid.png');
      }

      .product-selectors .product-viewmode a.list {
        background-image: url('../../images/view-list.png');
      }

      .product-selectors .product-viewmode a.selected {
        opacity: 1;
      }


.product-selectors {
  margin: 0 0 5px;
  padding: 20px 0;
}

  .product-selectors:first-child {
    border-top: none;
  }

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    display: inline-block;
    margin: 5px;
  }

  .product-selectors span {
    vertical-align: middle;
    font-size: 16px;
  }

  .product-selectors select {
    margin: 0 8px;
    border: 1px solid #f1f1f1
  }

  .product-selectors .product-viewmode {
    font-size: 0;
  }


  .product-selectors .filters-button {
    display: none;
  }


.block {
  max-width: 600px; /*width limit in mobile*/
  min-height: 50px;
  text-align: left;
}

  .block .title {
    position: relative;
    padding: 5px 30px 5px 10px;
    font-size: 18px;
    color: #444;
    cursor: pointer;
    background-color: #fbfbfb;
  }

  .block .listbox {
    padding: 10px 10px;
  }

  .block .list li {
    padding: 5px 0 5px 15px;
  }

  .block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

    .block .list a:before {
      content: "";
      position: absolute;
      top: 12px;
      left: -15px;
      width: 5px;
      height: 5px;
      background-color: #ddd;
    }

  .block .list .active > a {
    font-weight: 600;
  }

  .block .list a:hover {
    color: #4ab2f1;
  }

  .block a.product-picture {
    display: none;
  }

    .block a.product-picture:before {
      display: none;
    }

  .block .sublist {
    margin: 15px 0 5px;
  }

    .block .sublist a {
      font-size: 14px;
    }

  .block .view-all {
    margin: 10px 0 0;
  }

    .block .view-all a {
      display: inline-block;
      padding: 10px 15px;
      font-size: 16px;
      color: #4ab2f1;
    }

      .block .view-all a:hover {
        text-decoration: underline;
      }

  .block .tags {
    margin: 5px 0 10px;
  }

    .block .tags ul {
      font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      overflow: hidden;
      font-size: 17px !important; /*setting base size*/
    }

      .block .tags li a,
      .product-tags-all-page li a {
        float: left;
        line-height: 30px;
        color: #444;
      }

        .block .tags li a:hover,
        .product-tags-all-page li a:hover {
          color: #4ab2f1;
        }



.product-filters {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  border-radius: 5px;
}

.product-filter {
  margin: 0 0 10px;
}

  .product-filter .filter-title {
    padding: 10px;
    font-size: 18px;
    color: #444;
    background-color: #fbfbfb;
    border-radius: 5px;
  }



  .product-filter .filter-content {
    padding: 10px;
    color: #444;
  }

  .product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-filter .group {
    margin: 0 0 10px;
  }

    .product-filter .group li {
      font-size: 15px;
    }

      .product-filter .group li a,
      .product-filter .group li strong {
        display: inline-block;
        padding: 5px 0;
      }

        .product-filter .group li a:hover {
          color: #4ab2f1;
        }

      .product-filter .group li.item {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0 0 0 15px;
      }

        .product-filter .group li.item:before {
          content: "";
          position: absolute;
          top: 12px;
          left: 0;
          width: 5px;
          height: 5px;
          background-color: #ddd;
        }

      .product-filter .group li.color-item {
        padding: 0;
        display: inline-block;
      }

        .product-filter .group li.color-item a {
          padding: 0;
        }

        .product-filter .group li.color-item:before {
          display: none;
        }


.customer-menu-button {
  position: relative;
  margin: 0 0 10px;
  background: #f6f6f6;
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  color: #444;
  cursor: pointer;
}

.customer-menu-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

  .customer-menu-button .left {
    flex-grow: 1;
  }



@media (min-width: 1000px) {
  /*** COLUMN ***/

  .block-account-navigation {
    margin-top: 60px !important;
  }

  .product-filters {
    border: 1px solid #e5e5e5;
  }

  .customer-menu-button {
    display: none;
  }


  .block {
    float: none;
    width: auto;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
  }

    .block .title {
      margin: 0;
      background: none;
      cursor: auto;
      background-color: #fbfbfb;
      border-radius: 5px;
    }

      .block .title strong {
        font-weight: bold;
      }

    .block .listbox {
      display: block;
      border-bottom: none;
    }

    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0 0 0 -15px;
      vertical-align: middle;
    }

    .block a.product-name {
      vertical-align: middle;
    }

    .block a.product-picture + a.product-name {
      width: 70%;
    }

      .block a.product-picture + a.product-name:before {
        display: none;
      }
}


@media (max-width: 1000px) {

  .product-selectors .product-viewmode {
    display: none;
  }

  .product-selectors .filters-button {
    display: block;
    float: right;
    width: calc(100% - 110px);
    overflow: hidden;
    padding: 0 55px 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 55px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
  }

    .product-selectors .filters-button .filters-button-icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 55px;
      height: 55px;
      text-align: center;
      font-family: 'pacific';
      font-size: 9px;
      line-height: 55px;
    }

    .product-selectors .filters-button .svg-inline--fa {
      display: block;
      width: 55px;
      height: 36px;
      margin-top: 10px;
      text-align: center;
    }



  .product-selectors {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background-color: #363636;
    border-top: 1px solid rgba(0,0,0,.2);
    margin: 0 0 0;
    color: white;
    padding: 0;
  }

    .product-selectors > div {
      margin: 0;
      float: left;
      width: 55px;
    }

    .product-selectors select {
      appearance: none;
      position: relative;
      z-index: 2;
      width: 55px;
      height: 55px;
      border: 1px solid #c5c5c5;
      border-width: 0 1px 0 0;
      background: none;
      padding: 0;
      font-size: 0;
      margin: 0;
    }



  #products-orderby option,
  #products-pagesize option {
    font-size: 14px;
  }


  .product-selectors .product-page-size-perpage {
    display: none;
  }

  .product-selectors i, .product-selectors .svg-inline--fa {
    display: none;
  }

  .product-sorting:after, .product-page-size:after {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    font-family: 'pacific';
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    color: #000;
    color: white;
  }


  .product-sorting, .product-page-size {
    position: relative;
  }

    .product-page-size:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f03a";
    }

    .product-sorting:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f0dc";
    }

  /* Style filter by attributes*/

  .side-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 285px;
    height: 100%;
    background-color: #fff;
    transition: all .7s ease;
    -webkit-transform: translate(-285px);
    -ms-transform: translate(-285px);
    transform: translate(-285px);
    z-index: 1070;
    padding-right: 1px;
    overflow: scroll;
  }

  .side-2-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1061;
    background-color: #00000057;
    transition: background .3s ease;
  }

  .side-2.active {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}



.customer-devicesession-page .end-session-button {
  padding: 8px 10px !important;
  margin: 1px;
  min-width: unset;
  font-size: 1em;
  background-color: #4ab2f1;
}


/* Filters start */
/* Price range filter */

.priceRangeFilterBox #priceRangeFilterSlider {
  margin: 5px 15px;
}


.priceRangeFilterBox .priceRangeFilterCurrentRange {
  display: flex;
  color: black;
  font-size: 16px;
  padding-top: 2px;
}

.priceRangeFilterBox .currentMinPrice {
  display: flex;
  flex: auto;
}

.priceRangeFilterBox .currentMaxPrice {
  display: flex;
}

.priceRangeFilterBox .priceRangeMinMax {
  display: flex;
  padding-bottom: 5px;
  color: #b1b1b1;
}

.priceRangeFilterBox .priceRangeMin {
  flex: auto;
}


/* Allocation group filter*/

.allocationGroupsFilterBox .listbox label {
  padding-left: 10px;
  color: #444;
}

/* Filters end */


/* Allocations tiers view component*/

.allocations-view-component {
  border: solid 1px #f3f3f3;
  padding: 10px 15px;
  margin: 5px;
  background: #f9f9f9;
}




  .allocations-view-component .allocation-name {
    font-weight: 600;
  }

  .allocations-view-component .usage {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-top: 3px;
  }


/* order limit view component */

.orderlimit-view-component {
  border: solid 1px #f3f3f3;
  padding: 10px 15px;
  margin: 5px;
  background: #f9f9f9;
}

  .orderlimit-view-component .orderlimit-type {
    font-weight: 600;
  }

.report .sql-report-parameters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}

.report .report-data-container {
  padding-top: 20px;
}

.report .sql-report-parameters .paramater {
  color: rgb(62, 65, 68);
  padding: 3px;
  margin: 5px;
  min-width: 200px;
  max-width: 220px;
}

  .report .sql-report-parameters .paramater label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    min-height: 23px;
  }
  }

  .report .sql-report-parameters .paramater input::placeholder {
    color: #c0c0c0;
  }

  .report .sql-report-parameters .paramater select {
    min-width: 100%;
    height: 36px;
  }

.report .loading-indicator {
  padding: 40px;
  color: #888888;
}

.report .mvc-grid button, .report .mvc-grid .button {
    color: black;
}

.report .mvc-grid button.active, .report .mvc-grid .button.active {
  color: white;
}

.report .hint {
  color: #3c8dbc;
}


.report .sql-report-parameters .paramater .error {
  color: #e80000;
  font-size: smaller;
  font-style: italic;
  text-align: left;
}