tr.selected td {
    background-color: #343a40 !important;
}

table thead th, table tfoot th{
    border-left-width: 0;
    background: linear-gradient(360deg, #cfcfcf, #d0d0d0, #d2d2d2, #d6d6d6, #dbdbdb, #e0e0e0, #e6e6e6, #ebebeb, #f0f0f0, #f4f4f4, #f6f6f6, #f7f7f7);
}

div.dataTables_wrapper {
    width: 99%;
    margin: 0 auto;
}

.dt-button{
    background-color: #343a40;
    color: white;
    font-family: 'Source Sans Pro';
}

.dt-button:hover{
    background-color: #2c2f32;
}


.select2-container .select2-selection--single{
    min-height: 41px;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 100% !important;
}
