
th.cell,
td.cell
{
    border-width: 1px;
    padding: 5px;

}

tr.rowexc
{
    white-space: nowrap;
    background-color: rgba(255, 40, 45, 0.8);
}
tr.rowexceven
{
    background-color: #fffa4bcc!important;
}
tr.rowexcodd
{
    background-color: #f5f5f5cc!important;
}

table.table-fix,
table-fix
{
    border: 1px solid black;
    border-collapse: collapse;
}

tbody.tbody-fix
{
    border: 1px solid black;
}

button.btn-fix1
{
    margin:10px;
    border-radius: 25px;
    background-color: #b99b34;
    color: black;
    min-width: 60px;
    box-shadow: 0px 0px 0px 0px whitesmoke inset;
}

button.btn-fix1:focus
{
    outline: none!important;
    box-shadow: 0px 0px 0px 2px #fff inset;
}

button.btn-fix2
{
    margin:10px;
    border-radius: 25px;
    background-color: lightslategrey;
    color: black;
    min-width: 60px;
}

button.btn-fix2:focus
{
    outline: none!important;
    box-shadow: 0px 0px 0px 2px #fff inset;
}


input.input-fix,
textarea.input-fix
{
    background-color: #ffffff9e;
    border-radius: 20px;
    padding-left: 10px;
}


input.input-fix:focus,
textarea.input-fix:focus
{
    outline: none!important;
    box-shadow: 0px 0px 0px 2px #ffffff9e;
}

