﻿
.gridBrowseDx .table {
    border-collapse: collapse;
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
}


.gridBrowseDx .tbody  {
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
    font-weight: 700;
}

.gridBrowseDx  td.text-center {
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
    font-weight: 700;
}

.gridBrowseDx .dxbs-grid-header-content {
    justify-content: center;
}
 
.gridBrowseDx td.dxbs-grid-selection-cell.text-center {
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
}

.gridBrowseDx tr > td.text-center {
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
}

.gridBrowseDx th.dxbs-grid-table-border-bottom.dxbs-grid-header.dxbs-grid-action.dxbs-grid-selection-cell {
    border-left-color: #6c1717;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #6c1717;
    border-right-style: solid;
    border-right-width: 1px;
}

.gridBrowseDx th.dxbs-grid-table-border-bottom.dxbs-grid-header.dxbs-grid-action {
    border-left-color: #6c1717;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #6c1717;
    border-right-style: solid;
    border-right-width: 1px;
}


.gridBrowseDx .dxbs-grid-header-row {
    background-color: rgba(108, 23, 23, 0.8);
    border-color: #6c1717;
    border-width: 1px;
    border-style: solid;
    color: azure;
}

.gridBrowseDx .page-link {
    background-color: rgba(108, 23, 23, 0.3);
    color: azure;
}

.gridBrowseDx .dxbs-pager .pagination > li.active > button {
    background-color: rgba(108, 23, 23, 0.8);
    color: azure;
} 