/* main page */
body.full-height, html.full-height {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background-color: #f0f7f4;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.dropdown-toggle,
.btn-primary.dropdown-toggle:focus {
    background-color: #00ad7c;
    border-color: #00ad7c;
}

.btn-primary:hover,
.btn-primary.dropdown-toggle:hover {
    background-color: #FFFFFF;
    border-color: #00ad7c;
    color: #00ad7c;
}

.btn-outline-primary {
    border-color: #00ad7c;
    color: #00ad7c;
}

.btn-outline-primary:hover {
    background-color: #00ad7c;
    border-color: #00ad7c;
}

/* Navbar */
.navbar {
    padding: 0px 0px 0px 0px;
    background-color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    background-color: #00ad7c;
    width: 80px;
    height: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 12px;
    padding-left: 6px;
}

.navbar-brand img {
    padding-left: 0px;
    margin-left: 0px;
    height: 60px;
    /*filter: invert(100%) sepia(0%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);*/
}

.navbar-nav {
    font-size: 16px;
    font-weight: bold;
    color: #000000 !important;
}

.navbar-icon {
    background-color: #FFFFFF !important;
}

.navbar-light .navbar-nav .nav-link {
    background-color: #FFFFFF;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li.profile-dropdown {
    padding-right: 30px;
}

.navbar-nav a {
    padding-bottom: 28px;
    padding-top: 28px;
}

.dropdown-menu a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-nav .active a {
    box-shadow: inset 0 -2px 0 #00ad7c;
}

.active-droplink {
    box-shadow: inset 0 -2px 0 #00ad7c;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    box-shadow: inset 0 -2px 0 #00ad7c;
}

ul.navbar-nav li.customer-dropdown .icon{
    display: none;
}

ul.navbar-nav li.profile-dropdown .icon{
    display: none;
}

.navbar-toggler {
    margin-right: 20px;
}

.dropdown-menu {
    border: 0px;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin: 0px;
}

.dropdown-item {
    font-weight: bold;
    color: gray;
}

/* normal content */
.container {
    padding-top: 20px;
}

.spacer {
    margin-top: 40px;
}

.spacer-30 {
    margin-top: 30px;
}

.spacer-20 {
    margin-top: 20px;
}

.spacer-10 {
    margin-top: 10px;
}


/* Login page */
.form-signin {
    width: 100%;
    max-width: 330px;
    margin: auto;
    margin-top: 50px;
}

/*defaults*/
.table-round {
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    border-collapse: separate;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    table-layout: fixed;
    border-spacing: 0px;
}

.table-round thead th {
    background-color: #fafafa;
    border-bottom: 1px solid #d3d3d3;
    font-size: 80%;
    text-transform: uppercase;
    color: gray;
}

.table-round td {
    border-bottom: 1px solid #d3d3d3;
}

.align-vertical-middle-right {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 55px;
}

.align-vertical-right {
    text-align: right;
}

.align-vertical-top-right {
    display: flex;
    align-items: baseline;
    justify-content: right;
    height: 55px;
}

.text-align-right {
    text-align: right;
}

.popup {
    display: none;
}

div.popup#dialog-confirm-sendmail ul#activeMailList {
    max-height: 200px;
    overflow: auto;
}

/**
Set width for dialog box. Almost full screen.
For fully full screen change to 100%
 */
body .modal-dialog.max-width {
    max-width: 95%;
}



div.grouped-stores {
    display: none;
}

span.lbl-category {
    cursor: pointer;
}


.dropdown-item {
    color: #000000;
    font-weight: normal;
    background-color: none;
}

.dropdown-item:hover {
    color: #0c4128;
}

.btn-primary.dropdown-item {
    background-color: #FFFFFF;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

div.hidden {
    display: none;
}

div.modal button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0px;
    background-color: transparent;
}

div.modal button.close:hover {
    opacity: 1;
}

div.alert.absolute {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

#alertInputMessage {
    display: none;
}

.color-green {
    color: #00ad7c;
}

input[type=number].order-amount,
input[type=text].order-amount {
    text-align: center;
}

.subtext {
    color: #666;
}

div#formGroupMailButtons {
    display: none;
}

a.disabled {
    opacity: .65;
}

a.disable {
    opacity: .65;
    pointer-events: none;
    cursor: default;
}

button:disabled, button.btn-primary:disabled{
    background-color: #00ad7c;
    border-color: #00ad7c;
}

