﻿[type=search], select.custom-select.custom-select-sm.form-control.form-control-sm {
    border: none;
    box-shadow: var(--sm-shadow);
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    font-size: 1.25rem;
    font-weight: 300 !important;
}

td button.btn.show {
    display: inline;
}

td {
    position: relative;
    vertical-align: middle !important;
}

    td input {
        border: none !important;
        box-shadow: var(--sm-shadow);
    }


.btn-block + .btn-block {
    margin-top: .15rem !important;
}