﻿@import url(//use.fontawesome.com/releases/v6.5.1/css/all.css);

:root {
    --hucRed: #cb1217;
    --hucBlue: #001269;
    --thBGColor: #bbb;
    --thColor: #000000;
    --thSubBGColor: #ddd;
}

@media print {
    .no-print { display: none; visibility: hidden; }
}

body, div, span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.normal-text {
    font-weight: normal !important;
    font-size: 14px !important;
}

.body-content {
    padding: 20px 0px;
    min-height: 400px;
    position: relative;
}

.warn {
    display: block;
    border: 1px #ff0000 solid;
    background-color: rgba(255,0,0,.2);
    padding: 8px 8px 8px 40px;
    position: relative;
    margin: 8px 0px;
}
    .warn::before {
        content: "\f071";
        font: var(--fa-font-solid);
        position: absolute;
        top: 10px;
        left: 8px;
        font-size: 16px;
    }

fieldset {
    border: 1px #000000 solid;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
    fieldset:not(.nohdr) {
        border-top: 28px #001269 solid;
        padding-top: 20px;
    }
    fieldset > legend {
        margin: 0px;
        background-color: #001269;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
        font-weight: bold;
        border-top: 1px #ffffff solid;
    }

fieldset.nopad {
    padding: 8px;
}

    fieldset.collapsed {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.pageHeader {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;   
    width: 100%;
    display: block;
    border-bottom: 1px rgba(0,0,0,.2) solid;
    margin-bottom: 12px;
}
    .pageHeader.large, .pageHeader.large div, .pageHeader.large span {
        font-size: 20px;
    }
    .pageHeader.large span.red {
        color: #ff0000;
    }
    .pageHeader > div > div:first-child {
        text-transform: uppercase;
    }

    .inv-sub-menu, .inv-sm-content {
        font-weight: normal !important;
        font-size: 14px !important;
    }

/*--- HEADER ---*/
header > #header-wrap {
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    background-color: #ccc;
    position: relative;
}
#header-wrap > div {
    float: left;
    width: 33%;
}

.du-savemsg  {
    padding: 4px 10px;
    background-color: green;
    color: #ffffff;
    position: absolute;
    width: auto !important;
    display: none;
    transition: all .5s ease-in-out;
}
#header-wrap .du-savemsg {
    right: 2px;
    bottom: 2px;
}
fieldset .du-savemsg {
    right: 0px;
    bottom: 0px;
}
footer .du-savemsg {
    right: 2px;
    top: 2px;
}
.du-savemsg.on {
    display: inline-block;
    transition: all .5s ease-in-out;
}

.user-info .ctl-row, .user-info .ctl-wrap {
    margin-bottom: 0px !important;
}

#header-wrap .site-title {
    font-weight: bold;
    font-size: 32px;
    color: #cc6602;
    padding-left: 14px;
}

.logo-image img {
    height: 80px;
}

header #menubar {
    background-color: #aaa;
    color: #ffffff;
    xxpadding: 4px 20px;
    position: relative;
    xxbox-shadow: 0px 3px rgba(0,0,0,.1);
    border-top: 2px #999 outset;
    border-bottom: 2px #999 inset;
}

    header #menubar > #searchbar {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 2px 20px 0px 12px;
        min-width: 300px;
        font-weight: bold;
        height: 32px;
        border-left: rgba(0,0,0,.6) 1px solid;
    }

#srchTerm.ord-only, #srchTerm2.ord-only {
    background-image: url(/images/ORD_ONLY_BG.png);
    text-align: right;

}

#searchbar > button {
    font-size: 12px;
}

#searchbar > #user-fave-wrap {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -70px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
#searchbar .add-fave > i.fa-heart-circle-minus {
    color: #ff0000;
    font-size: 24px;
}
#searchbar .add-fave > i.fa-heart-circle-plus {
    color: green;
    font-size: 24px;
}
#searchbar .add-fave.notfave > i.fa-heart-circle-minus {
    display: none;
}
#searchbar .add-fave.isfave > i.fa-heart-circle-plus {
    display: none;
}

