/*---------------------------------------------------------------------------*/
/* POP-UP definitions (revisit)                                              */
/* -- used by Fail, Succes, Test ASG SMTP, Test Monitoring SMTP, Test QServer*/
/* -- used by Test Remote Analyzer ASG, Test Remote Analyzer, LDAP Login     */
/*---------------------------------------------------------------------------*/
.popupFormBody {
	width: 100%;
    padding: 0px 15px 10px 15px !important;
    margin-left: expression( "10px");
}

.audit_trail {
    background-color: #eeeeee;
    padding: 5px;
    border: 1px solid #eeeeee;
}

.tail_trail {
    padding: 5px;
	white-space: pre-wrap;
	font-family: monospace;
	color: #999999;
}

/*---------------------------------------------------------------------------*/
/* LEGACY popupBody DEFINTIONS                                               */
/*---------------------------------------------------------------------------*/
body.popupBody {
	min-width: 480px;
    width: expression(document.body.clientWidth < 500 ? "500px" : "100%" );
}

body.popupBody table.magicTable th {
	height: 20px !important;
}
body.popupBody div#logoBox {
	position: absolute;
	height: 67px !important;
	overflow: hidden;
}

body.popupBody div#iconSection {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}

body.popupBody div#bannerStrip {
	background-image: url( ../../pics/branding/popup.header.png?rand=20250808071405);
	min-width: 350px;
}