﻿/* productinformation.css */

/*.document-info {
    float: left;
    margin-top: 3px;
}*/

.product-info {
    position: relative;
    padding: 10px 0 10px 0;
}

    .product-info .product-title {
        /* line-height: 1; */
        line-height: 26px;
        margin: 0 0 5px 0;
        padding: 0;
        text-align: left !important;
        font-weight: 600;
        text-decoration: none;
    }

        .product-info .product-title .link-title {
            font-size: 14px;
            line-height: 16px;
            color: #3070A6 !important;
            display: inline-block;
            word-break: break-all;
            width: 100%;
            padding-right: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            z-index: 0;
        }

        .product-info .product-title .document-link {
            margin-right: 5px;
            display: inline-block;
            float: right;
            z-index: 10;
            position: absolute;
            right: 0;
        }

        .product-info .product-title .pdf-link {
            color: #3070A6 !important;
            font-size: 18px;
        }

        .product-info .product-title .new-link {
            margin: 0;
            position: relative;
            top: -12px;
            max-width: 100%;
            display: block;
            left: 3px;
            height: 16px;
            object-fit: scale-down;
        }


    .product-info .product-links {
        width: auto;
        /* display: inline-block; */
        height: auto;
        line-height: 1;
        margin-top: 0px;
        position: relative;
        /*padding-left: 18px;*/

        display: flex;
        height: 100%;
        align-items: center;
    }

        .product-info .product-links .individual-link {
            display: inline;
            width: auto;
            line-height: 12px;
            margin: 0;
            margin-left: 3px;
            padding: 0;
            text-transform: capitalize;
            color: #303030;
            
            max-width: 100%;
            text-decoration: none;
            cursor: pointer;
            background-color: transparent;
        }

            .product-info .product-links .individual-link.order-link-buy {
                margin-right: 3px;
            }

            .product-info .product-links .individual-link.disabled {
                cursor: default;
                pointer-events: none;
                display:none;
            }

/* fixes for ag grid cell height */
.product-info {
    padding: 0;
    width: 100%;
    height: 100%;
}

    .product-info .product-title {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
    }

.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.ag-cell-last-left-pinned.ag-cell-value > span {
    display: inline-block;
    width: 100%;
    line-height: 60px;
}

.ag-theme-alpine .ag-ltr .ag-cell {
    padding: 8px 10px;
}

.ag-cell.ag-cell-value > span {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%; /* DB-946 */
}

/* fix DB-738 */
.ag-theme-alpine .ag-cell-value {
    display: flex;
    align-items: center;
}

    .ag-theme-alpine .ag-cell-value .space {
        line-height: 26px;
    }

.ag-theme-alpine .ag-cell-wrapper .ag-cell-value {
    display: block;
}


/* new structure for product title col */
.product-title1 {
    padding: 8px 0 4px 0;
    height: 60px;
    display: flex;
    position: static;
    flex-direction: column;
    justify-content: center;
}

    .product-title1 .top-row {
        line-height: 20px;
    }

        .product-title1 .top-row .link-title {
            font-size: 14px;
            color: #3070A6 !important;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            width: 85%;
        }

        .product-title1 .top-row .document-link {
            float: right;
            color: #3070A6 !important;
            font-size: 18px;
        }

    .product-title1 .bottom-row {
        line-height: 18px;
    }

        .product-title1 .bottom-row .new-link {
            position: relative;
            top: -4px;
        }

/*
.space > br {
    content: "";
    margin: -13px;
    display: block;
}
        */
