﻿body {
    font-size: 12px;
    font-family: Arial, 'Microsoft YaHei';
    overflow-y: hidden;
    padding: 0px;
    margin: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: white;
}

a {
    color: #2c73a3;
}

h6 {
    font-size: 12px;
    font-weight: bold;
}

pre {
    white-space: pre-wrap !important; /*保留空白，进行换行*/
    word-wrap: break-word !important; /*连续字符换行*/
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

input[type=checkbox] {
    width: 18px;
    height: 18px;
}

    input[type=checkbox]:checked {
        width: 18px;
        height: 18px;
    }

input:disabled {
    background-color: transparent;
    border: 0px;
    color: black;
    width: 100%;
}

input[type=text]:disabled {
    background-color: transparent;
    border: 0px;
    color: black;
    width: 100%;
    text-overflow: ellipsis;
}

.Body_Content {
    width: 100%;
    height: auto;
}



.Page_Content {
    width: 1200px;
    margin: auto;
}

.Search_Table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .Search_Table td {
        padding-right: 10px;
        width:10px;
    }

.Sub_Top_Menu {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #B4D0DB;
    overflow: hidden;
}

.Sub_Top_Menu_Div {
    background-color: #B4D0DB;
    float: left;
    padding-right: 1px;
    padding-top: 1px;
    font-size: 12px;
}

.Sub_Top_Menu_Btn {
    margin-left: 1px;
    height: 30px;
    display: block;
    border-top: 1px solid #FFFFFF;
    background-color: #EBF0F4;
    overflow: hidden;
    line-height: 25px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    color: #0055A2;
}

    .Sub_Top_Menu_Btn:hover {
        border-top: 2px solid #ff7d00;
        background-color: #FFFFFF;
        text-decoration: none;
    }

.Search-Btn {
    background-color: orangered;
    color: white;
}

.Textarea_Success {
    width: 100%;
    background-color: #6cc0ea;
    color: white;
    border: 0px;
    text-indent: 0px;
    padding-left: 40px;
    line-height: 25px;
    max-height: 60px;
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
    background-image: url("../Images/tick-circle-frame.png");
    background-position-x: 20px;
    background-position-y: 3px;
    background-repeat: no-repeat;
}

.Textarea_Remind {
    width: 100%;
    background-color: #feefd0;
    border: 0px;
    color: #212d3e;
    text-indent: 0px;
    padding-left: 40px;
    line-height: 25px;
    max-height: 60px;
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
    background-image: url("../Images/light-bulb.png");
    background-position-x: 20px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    border: 1px solid #fcbb61;
}

.Textarea_Error {
    width: 100%;
    background-color: #ff8500;
    border: 0px;
    color: white;
    text-indent: 0px;
    padding-left: 40px;
    line-height: 25px;
    max-height: 60px;
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
    background-image: url("../Images/minus-shield.png");
    background-position-x: 20px;
    background-position-y: 3px;
    background-repeat: no-repeat;
}

.Table_Clean {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

    .Table_Clean tr:hover {
        background-color: none !important;
    }

    .Table_Clean tbody tr:hover {
        background-color: none !important;
    }

    .Table_Clean th {
        border: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }


    .Table_Clean td {
        border: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }


.FormTable_Sim {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

    .FormTable_Sim th {
        padding: 7px;
        vertical-align: top;
        white-space: nowrap;
        word-break: keep-all;
        vertical-align: middle;
        font-weight: normal;
        padding-right: 6px;
        text-align: right;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .FormTable_Sim td {
        padding: 7px;
        vertical-align: top;
        white-space: nowrap;
        word-break: keep-all;
        vertical-align: middle;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.FormTable_Sim_Border th {
    border: 1px solid #E0E0E0;
}

.FormTable_Sim_Border td {
    border: 1px solid #E0E0E0;
}

.FormTable_Sim_Input td {
    padding-top: 2px;
    padding-bottom: 5px;
}

.FormTable_Sim_Input th {
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.FormTable_Sim_Lg td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.FormTable_Sim_Lg th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.FormTable_Sim input {
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

    .FormTable_Sim input:read-only {
        background-color: #e9e9e9;
        border: 1px solid #c4c4c4;
    }

.FormTable_Sim select {
    height: 25px;
    line-height: 25px;
    width: 100%;
}

.FormTable_Sim button {
    height: 25px;
    width: 100%;
}

.FormTable_Sim .FormTable_Sim_Button_Tab {
    width: 100%;
}

    .FormTable_Sim .FormTable_Sim_Button_Tab td {
        width: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .FormTable_Sim .FormTable_Sim_Button_Tab td i {
            padding-right: 3px;
        }

        .FormTable_Sim .FormTable_Sim_Button_Tab td button {
            width: 100%;
            height: 27px;
            overflow: hidden;
            white-space: nowrap;
            word-break: keep-all;
            text-align: center;
            padding-left: 12px;
            padding-right: 12px;
            border-radius: 2px;
            border: 1px solid #94a7b7;
            background-color: white;
            background-image: url(/Images/BTN_BG.png);
            background-repeat: repeat-x;
        }

            .FormTable_Sim .FormTable_Sim_Button_Tab td button:hover {
                background-image: none;
                background-color: white;
            }

            .FormTable_Sim .FormTable_Sim_Button_Tab td button:active {
                background-image: url(/Images/BTN_BG.png);
                line-height: 26px;
            }

/*分页组件  */
MyPage_DIV {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MyPage {
    width: 100%;
}

    .MyPage td {
        white-space: nowrap;
    }

    .MyPage button {
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 2px;
        border: 1px solid #a3a3a3;
        background-color: white;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .MyPage .DisabledBut {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .MyPage .LoopBut {
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 2px;
        border: 1px solid #a3a3a3;
    }

    .MyPage .LoopButAct {
        background-color: #2d3c51;
        border: 1px solid #364760;
        border-radius: 2px;
        color: white;
        text-align: center;
        margin-right: 3px;
    }
/*分页组件  */

/*分页组件  */
.Small_Page_Tab {
    width: 100%;
}

    .Small_Page_Tab td {
        vertical-align: bottom;
        width: 10px;
        word-break: keep-all;
        white-space: nowrap;
        padding-left: 3px;
    }

    .Small_Page_Tab .PageBtn {
        height: 22px;
        width: 22px;
        text-align: center;
        border: 1px solid #bdbdbd;
    }

    .Small_Page_Tab .PageBtn_Act {
        background-color: white;
    }

    .Small_Page_Tab .PageBtn_Not_Act {
        background-color: #ededed;
        color: silver;
        cursor: no-drop;
    }
/*分页组件  */

/*列表表格  */
.ListTable {
    background-color: White;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    table-layout: fixed;
}

    .ListTable thead {
        background-color: #81CAEF;
    }

    .ListTable tfoot {
        background-color: #81CAEF;
    }

    .ListTable th {
        white-space: nowrap;
        text-align: left;
        overflow: hidden;
        border-bottom: 0px solid #D6D6D6;
        font-weight: normal;
        background-color: #D6D6D6;
        background-image: url('/Images/LineBG.png');
        background-repeat: repeat-x;
        color: black;
    }

    .ListTable td {
        vertical-align: top;
        border-bottom: 1px solid #E0E0E0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
/*列表表格  */


.nav-tabs-sim {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 28px;
    border-bottom: 1px solid #aaccde;
}

    .nav-tabs-sim li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
    }

        .nav-tabs-sim li a {
            display: block;
            padding-top: 5px;
            padding-bottom: 6px;
            padding-left: 25px;
            padding-right: 25px;
            height: 28px;
            margin-right: 5px;
            margin-left: 0px;
            text-decoration: none;
            border: 1px solid #aaccde !important;
            border-bottom: 1px solid #aaccde !important;
            background-color: #f5f5f5;
        }

            .nav-tabs-sim li a:hover {
                border-bottom: 0px;
                font-weight: bold;
            }

    .nav-tabs-sim .nav-tabs-sim-act {
        font-weight: bold;
        border-bottom: 0px;
        background-color: white;
        border: 1px solid #CC3333 !important;
        color: #ca0000;
    }

.Box-Div {
    min-width: 100px;
    height: 180px;
    background-color: white;
    display: block;
    border: 2px solid #D6D6D6;
    border-radius: 1px;
    overflow: hidden;
    text-decoration: none;
}

    .Box-Div:hover {
        text-decoration: none;
        border: 2px solid #0055A2;
    }

    .Box-Div table {
        width: 100%;
    }

        .Box-Div table td {
            padding: 5px;
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
        }

.Error_Tip {
    width: 100%;
    padding: 5px;
    margin: 0px;
    background-color: #ffffe0;
    border: 1px dotted #ff7d00;
}

    .Error_Tip li {
        color: red;
        background-image: url('/Images/light-bulb.png');
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-bottom: 5px;
        font-weight: bold;
    }

.text-input-readonly {
    border: 1px solid #c2c2c2;
    width: 100%;
    background-color: #e8e8e8;
}


/*返回顶部按钮*/
.Top_Button {
    height: 50px;
    width: 50px;
    background-color: #a8a8a8;
    position: fixed;
    bottom: 80px;
    right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

    .Top_Button:hover {
        background-color: #888888;
    }

    .Top_Button i {
        font-size: 43px;
        color: #eee;
        line-height: 40px;
    }
/*返回顶部按钮*/
.Bread_Line {
    font-size: 12px;
    padding-top: 15px;
}

    .Bread_Line i {
        margin-right: 5px;
    }



.ShopList {
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
}

    .ShopList thead {
        background-color: #EEEEEE;
        border: 1px solid #EEEEEE;
    }

        .ShopList thead td {
            padding: 20px 0px;
            text-align: center;
        }

    .ShopList tbody tr {
        border: 1px solid #EEEEEE;
    }

    .ShopList tbody td {
        padding: 10px;
        text-align: center;
    }

        .ShopList tbody td a span {
            font-size: 15px;
            color: #227ac0;
            width: 300px;
        }

        .ShopList tbody td img {
            width: 80px;
            border: 1px solid #e1e0e0;
            cursor: pointer;
        }

.ShopListSum {
    width: 100%;
    background-color: #EEEEEE;
    text-align: center;
    margin-bottom: 40px;
}

    .ShopListSum td {
        padding: 0px 10px;
        float: left;
        font-size: 15px;
        line-height: 60px;
        height: 60px;
    }

        .ShopListSum td a {
            text-decoration: none;
            color: black;
        }

            .ShopListSum td a:hover {
                color: #227ac0;
            }

    .ShopListSum .NextStep {
        background-color: #227ac0;
        color: white;
        font-size: 17px;
        font-weight: bold;
        padding: 0px 20px;
        margin-right: -10px;
    }

        .ShopListSum .NextStep:hover {
            background-color: #0a64ac;
        }

.Process_Div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

    .Process_Div .Process_Div_Table {
        width: 100%;
        padding: 0px;
    }

        .Process_Div .Process_Div_Table tr td {
            padding: 0px;
        }

    .Process_Div .Process_Div_Table_Sub {
        width: 100%;
        padding: 0px;
    }

    .Process_Div .Process_Div_Table_Sub_td {
        vertical-align: middle;
        width: 50%;
        padding: 0px;
    }

    .Process_Div .Process_Div_Table_Sub_td_Line {
        height: 1px;
        background-color: silver;
        width: 100%;
        overflow: hidden;
    }

    .Process_Div .Process_Div_Table_Sub_td_Circle {
        width: 30px;
        text-align: center;
        height: 30px;
        border-radius: 30px;
        line-height: 26px;
        border: 2px solid #dbdbdb;
        background-color: #eeeeee;
        font-family: 'Microsoft YaHei UI';
    }

    .Process_Div .Process_Div_Table_Sub_td_Circle_Act {
        background-color: #b6deff;
        border-color:#8d8d8d;
        font-weight: bold;
    }

    .Process_Div .Process_Div_Table_Sub_Text {
        text-align: center;
        line-height: 20px;
    }

.Loading_Img
{
    display:none;
}

.CSS_全部交付确认 {
    text-align: center;
    background-color: green;
    color: white;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    width: auto;
}

.CSS_Bill_Line_Type_相关费用 {
    background-color: lightyellow;
}


.Line_Title {
    color: slategray;
}
