body {
    font-family: "Meiryo UI", serif !important;
}
.dragFiles {
}
.dragFiles .dragArea {
    height: 10em;
    margin: 0.5em;
    border: 0.5em dashed #999999;
    text-align: center;
}
.dragFiles .dragArea p {
    line-height: 8em;
}
.fileUpload {
    min-height: 10em;
}
.message {
    padding: 10px;
}
#orderOtherItems {
    min-height: 20em;
    max-height: 20em;
    overflow: scroll;
}
#itemOtherBuyers {
    min-height: 20em;
    max-height: 20em;
    overflow: scroll;
}
#salOrders {
    min-height: 20em;
    max-height: 20em;
    overflow: scroll;
}
#postOrders {
    min-height: 20em;
    max-height: 20em;
    overflow: scroll;
}
#unShippedOrders {
    max-height: 25em;
    min-height: 25em;
    overflow: scroll;
}
#shipmentOrders {
    max-height: 40em;
    min-height: 25em;
    overflow-x: scroll;
}
#redistributionOrders {
    max-height: 40em;
    min-height: 25em;
    overflow-x: scroll;
}
#orderLists {
    overflow-x: scroll;
}
.orderDataTable {
    font-size: 0.8em;
}
.orderDataTable button {
    width: 40px;
    height: 26px;

}
.orderDataTable thead {
    white-space: nowrap !important;
}
.orderDataTable tbody {
    white-space: nowrap !important;
}
.orderDataTable tbody td {
    height: 1em !important;
    padding: 0.5em !important;
    background-color: inherit;
}
.orderDataTable .tdSelectButton {
    padding: 0 !important;
}
.orderDataTable .tdId {
    min-width: 6em;
    max-width: 6em;
    overflow-x: scroll;
}
.orderDataTable .tdShipAddress {
    min-width: 15em;
    max-width: 15em;
    overflow-x: scroll;
}
.orderDataTable .tdASIN {
    min-width: 10em;
    max-width: 10em;
    overflow-x: scroll;
}
.orderDataTable .tdSKU {
    min-width: 10em;
    max-width: 10em;
    overflow-x: scroll;
}
.orderDataTable .tdJAN {
    min-width: 10em;
    max-width: 10em;
    overflow-x: scroll;
}
.orderDataTable .tdRecipientName {
    min-width: 8em;
    max-width: 8em;
    overflow-x: scroll;
}
.orderDataTable .tdOrderId {
    min-width: 16em;
    max-width: 16em;
    overflow-x: scroll;
}
.orderDataTable .tdProductName {
    min-width: 15em;
    max-width: 38em;
    overflow-x: scroll;
}
.orderDataTable .tdShipWeight {
    min-width: 10em;
    max-width: 10em;
    overflow-x: scroll;
    white-space: nowrap;
}
.orderDataTable .tdComment {
    min-width: 8em;
    max-width: 8em;
    overflow-x: scroll;
}
.orderDataTable .tdWarehousing {
    padding: 0 !important;
}
.orderDataTable .warehousingBtn {
    color: #000 !important;
}
.highlight .tdSelectButton {
    background-color: #afd9ee;
}
.highlight2 {
    background-color: #7FFFD4;
}
.highlight3 {
    background-color: #5AFF19;
}
.unShip {
    background-color: #ccc;
    color: #666 !important;
}
.selectincude .tdInclude {
    background-color: #ffaaaa;
}
#orderSearch .form-group {
    margin-bottom: 0.7em !important;
}
#replaceJAN .form-group {
    margin-bottom: 0.7em !important;
}
.tdComment.edit {
    cursor: pointer;
}
#editComment {
    width: 100%;
    height: 15em;
}
#myModalFull {
    width: 100%;
}
.reDeliveryBtn {
    width: 60px !important;
}
.deliverySelect {
    width: 125px !important;
}