﻿body {
    line-height: 1.2 !important;
    color: #023059 !important;
}

.table {
    --bs-table-bg: none;
    --bs-table-color: none;
}

thead {
    background-color: #033159;
    color: #FFFFFF
}

th, td {
    /*vertical-align: middle !important;*/
    text-align: center !important;
    padding: 1px !important;
    line-height: 1.1 !important;
}

.btn {
    padding: 3px 6px !important;
}

.btnBorderLess {
    border: none;
    padding: 1px;
}

    .btnBorderLess:hover {
        background-color: #023059;
        color: #FFFFFF;
    }

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
}

/*#tr-joker {
    background-color: #FFFFFFFF;
    border: none;
}*/

tr.fila-without-hover:hover td.state {
    background-color: transparent !important;
    --bs-table-hover-bg: none;
}

h1 {
    color: #023059;
}

.input-group-text-sm2 {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2));
    padding: .25rem .5rem;
    font-size: .875rem;
}
