﻿td.invMemoOp {
    width: 40px
}
div.t {
    background-color: #eee;
    color: red;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font: 600 17px Segoe UI,sans-serif;
    border-radius: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
span.op {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    font: 400 12px proxima-nova,sans-serif;
}

.arrowPop2 {
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: 5px;
    position: sticky;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    z-index: 1;
    font: 400 14px proxima-nova,sans-serif;
}

    .arrowPop2:before {
        content: '';
        display: block;
        position: absolute;
        left: 25px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: black;
    }

    .arrowPop2:after {
        content: '';
        display: block;
        position: absolute;
        left: 26px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-bottom-color: #fff;
    }

td.invMemo[contenteditable=true] {
    border: 2px solid #0af;
    border-radius: 5px;
}

td.invMemo[contenteditable]:focus {
    outline: 0px solid transparent;
}
div.highlightT {
    background-color: yellow
}
div.promo { white-space: nowrap; color: orangered; font-weight: bold }
input#sn {
    background-color: darkorange;
    color: #fff;
}
tr.militaryRow {
    animation: blinkingText 2s infinite;
}
tr.bic {
    background-color: greenyellow
}
@keyframes blinkingText {
    0% {
        background-color: lightyellow;
    }

    50% {
        background-color: lightgoldenrodyellow;
    }

    75% {
        background-color: yellow;
    }

    100% {
        background-color: sandybrown;
    }
}
td.bic {
    color: #03794A;
    font-weight: bold;
    text-align: center
}
td.orderH3 {
    width: 120px;
    white-space: nowrap;
}

td.byH3 {
    width: 75px;
    white-space: nowrap;
}

td.pdtH3 {
    width: 75px
}

td.byH3 {
    width: 75px;
    white-space: nowrap;
}

td.statusH3 {
    width: 120px;
    text-align: center
}

td.ship2H3 {
    width: 180px
}
td.ship2H2 {
    width: 150px
}
div.filled {
    display: flex;
    margin-bottom: 5px
}
input.cust {
    flex: 1;
    margin-right: 10px;
    color: blue
}
input.adhoc {
    flex: 1;
    color: blue;
    margin-right: 10px;
}
select.confirm {
    margin-left:5px;
    margin-right:5px
}
input.add2Cart3 {
    padding: 5px;
    border-radius: 5px;
    border: solid thin navy;
    color: orangered;
    font-weight: bold;
    background-color: yellow;
    width: 90px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px
}
table.detail {
    width: 100%;
    border-collapse: collapse;
    font: 400 12px proxima-nova,sans-serif;
}
td.actionH {
    width: 200px;
    text-align: center
}
td.b {
    font-weight: bold
}

img.ot {/*order tag*/
    height: 20px;
    margin-left: 5px;
    vertical-align: middle
}

img.isPrime {
    height: 12px;
    vertical-align: middle
}

td.amznOrderId {
    white-space: nowrap;
    color: blue;
    cursor: pointer
}
select.config {
    margin-right: 10px;
    color: blue
}

ul.addr {
    font: 400 11px proxima-nova,sans-serif;
    color: purple;
    list-style: none;
}

div.cbBg {
    background-color: #F82ADD
}

input.cb {
    cursor: pointer
}

