﻿/* 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. */
/*YSL - workaround per reportable issue Q-6173937 */
#graphicHeader:not(:empty) #header_logo .header_logo_link {
  background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/*WXM - confidential medical request form style update*/
label[for=INP_confidential_true] {
  color: red;
  font-weight: bold;
}

label[for=INP_confidential_true]:hover {
  color: red !important;
  font-weight: bold;
}

input#INP_confidential_true:focus + label.togglebutton[for=INP_confidential_true] {
  color: red !important;
  font-weight: bold;
}

input#INP_confidential_true:checked + label.togglebutton[for=INP_confidential_true] {
  color: red !important;
  font-weight: bold;
}

/*WXM - Billing Project. Pay As Guest Payment Page frame */
/* Previous build for initial -
#extPmtPageFrame{border-width: 0px; height: 20rem; overflow-y: hidden; width: 95%;}
form#guestPay-content div.formbuttons {margin: 1rem 0 2rem;}
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {height: 18rem;}*/
/*WXM - Guest Page Billing as of 7/26/23*/
#guestPay-content #extPmtPageFrame {
  height: 40rem;
}

/*WXM - Billing Project. Prelogin Home Page */
.features .icon-billing {
  background-image: url("https://mychart.nationwidechildrens.org/mychart/en-us/images/quicklinks/account_summary.png");
}

.features .icon-billingstatements {
  background-image: url("https://mychart.nationwidechildrens.org/mychart/en-us/images/quicklinks/documents.png");
}
