.commandes-actions {
	display: flex;
	margin-bottom: 20px;
}

.inputs-date {
	margin-right: 20px;
	display: flex;
}

.button-date {
	margin: auto 0;
	text-align: center;
}

.hidden {
	display: none;
}

.commandes_produits tr.odd, .commandes_produits tr.even {
	display: none;
}

#clean-dates, #orders-not-collected, #day-orders, #orders-all {
	background-color: #FFF;
	border: 1px solid #cfcfcf;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #212121;
	margin: 5px 5px 5px;
	max-width: 48%;
	display: inline-block;
}

.button.wc-action-button {
	margin: 2px 0 2px 4px;
	width: 30px;

	padding: 0;
	text-align: center;
}
.edit::after {
	font-family: "Dashicons",
	sans-serif; content: "\f464" !important;
}

a.processing::after {
	content: "\e00f";
	font-family: "Woocommerce", sans-serif;
}

a.cancel::after {
	font-family: "Dashicons", sans-serif;
	content: "\f158";
}

a.complete::after {
	font-family: "Dashicons", sans-serif;
	content: "\f147";
}

a.ticket:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f543";
}

.change_heure.active,
.change_paye.active {
	color: #5b841b;
	box-shadow: none;
}

.change_heure.last,
.change_paye.last {
	margin-bottom: 0!important;
}

.change_heure,
.change_paye {
	border: none;
	padding: 3px 5px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 1em;
	height: 30px!important;
	min-width: 30px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: inherit !important;
	vertical-align: middle !important;
}

.order-status {
	line-height: initial!important;
}

div.dt-datetime table th {
	color: #ededed;
	font-weight: bolder;
}

.order-status, .status-on-hold, .status-processing {
	background: none;
	border: none;
}

.order-status::before {
	content: " ";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-top: 4px;
}

.order-status.status-processing::before {
	background-color: #5b841b;
}

.order-status.status-on-hold::before {
	background-color: #f8dda7;
}

.order-status.status-on-hold,
.order-status.status-processing {
	background-color: transparent;
}

.btn.btn-convert {
	background-color: #FFF;
	border: 1px solid #EDEDED;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}


.loader {
	background-image: url(/wp-content/themes/enfold-child-depuichaffray/images/loader.gif) !important;
	background-color: #FFF!important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 25px !important;
}

.plaque-anniversaire {
	display: none;
}

button:not(.active) {
	cursor: pointer;
}

div.dataTables_length select {
	width: 50px;
}

.dataTables_wrapper .dataTables_processing {
	background-color: #DCB448;
}

.dataTable td.text-center {
	text-align: center;

}