tr.trackRow {
    height: 20px;
    line-height: 20px;
    font-size: 10pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

tr.prdRow {
    font: 400 12px proxima-nova,sans-serif;
}
/*.cmd {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    margin-left: 15px;
    vertical-align: middle;
}*/

input.hideIt {
    padding: 2px;
    border-radius: 5px;
    border: solid thin navy;
    color: rebeccapurple;
    font: 600 12px proxima-nova,sans-serif;
    background-color: floralwhite;
    vertical-align: middle;
    cursor: pointer;
    visibility: hidden;
    float: right;
}

img.noteImg {
    width: 16px;
    margin-left: 5px
}

span.lnk {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
img.track {
    width: 18px;
    cursor: pointer;
    margin-left: 15px;
    vertical-align: middle
}
input.upc {
    width: 150px;
    color: blue;
    margin-right: 2px;
}

input.qty {
    width: 15px;
    margin-left: 2px;
    margin-right: 5px;
    color: blue
}

input.qtySp {
    width: 15px;
    margin-left: 2px;
    margin-right: 5px;
    color: red;
    background-color: greenyellow;
    font-weight: bold
}
/*.unitTxt {
    display: inline-block;
}
    .unitTxt input {
        width: 35px;
        padding-right: 20px;
        text-align: center;
        border: 1px solid #888;
        box-sizing: content-box;
    }

    .unitTxt div {
        position: relative;
        left: -20px;
        width: 18px;
        background-color: #eee;
        border-left: 1px solid #aaa;
        display: inline-block;
        text-align: center
    }
    .unitTxt select {
        border: 1px solid #888;
        box-sizing: content-box;
        background-color: #eee;
        text-align: center;
        position: relative;
        left: -20px;
    }*/
.unitTxt {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
    .unitTxt input {
        width: 46px;
        padding-left: 6px;
        border: 1px solid #888;
        box-sizing: content-box;
    }
        .unitTxt input.lb {
            width: 70px;
            padding-left: 6px;
            border: 1px solid #888;
            box-sizing: content-box;
        }
    .unitTxt div {
        display: inline-block;
        width: 15px;
        left: 38px;
        top: 2px;
        position: absolute;
        background-color: #eee;
        border-left: 1px solid #aaa;
        text-align: center
    }
    .unitTxt select {
        border: 1px solid #888;
        box-sizing: content-box;
        background-color: #eee;
        text-align: center;
        position: absolute;
        left: 38px;
    }
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: forestgreen;
    -webkit-transition: .4s;
    transition: .4s;
}
    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        top: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
input:checked + .slider {
    background-color: darkorange;
}
    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
.slider.round {
    border-radius: 16px;
}
    .slider.round:before {
        border-radius: 50%;
    }
hr.line {
    width: 100%;
    height: 1px;
    border-top: 1px thin #aaa
}
tbody.pp {
    border-bottom: 2px solid #aaa;
}
tr.basicRow {
    height: 25px;
    font: 500 13px proxima-nova,sans-serif;
}
tr.itemH {
    font: 600 12px proxima-nova,sans-serif;
    background-color: #ccddff;
    color: #666699
}
tr.tt {
    background-color: #666699;
    color: #fff;
    font: 600 12px proxima-nova,sans-serif;
}
td.c {
    text-align: center
}
td.ct {
    text-align: center;
    vertical-align: top
}
td.t {
    vertical-align: top
}
td.r {
    text-align: right
}
td.orderH2 {
    width: 160px;
    white-space: nowrap;
}
td.nextD {
    color: #F82ADD;
    font-weight: bold;
    text-align: center
}
span.exp {
    background-color: #F82ADD;
    color: #fff;
    font-weight: bold;
}
td.cbH {
    width: 20px
}
td.pdtH2 {
    width: 100px
}
td.byH2 {
    width: 100px;
    white-space: nowrap;
}
td.statusH {
    width: 80px;
    text-align: center
}
td.condH {
    width: 50px;
    text-align: center
}
td.cond {
    color: deeppink;
    font-weight: bold
}
td.ssH {
    width: 60px;
    text-align: center
}
td.amtH2 {
    width: 50px;
    text-align: center
}
td.ship2H {
    width: 50px;
    text-align: center
}
td.primeH {
    width: 25px
}
td.unshippedH {
    width: 40px;
    text-align: center
}
td.qtyH {
    width: 40px;
    text-align: center
}
td.qtyH2 {
    width: 60px;
    text-align: center
}
td.imgH {
    width: 50px
}
td.qty {
    text-align: center;
    font-weight: bold;
}
tr.toShipRow {
    height: 20px;
    vertical-align: text-top
}
.qtyU {
    color: red;
    font-weight: bold;
    text-align: center
}
td.qtyS {
    color: forestgreen;
    font-weight: bold;
    text-align: center
}
td.qtyC {
    color: #aaa;
    font-weight: bold;
    text-align: center
}
td.to3PL {
    color: mediumpurple;
    font-weight: bold;
    text-align: center
}
td.inTransit {
    color: brown;
    font-weight: bold;
    text-align: center
}

td.delivered {
    color: darkmagenta;
    font-weight: bold;
    text-align: center
}
td.items {
    padding-bottom: 5px
}
td.ssQuote {
    position: relative;
    padding-left: 5px;
}
span.cancelShip {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
    cursor: pointer;
    margin-left: 15px
}
img.expand {
    width: 15px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}
.addr {
    color: brown
}
div.ssOptions {
    text-align: left;
    height: 20px;
    min-height: 20px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dashed #aaa
}
/*span.by {font: 400 11px proxima-nova,sans-serif;}*/
span.ss {
    color: green;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px
}

span.sku {
    font-weight: bold
}
span.ownerSeller {
    color: #363636
}
span.d {
    color: #888
}
span.m {
    color: blue
}
span.amt {
    color: orangered;
    font-weight: bold
}
span.asin {
    font-weight: bold
}
.err {
    color: red;
    text-align: left;
    margin-left: 5px
}
li span {
    position: relative;
    left: -5px;
    background-color: yellow;
}

div.title {
    color: purple;
    margin-bottom: 10px
}

div.amzn {
    margin-bottom: 10px
}

div.pn {
    margin-top: 10px;
    color: blue;
}
select.buySel {
    font: 400 12px proxima-nova,sans-serif;
    margin-left: 5px
}

span.saveUpc {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 5px
}

br {
    display: block;
    content: "";
    margin-top: 8px;
}
.wheel {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 45%;
    top: 4px;
    border-radius: 50%;
    border-right: 3px solid orangered;
    border-top: 3px solid orangered;
    border-left: 3px solid orangered;
    border-bottom: 3px solid white;
    animation: rotate--spinner 1s infinite;
}
@keyframes rotate--spinner {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
