.dataTables_wrapper select, .dataTables_wrapper label {
    display: flex;
}
.dataTables_wrapper select{
     margin: 0 10px;
}
.dataTables_wrapper label{
     line-height: 3rem;
}

table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    font-size: 12px;
}

.btn-small {
    padding: 0 10px !important;
    height: 24px !important;
    line-height: 24px !important;
}


.btn-small i {
    font-size: 16px !important;
}

input.custom-small-input{
    font-size: 12px !important;
    line-height: 22px!important;
    height: 22px !important;
    margin: 0!important;
    padding-left: 7px!important;
    background-color: #ffffff!important;
    border: 1px solid #9e9e9e !important;
}
input.custom-small-input:focus{
    border: 1px solid #9e9e9e !important;
    box-shadow: none!important;
}

select.custom-select{
    display: block!important;
    height: 2rem!important;
    line-height: 2rem!important;
    padding: 0 0 0 5px!important;
}