div.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.number-input input[type=number]::-webkit-inner-spin-button,
div.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
    width: 100%;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    background-color: #00ad7c;
    color: #FFFFFF;
    border: none;
    width: 4rem;
    align-items: center;
    justify-content: right;
    cursor: pointer;
    position: relative;
}

.number-input button:disabled {
    cursor: default;
}

.card-body.sold-out {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.90;
    z-index: 2000;
    text-align: center;
    display: table;
}

span.sold-out-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    font-weight: bold;
}

div.number-input-message {
    font-size: 0.75em;
    padding: 0.5rem;
}

img.biggerImage {
    position: absolute;
    z-index: 3000;
    height: 250px;
    margin-top: 5px;
    cursor: zoom-in;
}

div.product-images img {
    cursor: pointer;
    margin-right: 5px;
}

.icon-block {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
    height: 26px;
    width: 30px;
    border: 1px solid silver;
    cursor: help;
}

.icon-block.no-content {
    cursor: default;
}

.icon-block.sale {
    background-color: #FFC636;
}

.loader {
    border: 8px solid #ffffff; /* Light grey */
    border-top: 8px solid #00ad7c; /* Dark Green */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

span.loader {
    display: inline-block;
    border: 3px solid #ffffff; /* Light grey */
    border-top: 3px solid #00ad7c; /* Dark Green */
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.loading-message {
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #00ad7c;
}

.overlay-loader {
    position: relative;
    width: 100%;
}


/*
div#import-errors * {
    box-sizing: inherit;
    border: 1px solid red;
}*/

div#import-errors div.error-list {
    height: 300px;
    overflow: scroll;
}

div#import-errors div.error-list table {
    width: 100%;
}


div#import-errors div.error-list table.table-sm>:not(caption)>*>*{
    padding: 0.1rem 0.1rem;
}


div#import-errors div.error-list table td {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

div#import-errors div.error-list table button.reset-store,
div#import-errors div.error-list table button.reset-import-row,
div#import-errors div.error-list table button.reset-filename,
div#import-errors div.error-list table button.reset-product {
    cursor: pointer;
    border: 0px;
    background: transparent;
}

div#import-errors div.error-list table button:hover {
    color: #006650;
    /*animation: spin 2s linear infinite;*/
}

div#import-errors div.error-list table thead {
    position: sticky;
    top: 0px;
}

div#import-errors div.error-list table thead th {
    background-color: white;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#carriercontent .card .card-body span.max-height,
#templateLayers .card .card-body span.max-height{
    position: absolute;
    right: 110px;
    font-style: italic;
}

/**
ORDER OVERVIEW STYLING
 */

p.order-date {
    font-size: 14px;
    font-weight: bold;
    color: #00ad7c;
}

p.order-totals,
p.order-exported {
    font-style: italic;
    font-size: 14px;
    color: #666666;
}

#orderNavigation li {
    position: relative;
}

#orderNavigation li a {
    background-color: white;
    color: #00ad7c;
    font-weight: 500;
}

#orderNavigation li a:hover {
    color: #000000;
}

#orderNavigation li:nth-child(even) a {
    background-color: rgba(0, 102, 78, 0.05);;
}

#orderNavigation li a.active {
    background-color: rgba(0, 102, 78, 0.1);
    color: #000000;
}

#orderNavigation li i {
    position: absolute;
    top: 20px;
    right: 8px;
    z-index: 0;
}

.order-menu {
    height: 0px;
}

.order-menu .sub {
    font-size: 0.8em;
}

table td.order-layer {
    max-width: 0px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    color: #00ad7c;
    border-right: 0px;
}

span.graph-icon, span.right-icon {
    display: block;
    float: right;
    margin-left: 3px;
    z-index: 999;
    cursor: pointer;
    position: relative;
}

span.product-icons {
    display: block;
    float: right;
    margin-left: 3px;
}

span.product-icons.sale {
    background-color: #FFC636;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    border: 1px solid silver;
    cursor: help;
}

