.vendu {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.vendu:hover {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.text-success {
  color: #5bb75b !important;
}
.text-danger {
  color: #da4f49 !important;
}

.dropdown-menu {
    overflow-y: auto !important;
    max-height: 500px;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f1f1f1 !important;
}

td.dtr-control {
    min-width: 40px !important;
    padding: 40px 0 20px !important;
}