﻿body {
    font-size: 12px;
    font-family: 微软雅黑;
    color: #333;
    margin: 0;
    padding: 0;
    /*font-family: "Helvetica Neue", Arial, "PingFang TC", 蘋果儷中黑, "Apple LiGothic Medium", 微軟正黑體, "Microsoft JhengHei", 黑体, Hei, sans-serif;*/
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    color: #333333;
}

.easyui-linkbutton {
    user-select: none;
}

/*查找条件*/
.searchCondition {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

    .searchCondition th {
        padding: 3px 0 5px;
        text-align: right;
        font-weight: normal;
    }

        .searchCondition th span {
            display: inline-block;
            line-height: 12px;
            vertical-align: middle;
            font-size: 12px;
            font-weight: normal;
            padding: 0 0 0 5px;
        }

.iptText {
    height: 20px;
}

.addRowIptText {
    height: 23px;
    border-radius: 2px;
    border: solid 1px rgb(149, 184, 231);
    width: 98%;
}

.searchCondition table {
    border-spacing: 5px;
}

    .searchCondition table th {
        min-width: 50px;
    }

.tableHeader th {
    min-width: 50px;
    white-space: nowrap;
}

.fragmentedTransport th {
    min-width: 50px;
    white-space: nowrap;
}

input, textarea {
    border-radius: 3px;
    border: solid 1px rgb(149, 184, 231);
}

    input[type='checkbox'] {
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

/*右键菜单*/
#operationMenu {
    width: 120px;
    display: none;
}


/*通用添加页面table*/
.operationTable {
    width: 100%;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    padding-top: 20px;
}

    .operationTable tr {
        margin-top: 10px;
        font-size: 12px;
    }

    .operationTable th {
        width: 100px;
        text-align: right;
        line-height: 25px;
    }

    .operationTable td input[type='text'] {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 3px;
    }

    .operationTable td input[type='password'] {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 3px;
    }

    .operationTable th span {
        font-weight: normal;
        font-size: 12px;
    }

    .operationTable input[type='number'] {
        width: 40px;
        padding: 0 3px;
    }

    .operationTable textarea {
        width: 80%;
        height: 150px;
        padding: 5px;
        line-height: 20px;
        font-size: 12px;
    }

.operationBottomTd {
    padding: 20px 0;
}

.hidImg {
    display: none;
    width: 150px;
    height: auto;
}

.datagridImg {
    height: 100px;
}
/*语言选择*/
#comLanguageSearch {
    height: 25px;
    width: 80px;
}

#menuParentSearch {
    width: 120px;
}

#menuNameSearch {
    width: 120px;
}

#lblSexSearch {
    height: 25px;
    width: 80px;
}

.accountArchivesTitle {
    line-height: 25px;
    background-color: rgb(224, 236, 255);
    text-indent: 2em;
    font-size: 14px;
}

    .accountArchivesTitle a:link {
        text-decoration: underline;
    }

.accountArchivesItem {
    text-indent: 2em;
}

    .accountArchivesItem textarea {
        font-size: 12px;
    }

.itemSupplements {
    height: 50px;
    width: 98%;
    margin-left: 1%;
}

.archivesItemCon {
    width: 98%;
    margin-left: 1%;
    height: 100px;
    display: inherit;
    margin-top: 3px;
    margin-bottom: 5px;
}

.warnmessage {
    line-height: 20px;
    color: red;
}

.accountArchivesItem input[type=file] {
    display: inherit;
    margin-left: 1%;
}

.submitBut {
    line-height: 25px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
}

.archivesFile {
    line-height: 25px;
}

    .archivesFile a:link {
        text-decoration: underline;
        font-weight: bold;
        color: red;
    }

