section.export {
    padding-top: 30px;
    padding-bottom: 90px;
}

section.export .container {
    background: #fff;
    padding:20px;
    overflow: auto;
    border-radius: 10px;
}

section.export .filtro {
    display: flex;
    min-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #dedede solid;
    align-items: center;
}

section.export .filtro .limpar {
    display: inline-block;
    padding: 5px 10px;
    background: #e1413a;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
}

section.export .filtrado {
    flex:1;
    font-size:15px;
}

section.export .filtro form {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.export .filtro select, section.export .filtro input {
    padding: 5px;
    padding: 5px;
    border: 1px #bbbbbb solid;
    border-radius: 5px;
    width:115px
}

section.export .filtro button {
    padding: 10px;
    background: var(--azul);
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
}

section.export .filtro button:hover {
    background: var(--vermelho);
}

section.export .dt-buttons {
    text-align: right;
    padding: 10px 0;
    display: table;
    width:100%;
}

section.export .dt-buttons button {
    padding: 10px;
    display: table;
    background: #376bc9;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    border: 0;
    float: right;
    cursor: pointer;
}

section.export .dataTables_empty {
    text-align: left !important;
}
