/*
    Revision History:
    VSS             DATE         INITIALS   PILOT ITEM #
    21.07.02.0000   07/02/2021   JC         T20210629.0052
*/
/* AUTHORIZED MASTER CSS */
input[type="number"].form-control,
input[type="number"].grid-input {
    padding-right: 0;
}

.authorized img {
    width: 100%;
}

.authorized .content {
    margin-top: 50px;
}

.authorized .loadingRow {
    margin-top: 50px;
}

.authorized .topAC,
.authorized .bottomAC,
.authorized .leftAC,
.authorized .rightAC,
.external-access .topAC,
.external-access .bottomAC,
.external-access .leftAC,
.external-access .rightAC {
    display: block;
    margin: auto;
    /* border: dotted grey 1px; */
    width: auto;
}

.authorized .topAC:not([src]),
.authorized .bottomAC:not([src]),
.authorized .leftAC:not([src]),
.authorized .rightAC:not([src]),
.external-access .topAC:not([src]),
.external-access .bottomAC:not([src]),
.external-access .leftAC:not([src]),
.external-access .rightAC:not([src]) {
    display: none;
}

.authorized .topAC.max,
.authorized .bottomAC.max,
.external-access .topAC.max,
.external-access .bottomAC.max {
    max-height: 130px;
    max-width: 1090px;
    width: inherit;
}

.authorized .leftAC.max,
.authorized .rightAC.max,
.external-access .leftAC.max,
.external-access .rightAC.max {
    max-width: 250px;
}

.authorized .contentRow .content {
    margin-top: 15px;
}

.authorized .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.authorized .topMenu .container {
    padding-left: 0px;
    padding-right: 0px;
}

.authorized .topMenu .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.authorized .topMenu .navbar-toggle {
    margin-right: 30px;
    flex-basis: auto;
    align-self: flex-end;
}

.authorized .topMenu .navbar-header .banner {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    max-width: 100px;
    max-height: 50px;
}
.authorized .topMenu .navbar-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.authorized .topMenu .disconnected-mode-toggle span {
    font-size: 14px;
}

.authorized .loading {
    background-color: #337ab7;
    padding-top: 1px;
    padding-bottom: 1px;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1031;
}

.authorized .navbar-signal {
    cursor: default;
    /*float: right;*/
    font-size: 24px;
    padding: 8px 10px;
    margin-left: auto;
}

.authorized .navbar-dm {
    cursor: default;
    /*float: right;*/
    font-size: 24px;
    padding: 8px 5px;
}

.authorized .banner-brand {
    height: auto !important;
}

.authorized .navbar-signal .glyphicon {
    top: 4px;
}

.authorized .navbar-signal .connected {
    color: green;
}

.authorized .navbar-signal .disconnected {
    color: #c9302c;
}

@media screen and (max-width: 720px) {
    .authorized .topMenu.navbar.navbar-default {
        background-color: white;
    }

    .authorized .topAd,
    .authorized .bottomAd {
        max-height: 98px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .authorized .topMenu .navbar-nav .menu-title {
        display: none;
    }
}

.authorized .nav.navbar-nav::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.authorized .nav.navbar-nav::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5;
}

.authorized .nav.navbar-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.authorized .nav.navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 78%;
}

@media screen and (max-width: 1480px) {
    .authorized .nav.navbar-nav {
        max-width: 74%;
    }
}

@media screen and (max-width: 1310px) {
    .authorized .nav.navbar-nav {
        max-width: 72%;
    }
}

@media screen and (max-width: 1178px) {
    .authorized .nav.navbar-nav {
        max-width: 68%;
    }
}

@media screen and (max-width: 1070px) {
    .authorized .nav.navbar-nav {
        max-width: 64%;
    }
}

@media screen and (max-width: 980px) {
    .authorized .nav.navbar-nav {
        max-width: 62%;
    }
}

@media screen and (max-width: 906px) {
    .authorized .nav.navbar-nav {
        max-width: 60%;
    }
}

@media screen and (max-width: 842px) {
    .authorized .nav.navbar-nav {
        max-width: 58%;
    }
}

@media screen and (max-width: 788px) {
    .authorized .nav.navbar-nav {
        max-width: 56%;
    }
}

@media screen and (min-width: 768px) {
    .authorized .topMenu .navbar-header .banner {
        padding: 5px 0;
    }

    .authorized .topMenu > .container {
        width: 100%;
    }

    .authorized .nav.navbar-nav.navbar-right {
        width: auto;
    }

    .authorized .nav.navbar-nav > li {
        display: inline-block;
        float: none;
    }

    .authorized .nav.navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* UNAUTHORIZED MASTER CSS */
@media screen and (min-width: 721px) {
    .unauthorized.container {
        margin-top: 50px;
    }

    .unauthorized .loginArea {
        background-color: white;
        border-radius: 6px;
        margin: 25px;
        border: 1px solid #333;
        box-shadow: 20px 5px 7px rgba(3, 3, 3, 0.5);
        opacity: 0.95;
    }

    .unauthorized .loginArea > div.signOnContent {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .unauthorized .loginArea > h4 {
        background-color: #337ab7;
        color: white;
        padding: 10px;
        margin: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: 1px solid #333;
    }

    .unauthorized.loginbg {
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1440px;
        height: 800px;
        padding: 0px;
    }

    .unauthorized .socialRow {
        margin: 20px;
    }

    .unauthorized .banner-container > .banner-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .unauthorized .banner-container > .banner-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 720px) {
    .unauthorized .socialRow {
        margin: 10px 0 0 0;
    }

    .unauthorized .col-xs-0.col-xs-push-0 {
        visibility: hidden;
    }

    .unauthorized .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .unauthorized .loginArea {
        padding: 0px;
    }

    .unauthorized .loginArea > h4 {
        visibility: hidden;
        margin: 0px;
    }

    .unauthorized .banner-container > .banner-title {
        font-size: 30px;
    }

    .unauthorized.loginbg {
        background-image: none !important;
    }
}

.unauthorized .loginRow {
    padding: 0px;
    margin: 0px;
}

.unauthorized .socialRow .btn-group {
    border: none;
    box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.5);
    padding: 4px;
    background-color: #5bc0de;
    border-radius: 4px;
    opacity: 0.95;
}

.unauthorized .socialRow .btn {
    border: none;
    border-radius: 4px !important;
    padding: 9px;
}

.unauthorized .sales-lead-container {
    margin-left: 10px;
}

.unauthorized .sales-lead-container .btn-group {
    background-color: #f0ad4e;
}

.unauthorized button.compactLink {
    padding: 0px;
}

.unauthorized .loading {
    background-color: #337ab7;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.unauthorized .banner-container {
    margin-bottom: 24px;
}

.unauthorized .banner-container > * {
    display: inline-block;
    vertical-align: middle;
}

.unauthorized .banner-container > .banner {
    width: 33%;
}

.unauthorized .banner-container > .banner-title {
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
    width: 67%;
}

/* Powered by AFS */
html,
body,
#app,
#product-catalog-app,
#product-detail-app,
#order-cart-app {
    height: 100%;
}

.authorized-wrapper {
    min-height: 100%;
    position: relative;
}

.authorized-wrapper .authorized {
    padding-bottom: 85px;
}

.authorized-wrapper .powered-by-container {
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 85px;

    background-color: #232f3d;
    text-align: right;

    z-index: 10;
}

.authorized-wrapper .powered-by-container .banner-container {
    background-color: #f8f8f8;
    border: 1px solid #333;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    margin: 15px;
    opacity: 0.95;
    padding: 5px;
    box-shadow: 0 0 10px #bbb;
    -webkit-box-shadow: 0 0 10px #bbb;
    -moz-box-shadow: 0 0 10px #bbb;
}

.authorized-wrapper .powered-by-container .banner {
    width: 75px;
}

.authorized-wrapper .powered-by-container .banner-title {
    font-size: 10px;
    font-style: italic;
    margin-right: 5px;
    vertical-align: super;
}

