/* ../styles/array.css
	Last update: 31.01.2023 14:30 */

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    /*background: #fff;*/
    overflow: hidden;
    border: 4px solid #8C8C8C;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin:auto;
    max-width: 900px;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid table td, .datagrid table th {
    padding: 10px 10px;
}

.datagrid table thead th {
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #8C8C8C),
        color-stop(1, #7D7D7D)
    );
    background:-moz-linear-gradient(
        center top,
        #8C8C8C 5%,
        #7D7D7D 100%
    );
    filter:progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#8C8C8C',
        endColorstr='#7D7D7D'
    );
    background-color:#8C8C8C;
    color:#FFFFFF;
    font-size: 28px;
    font-weight: bold;
    border-left: 0px solid #A3A3A3;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #515151;
    border-left: 1px solid #DBDBDB;
    font-size: 24px;
    border-bottom: 1px solid #DBDBDB;
    font-weight: normal;

}

.datagrid table tfoot td {
    padding: 0;
    font-size: 12px;
}

.datagrid table tfoot tr td div{
    color: #7D7D7D;
    text-align: right;
    background: #EBEBEB;
    padding: 2px;
    width: 100%;
}
