﻿
/*选择产品样式*/
.product-dialog .esh-product-seach {
    position: relative;
}

    .product-dialog .esh-product-seach .esh-product-seachkey {
        text-indent: 15px;
    }

    .product-dialog .esh-product-seach .esh-search-icon {
        position: absolute;
        top: 9px;
        left: 10px;
        color: #999;
    }

.product-dialog {
    left: 0px;
    top: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 16001;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

    .product-dialog .product-warp {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }

    .product-dialog .product-tab {
        border-bottom: 1px solid #ccc;
        background: #f0f0f0;
        font-size: 13px;
        display: table;
        width: 100%;
    }

        .product-dialog .product-tab a:first-child {
            border-left: none;
        }

        .product-dialog .product-tab a {
            display: inline-block;
            padding: 8px 22px;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid transparent;
            color: #4D4D4D;
            text-align: center;
            outline: 0;
            text-decoration: none;
            cursor: pointer;
            font-size: 14px;
            margin-bottom: -1px;
        }

            .product-dialog .product-tab a.active {
                background: #fff;
                border-bottom: 1px solid #fff;
                color: #46A4FF;
            }

    .product-dialog .product-content {
        width: 100%;
        min-height: 10px;
        background-color: #fff;
        padding: 20px 15px;
    }


    .product-dialog .esh-product-wrap {
        position: relative;
        overflow: hidden;
        padding-top: 20px;
    }

    .product-dialog .product-treeview {
        padding: 0;
    }

    .product-dialog .esh-product-wrap .esh-pro-category {
        position: relative;
        padding: 0;
        overflow: hidden;
        border-right: 1px solid #ededed;
    }

        .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap {
            height: 280px;
            padding: 0;
            overflow-y: auto;
        }

    .product-dialog .esh-category-item-list {
        height: auto;
        overflow-y: auto;
    }

    .product-dialog .esh-product-wrap .esh-pro-category {
        display: block;
    }

    .product-dialog .esh-padding-top-0 {
        padding-top: 0px !important;
    }

    .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl {
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
    }

        .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl:hover, .esh-product-wrap .esh-pro-category .esh-tree-wrap > dl:focus {
            background-color: #e5e5e5;
            color: #46A4FF !important;
        }

            .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl:hover a:first-child, .esh-product-wrap .esh-pro-category .esh-tree-wrap > dl:focus a:first-child {
                color: #46A4FF !important;
            }

        .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl.active {
            background-color: #e5e5e5;
            color: #46A4FF !important;
        }

            .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl.active a:first-child {
                color: #46A4FF !important;
            }

        .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl > dt {
            height: 32px;
            line-height: 32px;
            padding: 0 8px 0 8px;
            font-weight: normal;
        }

            .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl > dt > a {
                color: #777;
                font-size: 13px;
            }

                .product-dialog .esh-product-wrap .esh-pro-category .esh--product-tree-wrap > dl > dt > a:first-child {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    display: inline-block;
                    width: 95%;
                }

    .product-dialog .esh-product-wrap .esh-pro-content {
        padding: 0 15px;
    }

    .product-dialog .esh-pro-content .esh-productlist {
        height: 230px;
        overflow-y: auto;
    }

    .product-dialog .esh-product-wrap .esh-pro-content .esh-field-column-header {
        padding: 0 0 5px !important;
    }

    .product-dialog .esh-pro-content ul li {
        border-bottom: 1px solid #dfdfdf;
    }

        .product-dialog .esh-pro-content ul li span, .product-dialog .esh-pro-content ul li div {
            padding-left: 5px;
            padding-right: 5px;
            cursor: pointer;
        }

.selproduct-picker {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.selproduct-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../../../../Content/admin/img/drop-arrow.png) -10px -25px no-repeat;
}

.selproduct-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.select-customerproduct-warp .esh-field-column-header {
    padding: 15px 0 5px !important;
}

.product-dialog .esh-field-list li span {
    display: inline-block;
    line-height: 24px !important;
    height: 24px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.product-dialog .esh-field-column-header span {
    padding-right: 6px;
    padding-left: 6px;
}
/*选择产品样式END*/