.hidarea {
    display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.hidFileUrl {
    display: none;
    margin: 10px 0;
}

    .hidFileUrl:link, .hidFileUrl:visited {
        color: red;
        font-size: 14px;
    }

.datagridlink:link {
    text-decoration: underline;
    font-weight: bold;
}

/*必填字段*/
.signMsg {
    font-size: 14px;
    color: red;
    line-height: 20px;
    padding-left: 5px;
}

/*列表中需要特別標誌顏色的樣式*/
.gridred {
    color: red;
}


/*表頭*/

.tableHeader {
    background-color: rgb(244,244,244);
    border: solid 1px #dadada;
    float: left;
    box-sizing: border-box;
}

    .tableHeader tr {
        margin-top: 10px;
        /*font-size: 14px;*/
    }

    .tableHeader th {
        width: 95px;
        text-align: right;
        line-height: 25px;
        font-weight: normal;
    }

    .tableHeader td > input[type='text'],
    .tableHeader td > input[type='number'] {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 3px;
        width: 148px;
    }

.fragmentedTransport {
    background-color: rgb(244,244,244);
    border: solid 1px #dadada;
    float: left;
    box-sizing: border-box;
}

    .fragmentedTransport tr {
        margin-top: 10px;
        /*font-size: 14px;*/
    }

    .fragmentedTransport th {
        width: 95px;
        text-align: right;
        line-height: 25px;
        font-weight: normal;
    }

    .fragmentedTransport td > input[type='text'],
    .fragmentedTransport td > input[type='number'] {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        padding: 0 3px;
        width: 148px;
    }


/*左侧单号列表*/
.leftListNoDiv {
    width: 100%;
    background-color: #ffffff;
    float: left;
    height: 500px;
    overflow-y: scroll;
}

.leftListNo {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .leftListNo li {
        border-bottom: solid 1px rgb(194,218,244);
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        user-select: none;
    }

        .leftListNo li:hover {
            background-color: #ffdb9d;
        }

        .leftListNo li.selected {
            background-color: #ffc054;
        }

.necessary::before {
    content: "*";
    color: red;
    margin-right: 3px;
}

.leftLiSelected {
    background-color: rgb(194,218,244);
}

.rowSave {
    display: none;
}

.cancelRow {
    display: none;
}

.saveRow {
    display: none;
}

.copy {
    display: none;
}

.edit {
    display: none;
}

.delete {
    display: none;
}

.exceptionRcv a:link {
    color: green;
}

.cancelRcv a:link {
    color: navy;
}

.compeleteRcv a:link {
    color: #dadada;
}

.keyinCompeleteRcv a:link {
    color: blue;
}

.keyinRcv a:link {
    color: red;
}



.rcvDetailTotal {
    width: 100%;
    border-left: solid 1px rgb(149,184,231);
    border-top: solid 1px rgb(149,184,231);
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .rcvDetailTotal tr:first-child td {
        background-color: rgb(244, 244, 244);
        min-width: 80px;
        border-right: solid 1px rgb(149,184,231);
        border-bottom: solid 1px rgb(149,184,231);
        line-height: 25px;
    }

.rcvDetailTotalList td {
    border-right: solid 1px rgb(149,184,231);
    border-bottom: solid 1px rgb(149,184,231);
    line-height: 25px;
    /*width: 11.1%;*/
    box-sizing: border-box;
}



.pageDiv {
    width: 100%;
}


.rcvDetailTemp {
    width: 100%;
    border-left: solid 1px rgb(149,184,231);
    border-top: solid 1px rgb(149,184,231);
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .rcvDetailTemp tr:first-child td {
        background-color: rgb(244, 244, 244);
        ;
        border-right: solid 1px rgb(149,184,231);
        border-bottom: solid 1px rgb(149,184,231);
        line-height: 25px;
    }

.rcvDetailTempList td {
    border-right: solid 1px rgb(149,184,231);
    border-bottom: solid 1px rgb(149,184,231);
    line-height: 25px;
    width: 6.2%;
    box-sizing: border-box;
    background-color: #ffffff;
}


#excelstencil {
    color: red;
}

.listTable {
    width: 100%;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .listTable tbody td {
        border: 1px solid #CCC;
        height: 30px;
    }

.listHeader {
    width: 100%;
}

    .listHeader td {
        background-color: rgb(244, 244, 244);
        border: solid 1px #ccc;
        line-height: 25px;
    }

.listDetail td {
    border-right: solid 1px rgb(149,184,231);
    border-bottom: solid 1px rgb(149,184,231);
    line-height: 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    min-width: 80px;
    white-space: nowrap;
}




#imgList ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #imgList ul li {
        float: left;
        padding: 0 10px;
        width: 150px;
        list-style: none;
    }

        #imgList ul li img {
            width: 150px;
        }

    #imgList ul .imgListTitle {
        width: 100%;
        float: left;
        line-height: 40px;
        background-color: rgb(244,244,244);
        font-size: 18px;
        margin-bottom: 8px;
    }


.nonlocalShipmentTransportModeDetail {
    width: 100%;
    float: left;
    margin-top: 20px;
    background-color: rgba(244,244,244,1);
    line-height: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
}


.quotationdetail {
    width: 98%;
    display: inline-block;
    border-bottom: solid 1px #dadada;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 1%;
}

.detailtype {
    float: left;
    line-height: 35px;
    padding: 0 10px;
    background-color: #dadada;
    margin-left: 10px;
    width: 100px;
    text-align: center;
}

.quotationChargingItemList {
    width: 100%;
    float: left;
}

.quotationoperationtable {
    text-align: center;
    width: 100%;
    border: 0;
}

    .quotationoperationtable td {
        text-align: center;
    }

    .quotationoperationtable input[type="text"] {
        line-height: 20px;
        border-radius: 3px;
        font-size: 14px;
    }


.quotationChargingItemList td:last-child {
    width: 160px;
    text-align: left;
}

.quotationChargingItemListHeader {
    text-align: center;
}



/*左侧单据颜色区分*/
#codeList li .completePurchasing {
    color: gray;
}