#searchbar > .bc-history {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -30px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

    #searchbar > .bc-history > .bc-wrapper {
        display: none;
        position: absolute;
        left: 0px;
        top: 34px;
        background-color: #ffffff;
        border: 2px var(--hucRed) solid;
        padding: 6px;
        width: 225px;
        z-index: 5000;
        box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    }
    #searchbar > .bc-history > .bc-wrapper > div {
        padding: 2px;
        margin-bottom: 4px;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
    }
        #searchbar > .bc-history > .bc-wrapper > div:last-child {
            margin-bottom: 0px;
        }

span.inv-sub-menu {
    display: inline-block;
    width: 100px;
    padding: 4px 4px 4px 4px;
    border: 1px #000000 solid;
    background-color: #ccc;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}
    span.inv-sub-menu:before {
        content: "\f0c9";
        font: var(--fa-font-solid);
    }
.inv-sm-content {
    display: none;
    position: absolute;
    right: 0px;
    top: 30px;
    border: 1px #000000 solid;
    background-color: #ffffff;
    padding: 8px;
    z-index: 10000;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    text-align: left;
    min-width: 150px;
}
    .inv-sm-content > ul, .inv-sm-content > ul > li {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }
        .inv-sm-content > ul > li {
            border-bottom: 1px rgba(0,0,0,.4) solid;
            margin-block: 4px;
        }
        /*--- END HEADER ---*/
        .card {
            background-color: #001269;
            color: #ffffff;
            font-size: 24px;
            text-align: center;
            height: 200px;
            width: 300px;
            margin: 0 auto !important;
            box-shadow: 4px 4px 4px rgba(0,0,0,.2);
            xxdisplay: table-cell;
            padding-top: 50px;
            vertical-align: middle;
            font-weight: bold;
            cursor: pointer;
            transition: box-shadow .5s, background-color .5s;
        }

    .card i.fas {
        font-size: 3em;
    }

    .card:hover {
        box-shadow: 5px 5px 5px rgba(0,0,0,.4);
        background-color: #224291;
    }

/*--- INVENTORY IMAGE ---*/
#inv-image-wrapper {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px;
    background-color: #ffffff;
    border: 4px var(--hucRed) solid;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
    z-index: 10000;
}
#inv-image-wrapper > .closer {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 10px;
    font-size: 30px;
    color: #ff0000;
    z-index:10001;
}

div.inv-img-wrap {
    position: relative;
    width: 108px;
    height: 156px;
    overflow: hidden;
}

    div.inv-img-wrap.multi span.img-expander {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        bottom: 8px;
        left: 8px;
        font-size: 20px;
        color: #ffffff;
    }

    div.inv-img-wrap > img {
        width: 100px;
        border: 2px #000000 solid;
        box-shadow: 3px 3px 3px rgba(0,0,0,.3);

    }

    #inv-image-wrapper .i-wrap {
        display: inline-block;
        position: relative;
        width: auto;
        float: left;
        margin-right: 20px;
        border: 2px #000000 solid;
    }
        #inv-image-wrapper .i-wrap > .i-wrap-clr {
            position: absolute;
            display: inline-block;
            bottom: 4px;
            left: 5%;
            width: 90%;
            background-color: rgba(255,255,255,.8);
            color: var(--hucBlue);
            font-size: 10px;
            text-align: center;
            padding: 4px;
            font-weight: bold;
        }

        #inv-image-wrapper .i-wrap > img {
            width: 150px;
        }

/*--- LOGIN ---*/
#dlg-login {
    width: 600px;
    margin: 0 auto;
    border: 1px #000000 solid;
    border-radius: 3px;
    padding: 0px;
    margin-top: 20px;
    background-color: #f1f1f1;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.dlg-header {
    background-color: #001269;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 0 8px;
}
    .dlg-header.error {
        background-color: #ff0000;
    }

/*--- END LOGIN ---*/

/*--- MFA ---*/
#mfaPVbad, #mfaEVbad {
    color: #ff0000;
}

