/**
 * Styles used in Shop admin
 */

.widefat .column-order_status mark:after {
	font-family: WooCommerce, sans-serif;
	font-variant: normal;
	font-weight: 400;
	height: 100%;
	left: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	text-transform: none;
	top: 0;
	width: 100%;
}

.widefat .column-order_status mark.in-process:after {
	content: "\e011";
	color: #ffba00;
}

.widefat .column-order_status mark.accepted:after,
.widefat .column-order_status mark.paid:after {
	content: "\e015";
	color: #73a724;
}

.widefat .column-order_status mark.new:after {
	content: "\e011";
	color: #ffba00;
}

.widefat .column-order_status mark.failed:after {
	content: "\e016";
	color: #a00;
}

.widefat .column-order_status mark.cancelled:after {
	content: "\e013";
	color: #a00;
}

.widefat .column-order_status mark.declined:after {
	content: "\e013";
	color: #a00;
}

.widefat .column-order_status mark.refunded:after {
	content: "\e014";
	color: #a00;
}

.hsbc_icon {
	display: none;
}

#woocommerce-order-items .wc-hsbc-action .hsbc-order-totals {
	width: 100%;
	display: table;
	border-spacing: 2px;
}

#woocommerce-order-items .wc-hsbc-action .hsbc-order-totals .wc-order-row {
	display: table-row;
}

#woocommerce-order-items .wc-hsbc-action .hsbc-order-totals .label {
	display: table-cell;
	padding: 5px 0;
}

#woocommerce-order-items .wc-hsbc-action .hsbc-order-totals .total {
	width: auto;
	display: table-cell;
	padding: 5px 0;
}

#woocommerce-order-items .hsbc-order-totals .select2-container {
	width: 96% !important;
}
