/* global */
.compact_container .flex_row
{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	 flex-direction: column;
}

.compact_container .flex_row .flex_column .flex_bloc:last-child
{
	margin-bottom: 8px;
}

.compact_container .flex_row .flex_column:last-child .flex_bloc:last-child
{
	margin-bottom: 0px;
}

/* single trx */
.compact_container .singletrx_amount_qte .singletrx_qte_subtotal
{
	margin-left: 10%;
}

.compact_container .singletrx_amount_qte .singletrx_qte .input-group,
.compact_container .singletrx_amount_qte .singletrx_qte .input-group input
{
	width: 100%;
}

.compact_container .singletrx_amount_qte .singletrx_qte .input-group .input-group-append
{
	right: 0;
}

/* participants */
.compact_container .participant .participant_office .participant_extension
{
	margin-top: 15px;
}

/* buttons */
.trxtype_transaction
{
	text-align:center;
}

.trxtype_commitment
{
	text-align:center;
	margin-top:10px;
}