/*
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 : 10.08.2020, 11:51:24
    Author     : Frank Schiplock
*/


tr {
    cursor: pointer
}

.table td, .table th {
    padding: 1px !important;
    vertical-align: middle !important;
    height: 2.0em;    
}

.table tr{
    color: #000 !important;
}

tr.selected td {
    /*background: #f5f5f0 !important;*/
    /*color: white;*/
    /*font-weight: bold;*/
}

tr.selected a {
    color: black !important;
}

tr.selected i {
    /*color: white !important;*/
}

.table-color{
    background-color: #FAFAFA;        
    /* background-color: red; */
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > thead > tr > td {
    vertical-align: middle;
}