.paymentfor-wc-settlement-admin,
.order-paymentfor-wc-status {
	line-height: 2.5em;
	padding: 0 1em;
	max-width: 100%;
	background-color: #093;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: inherit !important;
	white-space: nowrap;
	box-sizing: border-box;
	text-overflow: ellipsis;
}

.paymentfor-wc-settlement-admin {
	display: block;
}

.order-paymentfor-wc-status {
	display: inline-flex;
	margin: -.25em 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.card-capture,
.cvs-paid,
.paypay-paid {
	background-color: #0085ba;
}

.card-cancel,
.cvs-del,
.paypay-del {
	background-color: #60646c;
}

.card-error,
.cvs-error,
.cvs-unpaid,
.cvs-expired,
.paypay-error {
	background-color: #c00;
}

.paymentfor-wc-settlement-admin-button .button {
	margin-right: 1em;
}

#paymentfor-wc-settlement-actions table {
	width: 100%;
	color: #888;
}

#paymentfor-wc-settlement-actions th {
	padding-right: .5em;
	width: 40%;
	text-align: right;
}

#paymentfor-wc-settlement-actions td {
	width: 60%;
	text-align: left;
}

table.paymentfor-wc-settlement-admin-table,
table.paymentfor-wc-settlement-admin-table th,
table.paymentfor-wc-settlement-admin-table td,
table.paymentfor-wc-settlement-history,
table.paymentfor-wc-settlement-history th,
table.paymentfor-wc-settlement-history td {
	border-collapse: collapse;
	border: 1px #e5e5e5 solid;
}

table.paymentfor-wc-settlement-history > tbody > :nth-child(even) {
	background-color: #f9f9f9;
}

table.paymentfor-wc-settlement-admin-table,
table.paymentfor-wc-settlement-history {
	margin: 1em 0;
	width: 100%;
}

table.paymentfor-wc-settlement-admin-table th,
table.paymentfor-wc-settlement-admin-table td {
	padding: .5em 1em;
}

table.paymentfor-wc-settlement-history th,
table.paymentfor-wc-settlement-history td {
	padding: 1em .5em;
}

table.paymentfor-wc-settlement-admin-table th,
table.paymentfor-wc-settlement-history th {
	background-color: #f9f9f9;
}

table.paymentfor-wc-settlement-admin-table th {
	width: 30%;
	text-align: left;
}

table.paymentfor-wc-settlement-history .num,
table.paymentfor-wc-settlement-history .operateid,
table.paymentfor-wc-settlement-history .responsecd {
	text-align: center;
}

table.paymentfor-wc-settlement-history .num {
	width: 2em;
}

.paymentfor-wc-settlement-history-body .error,
table.paymentfor-wc-settlement-history .error {
	color: #f00;
}

.paymentfor-wc-settlement-admin-error {
	margin: .7em 0 1em;
	padding: .5em 1em;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #ffe6ea;
}

.paymentfor-wc-settlement-admin-expired {
	margin: .7em 0 1em;
	padding: .5em 1em;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f0f8ff;
}
