﻿

.grid-custom {
    font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

.grid-custom .ag-cell {
    border-right-width: 1px;
}

.ag-menu-option-text {
    font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}


.grid-custom .ag-row {
    border-bottom: 0px;
}

    .grid-custom .ag-row:nth-child(odd) {
        background-color: #f8f8f8;
    }

    .grid-custom .ag-row:hover {
        border-bottom: 1px solid lightgray !important;
    }

.grid-custom .ag-row-selected {
    background-color: #c8e8fb !important;
}


    .grid-custom .ag-row-selected .ag-row-hover {
        background-color: #c8e8fb !important;
    }


.grid-custom .ag-row-hover:hover {
    background-color: #e8e8e8 !important;
}

    .grid-custom .ag-row-hover:hover .ag-row-selected {
        background-color: #c8e8fb !important;
    }

.grid-custom .ag-header-row {
    background-color: #f8f8f8;
}

.grid-custom .ag-header-cell-text {
    font-weight: 700;
}