td.td-no-wrap {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

td span.td-text {
    position: relative;
    z-index: 10;
}

table.no-shadow {
    box-shadow: none;
}

span.product-icons.question {
    background-color: #7E7B7B;
    color: #FFFFFF;
    font-weight: bold;
    cursor: help;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid silver;
}

table.order-table {
    width: 100%;
}

table.total-table td,
table.order-table td {
    padding: 0;
    border: 1px solid #d3d3d3;
    color: #00ad7c;
    font-size: 14px;
    line-height: 37px;
    border-collapse: collapse;
    text-align: center;
}

table.total-table th.rotated_cell,
table.order-table th.rotated_cell {
    background-color: #ffffff;
    width: 80px;
    height: 149px;
    padding: 0;
    border: 1px solid #d3d3d3;
    color: #00ad7c;
    cursor: pointer;
    text-align: left;
    user-select: none;
    -moz-user-select: none;
}

table.total-table th {
    height: 149px;
    border-left: 0px;
}

table.total-table th div,
table.order-table th.rotated_cell div {
    display: block;
    position: relative;
    width: 69px;
    height: 69px;
    margin: 0 auto;
    padding: 10px 5px;
    transform: rotate(-90deg) translate(-40px, 100%);
    transform-origin: 0 100%;
    transition: all .2s;
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
}

table.order-table th.rotated_cell:hover div {
    transform: rotate(-45deg) translate(0%, 100%);
    z-index: 1;
}

table.total-table th div span,
table.order-table th.rotated_cell div span {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 139px;
    transform: translateY(-50%);
}

table.order-table td.totals,
table.orderrequest-table td.totals,
table.total-table td {
    color: black;
    font-weight: bold;
}

table.total-table td {
    text-align: center;
}

table.total-table th {
  color: black;
}

table.total-table td {
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

table.overview-table {
    background-color: #FFFFF;
}

table.overview-table tr td
{
    background-color: white;
    color: #000000;
}

table.overview-table tr:nth-child(odd) td
{
    background-color: rgba(0, 102, 78, 0.05);;
}

table.overview-table tr:nth-child(odd) td.totals {
    background-color: #FFFFFF;
}

table.order-table th.closed,
table.order-table td.closed {
    background-color: red !important;
}

input.search-field::placeholder {
    font-style: italic;
    color: #00ad7c;
    font-weight: 450;
}

div.nothing-found {
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
}

div.not_found_message {
    display: table;
    height: 100%;
    width: 100%;
}

div.not_found_message span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/** END ORDER OVERVIEW STYLING **/

div.carrier-content,
div.layer-content {
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}

div.layer-content {
    margin-left: 25px;
    display: none;
    cursor: default;
}

/**
SEARCH CARRIER
 */
div#searchCarrierResults {
    display: block;
    background-color: white;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

div#searchCarrierResults .card {
    width: 100%;
}

div#searchCarrierResults .card:hover {
    background-color: rgba(0, 102, 78, 0.05);
}

div#selectButtonArea {
    display: none;
}

table.overview-table td.store-value {
    position: relative;
}

table.overview-table td.store-value button {
    height: 38px;
    width: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #00ad7c;
    color: #FFFFFF;
    border: none;
    align-items: center;
    justify-content: right;
    cursor: pointer;
    display: none;
}

table.overview-table td.store-value button:hover {
    color: #00ad7c;
    background-color: transparent;
    border: 1px solid #00ad7c;
}

table.overview-table td.store-value button.btn-plus::after {
    content: '+';
}
table.overview-table td.store-value button.btn-minus::after {
    content: '-';
}

table.overview-table td.store-value button.btn-minus {
    left: 0px;
    top: 0;
}

table.overview-table td.store-value button.btn-plus {
    right: 0px;
    z-index: 1;
    top: 0;
}

table.overview-table td.store-value:hover {
    cursor: pointer;
}

table.overview-table td.store-value:hover {
    background-color: #FFFFFF;
    color: #00ad7c;
}

table.overview-table td.store-value:hover button {
    display: inline-block;
}

/* Style tooltip */
.tooltip-inner.tooltip-alert {
    background-color: red;
    color: #FFFFFF;
}

.tooltip-arrow.tooltip-alert {
    color: red !important;
}

.bs-tooltip-bottom .tooltip-arrow.tooltip-alert::before {
    border-bottom-color: red;
}

/** END ORDER OVERVIEW STYLING **/

/** TOOLTIP STYLING **/
.tooltip .tooltip-arrow {
    left: 50%;
    margin-left: -0.4rem;
}

/** END TOOLTIP STYLING **/

span.mail-icon {
    color: green;
}

button.resend-mail {
    border: 0px;
    background: transparent;
}

table.table-scrollable-titles {
    border-top-right-radius: 0px;
}

table.table-scrollable {
    width: 100%;
    border-left: 0px;
    border-top-left-radius: 0px;
}

table.table-scrollable td,
table.table-scrollable th {
    position: relative;
    border-left: 0px;
    border-collapse: collapse;
}

