﻿body, div, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    min-width: max-content;
}

select, input, textarea {
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;
    color: #08A5E0;
    text-decoration: none;
}

ul, ul li {
    list-style-type: none;
}

.cl {
    zoom: 1;
}

.MainPage {
    position: relative;
    margin: 0 auto;
    padding: 0px 0px 0px;
    width: 100%;
    /*background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
}

.Left, .floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.Clear, .floatClear {
    clear: both;
}

.MainTop {
    background: #ffffff;
    padding: 2px;
}

.MainTop_Title {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 8px;
    text-align: center;
}

.BottomPage {
    height: 90px;
    /*background-color:Gray;*/
    background: #021540;
    padding-top: 20px;
    color: #fff;
}

    .BottomPage a:link, .BottomPage a:visited {
        text-decoration: none;
        color: #fff;
    }

    .BottomPage a:hover {
        text-decoration: underline;
        color: #6F73E6;
    }

.fieldset {
    padding: 10px;
    margin: 10px;
}

    .fieldset legend {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        color: Gray;
    }

legend {
    text-align: left;
}

.maskLayer {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 500000;
}

    .maskLayer span {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        position: absolute;
        text-align: center;
    }

.TDProductBtn {
    padding-left: 20px;
}

.ProductBtn {
    width: 80px;
}

.TextCSS {
    width: 200px;
}

.TextCSSNormal {
    width: 100px;
}

.TDTxt {
    padding-left: 10px;
}

.TextCSSMin {
    width: 50px;
}

.ForwarderSubmitTitle {
    border-bottom: 2px solid #1DA265;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.ForwarderSubmitFieldset {
    width: 580px;
    text-align: left;
}

.ForwarderSubmitInputTitle {
    text-align: right;
}

.ForwarderSubmitInput input[IsMaxLen] {
    width: 430px;
}

.ForwarderSubmitInput input {
    width: 160px;
}

.ForwarderSubmitInput select {
    width: 163px;
}

