﻿/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */

/* Add homeprelogin images */
.features .icon-billing {
	background-image: url("../images/quicklinks/account_summary.png");
}
.features .icon-refresh {
	background-image: url("../images/refresh.svg");
}
/* Prelogin box transparency */
div#main {
	background-color: rgba(255,255,255,1);
}
div#sidebar {
	background-color: rgba(255,255,255,0.88);
}
/* Prelogin login logo */
a.logo {
	height: 6.5rem;
}
/* Add postlogin in home image */
.col-6.newscard.card.videoVisits {
	background-image: url("../images/quicklinks/account_summary.png");
}
/* DMR 11760 PRJ0042960 - Apple Pay and Google Pay in MyChart EpicUUID: B1F1A90A-380D-40EC-8862-1014506DE0E0 TC Trustee Premier for Patient Payments Implementation Guide */
#extPmtPageFrame, #visitpayment-content #extPmtPageFrame, #visitpayment-content #iFrameLoadingIndicator {
	height: 40rem; 
} 
/* Cont. of DMR 11760 PRJ0042960 to alter the height of the Guest Pay page */
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator { height: 40rem; } @media only screen and (max-width: 825px) { 
	#payment-content #extPmtPageFrame, #payment-content #iFrameLoadingIndicator, #guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator { 
		height: 60rem; } 
}
