.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #364036 !important;
}

.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_wrapper th,
.dataTables_wrapper td {
    text-align: left !important;
    vertical-align: middle !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 17px!important; 
}