.k-grid-content .k-table-row:hover {
    background-color: #4a90e2 !important;
    cursor: pointer;
}


.k-grid-content .k-table-row.k-selected {
    background-color: #4a90e2 !important;
    color: white !important;
}


/* Seçili satır içindeki hücreler */
#Form_7_GridListe_1 .k-grid-content .k-selected td {
    background-color: black !important;
    color: white !important;
}
