/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21. 10. 2021, 11:44:00
    Author     : Listr
*/

.datagrid {
    background-color: #464d53;
    padding: 0px;
}
.datagrid .row-grid-bottom {
    background-color: #212529;
    border: 1px solid #212529;
}
.datagrid a {
    color: #54d3ff;
}
.datagrid a:hover {
    color: #2bc8ff;
}
.datagrid table tbody td {
    color: white;
}
.datagrid .table {
    border-color: #212529;
}
.datagrid .datagrid-row-columns-summary td {
    border-top: 2px solid #212529;
    border-left: 1px solid #212529;
    border-right: 1px solid #212529;
}
.datagrid .datagrid-row-columns-summary td:first-child {
    border-left: 1px solid #212529;
}
.datagrid .datagrid-row-columns-summary td:last-child {
    border-right: 1px solid #212529;
}
.datagrid th .input-group-append {
    padding: 0;
    border-radius: 4px;
}
.datagrid th .input-group-append .input-group-text {
    position: relative;
    margin-left: -2px;
    top: -1px;
    height: 35px;
    right: -1px;
    width: 40px;
    border-radius: 0px 2px 2px 0;
}