.table {
    margin-bottom: 0px !important;
}

.table tr th {
    background: #6098B9;
    color: white;
    padding-top: 5px !important; /*Era 10 px*/
    padding-bottom: 5px !important; /*Era 10 px*/
    border-bottom: 1px solid black !important;
}

.table tbody tr:hover {
    /*background-color: rgba(58, 115, 185, 0.15) !important;*/
}

.table tbody tr:nth-child(odd) {
    background-color: #eeeeee;
}

.table thead tr th:hover {
    cursor: pointer;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /* padding: 8px; */
    padding-top: 3px;
    /* line-height: 1.42857143; */
    /* vertical-align: top; */
    /* border-top: 1px solid #ddd; */
    padding-bottom: 0px;
    font-size: 13px;
}

.table thead tr th { 
    position: sticky!important;
    top: 0!important;
    z-index: 10!important;
    border-bottom: 1px solid #000!important;
}

.table thead tr:nth-child(2) th { 
    top: 30px!important;
}

.colorear:hover {
    background-color: #acd4ef !important;
}