.clear-view-table-select-buttons {
	float: right;
	padding-right: 10%;
	padding-top: 10px;
}
td.red {
	color: #8B0000;
	font-weight: bold;
}
.invoices.table-striped>tbody>tr.receivables>td {
	text-align: center;
}
.invoices.table-striped>tbody>tr.receivables>td.text-right {
	text-align: right;
}
.invoices.table-striped>tbody>tr.receivables:nth-child(odd)>td {
	background-color: hsl(204, 100%, 95%);
}
.invoices.table-striped>tbody>tr.receivables:nth-child(even)>td {
	background-color: hsl(204, 100%, 92%);
}
.invoices.table-striped>tbody>tr.payables.odd>td {
	background-color: #fff;
}
.invoices.table-striped>tbody>tr.payables.even>td {
	background-color: hsl(0, 0%, 96%);
}
.invoices.table>tbody>tr>td.action>.btn-sm {
	font-size: 12px;
}
.invoices.table>tbody>tr>td.action {
	padding-right: 0;
	padding-left: 0;
}
.invoices.table>tbody>tr>td.action>button.disabled,
.pdf-payables.disabled {
	cursor: not-allowed;
	opacity: .65;
	background-color: #a7a7a7;
}
.notes {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 14px;
}
.invoices.table>tbody>tr>td>.notes {
	padding-right: 0;
	padding-left: 2px;
}
.invoice-title {
	font-size: 16px;
}
div.apply-payment-modal>div.modal-dialog>div.modal-content>div.modal-body>form.form-horizontal>div.form-group {
	margin-bottom: 3px;
}
select.apply-payment-input,
.apply-payment-input {
	width: 150px;
	line-height: 23px;
	height: 23px;
}