body {
    font-family: utopiaregular, "Trebuchet MS", serif;
}
.container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tbl_pub {
    width: 100%;
    font-size: 13px;
}

#tbl_pub tr {
    border-bottom: 1px solid #f5f5f5;
}

#tbl_pub thead tr {
    border-bottom: 1px solid #000;
}

#tbl_pub thead tr td {
    padding: 10px 10px;
}

#tbl_pub tr td {
    padding: 10px 10px;
}

#tbl_pub tr .nw {
    white-space: nowrap;
}

#tbl_pub .fili {
    font-weight: bold;
}

#tbl_pub a {
    background: #9d0000;
    padding: 3px 10px;
    color: #fff;
}

#tbl_pub a:hover {
    background: #000;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media(max-width:780px) {
    #tbl_pub {
        overflow-x: scroll;
        max-width: 100%;
        display: block;
    }
}

@media(max-width:980px) {
    .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .table {
        width: 100%;
    }
}


@media(max-width:480px) {
    .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.container_busca {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid lightgrey;
    padding: 9px 20px 16px 20px;
    margin-bottom: 40px;
}

input#txtFind {
    position: relative;
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 9px;
    border: 1px solid #cfcfcf;
    margin-bottom: 2rem;
}

input.form-control {
    position: relative;
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 9px;
    border: 1px solid #cfcfcf;
    margin-bottom: 2rem;
}


select.form-control {
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 9px;
    border: 1px solid #cfcfcf;
    margin: unset !important;
    margin-bottom: 2rem;
}

.container_busca input[type="text"],
.container_busca select {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    margin-top: -7px;
}

.container_busca label {
    font-size: 12px;
}

.container_busca input[type="submit"] {
    width: 100%;
    margin-top: 25px;
    background: #000;
    border: 0px;
    color: white;
    text-align: center;
    padding: 10px;
}

.paginate .controls {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 8px;
}

.paginate .controls div {
    cursor: pointer;

    /* border: 1px solid #eee; */

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14;
}

.paginate .controls div:not(.numbers),
.paginate .controls div.numbers div {
    width: 40px;
    height: 40px;
}

.paginate .controls div.numbers div:hover,
.paginate .controls div.numbers div.active {
    color: var(--primary);
}

/**
*	pagination
*/

.pagination {
    gap: 1rem;
    margin: 2rem 0;
}

.pagination-style {
    align-items: center;
}

.pagination a {
    border-radius: 9px;
    padding: 0.5rem 1rem;
    color: #365291;
}

.pagination a.disabled {
    pointer-events: none;
    cursor: default;
} 

.pagination a[active] {
    color: #fff;
    background-color: #365291;
}

.table td,
.table th {
    vertical-align: middle;
}

/**
* Table	
*/
.table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);

    table-layout: auto !important;
/* width: 40% !important; */
}

.table thead {
    background-color: #365291;
    color: #fff;
    font-size: 1.15rem;
    height: 60px;
    vertical-align: middle;
}

.table .thead-light th {
    background-color: transparent;
}

.table .thead-light th {
    vertical-align: middle;
    color: #fff;
    border: unset;
}

.table td,
.table th {
    border-top: 1px solid #f7f7f7;
}

.table td{
    table-layout: auto !important;
    width: 40% !important;
    text-align: left;
}

.table-hover tbody tr:hover {
    background-color: rgba(28, 60, 107, 0.082);
}

tr:nth-child(even) {
    background-color: #f6f9ff;
}

@media screen and (max-width: 600px) {
    .card-body{
        padding: 0;
    }
    table.table {
        border: 0;
        table-layout: fixed;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: unset !important;
    }

    table.table caption {
        font-size: 1.3em;
    }
    
    table.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table.table tr {
        border-bottom: 16px solid #f5f5f5;
        display: block !important;
    }
    
    table.table td {
        border-bottom: 1px solid #ddd;
        font-size: .8em;
        text-align: right;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100% !important;
    height: fit-content;
        gap: 8px;
    }

    .table td, .table th {
        padding: 1.4rem 0.75rem;
    }
    
    table.table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #073267;
    }
    
    table.table td:last-child {
        border-bottom: 0;
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #466ec7;
    border-color: #3b64bb;
}

.btn-primary:hover {
    background-color: #365291;
    border-color: #365291;
}

.btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

/**
*	Header
*/
header.title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0.75rem;
}

header.title-section h2 {
    color: #073267;
    font-weight: bold;
    font-size: 2.4rem;
}

header.title-section p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .95rem;
}

@media(max-width: 600px){
    .title-section h2{
        margin-top: 45px !important;
        font-size: 1.6rem !important;
    }
    
    button {
        position: absolute;
        background: #FFF;
        border: 0;
        right: 30px;
        cursor: pointer;
        height: 50px;
        margin: 5px;
    }
}


button{
    
    position: absolute;
    background: #FFF;
    border: 0;
    right: 30px;
    cursor: pointer;
    height: 50px;
    margin: 5px;
}


/* @media (min-width: 1361px){
    button {
        position: absolute;
        background: #FFF;
        border: 0;
        right: 200px;
        cursor: pointer;
        height: 50px;
        margin: 5px;
    }
} */

/* button#resetButtonInfo{
    background: #FFF;
    border: 0;
    right: 205px;
    cursor: pointer;
    height: 50px;
    margin: 5px;
} */

.col-sm, .form-group-info{
    display: flex;
}

.col-sm>input date{
    display: flex;
    position: absolute;
    width: 200px;
}

.form-group-info{
    display: flex;
}