.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.dataTable #filter input {
    width: 100%;
    height: 30px;
    padding: .155rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .025rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTable #filter th.sorting_disabled {

}
.dataTable #filter select {
    height: 30px !important;
    margin-bottom: 0 !important;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .025rem;
}

.dataTable #filter select, .dataTable #filter input {
    width: 100%;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}