﻿.cust-tooltip {
    text-decoration: none;
    position: relative;
}

    .cust-tooltip span {
        display: none;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: black;
        background: white;
    }

        .cust-tooltip span img {
            max-height: 150px;
            max-width: 200px;
        }

    .cust-tooltip:hover span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        width: auto;
        max-width: 320px;
        /*min-height: 128px;*/
        /*border: 1px solid black;*/
        margin-top: 0;
        margin-left: 45px;
        overflow: hidden;
        box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    }

/*added by ashmita on 26/07/2022 for #134088*/
#LimitedOfferGrid .k-grid-header .k-grid-header-wrap table thead tr th.k-header {
    background-color: #EDEDED !important;
}

#LimitedOfferGrid .k-grid-header .k-grid-header-wrap table thead tr th {
    color: #666666 !important;
    font-weight: 600 !important;
}

.k-grid-header th.k-header, .k-grid-header th.k-header > .k-link {
    color: #666666 !important;
    font-weight: 600 !important;
    font-size:12px !important;
}

#LimitedOfferGrid .k-grid-header .k-grid-header-wrap table thead tr th.k-header {
    position: relative;
}

/*Updated by Shailja for #146476*/
#LimitedOfferGrid .k-grid-header .k-grid-header-wrap table thead tr th.k-header:not(:nth-child(8))::after, #LimitedOfferGrid .k-grid-content > table > tbody > tr > td:not(:nth-child(8))::after, #tblProdicts thead tr th:not(:last-child)::after, #tblProdicts tbody tr td:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}

.k-grid-header {
    border-right:none !important;
}

#page-wrapper {
    min-height:auto !important;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #2F9BC8 !important;
}

#tblProdicts {
    border:1px solid lightgray;
}

#tblProdicts thead tr th, #tblProdicts thead tr th {
   position: relative;
   background-color: #EDEDED !important;
}

#tblProdicts tbody tr td {
   position: relative;
}

.zoomImgOuterMainDiv {
    margin-top:10px;
}
/*End #134088*/

    

    