table.table-scrollable th {
    white-space: nowrap;
}

table.salesdata-content {
    border-radius: 0px;
    box-shadow: none;
    border-collapse: collapse;
}

table.salesdata-content td,
table.salesdata-content th {
    min-width: 150px;
}

table.salesdata-content.small-col td,
table.salesdata-content.small-col th {
    min-width: 10px;
}

/**
CHANGE THIS IF WE ONLY HAVE ONE STATISTIC TO SHOW / DO IT THE HALVE
 */
table.salesdata-content th {
    width: 200px;
}

table.salesdata-content.small-col th {
    width: 100px;
}

table.product-overview.small-col th {
    width: 100px;
}

div#import-statistics div.card-body {
    vertical-align: center;
}

div#import-statistics div.card-body span.import-counter {
    display: inline-block;
    font-size: 36px;
    text-align: center;
    vertical-align: center;
    margin-right: 20px;
}

div#import-statistics div.card-body span.import-counter-label {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #00ad7c;
}

div#import-errors div.nav-tabs button.nav-link {
    color: #000000;
}

table.border-left {
    border-left: 1px solid #d3d3d3;
}

table.border-right {
    border-right: 1px solid #d3d3d3;
}

table.no-border-right {
    border-right: 0px;
}

table.salesdata-totals {
    border-bottom: 0px;
    border-radius: unset;
}

.icon-red {
    color: red;
    cursor: help;
}

.bootstrap-select {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.bootstrap-select button {
    background-color: #FFFFFF;
}

span.not-found {
    color: red;
}


div.overflow-list, form.overflow-list, table.overflow-list {
   overflow: auto;
   max-height: 600px;
}

div.overflow-prices {
    margin-bottom: 20px;
}

span.ajax-spinner {
    -webkit-animation: 1.5s linear infinite spinner-border;
    animation: 1.5s linear infinite spinner-border;
    display: none;
}

input.ordered-amount {
    border: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input.ordered-amount::-webkit-outer-spin-button,
input.ordered-amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].ordered-amount {
    -moz-appearance: textfield;
}

/** Do not show arrows at number fields for tk modal **/
input[type=number].number_no_arrows {
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
}

span.error {
    color: red;
}

a.disabled-link {
    pointer-events: none;
    opacity: .65;
}

span.prodImage {
    display: inline-block;
    cursor: zoom-in;
}

span.no-dropdown {
    display: inline-block;
    white-space: nowrap;
    padding-top: 28px;
    color: rgba(0,0,0,.55);
}

/** CSS FOR PRINTING **/
.l-primary-nav__logo {
    display: none;
}

button.btn-print {
    display: inline-block;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    background: transparent;
}

table tr.more-info,
table tr.product {
    display: none;
}

.table-round {
    border-collapse: collapse !important;
}

table tr.more-info th {
    border-bottom: 1px solid #d3d3d3;
    border-collapse: separate;
    padding-left: 50px;
}

table tr.more-info.rest th, table tr.more-info.rest td {
    border-top: 3px solid #d3d3d3;
    font-weight: normal;
    border-collapse: separate;
}

#order-overview .salesdata-products tr.salesgroup,
#order-overview .salesdata-content tr.salesgroup,
#order-overview .salesdata-totals tr.salesgroup
{
    background-color: silver;
}

#order-overview .salesdata-products tr.product td {
    padding-left: 30px;
}

#order-overview .salesdata-products tr.product.even,
#order-overview .salesdata-content tr.product.even,
#order-overview .salesdata-totals tr.product.even
{
    background-color: rgba(0, 102, 78, 0.1);
}

/** POPUP DIALOG STYLE CHANGES **/
div.ui-dialog .ui-dialog-titlebar.ui-widget-header {
    background-color: #00ad7c;
    color: #FFFFFF;
    font-weight: normal;
}

button.ui-dialog-titlebar-close {
    border: 1px solid silver;
    background-image: url("images/ui-icons_777777_256x240.png");
    background-position: -96px -127px;
    background-color: #FFFFFF;
    border: 1px solid silver;
}

.ui-dialog .ui-dialog-buttonpane button {
    border: 1px solid silver;
    border-radius: 5px;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .8em;
    padding-right: .8em;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

span.orange-year {
    color: orange;
}

#storeArea #storeContent .carrier {
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
    cursor: pointer;
}

#storeArea #storeContent .carrier .products {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

