﻿/* 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. */
#evisit > div.terms > h2 {
                color: red;
}

.md_visitdetails_index div.echeckin a {
                min-width: 0;
}
body #extPmtPageFrame {
          height: 550px;
}
body #guestPay-content #extPmtPageFrame {
height: 38rem;
overflow-y: visible;
}
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}
.departmentMapStep .messageOverlay {
  background-color: rgba(213, 213, 213, 0.9);
  color: #cccccc;
}
body #department_map_container.department_map.flexParent .subtle {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	color: #000000
}
body #department_map_container.department_map.flexParent .header {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	color: #565656
}
/*Suppress display of third party verification 'Verify Now' button during workflow and update 'Verify Later' button accordingly*/
#startThirdParty {
	display:none;
}
#verifyLater {
	background-color:#008752;
	color:#ffffff;
}
/*Suppress MyChart account creation for open scheduling workflow*/
#main > div.card.fromScheduling > div > div > div > div.col-8 > div.visitDetailsSignup {
	display:none;
}
/*Hiding visit duration in various places within MyChart workflows
.appointmentlength {
	display:none;
}
.visitDuration {
	display:none;
}
.OriginalAppointmentInfo ._TextFragment._readOnlyText.subtle {
	display:none;
}
.soonvisits .visitinfo .timeContainer .subtle {
	display:none;
}
*/
/*Adding feature class for use on homeprelogin page*/
.features .icon-2FA {
  background-image: url("../images/quicklinks/Step2FA.png");
}
/*Adding feature class for use on homeprelogin page*/
.features .icon-billing {
  background-image: url("../images/quicklinks/account_summary.png");
}
/*Suppress the payment plan sign up link for existing payment plans on billing summary; remove once billing token import complete
.ba_card_status_payLinks.ba_card_status_due_payPlanText.noprint {
  display: none;
}*/
/*Suppress the payment plan sign up link for existing payment plans on view details view; remove once billing token import complete
.col-12.alignCenter.ba_details_payment_plan_actions {
	display: none;
}*/
/*Update formatting for banner text to suppress background color of text*/
.grid.ba_details_alerts > .row > .col-12 {
  border: 1.11111px solid rgb(0, 0, 0);
  border-radius: 5px;
}
/*Update background color of element to match font color and improve readability*/
.grid.ba_details_alerts > .row > .col-12 > .standardBanner.informationalType {
	background-color: #FEFEFE;
}
/*Suppress manage payment plan link from Visit Accounts tab of billing summary with existing payment plan
.grid.compact.ba_details_visits_detail_totals > .fixed.subtle.ba_details_visit_not_on_plan_link.noprint > a {
	display: none;
}*/
/*Suppress update plan within linked guarantor account
.grid.ba_summary_alerts > .row > .col-12 >.standardBanner.showIcon.warningType.withButtonColumn > .banner-actions.buttonColumn > .button {
	display: none;
}
.grid.ba_details_alerts > .row > .col-12 >.standardBanner.showIcon.warningType.withButtonColumn > .banner-actions.buttonColumn > .button {
	display: none;
}*/
/*Suppress update plan within Manage Payment Methods page
a._Link._actionable._link._readOnlyText._InternalLink.paymentPlanEdit {
	display: none;
}*/
/*Suppress insurance benefits section of Overview Page*/
#ba_details_overview_benefits_container.InsuranceHub {
	display: none;
}
