/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(2,28): run-time error CSS1039: Token not allowed after unary operator: '-albi'
(18,28): run-time error CSS1039: Token not allowed after unary operator: '-albi'
(27,28): run-time error CSS1039: Token not allowed after unary operator: '-albi'
(54,28): run-time error CSS1039: Token not allowed after unary operator: '-danger'
(67,28): run-time error CSS1039: Token not allowed after unary operator: '-albi'
 */
.dx-area-column-cell, .dx-pivotgrid .dx-grandtotal {
    background-color: var(--albi) !important;
    color: white !important;
}




.dx-pivotgrid-horizontal-headers tr:first-child td:not(:last-child) {
    color: white !important;
}

.dx-pivotgrid-horizontal-headers tr:not(:first-child) td {
    color: white !important;
}

.dx-header-row {
    background-color: var(--albi);
    color: white;
}

.logicalDataGridHeight {
    height: 80vh;
}

.dx-button-content {
    background-color: var(--albi) !important;
    color: white !important;
}

    .dx-button-content i {
        color: white !important;
    }


/*.dx-bottom-row .dx-area-data-cell table tbody tr td:last-child {*/
/*sagdaki grand total kolonlari*/
/*background-color: orange !important;
    color: white !important;
}*/

/*.dx-bottom-row .dx-area-data-cell table tbody tr:last-child td {*/
/*en alttaki grand total row u*/
/*background-color: orange !important;
    color: white !important;
}*/


.dx-scheduler-date-table-current-date{
    background-color:lightgrey;
}

.dx-actionsheet-cancel .dx-button-content {
    background-color: var(--danger) !important;
}





.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: #777 !important;
    color:white !important;
}

.dx-button-mode-contained {
    background-color: var(--albi) !important;
    color: white !important;
}



.dx-datagrid-table .dx-row {
    font-size: .75rem;
}


.dx-datagrid-rowsview .dx-datagrid-content .dx-datagrid-table .dx-row > td {
    padding: 7px;
}

.dx-datagrid-rowsview .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    padding: 5px;
}



