﻿/*Modify by umang on 14/07/2022 for #130511*/
#gvCustomerPaymentDtls .k-grid-excel, #gvCustomerPaymentDtls .k-grid-excel:focus, #gvCustomerPaymentDtls .k-grid-excel:active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30.73%), linear-gradient(180deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.2) 100%), #2F9BC8;
    border: none;
    box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25) !important; /*Added by umang on 08/25/2022 for #134088*/
}
/*End #130511*/
#gvCustomerPaymentDtls .k-header.k-grid-toolbar {
    border: 0;
}

#gvCustomerPaymentDtls .kendo-hana-invoice-column {
    color: #2F9BC8;
    font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320))); /*Modify by umang on 08/05/2022 for #134088*/
    font-weight: normal; /*Modify by umang on 08/05/2022 for #134088*/
    line-height: 16px;
}

#gvCustomerPaymentDtls .kendo-hana-Other-column {
    color: #444444;
    font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
}

#tab-CutomerPaymentDtl div.TopPadding div.col-lg-12 {
    padding: 0px;
}


#gvCustomerPaymentDtls table > tbody > tr > td {
    border-style: solid;
    border-width: 0 0 1px 0px !important;
    border-color: #d7d7d7 !important;
}

#gvCustomerPaymentDtls table > tbody > tr > td, #gvCustomerPaymentDtls table > thead > tr > th {
    position: relative;
}

#gvCustomerPaymentDtls > table > thead > tr > th:not(:last-child)::after, #gvCustomerPaymentDtls > table > tbody > tr > td:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #d7d7d7 !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}

#gvCustomerPaymentDtls > table > thead > tr > th {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
/*Modify by umang on 08/05/2022 for #134088*/
@media (max-width: 991px) {
    #gvCustomerPaymentDtls .kendo-hana-invoice-column, #gvCustomerPaymentDtls .kendo-hana-Other-column{
        font-size: 13px;
    }
}
/*End #134088*/