﻿.ui-grid-header-cell {
    font-size: 13px;
    font-weight: 700;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    background-color: #f8f8f8;
    /*height: 48px;*/
    align-items: center;
    border-color: #f8f8f8;
}


.custom-tooltip {
    position: absolute;
    
    //border: 1px solid cornflowerblue;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 1s;
}

    .custom-tooltip.ag-tooltip-hiding {
        opacity: 0;
    }

.custom-tooltip-alert {
    width: 300px;
   // height: 40px;
}

.included-row {
    color:orange !important;
}