table,
table.dataTable,
div.dataTables_wrapper table.table.dataTable {
    width: 100% !important;
}


table[id^=datatable]>tbody>tr>td>a>svg {
    position: relative;
    top: 3px;
}

table[id^=order-datatable] {
    display: none;
}

table[id^=order-datatable]>tbody>tr>td {
    padding: 4px !important;
}

table[id^=op-order-datatable] {
    display: none;
}

table[id^=op-order-datatable]>tbody>tr>td {
    padding: 4px !important;
}

div.dataTables_wrapper>div.dt-buttons.btn-group {
    float: right !important;
    padding-right: 4px !important;
    position: absolute;
    right: 36px;
}

div.dataTables_wrapper div.bottom div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    bottom: 3rem;
    right: 36px;
}

div.dataTables_wrapper div.bottom div.dataTables_length {
    position: absolute;
    bottom: 3rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    padding-bottom: 1em;
    white-space: nowrap;
    position: absolute;
}

#op-order-datatable-consult_wrapper .dataTables_length,
#order-datatable-consulta_wrapper .dataTables_length {
    padding-bottom: 17px;
}

div.dataTables_wrapper .dataTables_length label {
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block !important;
}

div.dataTables_wrapper table.table.dataTable {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    margin-top: 6rem !important;
}


div.dataTables_wrapper .table>tfoot.dt-tfoot>tr>th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #dddddd !important;
    border-right: 2px solid #fff !important;
    background-color: #414042 !important;
    color: #fff !important;
}

/* Not order datatables */
div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 60px !important;
}

table th.dt-right,
table td.dt-right {
    text-align: right !important;
    padding-left: 10px !important;
}

div.dataTables_wrapper div.ColVis {
    float: left;
    margin-bottom: 1em;
    position: absolute;
    z-index: 3;
}

div.dataTables_wrapper div.dataTables_filter {
    position: absolute !important;
    left: 95px !important;
    z-index: 3;
}

table.dataTable>thead>tr>th {
    white-space: nowrap !important;
    min-width: 20%;
}

table.dataTable>tbody>tr>td {
    white-space: nowrap;
    min-width: 20% !important;
}

table.dataTable td:first-child {
    text-align: left;
}

div.dataTables_wrapper {
    -webkit-overflow-scrolling: touch;
}

table.dataTable {
    margin-bottom: inherit !important;
}

table.dataTable button {
    margin-right: 4px;
}

table.dataTable img {
    height: 35px !important;
    width: auto !important;
}

table.dataTable tbody {
    font-size: 14px !important;
}

table.dataTable tbody tr.selected {
    background-color: #fbb040 !important;
}

div.dataTables_wrapper div.bottom {
    padding: 40px 0 15px 0;
    margin-top: 40px;
}

div.dataTables_wrapper div.bottom div.dataTables_length,
div.dataTables_wrapper div.bottom div.dataTables_paginate {
    padding: 40px 0 10 0;
}



.dataTables_wrapper>div.dt-buttons.btn-group {
    float: right !important;
    padding-right: 4px !important;
    z-index: 3;
}

div.dataTables_wrapper {
    font-size: 12px !important;
    margin: 0 auto;
    overflow-x: scroll !important;
}



.dataTables_scrollHead {
    margin-top: 20px;
}

table.table.dataTable>thead>tr>th,
table.table.dataTable>tbody>tr>th,
table.table.dataTable>tfoot>tr>th,
table.table.dataTable>thead>tr>td,
table.table.dataTable>tbody>tr>td,
table.table.dataTable>tfoot>tr>td {
    vertical-align: middle;
}

div.dataTables_filter label svg {
    display: none;
}