/* hack select 2 */
.select2-container {
    min-width: 100% !important;
}
.select2-container .select2-selection--single {
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:28px;
    user-select:none;
    -webkit-user-select:none;
    min-height: 40px;
}

/* hack datatable */

.dt-empty-footer .dt-info { margin-bottom: 25px; margin-left: 10px; }