body .md,
.md input,
.md select,
.md textarea,
.md a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.md .noPrint,
.md .onlyScreen {
	display: none;
}
.md .hidden {
	display: none !important;
}
.md .onlyPrint {
	display: block !important;
}
.md h1.logo {
	margin-bottom: 20px;
}
.md table,
.md td,
.md th {
	border-color: #dddddd;
}
.md .nav,
.md .loginPortlet,
.md .colOne,
.md ul.util,
.md .loginPortlet,
.md .utilities,
.md .sectionTitle,
.md .cntxthelp,
.md div.breadcrumb,
.md .searchGlobal,
.md .banner {
	display: none !important;
}
.md .colThree .portlets {
	display: none !important;
}
.md .colThree .online_right {
	display: block !important;
}
/* PFMMDSB-1800 show account details, hide others in print  */
.md .colThree .online_right > * {
	display: none !important;
}
.md .colThree .online_right #Component-AccountDetails_details {
	display: block !important;
}
.md .colThree div[class*='Component-'],
.md .footer div[class*='Component-'] {
	display: none;
}
.md div.colThree,
.md .TransactionsMultiEdit div.colThree {
	float: none;
	padding: 0 10px;
}
.md table {
	width: auto !important;
	margin-left: 5px !important;
}
.md label,
.md .label,
.md input,
.md .input {
	display: block !important;
	clear: both !important;
}
.md .il label,
.md .il input,
.md .il .label,
.md .il .input {
	display: inline !important;
}
#MultiMember label {
	width: auto;
	float: left;
}
#MultiMember span.value {
	display: inline;
}
#MultiMember ul li {
	display: inline;
	padding-right: 8px;
}
#MultiMember ul,
.content .control {
	clear: both;
}
/*********************
Account Summary
*********************/
.md .accountsList th.control,
.md .accountsList td.control {
	display: none;
}
/*********************
Account Activity (Usability 3)
*********************/
.md .details {
	display: block;
	clear: both;
}
.md .details .oneColRow,
.md .details .twoColRow {
	clear: both;
	display: block !important;
	float: left;
	padding-bottom: 10px;
	width: 520px;
}
.md .details .column {
	margin: 0;
	width: 50%;
	float: left;
}
.md .details label {
	float: left;
	padding-right: 10px;
}
.md .details .value {
	padding-right: 10px;
}
.md .results h2 {
	clear: both;
	display: block;
}
.md .results .currentDate {
	font-weight: bold;
	padding: 0 0 20px 0;
	display: block;
	clear: both;
}
.md .selectedBox {
	display: none;
}
/* MRR-3914 hide account details modal box from print  */
.md tr.oddSelected td,
.md tr.evenSelected td {
	padding-bottom: 3px !important;
}
/*********************
Receipt
*********************/
.md .receipts {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
.md .receipts hr,
.md .calltoactionNext {
	display: none;
}
/*receipt header*/
.receipts .receiptHeader {
	float: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.receiptHeader .column {
	margin: 0px;
}
.receiptHeader .twoColRow .column {
	float: left;
	width: 50%;
}
.receiptHeader label {
	float: left;
	padding-right: 10px;
}
.receiptHeader .value {
	padding-right: 10px;
}
/*receipt*/
.receipts .receipt {
	border-top: 1px solid #cccccc;
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.receipt dl {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: 400px;
}
.receipt dt,
.receipt dd {
	margin: 0 0 3px 0;
}
.receipt dt {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 5px;
	width: 175px;
}
.receipt dd {
	float: left;
	width: 220px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.receiptFail dd.status {
	font-weight: bold;
}
.receipt p {
	clear: both;
	padding-left: 0;
}
.receipt p.note {
	clear: left;
	padding: 10px 5px;
}
.receipt p.noteN {
	margin-bottom: 0px;
}
/*********************
Forms
*********************/
.md div.oneColRow,
.md div.twoColRow {
	padding: 4px 0;
}
.md div.oneColRow label,
.md div.twoColRow label {
	font-weight: bold;
}

.md .asOfDate {
	padding-left: 5px;
}

/*************************************************
CUSSOL-81 Hide Ada/Tunl Chatbot from print screen
*************************************************/
#ada-entry {
	display: none;
}
/* DU-1403 */
.md-container {
	background-color: unset;
	box-shadow: none;
	border-radius: 0;
}
.md-container.mt-2 {
	margin-top: 0 !important;
}
.col-md-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-md-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-md-9 {
	flex: 0 0 auto;
	width: 75%;
}
.p-2 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pb-2 {
	padding-bottom: 0 !important;
}
.mb-2 {
	margin-bottom: 0 !important;
}
.my-1 {
	margin-bottom: 0 !important;
}
h1 {
	font: 0.875rem Arial, Helvetica, sans-serif;
	color: var(--bs-primary-1);
}
.md-confirm-value,
.md-confirm-label,
.form-label,
.fw-bold {
	font: 0.875rem Arial, Helvetica, sans-serif;
}
.printLogo {
	width: 320px;
}
header#PageHeader {
	padding-top: inherit;
	min-height: auto;
	background-color: white;
}
#brandLogo {
	max-width: 320px;
	max-height: 5rem;
}