@charset "UTF-8";
/* body */
html {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body {
    width: auto;
    margin: 0 auto;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    color: #476370;
    margin: .3em 0;
}

h2.subhead {
    color: #808080;
}

h2.content-header {
    color: #CD853F;
}

p {
    margin: .5em 0;
}

a {
    cursor: pointer;
    color: #0275D8;
    text-decoration: underline;
    vertical-align: bottom;
}

a.no-underline {
    text-decoration: none;
}

a:hover {
    color: #476370;
}

.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.icon {
    margin-right: 8px;
}

.icon-valign {
    vertical-align: -0.8em;
}

.icon-colored {
    color: #476370;
}

/* footer */
footer {
    height: 55px;
    font-size: smaller;
    margin: 2em 2em 0 0;
    float: right;
}

footer div p {
    margin: 0;
    padding: 0;
}

/* content */
section.content {
    min-height: calc(80vh - 55px);
    margin: 130px 74px 0 74px;
}

section.content header h1 {
    margin: .5em 0 1em 0;
}

section.content header h1.mrgb-0 {
    margin-bottom: 0;
}

section.content:last-child {
    margin-bottom: 0;
}

section.content form {
    margin: 1em 0;
}

section.content form.mrg-none,
section.content header h1.mrg-none {
    margin: 0;
}

section.content label {
  font-weight: bold;
  margin-bottom: .3em;
  display: flex;
}

section.content label.inline {
    display: inline-block;
}

div.info {
    font-size: smaller;
    font-style: italic;
    color: black;
    margin-top: .2em;
}

div.info strong {
    color: black;
}

div.info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table th {
    text-align: left;
}

table th.null-col,
table td.null-col {
    width: 0;
}

table th.fixed-minwidth {
    min-width: 180px;
}

table td.fixed-minwidth {
    min-width: 196px;
}

table tbody dl {
    margin: 0;
}

table tbody dl dd {
    margin-inline-start: 1em;
}

table tbody tr.error {
    color: #D8000C;
}

div.awaiting {
    background-color: #f2f2f2;
    padding: 1em 1.5em;
}

div.awaiting ul li {
    font-size: 20px;
    margin-bottom: .5em;
}

div.awaiting ul li.border {
    padding-bottom: 4px;
    border-bottom: 1px solid #808080;
}

div.awaiting ul li:last-child {
    margin-bottom: 0;
}

div.awaiting span.count {
    display: inline-block;
    color: white;
    background-color: #CD853F;
    padding: 0 .4em;
    border-radius: 8px;
    text-align: center;
    width: 30px;
}

div.awaiting span.item {
    display: inline-block;
    margin-left: 10px;
}

div.awaiting a {
    color: black;
    text-decoration: none;
}

div.awaiting a:hover {
    color: #476370;
    text-decoration: underline;
}

div.orders-ready {
    font-size: 24px;
    padding: .5em 1em;
    background-color: #CD853F;
    border-radius: 8px;
    font-weight: bold;
    color: white;
}

div.orders-ready span.count {
    display: inline-block;
    width: 50px;
    background-color: #f2f2f2;
    padding: 0 .3em;
    margin-right: 8px;
    text-align: right;
    color: black;
}

div.content-block {
    background-color: #f2f2f2;
    padding: .5em 1em .5em 1em;
}

div.shipping-block {
    float: left;
    width: 44%;
    background-color: #f2f2f2;
    padding: .5em 1em 1em 1em;
    min-height: 146px;
}

div.shipping-block.padb-none {
    padding-bottom: 0;
}

div.shipping-block.full {
    width: 100%;
    min-height: auto;
}

div.shipping-block.full form {
    margin: 0;
}

div.shipping-block p {
    margin-bottom: auto;
}

div.shipping-block strong,
div.shipping-block label {
    color: #476370;
}

div.shipping-block strong {
    font-size: 18px;
}

div.shipping-block label {
    font-size: 24px;
}

div.shipping-block input {
    border: 2px solid #476370;
    font-size: 24px;
    text-align: center;
    width: 94%;
    padding: 0.3em 0.5em;
    border-radius: 4px;
}

div.shipping-block table input,
div.shipping-block div.input input,
div.shipping-block div.input select {
    border: 1px solid #476370;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

div.shipping-block div.input label {
    font-size: 18px;
    color: black;
}

div.shipping-block table td span {
    display: block;
    margin-bottom: .5em;
}

div.shipping-block table td span:last-child {
    margin-bottom: 0;
}

div.shipping-block.full input {
    width: -webkit-fill-available;
    width: -moz-available;
}

div.shipping-block.table thead th {
    background-color: white;
}

div.shipping-block input[readonly] {
    background-color: #BDE5F8;
    font-weight: bold;
}

div.shipping-block.outbound {
    width: 92.5%;
}

div.shipping-block.outbound input {
    width: 97.5%;
}

/* dashboard */
div.dashboard {
    width: 100%;
}

div.dashboard div.status {
    text-align: center;
    width: 200px;
    background-color: #f2f2f2;
    border: 1px solid #808080;
    margin: 0 8px 8px 0;
    padding: 8px 16px;
}

div.dashboard div.status h3 {
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0;
}

div.dashboard div.status h4 {
    font-size: 14px;
    border-bottom: 1px solid #808080;
    text-align: left;
}

div.dashboard div.status strong {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

div.dashboard div.status div.list {
    height: 75px;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    font-size: 14px;
    margin-top: 8px;
}

div.dashboard div.status div.list div.item {
    border-bottom: 1px solid #808080;
    margin-bottom: 4px;
    padding-right: 2px;
}

div.dashboard div.status div.list div div {
    border-bottom: 0;
    display: inline-block;
}

div.dashboard div.status div.list div div:first-child {
    width: 70%;
}

div.dashboard div.status div.list div div:last-child {
    width: 30%;
    text-align: right;
    font-weight: bold;
}

div.dashboard div.status.exception_handling {
    border-color: #D8000C;
    background-color: #FFBABA;
}

div.dashboard div.status.cancelled {
    border-color: #e67300;
    background-color: #ffcc99;
}

div.dashboard div.status.in_process {
    border-color: #008000;
    background-color: #98FB98;
}

div.dashboard div.status.on_hold {
    border-color: black;
    background-color: #D3D3D3;
}

div.dashboard div.status.shipped {
    background-color: #BDE5F8;
    border: 1px solid #00529B;
}

div.dashboard div.status.delivered {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

div.content-block div.status.shipped,
div.content-block div.status.reported {
    padding: 0 8px;
    background-color: #BDE5F8;
}

div.content-block div.status.in_process,
div.content-block div.status.in_review {
    padding: 0 8px;
    background-color: #98FB98;
}

div.content-block div.status.exception_handling {
    padding: 0 8px;
    background-color: #FFBABA;
}

div.content-block div.status.cancelled,
div.content-block div.status.discarded,
div.content-block div.status.rejected,
div.content-block div.status.in_process_rerun,
div.content-block div.status.reported_recollect {
    padding: 0 8px;
    background-color: #ffcc99;
}

/* form */
form .input {
    margin-bottom: 1em;
}

fieldset {
    padding-bottom: 0;
}

input, button, textarea, select {
    font: inherit;
    vertical-align: top;
}

input, textarea, select {
    border: 1px solid #808080;
}

input, textarea {
    border-radius: 2px;
}

input[type=submit], input[type=button], select {
    border-radius: 4px;
}

select[multiple] {
    min-width: 200px;
    min-height: 100px;
    border-radius: 2px;
}

.input input[type=text],
.input input[type=password],
.input input[type=email],
.input input[type=number],
.input input[type=date],
.input textarea {
    width: 42%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.input input[type=text].small,
.input input[type=password].small,
.input input[type=email].small,
.input input[type=date].small,
.input input[type=number].small {
    width: 10%;
}

.input input[type=text].p100,
.input input[type=password].p100,
.input input[type=email].p100,
.input input[type=date].p100,
.input input[type=number].p100 {
    width: 100px;
}

.input input.large,
.input select.large {
    width: 80%;
}

.input input.normal,
.input select.normal {
    width: 42%;
}

.input input[type=checkbox] {
    height: 16px;
    width: 16px;
    margin-left: 0;
}

.input select {
    width: 42%;
}

.input input[readonly] {
    border: 0;
    background-color: #BDE5F8;
}

.input input[readonly]:focus {
    outline: none;
}

.input .condition-accepted {
    background-color: #b3ffb3;
}

.input .condition-exception {
    background-color: #ffcc99;
}

.input .condition-rejected {
    background-color: #FFBABA;
}

.button {
    font-weight: bold;
    padding: .5em 1em;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #0275D8;
    color: white;
    border: 1px solid #476370;
    border-radius: 8px;
}

.button:hover {
    background-color: #A9A9A9;
}

.button:active,
.button:disabled {
    background-color: #476370;
}

.button:disabled {
    cursor: default;
}

.button-exit {
    background-color: #008000;
}

.button-small {
    padding: .2em .5em;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
}

/* message */
div.flash {
    margin: 1em 0;
    padding: .5em 1em;
    background-color: #BDE5F8;
    border: 1px solid #00529B;
    clear: both;
}

div.flash.error {
    border-color: #D8000C;
    background-color: #FFBABA;
}

div.flash.warning {
    border-color: #e67300;
    background-color: #ffcc99;
}

div.flash.okay {
    border-color: #008000;
    background-color: #98FB98;
}

span.msg-info {
    padding: 1px 5px;
    background-color: #BDE5F8;
    border: 1px solid #00529B;
    clear: both;
}

input.lg-txt {
    border: 2px solid #476370;
    font-size: 22px;
    padding: 0.3em 0.5em;
    border-radius: 4px;
}

input.error,
select.error,
textarea.error,
div.shipping-block input.error,
div.shipping-block div input.error,
div.shipping-block div select.error {
    outline: none;
    border: 2px solid red;
}

input.error:valid,
select.error:valid,
textarea.error:valid,
div.shipping-block input.error:valid,
div.shipping-block div input.error:valid,
div.shipping-block div select.error:valid {
    border: 1px solid #808080;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    margin: 25% 42px 0 74px;
    border: 1px solid #A9A9A9;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
}

.close {
    color: #aaa;
    float: right;
    margin-top: 4px;
}

.close:hover,
.close:focus {
    color: #476370;
    cursor: pointer;
}

/* misc */
.right {
    text-align: right;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.smaller {
    font-size: smaller;
}

.white {
    color: white;
}

.valign-mid {
    vertical-align: middle;
}

.valign-top {
    vertical-align: top;
}

.valign-ttop {
    vertical-align: text-top;
}

.valign-tbottom {
    vertical-align: text-bottom;
}

.valign-init {
    vertical-align: initial;
}

.width200px {
    width: 200px;
}

.width100px {
    width: 100px;
}

.width150px {
    width: 150px;
}

.width40px {
    width: 40px;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.mwidth200px {
    min-width: 200px;
}

.inline {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mrg-0 {
    margin: 0;
}

.mrgt-5em {
    margin-top: .5em;
}

.mrgt-1em {
    margin-top: 1em;
}

.mrgt-8px {
    margin-top: 8px;
}

.mrgt-4px {
    margin-top: 4px;
}

.mrgb-_5em {
    margin-bottom: .5em;
}

.mrgb-1em {
    margin-bottom: 1em;
}

.mrgb-2em {
    margin-bottom: 2em;
}

.mrgl-2em {
    margin-left: 2em;
}

.mrgl-8px {
    margin-left: 8px;
}

.mrgl-20px {
    margin-left: 22px;
}

.mrgl-40px {
    margin-left: 40px;
}

.mrgr-1em {
    margin-right: 1em;
}

.mrgr-8px {
    margin-right: 8px;
}

.mrgr-40px {
    margin-right: 40px;
}

.mrgr-60px {
    margin-right: 60px;
}

.padt-1em {
    padding-top: 1em;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    content: "";
}

.hidden {
    display: none;
}

/* responsive */
@media screen and (max-width: 868px) {
    section.content section.center {
        width: 100%;
    }

    .input input[type=text],
    .input input[type=password],
    .input input[type=email],
    .input input[type=date],
    .input input[type=number],
    .input textarea,
    .input select {
        width: 100%;
    }

    div.consent-content {
         width: 94%;
    }
}
