
.acgAlertModal
{
	background-color:rgba(255,255,255,1);
	border:4px solid rgb(51,51,83);
	box-shadow:none;
	color: #000028;
}

.acgAlertContent
{
	background-color:initial;
	padding:0.5em 1.2em 0.5em 1.2em !important;
	text-align:center;
}

.acgAlertButton
{
	min-width:100px;
	
	cursor:hand;
	cursor:pointer;
	
	text-decoration:none;
	
	background-color:rgb(2,157,170);
	border-radius:0;
	padding:0.25em;
	text-align:center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
}

.acgAlertHeader
{
	display:table;
	width:100%;
	font-weight:bold;
	font-family: Siemens Sans Prof Bold,arial,sans-serif;
}

.ui-progressbar .ui-widget-header
{
	background: rgb(2,157,170);
}