#mfaPVgood, #mfaEVgood {
    color: green;
    display: none;
}
/*--- END MFA ---*/

/*--- FOOTER ---*/
footer {
    margin-top: 20px;
    background-color: #aaa;
    color: #ffffff;
    padding: 20px 0px;
    text-align: center;
    border-top: 2px #999 inset;
    border-bottom: 2px #999 inset;
    position: relative;
}
/*--- END FOOTER ---*/

/*--- BUTTONS ---*/
[data-remove="true"] {
    display: none;
}

input[type="button"], button, input[type="submit"] {
    background-color: #ddd;
    color: #000000;
    padding: 4px 8px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
    input[type="button"].bdr, button.bdr, input[type="submit"].bdr {
        border: 1px solid var(--hucBlue);
        background-color: #ffffff;
        padding: 3px;
    }
    button.little {
        font-size: 14px !important;
        padding: 2px 6px !important;
    }
    input[type="button"]:not(.k-button):hover, button:not(.no-hov):hover, button:not(.k-button):hover, input[type="submit"]:hover {
        background-color: #bbb;
        transition: all .2s ease-in-out;
    }
input[type="button"].small, button.small, input[type="submit"].small {
    font-size: 12px;
    padding: 2px 8px;
}
    input[type="button"].large, button.large, input[type="submit"].large {
        font-size: 24px !important;
        padding: 6px 16px !important;
    }

    button.full {
        width: 100% !important;
    }

button.spaced {
    margin: 0px 2px;
}

    input[type="button"].save, button.save, input[type="submit"].save,
    input[type="button"].green, button.green, input[type="submit"].green {
        background-color: green !important;
        color: #ffffff;
    }
    input[type="button"].white, button.white, input[type="submit"].white {
        background-color: #ffffff;
        color: #aaa;
    }
    input[type="button"].cancel, button.cancel, input[type="submit"].cancel {
        background-color: #ff0000 !important;
        color: #ffffff;
    }
[data-role="grid"] button.k-grid-remove-command:hover, [data-role="grid"] button.k-grid-cancel-command:hover {
    background-color: #ff0000 !important;
}
[data-role="grid"] button.k-grid-edit-command:hover, [data-role="grid"] button.k-grid-save-command:hover {
    background-color: green !important;
}

button.btnactive {
    background-color: #ffff00 !important;
}

/*--- END BUTTONS ---*/

/*--- UTILS ---*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.hidden {
    visibility: hidden;
}
div.hide-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

[data-valid="false"] {
    background-color: rgba(255,0,0,.4);
}
[data-valid="true"] {
    background-color: rgba(0,255,0,.4);
}
/*--- END UTILS ---*/

/*--- KENDO OVERRIDES ---*/
span.grid-delete-row {
    color: #ff0000;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
}

div.grid-nr-template {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    color: #ff0000;
}

div.grid-wrap {
    margin-top: 20px;
}

table.k-grid-table > thead > .k-table-row, .k-grid thead > .k-table-row {
    background-color: #bbb !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: bold !important;
    padding: 2px 4px !important;
}
table.k-grid-table > tbody > .k-table-row {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 2px 4px !important;
}
table.k-grid-table > tbody > .k-table-row:nth-child(even) {
    background-color: #ddd !important;
}
/*table.k-grid-table .k-table-td { vertical-align: top !important; }*/

.grid-btn {
    display: inline-block;
    border: 1px #ccc solid;
    background-color: #eee;
    padding: 2px;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 4px;
}

    .grid-btn.update, .grid-btn.cancel {
        display: none;
    }

.grid-btn.update, .grid-btn.edit { color: green; }
.grid-btn.cancel, .grid-btn.delete { color: #ff0000; }

tr[data-role="editable"] .grid-btn.edit, tr[data-role="editable"] .grid-btn.delete {
    display: none;
}

tr[data-role="editable"] .grid-btn.update, tr[data-role="editable"] .grid-btn.cancel {
    display: inline-block;
}

.k-dropdownlist {
    height: 29.6px !important;
}

.k-command-cell .k-button-text {
    display: none !important;
}
.k-command-cell .k-grid-edit-command, .k-command-cell .k-grid-save-command {
    background-color: green;
}
.k-command-cell .k-grid-remove-command, .k-command-cell .k-grid-cancel-command {
    background-color: #ff0000;
    color: #ffffff;
}

.k-checkbox {
    border-color: rgba(0,0,0,.8);
    position: relative;
    top: -4px;
}

#k-license-banner {
    display: none !important;
}

.k-grid > div[style="position: absolute; width: 100%; height: 100%; pointer-events: none; inset: 0px;"] {
    display: none !important;
}

.k-grid .k-command-cell {
    white-space: nowrap !important;
    width: 1% !important;
    padding-right: 2px;
}

.k-list-item:hover, .k-list-item.k-focus {
    background-color: var(--hucBlue) !important;
    color: #ffffff !important;
}

/*--- END KENDO ---*/

/*--- PAGE MESSAGES ---*/
.p-error-msg {
    background-color: #FEF1EC;
    border: 1px solid #CD0A0A;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    color: #CD0A0A;
    background-image: url("images/alert.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.p-warning-msg {
    background-color: #FFFBE5;
    border: 1px solid #ECE52F;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    xxbackground-image: url("images/info-blue.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.p-success-msg {
    background-color: rgba(0,255,0,.4);
    border: 1px solid green;
    margin-bottom: 4px;
    padding: 10px 25px 10px;
    xxbackground-image: url("images/info-blue.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}


    .success-msg.tr {
        top: 2px;
        right: 2px;
    }
    .success-msg.tl {
        top: 2px;
        left: 2px;
    }
    .success-msg.br {
        bottom: 2px;
        right: 4px;
    }
    .success-msg.bl {
        bottom: 2px;
        left: 4px;
    }
    .success-msg:before {
        content: "\f058";
        font: var(--fa-font-solid);
        color: green;
        font-size: 30px;
    }
/*--- END PAGE MESSAGES ---*/

/*--- BUTTON ICONS ---*/
button.kgrid {
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
    button.kgrid:hover {
        background-color: #ebebeb;
    }

button::before {
    /* removed font- based rules */
    display: inline-block;
    padding-right: 8px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

button.grid {
    border: #333 solid 1px;
    margin-right: 2px;
}

button.icon.notext::before {
    padding-right: 0px !important;
}

button.icon.plus::before {
    content: "\2b";
    font: var(--fa-font-solid);
}
button.icon.xmark::before {
    content: "\f057";
    font: var(--fa-font-solid);
}

button.icon.alert {
    background-color: #ff0000;
    color: #ffffff !important;
}
button.icon.alert::before {
    content: "\f071";
    font: var(--fa-font-solid);
}

button.icon.pdf::before {
    content: "\f1c1" !important;
    font: var(--fa-font-solid);
}

button.icon.save::before {
    content: "\f0c7";
    font: var(--fa-font-solid);
}

button.icon.docx::before {
    content: "\f2c2";
    font: var(--fa-font-solid);
}

button.icon.xls::before {
    content: "\f1c3";
    font: var(--fa-font-solid);
}

button.icon.txt::before {
    content: "\f15c";
    font: var(--fa-font-solid);
}

button.icon.send::before {
    content: "\f14d";
    font: var(--fa-font-solid);
}

button.icon.eye::before {
    content: "\f06e";
    font: var(--fa-font-solid);
}

button.icon.dollar::before {
    content: "\24";
    font: var(--fa-font-solid);
}

button.icon.eyeslash::before {
    content: "\f070";
    font: var(--fa-font-solid);
}

button.icon.search::before {
    content: "\f002";
    font: var(--fa-font-solid);
}

button.icon.edit::before {
    content: "\f044";
    font: var(--fa-font-solid);
}

button.icon.closer::before, button.icon.cx::before {
    content: "\f057";
    font: var(--fa-font-solid);
}

button.icon.adjust::before {
    content: "\f1de";
    font: var(--fa-font-solid);
}

button.icon.wrench::before {
    content: "\f0ad";
    font: var(--fa-font-solid);
}

button.icon.chart::before {
    content: "\e0e3";
    font: var(--fa-font-solid);
}

button.icon.order::before {
    content: "\f56f";
    font: var(--fa-font-solid);
}

button.icon.po::before {
    content: "\f571";
    font: var(--fa-font-solid);
}

button.icon.trash::before {
    content: "\f1f8";
    font: var(--fa-font-solid);
}

button.icon.untrash::before {
    content: "\f829";
    font: var(--fa-font-solid);
}

button.icon.image::before {
    content: "\f03e";
    font: var(--fa-font-solid);
}

button.icon.group::before {
    content: "\f5fd";
    font: var(--fa-font-solid);
}

button.icon.unlock::before {
    content: "\f09c";
    font: var(--fa-font-solid);
}

button.icon.lock::before {
    content: "\f023";
    font: var(--fa-font-solid);
}

button.icon.print::before {
    content: "\f02f";
    font: var(--fa-font-solid);
}

button.icon.check::before {
    content: "\f058";
    font: var(--fa-font-solid);
}

button.icon.download::before {
    content: "\f56d";
    font: var(--fa-font-solid);
}

button.icon.recv::before {
    content: "\f218";
    font: var(--fa-font-solid);
}

button.icon.email::before {
    content: "\f0e0";
    font: var(--fa-font-solid);
}

button.icon.refresh::before {
    content: "\f2f1";
    font: var(--fa-font-solid);
}

button.icon.ups::before {
    content: "\f7e0";
    font: var(--fa-font-brands);
}

button.icon.fedex::before {
    content: "\f797";
    font: var(--fa-font-brands);
}
button.icon.ship::before {
    content: "\f0d1";
    font: var(--fa-font-solid);
}
button.icon.topdown::before {
    content: "\f358";
    font: var(--fa-font-solid);
}
button.icon.equal::before {
    content: "\3d";
    font: var(--fa-font-solid);
}
button.icon.weighted::before {
    content: "\f24e";
    font: var(--fa-font-solid);
}

button.icon.cart::before {
    content: "\f07a";
    font: var(--fa-font-solid);
}



button.icon.help {
    background-color: blue !important;
}
button.icon.help::before {
    content: "\f059";
    font: var(--fa-font-solid);
    color: #ffffff;
}

button.small {
    font-size: 10px !important;
}
button.tiny {
    font-size: 10px !important;
    padding: 1px;
}

button.bordered {
    border: 1px #000000 solid !important;
}



span.fs-icon-tr {
    display: inline-block;
    position: absolute;
    top: -27px;
    right: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
}
span.fs-icon-tr.outline {
    background-color: #ffffff;
    padding: 0px 6px !important;
    top: -28px;
    color: #000000;
    border: 1px #001269 solid;
    font-size: 14px;
    line-height: 14px;
}
span.fs-icon-tr.outline label {
    font-size: 14px;
}
/*--- END BUTTON ICONS ---*/

/*--- COLLAPSABLE ---*/
span.collapser {
    position: absolute;
    top: -26px;
    right: 10px;
    cursor: pointer;
    color: #ffffff;
}
    span.collapser.open > .opener {
        display: none;
    }
    span.collapser.closed > .closer {
        display: none;
    }
    span.collapser > span {
        xxbackground-color: #ffffff;
        padding: 0px;
    }
    span.collapser > span > i {
        font-size: 20px;
        position: relative;
        top: 2px;
    }
/*--- END COLLAPSABLE ---*/

/* === TABLES === */
table.g-inner { /*-- THIS TABLE IS INSIDE OTHER TABLES ---*/
    border: none;
    font-size: 12px !important;
    background-color: transparent !important;
}
    table.g-inner th, table.g-inner td {
        border: none;
        padding: 2px 6px;
        font-size: 12px !important;
        background-color: #ffffff !important;
    }
    table.g-inner tr {
        border-bottom: 1px solid var(--hucBlue);
    }
    table.g-inner tr:last-child {
        border: none;
    }

    table.data-grid {
        width: 100%;
    }

table.data-grid.thctr th {
    text-align: center;
}
table.data-grid th.sub {
    background-color: var(--thSubBGColor);
}

table.data-grid td.nodata {
    background-color: #777;
}

table.nowrap td, table.nowrap th {
    white-space: nowrap;
}

table.data-grid th, .data-grid > div.th {
    background-color: var(--thBGColor);
    color: var(--thColor);
    font-size: 14px;
    padding: 2px 4px;
    vertical-align: top;
}
.data-grid > div.cell {
    padding: 2px 4px;
}


div.data-grid > div {
    display: inline-block;
    float: left;
    margin: 0px;
}
    div.data-grid > div.th {
        font-weight: bold;
    }

    table.data-grid td {
        font-size: 14px;
        padding: 2px 4px;
    }
    table.data-grid.no-band tr:nth-child(odd), table.data-grid.no-band tr:nth-child(even) {
        background-color: #ffffff;
    }
table.data-grid:not(.g-inner) tr:nth-child(even) {
    background-color: #ddd;
}
table.data-grid:not(.g-inner) tr:nth-child(odd) {
    background-color: #ffffff;
}


    td.clickable {
        cursor: pointer;
        text-align: center;
    }

.iq-showall > i.fa-eye {
    color: green;
}

.iq-showall > i.fa-eye-slash {
    color: #ff0000;
}

.iq-showall:not(.off) > i.fa-eye {
    display: none;
}

.iq-showall.off > i.fa-eye-slash {
    display: none;
}

table.data-grid.tdvt td {
    vertical-align: top;
}

td.summary-cell {
    background-color: #ffffff;
    border-top: 1px solid var(--hucBlue);
    text-align: right;
}

/*--- SORTABLE LISTS ---*/
ul[data-issort="true"], ul[data-issort="true"] li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
    ul[data-issort="true"] li {
        background-color: #ddd;
        padding: 4px 8px;
        display: block;
        border: 1px #000000 solid;
        border-radius: 3px;
        margin-bottom: 4px;
        cursor: move;
        position: relative;
    }
.sortable-placeholder {
    border: 1px #ff0000 dashed !important;
    height: 28px;
    text-align: center;
    padding: 4px 8px;
    margin-bottom: 4px;
    background-color: #ffffff !important;
}

    .sortable-placeholder:before {
        content: "drop here";
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #444444;
    }
.oeli-list, .oeli-list > li {
    list-style: none;
    padding: 0px 0px 0px 4px !important;
}
    .oeli-list.header, .oeli-list.header > li {
        background-color: var(--thBGColor);
        font-weight: bold;
    }
    #oeli-list > li, .oeli-list > li, ul.banded > li, div.banded > div {
        background-color: #ffffff;
    }
        #oeli-list > li:nth-child(even), ul.banded > li:nth-child(even),
        div.banded > div:nth-child(even), div.banded > div:nth-child(even) {
            background-color: #ddd;
        }

    .oeli-list > li > div:not(.ctx-menu, .oeli-icons), div.oeli-list > div {
        display: inline-block;
        margin: 0px;
        background-color: transparent !important;
    }

        .oeli-list > li > div.cell, .oeli-list > div.cell {
            vertical-align: top;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        li[data-loc="oe-line"] > .oeli-icons {
            display: none !important;
            position: absolute;
            top: -1px;
            right: -1px;
            padding: 0px 2px 0px 8px;
            background-color: #ffffff !important;
            border: 1px var(--hucBlue) solid;
            border-radius: 3px;
        }
        li[data-loc="oe-line"]:hover > .oeli-icons {
            display: inline-block !important;
        }
div.oeli-list {
    border: 1px #000000 solid;
    border-radius: 3px;
    margin-bottom: 4px;
}

span.oli-icon {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}
    span.oli-icon.edit { color: green; }
    span.oli-icon.trash { color: #ff0000; }


    /*--- HUC SPECIFIC ---*/
    span.color-block {
        display: inline-block;
        width: 100%;
        border: 1px var(--hucBlue) solid;
        padding: 4px;
        cursor: pointer;
        background-color: #ccc;
        color: #666;
        margin-bottom: 4px;
        font-size: 12px;
    }
    .selected {
        color: #000000;
        background-color: #ffff00 !important;
    }

span.color-block.selected {
    color: #000000;
    background-color: #ffff00;
    border: 1px var(--hucRed) solid;    
}
    span.color-block > .ccode {
        display: inline-block;
        font-weight: bold;
        padding-right: 2px;
    }
        span.color-block > .ccode:after {
            content: ":";
        }
    span.color-block > .cname {
        display: inline-block;
        font-weight: normal;
    }

div.huc-subhead {
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
    color: var(--hucBlue);
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid var(--hucBlue);
}

div.huc-listhead {
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
    color: var(--hucBlue);
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid var(--hucBlue);
    background-color: #bbb;
    position: relative;
    box-sizing: border-box;
}
    div.huc-listhead.small {
        font-size: 14px;
    }
    div.huc-listhead > .btn-wrap {
        position: absolute;
        top: -5px;
        right: 4px;
        cursor: pointer;
        border: 1px solid #000000;
    }
    div.huc-listhead > .btn-wrap > button {
        background-color: #ffffff;
    }
div.huc-listbody {
    padding: 8px 14px 0px 14px;
    border-left: 1px solid var(--hucBlue);
    border-bottom: 1px solid var(--hucBlue);
    border-right: 1px solid var(--hucBlue);
    background-color: #ddd;
}

div.huc-listhead.lite {
    background-color: #ddd;
}
div.huc-listbody.lite {
    background-color: #ffffff;
}

span.item-lock {
    color: #ff0000;
    position: absolute;
    font-size: 18px;
    top: 2px;
    right: 4px;
}

div.fs-bottom-right {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.ctl-icon {
    font-size:20px;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}
.ctl-icon > input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

.ctl-icon-wrap > .ctl-icon:first-child {
    margin-left: 0px;
}

.ctl-icon.copy-tgt { display: none; color: #0000ff; cursor: pointer; }

.hilite {
    padding: 2px 8px;
    background-color: rgba(255,255,0,.4);
    border: 1px solid var(--hucBlue);
    display: inline-block;
}

.hilite-bg {
    background-color: rgba(255,255,0,.4);
}

.outline {
    padding: 4px 8px;
    background-color: #f1f1f1;
    border: 1px solid var(--hucBlue);
    display: inline-block;
}
.outline.block {
    display: block;
}

.icon-large {
    color: var(--hucRed);
    font-size: 5em;
}

span.icon {
    cursor: pointer;
}

span.size-lbl {
    display: inline-block;
    box-sizing:border-box;
    width: 40%;
}
span.size-trash {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 6px;
    float: right;
    color: #ff0000;
}
span.size-edit {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 6px;
    float: right;
    color: green;
}
.size-box {
    border: 1px #000000 solid;
    border-collapse: collapse;
    padding: 6px !important;
}

div.ctx-menu {
    position: absolute;
    display: none;
    width: 150px;
    background-color: #ffffff;
    border: 2px #ddd ridge;
    box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    z-index: 10001;
    padding: 8px;
}

/*--- HELP ---*/

span.helplink {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 8px;
    font-size: 24px;
}

span.helplink.fieldset {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -28px;
    right: 8px;
    font-size: 20px;
    color: #ffffff;
}

.standout {
    background-color: #ffff00 !important;
    font-weight: bold !important;
}

/*
    INVENTORY USAGE
*/
span.iu-nav-span {
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
    cursor: pointer;
{
    field: 'ID', title: ' ', width: '4%', template: '#if (QTY_OPEN == 0) {# <button class="icon trash notext" title="delete line item" onclick="huc_removePOLineItem(#= ID#);"></button> #}#', filterable: false
}

,
}

    span.iu-nav-span.mark::before {
        content: " > ";
    }

#inv-usage-grid g[transform] > text {
    cursor: pointer !important;
}