/* Classes for Modal type Components */
.modal-content {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.modal-customer-selection-grid {
    width: 90%;
}

.modal-customer-selection-grid .modal-body {
    max-height: 80%;
    overflow-y: auto;
}

.modal-customer-selection {
}

/* Web Order Header Component */
.WebOrderHeader {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.WebOrderHeader .row {
    margin-left: 0px;
    margin-right: 0px;
}

.WebOrderHeader .HeaderButtons {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

.WebOrderHeader .HeaderButtons > .btn-group {
    margin-top: 5px;
    margin-bottom: 10px;
}

.WebOrderHeader .menu-label {
    margin-left: 5px;
}

.WebOrderHeader .menu-label .badge {
    margin-left: 5px;
    font-size: 11px;
    padding: 2px 7px;
}

.WebOrderHeader .CutoffDateOuter,
.WebOrderHeader .ActivityLabelOuter {
    border-top: 1px dotted #ddd;
}

.WebOrderHeader .CutoffDateInner {
    color: #c9302c;
    padding-top: 10px;
}

.WebOrderHeader .ActivityLabelInner {
    padding-top: 10px;
}

.WebOrderHeader .CutoffDateInner span,
.WebOrderHeader .ActivityLabelInner span {
    font-size: 14px;
}

.WebOrderHeader .input-group .form-control-static {
    padding: 7px 0px 7px 0px;
    font-size: 13px;
}

.WebOrderHeader .cp-general-message {
    width: 100%;
}

.WebOrderHeader .cp-general-message > h1,
.WebOrderHeader .cp-general-message > h2,
.WebOrderHeader .cp-general-message > h3,
.WebOrderHeader .cp-general-message > p {
    margin: 0;
}

.WebOrderHeader .HeaderDetails {
    border: 1px solid #b0c4de;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.WebOrderHeader .HeaderDetails .form-group {
    margin-bottom: 10px;
}

.WebOrderHeader .detail-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.WebOrderHeader .header-label {
    font-weight: bold;
}

.WebOrderHeader .header-label,
.WebOrderHeader .header-value {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.WebOrderHeader .weborder-header-flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.WebOrderHeader .customer-name {
    white-space: normal;
    padding: 0px 10px 0px 0px;
}

.WebOrderHeader .header-button {
    padding: 4px 6px;
    width: 30px;
    height: 30px;
}

.WebOrderHeader .header-button i,
.WebOrderHeader .header-button-note-count i {
    width: auto !important;
    vertical-align: middle;
}

.WebOrderHeader .header-button-note-count {
    padding: 4px 6px;
    height: 30px;
}

.WebOrderHeader .cutoff-container {
    margin-top: 10px;
}

.WebOrderHeader .activity-container {
    margin-top: 10px;
}

.WebOrderHeader .label-and-value {
    margin-bottom: 15px;
    white-space: nowrap;
    max-height: 40px;
}

.header-popover {
    max-width: 100%;
    word-wrap: break-word;
}

.header-panel {
    border: 0;
}

.header-panel-heading {
    background-color: transparent !important;
}

.header-panel .header-panel-heading a {
    cursor: pointer;
    text-decoration: none;
}

.header-panel .header-panel-heading a:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.header-panel .header-panel-heading a.collapsed:before {
    content: "\f054";
}

/* Order Cart Flyout */
.WebOrderHeader .cart-flyout-container {
    visibility: hidden;
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: -15px;
    margin-right: -5px;
    padding: 15px;
    text-align: left;
    z-index: 3;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

.WebOrderHeader .cart-flyout-container .flyout-header {
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 15px;
}

.WebOrderHeader .cart-flyout-container .cart-row {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.WebOrderHeader .cart-flyout-container .cart-row:last-of-type {
    border-bottom: none;
}

.WebOrderHeader .cart-flyout-container .product-thumb-container {
    min-height: 60px;
}

.WebOrderHeader .cart-flyout-container .product-thumb {
    border: 1px solid #e7e7e7;
    max-width: 60px;
    width: 100%;
}

.WebOrderHeader .cart-flyout-container .product-quantity {
    position: absolute;
    right: 6px;
    top: -5px;
}

.WebOrderHeader .cart-flyout-container .product-quantity .badge {
    background-color: #337ab7;
}

.WebOrderHeader .cart-flyout-container .product-number {
    display: block;
    font-size: 12px;
}

.WebOrderHeader .cart-flyout-container .product-name {
    display: block;
    font-weight: bold;
}

.WebOrderHeader .cart-flyout-container .view-cart-button {
    width: 100%;
}

.WebOrderHeader .cart-flyout-container .num-additional-products {
    border-top: 1px solid #e7e7e7;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.WebOrderHeader .alert {
    padding: 6px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.WebOrderHeader .alert span {
    display: table;
}

/* Customer Selection Modal  */

.CPCustomerSelectionModal .list-group-item.customer-credit-soft-hold {
    z-index: 2;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f5940d;
}

.CPCustomerSelectionModal .list-group-item.customer-credit-hard-hold {
    z-index: 2;
    color: #fff;
    background-color: #d9534f;
    border-color: #db3c37;
}

.CPCustomerSelectionModal .list-group-item.customer-credit-soft-hold-active {
    border-color: #f5940d;
}

.CPCustomerSelectionModal .list-group-item.customer-credit-hard-hold-active {
    border-color: #db3c37;
}

.CPCustomerSelectionModal .Filters {
    padding-bottom: 10px;
    margin-right: 5px;
}

.CPCustomerSelectionModal .enable-all-customers-checkbox {
    padding-left: 15px;
}

/* Common search bar using React Autosuggest */
.cp-search-bar-container {
    width: 100%;
}

.cp-search-bar-container .react-autosuggest__container {
    position: relative;
}

.cp-search-bar-container .react-autosuggest__input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cp-search-bar-container .react-autosuggest__container--open .react-autosuggest__input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-search-bar-container .react-autosuggest__suggestions-container {
    display: none;
    overflow-y: auto;
    max-height: 250px;
}

.cp-search-bar-container .react-autosuggest__input {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.cp-search-bar-container .react-autosuggest__input.rounded-corners-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cp-search-bar-container .react-autosuggest__input.rounded-corners-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cp-search-bar-container .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    display: block;
    position: absolute;
    top: 33px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3;
    overflow-y: auto;
    max-height: 250px;
}

.cp-search-bar-container
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-search-bar-container .react-autosuggest__container--open .react-autosuggest__suggestions-container::-moz-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-search-bar-container
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-search-bar-container
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-moz-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-search-bar-container .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cp-search-bar-container .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 7px 20px;
}

.cp-search-bar-container .react-autosuggest__suggestion--focused,
.cp-search-bar-container .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}

.cp-search-bar-container .dropdown-menu {
    max-height: 560px;
    overflow-y: scroll;
}

.cp-search-bar-container .search-button-addon {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    cursor: pointer;
}

.cp-search-bar-container .search-options-button-addon {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
    margin-right: 1px;
}

.cp-search-bar-container .input-group-btn-primary .dropdown-menu {
    overflow-y: visible;
}

.cp-search-bar-container .input-group-btn:nth-child(2) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-search-bar-container .react-autosuggest__suggestion .suggestion-thumb-container {
    margin-right: 10px;
    width: 40px;
}

.cp-search-bar-container .react-autosuggest__suggestion .suggestion-thumb-container,
.cp-search-bar-container .react-autosuggest__suggestion .suggestion-info-container {
    display: inline-block;
    vertical-align: middle;
}

.cp-search-bar-container .react-autosuggest__suggestion .product-number {
    display: block;
    font-size: 12px;
}

.cp-search-bar-container .react-autosuggest__suggestion .product-name {
    display: block;
    font-weight: 400;
    color: #007bc4;
}

.cp-search-bar-container .react-autosuggest__suggestion .product-description-2 {
    display: block;
    font-weight: 400;
    font-size: 19px;
}

.cp-search-bar-container-container .alert {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.cp-search-bar-container .search-suggestions-more-results {
    cursor: pointer;
}

.editable-dropdown-button {
    color: black;
    cursor: pointer;
    padding: 6px 12px;
    padding-right: 5px !important;
    background-color: transparent !important;
    font-size: 9px !important;
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    /* box-shadow: inset 0 1px 0px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.editable-dropdown-textbox {
    border-right-width: 0px;
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075) !important;
    /* box-shadow: inset 0 1px 0px rgba(0,0,0,.075) !important; */
}

.borderRadius {
    border-radius: 4px !important;
}

#editLotDiv {
    position: relative;
    display: inline-block;
}

#editLotDiv::before {
    position: absolute;
    content: " \25BE";
    top: 6px;
    right: 13px;
    height: 34px;
    width: 20px;
    z-index: 999;
    font-size: 16px;
}

/* Test Page */
.test-page-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.test-page-container .row {
    margin-bottom: 40px;
}

/* CPDataGrid */
.CPDataGrid {
    padding-left: 0px;
    padding-right: 0px;
}

.CPDataGrid .ResponsiveFixedDataTable {
    padding-left: 0px;
    padding-right: 0px;
}

.CPDataGrid .public_fixedDataTable_main {
    border-radius: 4px;
}

.CPDataGrid .public_fixedDataTable_header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.CPDataGrid .public_fixedDataTableCell_main:first-child {
    border-top-left-radius: 4px;
}

.CPDataGrid .public_fixedDataTableCell_main:last-child {
    border-top-right-radius: 4px;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTable_header .public_fixedDataTableCell_main {
    background-color: #f8f8f8;
    background-image: none;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1 {
    width: 100%;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1.Numeric {
    float: right;
    width: 99%;
    text-align: right;
}

.CPKendoDataGrid-Text {
    width: 99%;
    text-align: left !important;
}

.CPKendoDataGrid-Numeric {
    width: 99%;
    text-align: right !important;
}

.CPKendoDataGrid-Image {
    margin: auto;
}

.CPKendoDataGrid-Image img {
    max-height: 26px;
    width: auto;
}

.CPKendoDataGrid-icon {
    height: 15px;
    width: 15px;
}

.CPKendoDataGrid-Label-rightmargin {
    margin-right: 8px;
}

.CPKendoDataGrid-Label-leftmargin {
    margin-left: 8px;
}

.CPKendoDataGrid-td {
    padding: 3px 12px !important;
    font-size: 12px !important;
}

.CPKendoDataGridCustom-td {
    padding: 3px 12px !important;
    font-size: 12px !important;
}

.pointerRow {
    cursor: pointer;
}

#customerSelectionGrid .k-grid-table tr:hover {
    background-color: #e8e8e8;
    cursor: pointer;
}

/* way the hell off screen */
.CPKendoDataGrid-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1.Image {
    margin: auto;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1.Image img {
    max-height: 26px;
    width: auto;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1.Date {
    width: 100%;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_wrap1.Date .public_fixedDataTableCell_cellContent {
    padding: 3px;
}

.CPDataGrid
    .ResponsiveFixedDataTable
    .public_fixedDataTableCell_wrap1.Date
    .public_fixedDataTableCell_cellContent
    .input-group {
    width: 100%;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_cellContent {
    padding: 7px;
    font-size: 12px;
}

.CPDataGrid .ResponsiveFixedDataTable .public_fixedDataTableCell_cellContent input {
    text-align: right;
    /*width: 90%*/
}

.CPDataGrid .ResponsiveFixedDataTable .grid-label {
    padding: 2px;
    display: block;
}

.CPDataGrid .ResponsiveFixedDataTable .grid-input {
    border: 1px solid #ccc;
    width: 100%;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.k-grid-content .grid-input {
    border: 1px solid #ccc;
    width: 100%;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    font-size: 12px;
}

.k-grid-content input {
    text-align: right;
}

.CPDataGrid .ResponsiveFixedDataTable .with-icon {
    width: 80%;
}

.k-grid-content .with-icon {
    width: 80%;
}

.CPDataGrid .ResponsiveFixedDataTable .SortHeader {
    cursor: pointer;
}

.CPDataGrid .ResponsiveFixedDataTable .SortHeader .public_fixedDataTableCell_cellContent > a {
    color: black;
    text-decoration: none;
}

.CPDataGrid .ResponsiveFixedDataTable .highlighted-item {
    background-color: #ffd861;
    height: inherit;
}

.CPDataGrid .ResponsiveFixedDataTable .cpgrid-selected {
    background-color: #cd4602;
    color: #fff;
}

.CPDataGrid .ResponsiveFixedDataTable .cpgrid-selected > .highlighted-item {
    background-color: transparent !important;
}

.CPDataGrid .ResponsiveFixedDataTable .cpgrid-selected .grid-input {
    color: black;
}

.CPDataGrid .ResponsiveFixedDataTable .cpgrid-selected .cpgrid-link-cell > a {
    color: #fff;
}

.CPDataGrid .ResponsiveFixedDataTable .cp-sds-image {
    width: 32px !important;
    height: 32px !important;
    border: none;
}

.CPDataGrid .ResponsiveFixedDataTable .cp-sds-text {
    position: absolute;
    text-align: center;
    right: 2px;
    transform: rotate(-45deg);
    font-weight: bold;
}

.CPDataGrid .cpgrid-row-selectable {
    cursor: pointer;
}

.CPDataGrid .MobileDataTable {
    font-size: 12px;
}

.CPDataGrid .MobileDataTable .row {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.CPDataGrid .MobileDataTable .row:first-child {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    border-radius: 4px;
}

.CPDataGrid .MobileDataTable .row:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

.CPDataGrid .MobileDataTable .row .col-xs-6:last-child,
.CPDataGrid .MobileDataTable .row .col-xs-6:nth-last-child(2) {
    border-bottom: 1px solid #e7e7e7;
}

.CPDataGrid .MobileDataTable .row .col-xs-6:nth-child(odd) {
    font-weight: bold;
    background-color: #f3f3f3;
}

.CPDataGrid .MobileDataTable .label-col,
.CPDataGrid .MobileDataTable .value-col {
    padding-top: 7px;
    padding-bottom: 7px;
}

.CPDataGrid .MobileDataTable .input-col {
    padding-top: 5px;
    padding-bottom: 5px;
}

.CPDataGrid .MobileDataTable .label-col,
.CPDataGrid .MobileDataTable .input-col,
.CPDataGrid .MobileDataTable .value-col {
    border-top: 1px solid #e7e7e7;
}

.CPDataGrid .MobileDataTable .grid-label {
    padding-top: 4px;
    padding-bottom: 4px;
    /* display: block; */
}

.CPDataGrid .MobileDataTable .grid-input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.CPDataGrid .MobileDataTable .row-separator-container {
    color: #888;
    font-size: 20px;
    text-align: center;
    margin: 5px;
}

.CPDataGrid .MobileDataTable .cp-sds-image {
    width: 32px !important;
    height: 32px !important;
    border: none;
}

.CPDataGrid .MobileDataTable .cp-sds-text {
    position: absolute;
    bottom: 5px;
    left: -5px;
    transform: rotate(-45deg);
    visibility: hidden;
}

.mobile-grid-card-view-flex-control {
    display: flex;
}

.CPTags-container {
    width: 100%;
}

.CPTags-container .react-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 3px;
    min-height: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.CPTags-container .react-tagsinput--focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.CPTags-container .react-tagsinput-tag {
    background-color: #5bc0de;
    border-radius: 2px;
    border: 1px solid #46b8da;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px;
}

.CPTags-container .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold;
}

.CPTags-container .react-tagsinput-tag a::before {
    content: " ×";
}

.CPTags-container .react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 2px;
    width: 80px;
}

.CPCarousel-container {
    width: 100%;
}

.CPCarousel-container .carousel-thumb-container {
    min-height: 220px;
}

.CPCarousel-container .carousel-thumb {
    width: 100%;
}

/* CPQuantityInput */
.CPQuantityInput {
    width: 150px;
}

.CPQuantityInput input {
    text-align: right;
}

/* Recent Search Component */
.CPRecentSearches-container {
    border-bottom: 2px solid #e9e9e9;
}

.CPRecentSearches-container .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.CPRecentSearches-container .search-heading {
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
}

.CPRecentSearches-container .search-item {
    color: #007bc4;
    display: inline-block;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 100%;
}

.CPRecentSearches-container .search-item-clickable {
    cursor: pointer;
}

/* Featured Products Component */
.CPFeaturedProducts-container {
    border-bottom: 2px solid #e9e9e9;
}

.CPFeaturedProducts-container .featured-heading {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 10px;
}

.CPFeaturedProducts-container .row {
    margin-top: 15px;
    padding-bottom: 40px;
}

.CPFeaturedProducts-container .product-thumb-container {
    height: 160px;
}

.CPFeaturedProducts-container .product-thumb {
    max-width: 120px;
    width: 100%;
}

.CPFeaturedProducts-container .product-name {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    color: #007bc4;
}

.CPFeaturedProducts-container .product-number {
    display: block;
    margin-bottom: 10px;
}

.ModalCarousel .modal-body {
    padding: 0px;
    max-height: fit-content;
}

.ModalCarousel .CPCarousel-container {
    margin-bottom: 25px;
}

.CPImageToModalCarouselPopover .popover-content {
    padding: 0px;
}

.CPTextToModalCarousel {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.CPTextToModalCarousel-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 220px !important;
    line-height: 1.5;
}

.CPTextToModalCarousel .modal-body {
    padding: 0px;
    max-height: fit-content;
}

.CPTextToModalCarousel .CPItem1Line {
    height: 1.5em;
    overflow: hidden;
}

.CPTextToModalCarousel .CPItem2Line {
    height: 3em;
    overflow: hidden;
}

.CPTextToModalCarousel .CPCarousel-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.CPTextToModalCarousel .slick-prev:before,
.CPTextToModalCarousel .slick-next:before {
    color: #337ab7;
}

.CPTextToModalCarousel-trigger .popover {
    max-width: 600px !important;
    width: auto !important;
}

.CPTextToModalCarousel-trigger {
    width: 100% !important;
    text-align: right;
}

/* Recommended Products Component */
.CPRecommendedProducts-container {
    border-bottom: 2px solid #e9e9e9;
}

.CPRecommendedProducts-container .recommended-heading {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
}

.CPRecommendedProducts-container .row {
    margin-top: 15px;
    padding-bottom: 40px;
}

.CPRecommendedProducts-container .recommended-product-thumb-container {
    height: 160px;
}

.CPRecommendedProducts-container .recommended-product-thumb {
    width: auto;
    height: 160px;
    max-height: 270px;
    margin-right: auto;
}

.CPRecommendedProducts-container .recommended-product-name {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    color: #007bc4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
}

.CPRecommendedProducts-container .recommended-product-number {
    display: block;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

/* ReadOnlyProductCatalog Component */
#readonly-product-catalog-container {
    display: none;
    width: 750px;
    max-width: 750px;
    background-color: white;
}

.readonly-product-catalog-header-label {
    font-weight: bold;
    text-align: right;
    height: 45px;
}

#readonly-product-catalog-container .readonly-product-catalog-logo {
    height: 45px;
    width: initial;
}

.readonly-gridview-item {
    height: 239px;
}

.readonly-product-thumb-container {
    max-width: 250px;
}

.readonly-product-thumb {
    max-width: 120px;
    width: 100%;
}

.readonly-product-info-container {
    padding-top: 5px;
}

.readonly-product-number {
    display: block;
    margin-bottom: 10px;
}

/* CP Advertisements */
.top-ad-container {
    margin-top: 10px;
}

.readonly-product-name {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    color: #007bc4;
    /*max-width: 200px;*/
    overflow: hidden;
}

.readonly-product-catalog-page-count {
    height: 30px;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 768px) {
    /* desktop sizes 768px or higher */
    .CPFeaturedProducts-container .product-thumb {
        max-height: 160px;
        width: auto;
    }
    .CPRecommendedProducts-container .product-thumb {
        max-height: 160px;
        width: auto;
    }
}

/* Custom screen definition for extra large screens */
.visible-xl-custom {
    display: none !important;
}

@media (min-width: 1650px) {
    .visible-xl-custom {
        display: block !important;
    }

    .hidden-xl-custom {
        display: none !important;
    }
}

/* Toggle Offline Mode */
.toggle-container {
    margin: 0 5px;
    min-height: 26px !important;
    min-width: 54px !important;
}

.toggle-group .toggle-on,
.toggle-group .toggle-off {
    font-size: 12px;
    top: -1px;
}

.toggle-group .toggle-off {
    background-color: #e6e6e6;
}

/* cpDate */
.cpDate-date-addon {
    cursor: pointer;
}

/* Product Detail Component */
.product-detail-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-detail-container .row {
    margin-bottom: 40px;
}

.product-detail-container .about-container {
    margin-bottom: 40px;
}

.product-detail-container .about-heading,
.product-detail-container .tags-heading {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.product-detail-container .tab-row {
    margin-bottom: 40px;
}

/* .product-detail-container .tab-row:last-child {
    margin-bottom: 0;
} */

.product-detail-container .tab-pills-nav {
    font-size: 16px;
}

.product-detail-container .tab-pills-nav > li > a {
    border: 1px solid #337ab7;
}

.product-detail-container .tab-pills-nav > li + li {
    margin-left: 5px;
}

.product-detail-container .tab-content {
    padding-top: 15px;
}

.product-detail-container .tab-heading {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-detail-container .tab-sub-container {
    padding-bottom: 15px;
}

.product-detail-container .tab-sub-container:last-child {
    padding-bottom: 0;
}

.product-detail-container .rating-icon {
    color: #ffc200;
}

.product-detail-container .price-currency {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.product-detail-container .price-currency-special {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: red;
    margin-left: 15px;
}

.product-detail-container .price-unit {
    display: inline-block;
    font-size: 12px;
}

.product-detail-container .product-name {
    display: block;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
    color: #007bc4;
}

.product-detail-container .product-description-2 {
    display: block;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
}

.product-detail-container .product-description {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-detail-container .product-attachments-container {
    display: block;
}

.product-detail-container .product-attachment:hover {
    text-decoration: none;
}

.product-detail-container .product-attachment:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    margin-right: 7px;
    vertical-align: middle;
    color: #d30b0b;
}

.product-detail-container .product-rating-container {
    display: block;
    margin-bottom: 10px;
}

.product-detail-container .number-of-reviews,
.product-detail-container .number-of-qna {
    margin-left: 10px;
    color: #007bc4;
}

.product-detail-container .product-number {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.product-detail-container .product-price-container {
    margin-bottom: 10px;
}

.product-detail-container .product-price {
    display: inline-block;
    font-size: 20px;
}

.product-detail-container .product-price-original {
    display: inline-block;
    font-size: 20px;
    text-decoration: line-through;
}

.product-detail-container .product-price-special {
    display: inline-block;
    font-size: 20px;
    color: red;
}

.product-detail-container .product-quantity-container {
    margin-bottom: 15px;
}

.product-detail-container .product-quantity-input {
    font-weight: bold;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.product-detail-container .tier-price-icon {
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    display: inline;
}

.product-detail-container .stepper-button {
    border-color: #2e6da4;
    color: #337ab7;
    font-size: 10px;
    padding: 6px 10px;
    outline: none;
}

.product-detail-container .stepper-button:hover {
    background-color: #337ab7;
    color: #fff;
}

.product-detail-container .stepper-button:disabled {
    border-color: #ccc;
    color: #333;
}

.product-detail-container .stepper-button:disabled:hover {
    border-color: #ccc;
    color: #333;
    background-color: #ccc;
}

.product-detail-container .decrement-button {
    margin-right: 5px;
}

.product-detail-container .increment-button {
    margin-left: 5px;
}

.product-detail-container .product-slider-container {
    padding-bottom: 50px;
}

.product-detail-container .product-thumb-container {
    min-height: 220px;
}

.product-detail-container .product-thumb {
    width: auto;
    max-height: 270px;
    margin-left: auto;
    margin-right: auto;
}

.product-detail-container .sale-image {
    position: relative;
    top: -200px;
    left: 0px;
    height: 40px;
    width: 40px;
}

.product-detail-container .slick-slide.slick-active.product-thumb-container {
    height: 270px;
}

.product-detail-container .qna-panel {
    margin-bottom: 15px;
}

.product-detail-container .qna-panel .panel {
    border: 0;
    box-shadow: none;
}

.product-detail-container .qna-panel .panel-heading {
    /*background-color: #337ab7;
    border-color: #2e6da4;*/
    background: none;
    padding: 0 0 5px 0;
}

.product-detail-container .qna-panel .panel-title {
    /*color: #fff;*/
    color: #007bc4;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
}

.product-detail-container .qna-panel.panel-group .panel-body {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.product-detail-container .question-author-and-date {
    display: block;
    margin-left: 2px;
    padding-bottom: 15px;
}

.product-detail-container .answer-author-and-date {
    display: block;
    padding-top: 5px;
}

.product-detail-container .panel-title > a {
    cursor: pointer;
}

.product-detail-container .panel-title > a:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.product-detail-container .panel-title > a.collapsed:before {
    content: "\f054";
}

.product-detail-container .panel-title > a:focus,
.product-detail-container .panel-title > a:hover {
    text-decoration: none;
}

.product-detail-container .spec-row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #e7e7e7;
}

.product-detail-container .spec-row:first-of-type {
    border-top: 1px solid #e7e7e7;
}

.product-detail-container .spec-name {
    background-color: #f3f3f3;
}

.product-detail-container .spec-value {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-detail-container .spec-name,
.product-detail-container .spec-value {
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-detail-container .review-row {
    margin-bottom: 15px;
}

.product-detail-container .review-row:last-child {
    margin-bottom: 0;
}

.product-detail-container .review-title {
    font-weight: bold;
    margin-left: 5px;
}

.product-detail-container .review-author-and-date {
    margin-bottom: 5px;
}

.product-detail-container .qna-author,
.product-detail-container .review-author {
    color: #007bc4;
}

.product-detail-container .review-description {
    margin-bottom: 15px;
}

.product-detail-container .qna-row {
    margin-bottom: 15px;
}

.product-detail-container .qna-item {
    margin-bottom: 15px;
}

.product-detail-container .qna-row:last-child {
    margin-bottom: 0;
}

.product-detail-container .qna-label {
    font-weight: bold;
}

.product-detail-container .qna-question {
    color: #007bc4;
}

.product-detail-container .recipe-row {
    margin-bottom: 20px;
}

.product-detail-container .recipe-title {
    color: #b6121b;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-container .recipe-heading {
    color: #462828;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-container .recipe-summary,
.product-detail-container .recipe-details-container,
.product-detail-container .recipe-ingredients-container,
.product-detail-container .recipe-directions-container {
    margin-bottom: 15px;
}

.product-detail-container .recipe-heading,
.product-detail-container .recipe-detail,
.product-detail-container .recipe-ingredient,
.product-detail-container .recipe-direction {
    display: block;
}

.product-detail-container .recipe-row:last-child {
    margin-bottom: 0;
}

.product-detail-container .nutritional-facts {
    max-width: 600px;
}

.product-detail-container .cart-label {
    margin-left: 5px;
}

.product-detail-container .cart-button-container {
    max-width: 150px;
    display: flex;
}

.product-detail-container .panel {
    border: 0px;
}

.product-detail-container .panel-heading {
    background-color: transparent;
    border: 0px;
    padding-left: 2px;
}

.product-detail-container .panel-title {
    font-size: 24px;
    font-weight: bold;
}

.product-detail-container .panel-body {
    border: 0px;
    padding: 5px;
}

/*AS T20180605.0163 (Needed For IE)*/
.cart-button-container .btn.btn-primary.btn-block.cart-button {
    width: auto;
    flex-grow: 1;
}

.product-detail-container .cart-button-container .cart-button:not(:first-child) {
    margin-left: 5px;
}

.product-detail-container .cart-button-container .btn-block + .btn-block {
    margin-top: 0px;
}

.product-detail-container .product-slider-container,
.product-detail-container .product-info-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.product-detail-container .not-available-label {
    border: 1px dotted #b12704;
    border-radius: 4px;
    color: #b12704;
    display: inline-block;
    font-weight: 700;
    padding: 6px 12px;
}

@media (min-width: 768px) {
    .product-detail-container .product-slider-container {
        padding-bottom: 25px;
    }

    @media (min-width: 1200px) {
        .contains-vertical-ads .product-detail-container {
            width: 100%;
        }
    }
}

.product-div-hide {
    display: none;
}

.cp-datum-image {
    width: 17px !important;
    height: 17px !important;
    border: none;
}

/*AS T20180511.0202*/
.cp-sds-image {
    width: 32px !important;
    height: 32px !important;
    border: none;
}

/*AS T20180511.0202*/
.cp-sds-grid-image {
    width: 20px !important;
    height: 20px !important;
    border: none;
}

.cp-sds-text {
    position: absolute;
    top: 5px;
    left: 0px;
    transform: rotate(-45deg);
    font-weight: bold;
}

.cp-grid-image {
    max-width: 25px !important;
    max-height: 25px !important;
    border: none;
}

.cp-grid-icon {
    max-width: 15px !important;
    max-height: 15px !important;
    width: 18% !important;
    border: none;
    padding-right: 0px;
    /*margin-top: 5px;*/
    vertical-align: middle;
    object-fit: scale-down;
    /*color: green;*/
}

.cp-grid-link-icon {
    max-width: 20px !important;
    max-height: 20px !important;
    margin-right: 4px;
}

.cp-grid-link-icon-clickable {
    cursor: pointer;
}

.cpgrid-link-icon-cell:only-child {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}

/* Paging Component */
.paging-container {
    font-size: 16px;
    border-bottom: 2px solid #e9e9e9;
    width: auto;
}

.paging-container .row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.paging-container .arrow-container {
    display: inline-block;
}

.paging-container .arrow-enabled {
    cursor: pointer;
}

.paging-container .arrow-disabled {
    opacity: 0.45;
}

.paging-container .paging-item {
    padding: 0 7px;
    vertical-align: middle;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.paging-container .page-link,
.paging-container .page-max {
    color: #007bc4;
    cursor: pointer;
}

.paging-container .page-current {
    font-weight: bold;
}

.paging-container .page-previous {
    margin-right: 30px;
    padding: 0;
}

.paging-container .page-next {
    margin-left: 30px;
    padding: 0;
}

.paging-container .glyphicon {
    font-size: 28px;
}

@media (max-width: 992) {
    .paging-goto {
        padding-top: 8px;
    }
}

/* Search Bar Component */
.search-bar-container {
    background-color: #f2f2f2;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-shadow: 0 0 10px #bbb;
    -webkit-box-shadow: 0 0 10px #bbb;
    -moz-box-shadow: 0 0 10px #bbb;
}

.order-guides-modal.search-bar-container {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.search-bar-container .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-bar-container .dropdown-toggle {
    color: #777;
}

.search-bar-container .search-icon-group {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.search-bar-container .suggestion-thumb-container {
    margin-right: 10px;
    width: 40px;
}

.search-bar-container .suggestion-thumb-container,
.search-bar-container .suggestion-info-container {
    display: inline-block;
    vertical-align: middle;
}

.search-bar-container .product-number {
    display: block;
    font-size: 12px;
}

.search-bar-container .product-name {
    display: block;
    font-weight: 400;
    color: #007bc4;
}
.search-bar-container .product-description-2 {
    display: block;
    font-weight: 400;
}

.search-bar-container .suggestion-thumb-container .product-thumb {
    width: 100%;
}

/* Toolbar Component */
.toolbar-container {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e9e9e9;
}

.toolbar-container .row {
    margin-top: 10px;
    margin-bottom: 15px;
}

.toolbar-container .results-label {
    display: block;
    margin: 7px 0;
}

.toolbar-container .sort-by-group,
.toolbar-container .view-switcher,
.toolbar-container .print-container {
    display: inline-block;
}

.toolbar-container .sort-by-group {
    margin-bottom: 0;
}

.toolbar-container .view-switcher .fa,
.toolbar-container .print-icon-container .fa {
    font-size: 20px;
    padding: 0 12px;
    color: #d9d9d9;
}

.toolbar-container .view-switcher .fa.active {
    color: #337ab7;
}

.toolbar-container .grid-view-switcher {
    cursor: pointer;
    display: none;
}

.toolbar-container .list-view-switcher,
.toolbar-container .print-icon-container {
    cursor: pointer;
    display: inline-block;
}

.toolbar-container .grid-view-switcher .fa,
.toolbar-container .list-view-switcher .fa,
.toolbar-container .print-icon-container .fa {
    vertical-align: middle;
}

.toolbar-container .grid-view-switcher .fa {
    border-right: 1px solid #d9d9d9;
}

.toolbar-container .print-icon-container .fa {
    border-left: 6px double #d9d9d9;
}

.toolbar-container .list-view-switcher .fa,
.toolbar-container .print-icon-container .fa {
    color: #337ab7;
}

.toolbar-container .results-col {
    margin-bottom: 10px;
}

.toolbar-container .sort-by-label {
    font-weight: 400;
    margin-right: 10px;
}

.toolbar-container .sort-by-select {
    width: auto;
    display: inline-block;
}

/* Search Results Component */
.search-results-container {
    border-bottom: 2px solid #e9e9e9;
    width: auto;
}

.search-results-container .grid-item-box {
    display: inline-grid;
    padding-bottom: 55px;
}

.search-results-container .grid-item-box-list {
    padding-bottom: 55px;
}

.product-out-of-stock {
    vertical-align: middle;
    display: inline-block;
}
.grid-item-box-item {
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-results-container .row {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.search-results-container .gridview-item {
    padding: 10px 0;
}

.search-results-container .rating-icon {
    color: #ffc200;
}

.search-results-container .price-currency {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.search-results-container .price-unit {
    display: inline-block;
    font-size: 12px;
}

.search-results-container .price-currency-special {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: red;
    margin-left: 15px;
}

.search-results-container .product-name {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    color: #007bc4;
    /*max-width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-results-container .product-description-2 {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
    /*max-width: 200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-results-container .product-rating {
    display: block;
    margin-bottom: 10px;
}

.search-results-container .product-number {
    display: block;
    margin-bottom: 10px;
}

.search-results-container .product-order-in {
    color: #555;
    display: block;
    margin-bottom: 10px;
}

.search-results-container .product-price-container {
    margin-bottom: 10px;
}

.search-results-container .product-price {
    display: inline-block;
    font-size: 20px;
}

.search-results-container .product-price {
    display: inline-block;
    font-size: 20px;
}

.search-results-container .product-price-original {
    display: inline-block;
    font-size: 20px;
    text-decoration-line: line-through;
}

.search-results-container .product-price-special {
    display: inline-block;
    font-size: 20px;
    color: red;
}

.search-results-container .price-tier-message {
    font-style: italic;
}

.search-results-container .tier-price-icon {
    width: 24px;
    height: 24px;
    margin: 5px 0 0 5px;
    display: inline;
}

.search-results-container .not-available .product-thumb-container {
    opacity: 0.45;
}

.search-results-container .not-available-label {
    border: 1px dotted #b12704;
    border-radius: 4px;
    color: #b12704;
    display: inline-block;
    font-weight: 700;
    padding: 6px 12px;
    text-align: center;
}

.search-results-container .product-thumb-container {
    height: 160px;
}

.search-results-container .product-thumb-container .product-overlay {
    position: absolute;
    width: 100%;
}

.product-overlay {
    position: absolute;
    float: left;
    height: 40px !important;
    width: 40px !important;
}

.deal-image {
    cursor: pointer;
}
.search-results-container .product-overlay .product-in-cart {
    position: relative;
    color: #5cb85c;
    float: right;
    font-size: 24px;
}

.search-results-container .product-overlay .sale-image {
    float: left;
    height: 40px;
    width: 40px;
}

.search-results-container .product-thumb {
    width: auto;
    height: 90px;
}

.search-results-container .show-list .product-thumb-container {
    max-width: 250px;
}

.search-results-container .cart-label {
    margin-left: 5px;
}

.search-results-container .cart-button-container {
    max-width: 150px;
    display: flex;
}

.search-results-container .cart-button-container .cart-button:not(:first-child) {
    margin-left: 5px;
}

.search-results-container .cart-button-container .btn-block + .btn-block {
    margin-top: 0px;
}

.search-results-container .no-results {
    border: 1px solid #ffc120;
    border-radius: 4px;
    background-color: #fff6de;
    margin-top: 20px;
    padding: 10px 20px;
}

.search-results-container .no-results-title {
    font-weight: bold;
    vertical-align: middle;
}

.search-results-container .no-results-heading:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    margin-right: 7px;
    vertical-align: middle;
    color: #ffc120;
}

.search-results-container .no-results-summary {
    display: block;
    margin-top: 10px;
}

.search-results-container .loading-results {
    margin-top: 15px;
    text-align: center;
}

.search-results-container .loading-results-image {
    width: auto;
}

.search-results-container .product-quantity-container {
    margin-bottom: 10px;
    white-space: nowrap;
}

.search-results-container .product-quantity-input {
    font-weight: bold;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.search-results-container .stepper-button {
    border-color: #2e6da4;
    color: #337ab7;
    font-size: 10px;
    padding: 6px 10px;
    outline: none;
}

.search-results-container .stepper-button:hover {
    background-color: #337ab7;
    color: #fff;
}

.search-results-container .decrement-button {
    margin-right: 5px;
}

.search-results-container .increment-button {
    margin-left: 5px;
}

@media (min-width: 768px) {
    /* desktop sizes 768px or higher */
    .toolbar-container .results-col {
        margin-bottom: 0;
    }

    .toolbar-container .sort-by-col {
        text-align: right;
    }

    .toolbar-container .grid-view-switcher {
        display: inline-block;
    }

    .toolbar-container .list-view-switcher .fa {
        color: #d9d9d9;
    }

    .search-results-container .product-thumb {
        width: auto;
        height: 160px;
    }

    .search-results-container .product-overlay {
        max-width: 160px;
    }
}

.slick-slide.slick-active {
    z-index: 1;
}

.CPAddressOption,
.CPPaymentOption {
    border: 1px lightgrey solid;
    border-radius: 10px;
    margin: 5px -5px 5px -5px;
    padding-bottom: 10px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16);
}

.CPAddressOption .form-group,
.CPPaymentOption .form-group {
    margin-bottom: 0px;
}

.CPAddressOption .radio label,
.CPPaymentOption .radio label {
    min-height: 15px;
}

.CPAddressOption .CPAddressOptionButton,
.CPPaymentOption .CPPaymentOptionButton {
    padding: 0;
    font-size: 12px;
}

.CPAddressOption .form-control-static,
.CPAddressOption .control-label,
.CPAddressOption .radio,
.CPPaymentOption .form-control-static,
.CPPaymentOption .control-label,
.CPPaymentOption .radio {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
}

/* email recipients */
.email-parts-container {
    display: inline-block;
}

.email-address-container {
    margin: 0 0 0 10px;
}

.recipient-table-container {
    padding: 15px 0;
}

.recipient-group .form-label {
    margin: 5px;
}

.recipient-group .btn {
    margin: 0 5px;
}

.recipient-remove-text {
    display: inline;
}

.recipient-remove {
    margin-right: 2px;
    color: #e60000;
}

/*AS T20180511.0196 Order Entry Comments*/
.delete-comment-noBorder {
    border: 0;
    background: none;
    box-shadow: none;
    background-color: transparent;
}

.delete-comment-noBorder:hover {
    background-color: transparent;
}

.delete-comment-noBorder:focus {
    outline: none;
    background-color: transparent;
}

.delete-comment-noBorder:active {
    box-shadow: none;
    background-color: transparent;
}

/* Site unavailable css */
.siteUnavailable .unauthorized .loginArea > h4,
.passwordReset .unauthorized .loginArea > h4 {
    color: transparent;
}

.siteMaintenanceImg {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.ARHeader .HeaderDetails {
    border: 1px solid #b0c4de;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.ARHeader .HeaderDetails .form-group {
    margin-bottom: 10px;
}

.ARHeader .header-label {
    font-weight: bold;
}

.ARHeader .header-label,
.ARHeader .header-value {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.ARHeader .header-button {
    font-size: 10px;
    margin: 0 5px;
}

.ARHeader .ARHeaderButtonBar {
    padding: 0px;
    margin-bottom: 10px;
}

.ARHeader .ARHeaderButtonBar button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.ARHeader .ARHeaderButtonBar label {
    margin-right: 5px;
    margin-bottom: 5px;
}

.question-modal-body {
    white-space: pre-wrap;
}

/* Kendo Grid */

.k-grid .k-grid-header,
.k-grid .k-grid-header a {
    font-size: 12px;
    font-weight: 700;
    white-space: normal;
}

.k-animation-container {
    z-index: 30000 !important;
}

.k-grid-container .cp-remove {
    color: red;
}

.cp-no-border {
    border: 0;
    background: none;
    box-shadow: none;
}

.cp-no-border:hover {
    background-color: transparent;
}

.cp-no-border:focus {
    outline: none;
}

.cp-no-border:active {
    box-shadow: none;
}

.cp-kendo-grid-command-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.k-master-row.highlighted-item {
    background-color: #ffd861 !important;
}

.k-master-row.k-alt.highlighted-item {
    background-color: #ffd861 !important;
}

.k-master-row.k-state-selected.highlighted-item {
    background-color: rgba(170, 170, 170, 0.25) !important;
    /* border: solid 1px #aab */
}

.k-master-row.k-state-selected > td {
    background-color: rgba(170, 170, 170, 0.25) !important;
    color: #656565 !important;
}

.k-grid-table .CPKendoDataGrid-td .cpgrid-link-cell > a {
    color: #337ab7;
    text-decoration: none;
}

.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
    display: none;
}

.cp-grid-hide-filter .k-select {
    display: none !important;
}

.cp-grid-hide-filter .k-clear-button-visible {
    display: none;
}

.cp-grid-hide-filter .k-textbox {
    font-size: 12px;
}

.cp-grid-hide-filter .k-widget {
    font-size: 12px !important;
}

/* CP Multi Search */
.cp-multi-search-row {
    margin-bottom: 10px;
}

.cp-multi-search-row,
.cp-multi-search-col {
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    .CPModal .modal-dialog {
        width: 90%;
    }
}

@media screen and (min-width: 991px) {
    .CPModal .modal-dialog {
        width: 80%;
    }
}

.showAsClickable {
    cursor: pointer;
}

.alignTextRight {
    text-align: right;
}

.cpCalendar-disabled .k-link {
    cursor: text !important;
}

/* ================= WMS Setup Start =====================*/

.setupContent {
    min-height: 500px;
}

.setupContentLeft {
    height: 100%;
    width: 19%;
    float: left;
    margin-right: 3px;
    min-height: inherit;
}

.setupContentRight {
    height: 100%;
    width: 80%;
    border: 0.5px solid #7bb0c0;
    float: left;
    min-height: inherit;
}

.setupListItemDiv {
    border: 1px solid rgb(176, 196, 222);
    border-radius: 4px;
    padding: 8px 4px 6px 8px;
    margin-bottom: 1px;
}

.setupButtonClass {
    width: 100%;
}

.setupGridContainer {
    padding: 0px 6px;
}

.setupMidSizePopup {
    left: 30%;
    width: 40%;
}

.setupMultiSelectBox {
    max-height: 150px;
    overflow-y: auto;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.customModelClass > .modal-dialog {
    width: 45%;
}

.divListContainer {
    height: 130px;
    max-height: 150px;
    overflow-y: auto;
    display: block;
    padding: 10px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.divListItem {
    background-color: white;
}

.divListItemSelected {
    background-color: "#0000ff1c";
}

fieldset.setup {
    border: 1px solid #e5e5e5 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.setup {
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: left !important;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    border-bottom: none;
}

.setupZeroPadding {
    padding-left: 7px;
    padding-right: 0px;
}

/* ================= WMS Setup End =====================*/

/* ================= Kendo custom styles start =====================*/

.kendo-dialog .k-window {
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    max-height: 100%;
}

.kendo-dialog .k-dialog-titlebar {
    color: black;
    background-color: white;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.kendo-dialog .dialog-footer {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.kendo-dialog .dialog-footer button {
    min-width: 80px;
    margin-right: 5px;
}

.kendo-date-picker {
    width: 100%;
    height: 34px;
}

.kendo-date-picker .k-picker-wrap.k-state-default {
    border: none;
}

.kendo-date-picker .k-input {
    height: 35px;
    margin-top: -1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.kendo-date-picker .k-input:focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.kendo-date-picker span[title="Toggle calendar"] {
    color: white;
    background: #337ab7;
    width: 46px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -1px;
}

.kendo-date-picker.k-datepicker:hover span[title="Toggle calendar"] {
    color: white;
    background-image: linear-gradient(#2e6da4, #2e6da4);
}

.kendo-grid-header-disabled.k-grid .k-header {
    display: none;
}

.row-font-small .k-master-row {
    font-size: 12px;
}
.row-font-small .k-master-row td {
    padding: 3px 12px;
}

.row-font-small .k-grid td {
    padding: 8px 12px;
}

.row-font-small .k-grid-content input {
    text-align: left;
    font-size: 12px;
}

/* ================= Kendo custom styles end =====================*/

/* ================= WMS Settings Style start=====================*/

.TrailerDisplayDiv {
    width: 72%;
    float: left;
    border-left: 2px solid gray;
    margin-left: 7px;
}

.TrailerTypeDiv {
    width: 25%;
    float: left;
}

.TrailerTypeTable {
    /* font-size: 1vw; */
    margin-bottom: 0px;
}

.floatLeft {
    float: left;
}

.colHeader {
    width: 50%;
}

div.PalletCover {
    height: 10em;
}

.palletChildWrapper {
    height: 100%;
    width: 100%;
    margin-top: 0.5%;
}

.palletChildMainDiv {
    float: right;
    position: "absolute";
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    text-align: center;
    border-radius: 5px;
    border: 2px solid gray;
}

.palletHeaderDivDefault {
    height: 14%;
    color: white;
    background-color: gray;
    border-radius: 3px 3px 0 0;
    border-bottom: solid 1.5px #828282;
    font-size: 0.9vw;
}

.palletChildMain {
    position: "absolute";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
}

div.pallet {
    height: 48%;
    width: 100%;
    margin: 1px 0px 5px 0px;
    position: relative;
}

.block {
    flex-shrink: 0;
    width: 110px;
    margin-left: 1vw;
    flex-shrink: 0;
}

.downArrowPanel {
    clear: both;
    padding-top: 2px;
}

.upArrowPanel {
    height: 10px;
    padding-bottom: 2px;
}

.trailerDisplayChildWrapper {
    display: flex;
    width: 90%;
    overflow-x: auto;
}

.topGrayBar {
    color: white;
    text-align: center;
    height: 4px;
    width: 100%;
    background: gray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.topGrayBarBlank {
    color: white;
    text-align: center;
    height: 4px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.arrow-up {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid gray;
}

.arrow-up-Blank {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.bottomGrayBar {
    color: white;
    text-align: center;
    height: 5px;
    width: 100%;
    background: gray;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottomGrayBarBlank {
    color: white;
    text-align: center;
    height: 7px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.arrow-down {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid gray;
}

.arrow-down-blank {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
}

div.bottomScreenRightDiv {
    height: 100%;
    width: 99%;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.bottomScreenLeftDivChildInner {
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
}

.bottomScreenLeftDivChild {
    width: 90%;
    position: relative;
    display: inline-block;
    margin: 0 15px;
    height: 30%;
}

/* div.bottomScreenLeftDiv {
    height: 32.6em;
    width: 5%;
    float: left;
    margin-top: 1%;
    font-weight: bold;
} */

div.bottomScreenLeftDiv {
    height: 20em;
    width: 5%;
    float: left;
    margin-top: 1em;
}

/* .member tr:hover {
    background-color: #80808080;
    color: #FFF;
} */

.member tr.selected {
    background-color: #80808080;
    color: #fff;
}

.trailerDisplayChildWrapper::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #f5f5f5;
}

.trailerDisplayChildWrapper::-moz-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #f5f5f5;
}

.trailerDisplayChildWrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}

.trailerDisplayChildWrapper::-moz-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}
.table-responsive {
    max-height: 250px;
}

.table-responsive::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.table-responsive::-moz-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}

.table-responsive::-moz-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}
/* ================= WMS Settings Style End=====================*/

/* ============ GL Account autosuggest Style Start ============= */
/* Common search bar using React Autosuggest */
.cp-glaccount-search {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: inline-flex;
}

.cp-glaccount-search-3 {
    width: 165px;
}

.cp-glaccount-search-4 {
    width: 210px;
}

.cp-glaccount-search-5 {
    width: 245px;
}

.cp-description-search {
    background-color: white;
    border-left-width: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.cp-glaccount-no-search {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.cp-glaccount-search .separator {
    width: 5px;
    background-color: rgba(0, 0, 0, 0); /*#f9f9f900;*/
    display: inline-block;
}

.cp-glaccount-search .react-autosuggest__container {
    position: relative;
    display: inline-block;
    height: 100%;
}

.cp-glaccount-search div:nth-of-type(1) .react-autosuggest__container {
    margin-left: 10px;
}

.cp-glaccount-search .react-autosuggest__input:focus {
    border-color: #66afe9;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
}

.cp-glaccount-search .react-autosuggest__container--open .react-autosuggest__input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-glaccount-search .react-autosuggest__suggestions-container {
    display: none;
    overflow-y: auto;
    max-height: 250px;
}

.cp-glaccount-search .react-autosuggest__input {
    width: 100%;
    height: 100%;
    padding: 3px 3px;
    border: 0px solid #ccc;
    border-radius: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0); /*#f9f9f900;*/
}

.cp-glaccount-search .react-autosuggest__input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 11px;
}

.cp-glaccount-search .react-autosuggest__input:-moz-placeholder {
    font-style: italic;
    font-size: 11px;
}
.cp-glaccount-search .react-autosuggest__input::-moz-placeholder {
    font-style: italic;
    font-size: 11px;
}
.cp-glaccount-search .react-autosuggest__input:-ms-input-placeholder {
    font-style: italic;
    font-size: 11px;
}

.cp-glaccount-search .react-autosuggest__input:disabled {
    width: 100%;
    height: 100%;
    padding: 3px 3px;
    border: 0px solid #ccc;
    border-radius: 0;
    text-align: center;
    color: darkgray;
    background-color: rgba(0, 0, 0, 0); /*#f9f9f900;*/
}
.cp-glaccount-search .react-autosuggest__input.rounded-corners-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cp-glaccount-search .react-autosuggest__input.rounded-corners-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cp-glaccount-search .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    display: block;
    position: absolute;
    top: 32px;
    border: 1px solid #aaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 30000 !important;
    overflow-y: auto;
    max-height: 250px;
}

.cp-glaccount-search div:nth-of-type(1) .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    left: -11px;
    width: 500px;
}

.cp-glaccount-search div:nth-of-type(2) .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    left: -51px;
    width: 500px;
}

.cp-glaccount-search div:nth-of-type(3) .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    left: -111px;
    width: 500px;
}

.cp-glaccount-search div:nth-of-type(4) .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    left: -159px;
    width: 500px;
}

.cp-glaccount-search div:nth-of-type(5) .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    left: -204px;
    width: 500px;
}

/* .cp-glaccount-search .react-autosuggest__container--open:last-of-type .react-autosuggest__suggestions-container {
    left: 0px;
    width: 100%;
} */

.cp-glaccount-search .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-glaccount-search .react-autosuggest__container--open .react-autosuggest__suggestions-container::-moz-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-glaccount-search
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-glaccount-search
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-moz-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-glaccount-search .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cp-glaccount-search .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 7px 20px;
}

.cp-glaccount-search .react-autosuggest__suggestion--focused,
.cp-glaccount-search .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}

.cp-glaccount-search .dropdown-menu {
    max-height: 560px;
    overflow-y: scroll;
}

.cp-glaccount-search .search-button-addon {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    cursor: pointer;
}

.cp-glaccount-search .search-options-button-addon {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
    margin-right: 1px;
}

.glSearchIndexButton {
    height: 34px;
    width: 45px;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* .glSearchIndexButton > svg {
    width: 20px;
    height: 20px;
} */

.cp-glaccount-search .input-group-btn-primary .dropdown-menu {
    overflow-y: visible;
}

.cp-glaccount-search .input-group-btn:nth-child(2) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-glaccount-search .react-autosuggest__suggestion .suggestion-thumb-container {
    margin-right: 10px;
    width: 40px;
}

.cp-glaccount-search .react-autosuggest__suggestion .suggestion-thumb-container,
.cp-glaccount-search .react-autosuggest__suggestion .suggestion-info-container {
    display: inline-block;
    vertical-align: middle;
}

.cp-glaccount-search .react-autosuggest__suggestion .product-number {
    display: block;
    font-size: 12px;
}

.cp-glaccount-search .react-autosuggest__suggestion .product-name {
    display: block;
    font-weight: 400;
    color: #007bc4;
}

.cp-glaccount-search-container .alert {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.cp-glaccount-search .search-suggestions-more-results {
    cursor: pointer;
}
/* ============ GL Account autosuggest Style End ============= */
/* ============ GL 1099 autosuggest Style Start ============= */
/* Common search bar using React Autosuggest */
.cp-form1099-search {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: inline-flex;
}

.cp-description-search {
    background-color: white;
    border-left-width: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.cp-form1099-no-search {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.cp-form1099-search .react-autosuggest__container {
    position: relative;
    display: inline-block;
    height: 100%;
}

.cp-form1099-search .react-autosuggest__input:focus {
    border-color: #66afe9;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); */
}

.cp-form1099-search .react-autosuggest__container--open .react-autosuggest__input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-form1099-search .react-autosuggest__suggestions-container {
    display: none;
    overflow-y: auto;
    max-height: 250px;
}

.cp-form1099-search .react-autosuggest__input {
    width: 100%;
    height: 100%;
    padding: 3px 3px;
    border: 0px solid #ccc;
    border-radius: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0); /*#f9f9f900;*/
}

.cp-form1099-search .react-autosuggest__input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 11px;
}

.cp-form1099-search .react-autosuggest__input:-moz-placeholder {
    font-style: italic;
    font-size: 11px;
}
.cp-form1099-search .react-autosuggest__input::-moz-placeholder {
    font-style: italic;
    font-size: 11px;
}
.cp-form1099-search .react-autosuggest__input:-ms-input-placeholder {
    font-style: italic;
    font-size: 11px;
}

.cp-form1099-search .react-autosuggest__input:disabled {
    width: 100%;
    height: 100%;
    padding: 3px 3px;
    border: 0px solid #ccc;
    border-radius: 0;
    text-align: center;
    color: darkgray;
    background-color: rgba(0, 0, 0, 0); /*#f9f9f900;*/
}

.cp-form1099-search .react-autosuggest__input.rounded-corners-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cp-form1099-search .react-autosuggest__input.rounded-corners-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cp-form1099-search .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    display: block;
    position: absolute;
    top: 32px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 30000 !important;
    overflow-y: auto;
    max-height: 250px;
}

.cp-code-search .react-autosuggest__container--open:nth-of-type(1) .react-autosuggest__suggestions-container {
    left: -1px;
    width: 200px;
}

.cp-form1099-search .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-form1099-search .react-autosuggest__container--open .react-autosuggest__suggestions-container::-moz-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cp-form1099-search
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-form1099-search
    .react-autosuggest__container--open
    .react-autosuggest__suggestions-container::-moz-scrollbar-thumb {
    border-radius: 10px;
    background-color: #555;
}

.cp-form1099-search .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cp-form1099-search .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 7px 20px;
}

.cp-form1099-search .react-autosuggest__suggestion--focused,
.cp-form1099-search .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}

.cp-form1099-search .dropdown-menu {
    max-height: 560px;
    overflow-y: scroll;
}

.cp-form1099-search .search-button-addon {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    cursor: pointer;
}

.cp-form1099-search .search-options-button-addon {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
    margin-right: 1px;
}

.glSearchIndexButton {
    height: 34px;
    width: 45px;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cp-form1099-search .input-group-btn-primary .dropdown-menu {
    overflow-y: visible;
}

.cp-form1099-search .input-group-btn:nth-child(2) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-form1099-search .react-autosuggest__suggestion .suggestion-thumb-container {
    margin-right: 10px;
    width: 40px;
}

.cp-form1099-search .react-autosuggest__suggestion .suggestion-thumb-container,
.cp-form1099-search .react-autosuggest__suggestion .suggestion-info-container {
    display: inline-block;
    vertical-align: middle;
}

.cp-form1099-search .react-autosuggest__suggestion .product-number {
    display: block;
    font-size: 12px;
}

.cp-form1099-search .react-autosuggest__suggestion .product-name {
    display: block;
    font-weight: 400;
    color: #007bc4;
}

.cp-form1099-search-container .alert {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}
*/ .cp-form1099-search .search-suggestions-more-results {
    cursor: pointer;
}
/* ============ GL 1099 autosuggest Style End ============= */

.AuthorizedProductsConfig .AuthorizedProductsChainsDropDown {
    z-index: 14;
}

.AuthorizedProductsConfig .AuthorizedProductsCustomersDropDown {
    z-index: 12;
}

.AuthorizedProductsConfig .AuthorizedProductsSchedulesDropDown {
    z-index: 10;
}

.AuthorizedProductsConfig .AuthorizedProductsGridContainder {
    margin-top: 10px;
}

.AuthorizedProductsConfig .k-dateinput-wrap .k-input {
    height: auto;
}

.k-grid td > span > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid td,
.k-grid th {
    text-overflow: unset !important;
}

.svg-grid-icon {
    /* To match with cp-grid-icon*/
    max-width: 15px;
    max-height: 15px;
    margin: 0px 5px;
    vertical-align: middle;
}

.customer-comment-modal {
    width: 80%;
}
.customer-comment-modal .modal-body {
    max-height: 80%;
    overflow-y: auto;
}
.upcoming-blackout-dates-modal-customer,
.customer-comment-modal-customer {
    text-align: center;
    font-weight: bold;
}

.search-results-container .status-cell-wrapper,
.product-detail-container .status-cell-wrapper {
    background-color: #f8f8fa;
}

/* .search-results-container .status-cell-wrapper {
    position: absolute;
    left: 139px;
} */

/* .product-detail-container .status-cell-wrapper {
    display: inline-block;
} */

.status-cell-wrapper .status-cell__content--green {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

.status-cell-wrapper .status-cell__content--amber {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.status-cell-wrapper .status-cell__content--yellow {
    background: rgba(255, 235, 59, 0.1);
    color: #ffeb3b;
}

.status-cell-wrapper .status-cell__content--red {
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
}

.status-cell-wrapper .status-cell__content--blue {
    background: rgba(33, 150, 243, 0.1);
    color: #2196f3;
}

.popover {
    z-index: 10001;
}

.CPDeliveryDates .deliveryDay {
    background-color: #97c777;
    color: #323232;
}

.CPDeliveryDateModal.CPCalendarModal .modal-dialog {
    width: 420px !important;
}

.CPDeliveryDates .k-today {
    visibility: hidden;
}