#codeList li .normalPurchasing {
    color: red;
}

#codeList li .submitPurchasing {
    color: blue;
}

.detaillist {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #dadada;
    border-top: solid 1px rgb(149,184,231);
    margin-top: 3px;
    float: left;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
}

    .detaillist tr:first-child td {
        line-height: 25px;
        min-width: 80px;
        max-width: 140px;
        background-color: rgb(244, 244, 244);
        border-right: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        word-break: normal;
    }

    .detaillist tr td {
        line-height: 25px;
        min-width: 80px;
        max-width: 140px;
        border-right: solid 1px #dadada;
        border-bottom: solid 1px #dadada;
        word-break: normal;
        padding: 0 2px;
    }

.pagePartTitle {
    width: 98%;
    float: left;
    line-height: 30px;
    background-color: rgb(244, 244, 244);
    margin-top: 3px;
    border: solid 1px #dadada;
}

    .pagePartTitle a:link {
        text-decoration: underline;
    }

.accordionArrows {
    width: 16px;
    height: 25px;
    float: left;
    overflow: hidden;
}

    .accordionArrows img {
        margin-left: -16px;
        vertical-align: middle;
        margin-top: -4px;
    }


.redsign {
    color: red;
}

.bluesign {
    color: blue;
}

.graysgin {
    color: gray;
}


.contentRight {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    padding-bottom: 50px;
}

.suffix::after {
    content: "：";
}

.operationTable textarea {
    resize: none;
}


.searchCondition .easyui-combobox,
.searchCondition .easyui-datebox,
.searchCondition .easyui-datetimebox {
    width: 140px;
}

.searchCondition .iptText {
    width: 140px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
    border-radius: 2.5px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #DDD;
}

.easyui-linkbutton {
    padding: 2px 5px;
}

    .easyui-linkbutton[plain='true']:hover {
        border: transparent;
    }

.pagePartTitle .easyui-linkbutton {
    margin-top: -3px;
}

.btn-small {
    padding: 0;
}

.hidden {
    display: none;
}

.listTable > tfoot td {
    border: 1px solid #ccc;
    background-color: #F4F4F4;
    line-height: 25px;
}

.listTable td > input[type='text'],
.listTable td > input[type='number'],
.limitedWidth {
    width: 80%;
    text-align: center;
}

.iptText:read-only {
    background-color: #eae9e9;
}

/*
    左侧列表颜色*/
.leftListNo li.uncompleted {
    color: red;
}

.leftListNo li.unkeyin {
    color: blue;
}

.leftListNo li.confirmed {
    color: gray;
}