.SubmitBtn {
    padding: 0 18px;
    height: 29px;
    font-size: 24px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 10px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.DeleteAttachment {
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
    padding-left: 20px;
}

.AssignPickupTitle {
    width: 135px;
    text-align: right;
}

.AssignPickupRow {
    width: 440px;
}

.AssignPickupTitleLeft {
    width: 105px;
    text-align: right;
}

.AssignPickupTitleRight {
    width: 80px;
    text-align: right;
}

.AssignPickupRowLeft {
    width: 230px;
}

.AssignPickupRowRight {
    width: 200px;
}

.AssignPickupBtn {
    width: 80px;
    height: 20px;
    font-weight: bold;
}

.AssignPickupTitleTD {
    width: 130px;
    text-align: right;
    line-height: 15px;
}

.AssignPickupTitleMiddleTD {
    width: 23px;
    text-align: center;
}

.EditLink {
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}

.WordWrap {
    word-wrap: break-word;
    word-break: break-all;
}

.noWrap, wrapNone {
    white-space: nowrap;
}

.wrapNormal {
    white-space: normal
}

.MaxLineHeight {
    line-height: 25px;
    height: 25px;
}

.APN_Input {
    width: 250px;
}

.MaxBtn {
    width: 150px;
    height: 40px;
    font-size: 18px;
}

.MidBtn {
    width: 120px;
    height: 30px;
    font-size: 20px;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

.leftAlign, .alignLeft {
    text-align: left;
}

.rightAlign, .alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignTop {
    vertical-align: top;
}

.alignBottom {
    vertical-align: bottom;
}

.lineHeight1 {
    line-height: 1em;
}
/*********************电商小包清关文档******************************/
.ECPacketSDRow {
    line-height: 40px;
    height: 40px;
}

.ECPacketSDTitleTD {
    text-align: right;
    line-height: 15px;
    padding-left: 5px;
    width: 195px;
}

.ECPacketSDTitleMiddleTD {
    width: 23px;
    text-align: center;
}
/*********************End Specialized CSS******************************/

.column2:first-child {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.center {
    text-align: center;
    margin: auto;
}

.size2 {
    display: inline-block;
    width: 2em;
}

.size4 {
    display: inline-block;
    width: 4em;
}

.size8 {
    display: inline-block;
    width: 8em;
}

.size12 {
    display: inline-block;
    width: 12em;
}

.size16 {
    display: inline-block;
    width: 16em;
}

.size24 {
    display: inline-block;
    width: 24em;
}

.size32 {
    display: inline-block;
    width: 32em;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 1.5em;
}

.padLeft20 {
    padding-left: 20px;
}

.padLeft40 {
    padding-left: 40px;
}

.padRight20 {
    padding-right: 20px;
}

.padRight7 {
    padding-right: 7px;
}

.padRight11 {
    padding-right: 11px;
}

.padRight15 {
    padding-right: 15px;
}

.width100 {
    width: 100%;
}

.moveup1 {
    position: relative;
    top: -1em;
}

label.required::after, span.required::after, div.required::after {
    content: '*';
    color: red;
}

label.required, span.required,div.required{
    color:red;
}

.warning {
    color: red;
}

.okay {
    color: green;
}

.paddingLeft8 {
    padding-left: 8em;
}

.marginCenter {
    margin-left: auto;
    margin-right: auto;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginLeft80 {
    margin-left: 80px;
}

.marginLeft160 {
    margin-left: 160px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginTop1 {
    margin-top: 1em;
}

.marginBottom1 {
    margin-bottom: 1em;
}

fieldset {
    margin: 10px;
    padding: 10px;
}

/*****************Modal Styling******************/
.popup {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    display: none;
    padding: 45px 10px 15px 10px;
    border-radius: 2px;
    box-shadow: 3px 3px 3px #333333;
    overflow-y: auto;
}
.popuBody {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 5px;
    padding: 10px;
}

.popuFooter {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.costPopup {
    position: fixed;
    background-color: #fff;
    z-index: 1001;
    display: none;
    padding: 45px 20px 15px 20px;
    border-radius: 2px;
    box-shadow: 3px 3px 3px #333333;
    min-width: 200px;
    overflow-y: auto;
}

.popupTitle {
    position: absolute;
    max-width: 540%;
    height: 1.1em;
    margin: -40px 40px 0px 10px;
    color: #f4f4f4;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

#blanket {
    background-color: #666;
    opacity: 0.65;
    filter: alpha(opacity=45);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    top: 0;
    left: 0;
    display: none;
}

.popupClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #021540;
    text-align: right;
    min-height: 38px;
}

    .popupClose a {
        display: inline-block;
        padding: 4px 6px 4px 6px;
        color: #ffffff;
        font-size: 11pt;
        text-decoration: none;
        transition: color 0.5s ease;
    }

        .popupClose a:hover {
            box-shadow: 0px -1px 2px 0 #065881 inset, 0px 1px 1px 1px #ccc;
        }

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#loadingWait {
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    display: none;
}

.buttonPrimary {
    text-align: center;
    font-weight: bold;
    padding: 2px 32px;
    margin: 8px;
    min-width: 100px;
}

.buttonSecondary {
    text-align: center;
    padding: 2px 4px;
    margin: 8px;
}

.buttonOversize {
    min-height: 3em;
}

.highlight, .highlight td {
    background-color: yellow;
}

.displayInlineBlock {
    display: inline-block;
}

table.dataView {
    border-collapse: collapse;
    background-color: #ffffff;
}

    table.dataView th, tr.dataView th {
        color: #FFFFFF;
        background-color: #1A263A;
        font-size: 1.1em;
        padding: 1px 8px;
        text-align: center;
        border: none;
        vertical-align: bottom;
    }

        table.dataView th a, table.dataView th a:visited {
            color: #FFFFFF;
            text-decoration: none;
        }

    table.dataView td {
        border: 1px solid #f0f0f0;
        padding: 2px 4px;
        /* 基础换行：保留单词完整性，长单词/无空格文本才拆分 */
        overflow-wrap: break-word;
        word-wrap: break-word; /* 兼容旧版浏览器（如 IE） */
        /* 可选：强制任意位置换行（不保留单词完整性） */
        word-break: break-all;
        white-space: normal; /* 确保不是 nowrap（禁止换行） */
    }

    table.dataView tr.pagination td {
        background-color: #CCCCCC;
        text-align: center;
        vertical-align: middle;
    }

    table.dataView tr.pagination a {
        text-decoration: none;
        font-size: 1.5em;
    }
    table.dataView th {
        white-space: nowrap;
        border-right: 1px solid gray;
    }

    table.selectableRow tr:hover td {
        background-color: #f0f0f0;
        cursor: pointer;
    }

.visibilityVisible {
    visibility: visible;
}

.visibilityHidden {
    visibility: hidden;
}

input.tristate {
    width: 2em;
    text-align: center;
    cursor: default;
    caret-color: transparent;
}

img.tip {
    width: 20px;
    height: 20px;
    cursor: help;
    vertical-align: top;
}

/* Rating Stars */

        .rating-control-static {
    position: relative;
    display: inline-block;
    cursor: help;
}

    .rating-control-static .rating-tooltip {
        display: none;
        position: absolute;
        z-index: 100;
        padding: 4px 8px;
        border: 2px solid #021540;
    }

    .rating-control-static:hover .rating-tooltip {
        display: block;
        background-color: #ffffff;
    }

    .rating-control-static .rating-tooltip div {
        white-space: nowrap;
    }

.rating-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    color: gold;
    font-size: 1.5em;
    background: linear-gradient(90deg, gold var(--percent), gray var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-control-input {
    display: flex;
    margin-top: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .rating-control-input input {
        position: fixed;
        opacity: 0;
        pointer-events: none;
    }

    .rating-control-input label {
        cursor: pointer;
        font-size: 0;
        color: rgba(0,0,0,0.2);
        transition: color 0.1s ease-in-out;
        text-align: center;
    }

        .rating-control-input label:before {
            content: "★";
            display: inline-block;
            font-size: 48px;
        }

    .rating-control-input input:checked ~ label {
        color: #ffc700;
        color: gold;
    }

    .rating-control-input label:hover, .rating-control-input label:hover ~ label {
        color: goldenrod;
    }

        .rating-control-input input:checked + .rating-control-input label:hover,
        .rating-control-input input:checked + .rating-control-input label:hover ~ label,
        .rating-control-input input:checked ~ label:hover,
        .rating-control-input input:checked ~ label:hover ~ label,
        .rating-control-input label:hover ~ input:checked ~ label {
            color: darkgoldenrod;
        }

/* Bid Accessorials */
.bidAccessorial {
    position: relative;
    display: inline-block;
    cursor: help;
}

    .bidAccessorial table {
        display: none;
        position: absolute;
        right: 0;
        z-index: 100;
        padding: 4px 8px;
        border: 2px solid #021540;
    }

    .bidAccessorial:hover table {
        display: table;
        background-color: #ffffff;
    }

    .bidAccessorial table td {
        white-space: nowrap;
        border: none;
    }

/* Quote Results */
table.quotedServices {
    border-collapse: collapse;
    min-width: 320px;
}

    table.quotedServices td {
        border: none;
    }

        table.quotedServices td:nth-child(2) {
            text-align: center;
        }

        table.quotedServices td:nth-child(3) {
            text-align: center;
        }

        table.quotedServices td:nth-child(4) {
            text-align: center;
        }

    table.quotedServices div.carrierLogo {
        display: inline-block;
        width: 128px;
        margin-right: 20px;
        text-align: center;
        vertical-align: middle;
    }

        table.quotedServices div.carrierLogo img {
            max-width: 128px;
            max-height: 64px;
        }

    table.quotedServices div.totalPrice {
        text-align: right;
        margin-top: 5px;
        font-weight: bold;
        background-color: #ffffcc;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    table.quotedServices td.serviceTitle {
        text-align: center;
        font-weight: bold;
        padding-top: 1em;
    }

    table.quotedServices td.shipButton {
        vertical-align: bottom;
    }

        table.quotedServices td.shipButton input {
            width: 4em;
            padding: 4px;
            font-weight: bold;
            margin: 4px;
        }

        table.quotedServices td.shipButton div {
            font-weight: bold;
            font-size: 4em;
            margin-bottom: 16px;
            color: #2FD927;
        }

    table.quotedServices td.notes {
        font-size: .8em;
        line-height: 1.5em;
        font-weight: lighter;
        vertical-align: bottom;
    }

    table.quotedServices tr td.bottomBorder {
        border-bottom: 2px solid #1A263A;
    }

    table.quotedServices tr td.liabilities {
        text-align: center;
    }


.DatePicker_Icon {
    background-image: url(../Images/DateTCtr.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #a9a9a8;
}

.RequiredItemTitle {
    color: red;
}

.btnAddImg {
    background-image: url(../Images/Add_72px.png);
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    margin: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    padding-right: 10px;
    cursor: pointer;
}

.btnNormal {
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    min-width: 60px;
} 

.EidtTab{

}
    .EidtTab td{
        padding-top:10px;
        padding-bottom:10px;
    }

    .EidtTab input[type=text] {
       line-height:25px;
       height:35px;
       padding:5px;
    }

    .EidtTab select {
        line-height: 25px;
        height: 35px;
        padding: 5px;
    }


.EidtTab_Checkbox {
    line-height: 25px;
    height: 25px;
    display: inline-block;
    padding-right: 10px;
}

.EidtTab_Radio {
    line-height: 25px;
    height: 25px;
    display: inline-block;
    padding-right: 10px;
}

    .EidtTab_Title {
    }

.EidtMain{

}

.EidtMain_Row {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.EidtMain_Row input{
    padding:5px;
}


.WarningInfoShowBlock {
    color: red;
    padding: 10px;
    background: #f9cda7;
    border-radius: 5px;
    min-width: 500px;
    margin:10px;
}