.ag-lookup .ag-header-cell-text{
    padding-left: 2px;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
}
.ag-lookup .ag-header{
    background: #F9FAFB;
    border-bottom: 1px solid rgba(34,36,38,.1);
}
.ag-lookup .ag-cell{
    font-size: 12px;
    line-height: 20px;
}
.lookup-context{
    z-index: 99999!important;
    width: 200px;
    background: #eaeaea;
    border: solid thin #eee;
    height: 200px;
    overflow-y: scroll;
    top: 200px !important;
    border: 1px solid #ccc;
}
.lookup-context h3{
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-weight: 600;
}
.lookup-context h3:last-child{
    border-bottom: 0;
}
.lookup-context h3.notvisible{
    background: #fff;
}