﻿#md-select-product header {
    height: 40px
}

    #md-select-product header > h3 {
        padding-top: 0px;
        line-height: 40px;
        font-size: 24px;
    }

    #md-select-product header > button {
        margin-top: 0px;
        line-height: 40px;
        margin-right: 0px;
        padding-right: 10px;
    }

#md-select-product .ja-modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0px;
}

    #md-select-product .ja-modal-content .block-flat {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        padding: 0px;
    }

        #md-select-product .ja-modal-content .block-flat .table-box {
            flex: auto;
            width: 100%;
            overflow-y: auto;
        }

#md-select-product .table-box table {
    border-collapse: separate
}

    #md-select-product .table-box table thead {
        position: sticky;
        top: -1px;
    }

#md-select-product .ja-modal-content .LeftSelItem::-webkit-scrollbar,
#md-select-product .table-box::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#md-select-product .table-box table tbody td {
    border-left: none;
    border-right: none;
    vertical-align: middle;
    text-align: center;
}

#md-select-product .ja-modal-content .LeftSelItem {
    flex: auto;
    display: block;
    width: 10%;
    margin-right: 5px;
    border: 1px solid #ccc;
    overflow: auto;
}

    #md-select-product .ja-modal-content .LeftSelItem ul {
        padding-left: 45px;
        padding-top: 5px
    }

        #md-select-product .ja-modal-content .LeftSelItem ul li {
            list-style: decimal;
            white-space: nowrap;
            position: relative;
            line-height: 20px
        }

            #md-select-product .ja-modal-content .LeftSelItem ul li:hover {
                text-decoration: underline;
            }

            #md-select-product .ja-modal-content .LeftSelItem ul li i {
                position: absolute;
                left: -35px;
                line-height: 17px;
            }

#md-select-product .table-striped > tbody > tr.ja-row-checked > td {
    background: #ffffcc;
}

#md-select-product .buttonBox {
    float: left;
}

#md-select-product .search-main {
    margin-bottom: 10px;
}