#storeArea #storeContent .carrier .products span.total-amount {
    display: inline-block;
    text-align: right;
    width: 35px;
    margin-right: 5px;
}

#storeArea #storeContent .carrier span.total-carrier {
    display: inline-block;
    float: right;
}

#storeArea #storeContent .carrier .products span.product-title {
    display: inline-block;
    margin-left: 5px;
}

div.delivery {
    margin-bottom: 10px;
}

#carrierContent div.delivery:last-child {
    margin-bottom: 0px;
}

span.delivery {
    display: block;
    float: right;
    font-size: 14px;
}

span.delivery span.no-delivery {
    color: red;
}

#deliveryTable input[type=number] {
    width: 45px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

#deliveryTable tr td {
    cursor: grab;
}

#storeList .storeTable {
    max-height: 600px;
    overflow-y: auto;
    position: relative;
}

#storeList .storeTable:hover {
    overflow-y: auto;
}

#storeList div.addButton {
    margin-top: 20px;
}

#storeList #searchStoreForm {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.storeTable table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

div.storeTable table td {
    border-width: 0;
}

div.storeTable table thead {
    background-color: #FFFFFF;
    z-index: 1;
}

div.storeTable table thead th {
    border-bottom: 2px solid #000000;
}

div.storeTable table tfoot {
    position: sticky;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 1;
}

div.storeTable table tfoot td {
    border-top: 2px solid black;
    font-weight: bold;
}

.ui-sortable-placeholder {
    height: 40px;
    background-color: #d9edf7;
    border: 2px dashed #31708f;
}

#deliveryTable, table.delivery-table {
    table-layout: fixed;
    width: 100%;
    border: 0;
}

#deliveryTable thead {
    border-top: 0;
}

#deliveryTable tr.delivery-row td.delivery-col {
    padding: 0;
    margin: 0;
    width: 100%;"
}

#deliveryTable tr.totals td {
    border-bottom: 1px solid #dee2e6;
}

#deliveryTable td {
    border: 0;
}

table.delivery-table {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #dee2e6;
}

table.delivery-table tbody {
    border: 0 !important;
}

table.delivery-table td, table.delivery-table tr {
    border: 0;
}

table#deliveryTable tr.delivery-row:hover {
    background-color: var(--bs-table-hover-bg);
}

/* rules-row never gets hover background color */
table#deliveryTable tr.delivery-row:hover tr.rules-row {
    background-color: #FFFFFF;
}

table#deliveryTable tr.totals td {
    font-weight: bold;
    border-top: 2px solid black
}

tr.highlight {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #333;
}

/** CSS FOR PRINTING **/
@media print {
    @page {
        size: 330mm 427mm;
        margin: 14mm;
    }

    .container {
        display: block;
        min-width: 1000px;
    }

    h2 {
        font-weight: bold;
    }

    .subtext {
        margin-top: 20px;
        color: #000000;
    }

    .container .row:first-child {
        margin-top: 20px;
    }

    .plant-link-logo {
        text-indent: 0;
    }

    .l-primary-nav__logo {
        display: block;
    }

    .navbar-brand,
    .navbar-toggler,
    .navbar-collapse,
    div.row.order-btn-area,
    .btn-number,
    button.btn-print,
    .icon-block,
    .product-images,
    .product-image,
    .product-image img
    {
        display: none;
    }

    .navbar {
        box-shadow: none;
    }

    form#orderForm {
        margin: 0;
        padding: 0;
    }

    form#orderForm .card {
        border-bottom: 2px dashed #4a4a4a;;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        box-shadow: none !important;
    }

    input.order-amount {
        border: 0;
        text-indent: 0;
        width: auto;
    }

    .card,
    .card-body,
    .card-body * {
        margin: 0 !important;
        padding: 0 !important;
    }

    .card-body {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1440px) {
    ul.navbar-nav li.customer-dropdown .dropdown-toggle::after,
    ul.navbar-nav li.profile-dropdown .dropdown-toggle::after {
        margin-left: 40px;
    }

    ul.navbar-nav li.customer-dropdown .title,
    ul.navbar-nav li.profile-dropdown .title {
        display: none;
        margin-left: 30px;
    }

    ul.navbar-nav li.customer-dropdown .icon,
    ul.navbar-nav li.profile-dropdown .icon {
        display: inline-block;
        position: absolute;
        font-size: 30px;
        top: 20px;
    }

    ul.navbar-nav li.profile-dropdown div.dropdown-menu {
        right: 0px;
    }
}

