﻿.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: #cdd0d0;
    color: #333;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
    border-left-color: #f5f5f5;
    border-right-color: #f5f5f5;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
    border-bottom-color: #f5f5f5;
}

/*===========================Comom css sytle=============================*/
#TxtErrorCount input[type=text] {
    text-align: center;
    color: red;
}

.bookingTab {
    height: 49px;
}

.bookingWrapper {
    height: calc(100% - 0px);
}

#btn3Days {
    margin-right: 45px !important;
}

#btnFlexCostCenter {
    margin-right: 45px !important;
}

.dx-datagrid-column-chooser-mode-select .dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection.dx-popup-title {
    background: gainsboro;
}
