/**
* UBS citizenlink styles (Common Server Only)
*
* @package CITIZENLINK
* @subpackage FMS
* @platform DESKTOP
*
* @author KMN
* @since 07/27/2021
*
*/


.ubs-bill-print-target
{
	width: 100%;
	border: 1px dotted black;
	min-height: 500px;
}

#ubs-login-example table
{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	width: 98%;
}

/*
* The welcome screen ubs specifics
*/
.ubs-welcome-summary
{
	padding: 5px 2px;
	font-weight: bold;
	font-size: 0.9em;
	
	
}

.ubs-welcome-table
{
	width:100% !important;
	border-collapse:collapse;
}

.ubs-welcome-table td
{
	margin: 2px;
	font-size: 0.95em;
}

.ubs-welcome-table td>div
{
	height: 16px;
	overflow-x: hidden;
}

/*
* AMI Dashboard
*/
#sensus-status-div
{
	width: 100%;
	text-align: center;
}
#sensus-status-div table
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#sensus-offload-button-div
{
	display:none;
}

.sensus-status-check-text
{
	font-weight: bold;
	text-align: left;
}
