﻿/*通用链接样式*/
a.link:link {
    color: #3D7EA8;
    text-decoration: underline;
}

a.link:visited {
    text-decoration: underline;
    color: #3D7EA8;
}

a.link:hover {
    text-decoration: underline;
    color: red;
}

a.link:active {
    text-decoration: underline;
    color: #3D7EA8;
}

/*表格样式*/
.tableInfo {
    border: solid 1px #95B8E7;
    border-collapse: collapse;
}

.tableInfo td,.tableInfo th {
        border: solid 1px #95B8E7;
        font-size:12px;
}

.tr_default {
    background-color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.tr_row {
    background-color: #F3F7FA;
    line-height: 30px;
    text-align: center;
}

.tr_move {
    background-color: #FEF48E;
    line-height: 30px;
    cursor: pointer;
}

.td1 {
    background: #eff3f6;
    text-align:center;
    height:40px;
}
.td2 {
    background: #ffffff;
    text-align: left;
    padding-left: 5px;
    height: 40px;
}
.td2 table,.td2 td{border:1px solid #fff;line-height:25px;}

.proTd1 {
    background: #eff3f6;
    text-align: center;
    height: 60px;
}

.proTd2 {
    background: #ffffff;
    text-align: left;
    padding-left: 5px;
    height: 60px;
}

/*去margin*/
.nomargin {
    margin:0px;
}

/*去padding*/
.nomargin {
    padding: 0px;
}
/*复选框文字*/
.selBtnSpan {
display: inline-block;
height: 24px;
padding-left:2px;
}

.eui_input {
height:25px;
}

/*表格内部表格样式*/
.tableInfo_inner {
    border: solid 1px #ccc;
    border-collapse: collapse;
}
.tableInfo_inner .head {
    background-color: #fafafa;
    line-height: 25px;
    text-align: center;
}

.tableInfo_inner .row {
    line-height: 25px;
    text-align: center;
}

.tableInfo_inner td, .tableInfo_inner th {
        border: solid 1px #ccc;
        font-size: 12px;
    }
.red {
    color:red;
}
.bgGray {
    background-color: #fafafa;
}

.bold {
    font-weight:bold;
}


/*报价单配置 开始*/
.Settings {
    position:absolute;
    left:320px;
    padding-left: 26px;
    background: url("/content/images/edit1.png") no-repeat left center;
}

.QuoTB {
    border: solid 1px #95B8E7;
    border-collapse: collapse;
    width:100%;
    position:relative;
}

.QuoTB td {
   padding-left:20px;
   height:35px;
}

.QuoTB .QuoHead{
    background-color: #f0f0f0;
}

.QuoTB .QuoRow{
    background-color: #fff;
    text-align: center;
}
.QuoInnerTB {
   margin:10px
}
.QuoInnerTB td {
    padding-left: 0px;
}

/*easyUI text area padding样式*/
.easyTextAreaPadding {
  padding:5px;
}

/*模板产品表格样式*/
.T_Quo_ProTB {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing:unset;
    margin: auto;
}
    .T_Quo_ProTB td {
        border: 1px solid #ccc;
        border-collapse: collapse;
        height: 30px;
        padding: 0px 5px;
        font-size: 14px;
    }

    .T_Quo_ProTB th {
        border: 1px solid #ccc;
        border-collapse: collapse;
        height: 30px;
        font-weight: bold;
        padding: 0px;
        font-size: 14px;
    }
.T_Quo_ProTB_Txt {
    width: 80px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.T_Quo_ProTB_Txt td img {
    padding:0px;
    margin:0px;
    vertical-align: middle;
}



#tb_product .text {
    background-color: #fff;
    height: 30px;
    border: none;
    border-radius: 0px;
    margin:0px;
}
#tb_product textarea {
    border: none;
    resize:none;
}
/*报价单工具条*/
.toobarTB {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-top: none;
    width: 100%;
    background-color: #fafafa;
}

    .toobarTB td {
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        padding-right:5px;
    }
        .toobarTB td a {
            /*margin-left:1px;*/
        }

        /*模板客户表格样式*/
        .T_Quo_CustomerTB {
            border: none;
            margin: auto;
            font-size: 14px;
        }

    .T_Quo_CustomerTB td {
        border: none;
        height: 35px;
        padding: 0px;
        text-align: left;
        font-size: 14px;
        vertical-align:bottom;
    }

    .T_Quo_CustomerTB th {
        border: none;
        border-collapse: collapse;
        height: 35px;
        font-weight: bold;
        padding: 0px;
        text-align: right;
        font-size: 14px;
        vertical-align:bottom;
    }

    .T_Quo_CustomerTB .text {
        height: 26px;
        line-height: 26px;
        border: none;
        border-bottom: none;
        border-radius: 0px;
    }
    #tb_customer input {
        border-radius: 0px;
        background-color: #fff;
        height:26px;
        line-height:26px;
    }
/*报价单配置 结束*/

/*easyui 临时样式*/
.tempEui {
    border: 1px solid #95B8E7;
    border-radius: 5px;
    height:27px;
    line-height:27px;
    padding:0px 5px;
}

.tempEuiCombox {
    border: 1px solid #95B8E7;
    border-radius: 5px;
    height: 27px;
    line-height: 27px;
    padding: 0px 5px;
}
/*easyui 临时样式结束*/
.package_item {
height:35px;
line-height:35px;
float:left;
width:45%;
}

/*模板汇总表格样式*/
.T_Quo_RollupTB {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: unset;
    margin: auto;
    table-layout:fixed;
}

.T_Quo_RollupTB td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    height: 30px;
    padding: 0px 5px;
    font-size: 14px;
    text-align:center;
}

.T_Quo_RollupTB th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    height: 30px;
    font-weight: bold;
    padding: 0px;
    font-size: 14px;
    text-align:center;
}

.T_Quo_RollupTBText {
        width: 80px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
    }
.T_Quo_RollupTB .weight{
    font-weight:bold;
}

/*报价单预览 模板预览*/
.T_Quo_ProTB1 {
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: unset;
    margin: auto;
}

.T_Quo_ProTB1 td {
        border-collapse: collapse;
        padding: 0px 5px;
}

.T_Quo_ProTB1 th {
        border-collapse: collapse;
        padding: 0px;
 }

.T_Quo_RollupTB1 {
    border-collapse: collapse;
    border-spacing: unset;
    margin: auto;
    table-layout: fixed;
    width:100%;
}

.T_Quo_RollupTB1 td {
        border-collapse: collapse;
        padding: 0px 5px;
        text-align: center;
}

.T_Quo_RollupTB1 th {
        border-collapse: collapse;
        padding: 0px;
        text-align: center;
    }
.T_Quo_CustomerTB1 {
    border: none;
    margin: auto;
    font-size: 14px;
}

.T_Quo_CustomerTB1 td {
    border: none;
    padding: 0px;
    text-align: left;
    vertical-align: bottom;
}

.T_Quo_CustomerTB1 th {
    border: none;
    border-collapse: collapse;
    font-weight: bold;
    padding: 0px;
    text-align: right;
    vertical-align: bottom;
}