/**
* FMS citizenlink styles
*
* @package CITIZENLINK
* @subpackage FMS
* @platform DESKTOP
* @author KMN
* @since 08/21/2017
*
*/

#pfpro-form-wrapper,#pfpro-acceptance-wrapper,#pfpro-final-wrapper, #pfpro-wait-wrapper, #pfpro-done-wrapper,#pp-token-done-wrapper,#token-confirmation-factory
{
	display: none;
}

#pfpro-wait-wrapper
{
	width: 100%;
	text-align: center;
	min-height: 200px;
	margin-top: 200px;
}
#pfpro-wait-text
{
	font-size: 22px;
}

#pfpro-done-wrapper,#pp-token-done-wrapper
{
	width: 100%;
	text-align: center;
	min-height: 200px;
}

#payment-guilt-acceptance
{
	width: 360px;
	padding: 8px;
	overflow-x: wrap;
	overflow-y: scroll;
	max-height: 300px;
	height: 300px;
	border: 1px dotted black;
}
#payment-guilt-help
{
	width: 360px;
	height: 50px;
	text-align: left;
	background: whitesmoke;
	margin-top: 10px;
	font-weight: bold;
	padding: 8px;
}

.invoice-print-target
{
	width: 100%;
	border: 1px dotted black;
	min-height: 500px;
}

