﻿/* 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. */

/* Fix to Online Enrollment forms EMG 2/13/2019 */

body.md_editmember form#MemberForm .qi-100116,
body.md_editmember form#MemberForm .qi-100139,
body.md_editmember form#MemberForm .qi-100153,
body.md_editmember form#MemberForm .qi-100156,
body.md_editmember form#MemberForm .qi-120484,
body.md_editmember form#MemberForm .qi-100146 {
    color: hsl(354.1,59.8%,50.2%);
    font-size: 1.5rem;
}

/*4/17/18 - Added new images for custom GHC news cards. EMG */

.component .news .newscard.TaxForms {
  background-image: url("../images/consent_form.png");
}
.component .news .newscard.TextReminders {
  background-image: url("../images/icon_SMS_larger.png");
}

/* BEGIN: Online enrollment page tweaks */
/* Hide the old logo */
body.oeLogin div#main .logo {
    display: none;
}
 
     /* Create a new logo */
body.oeLogin div#main ul.features::before {
    background: rgba(0, 0, 0, 0) url("../images/GHC_OE.png") no-repeat scroll center top;
    content: " ";
    display: block;
    height: 10rem;
}
     /* END: Online enrollment page tweaks */
/*5/21/2019 - Update to guest pay. EMG. */

/*body .mobileExtPmtPage#extPmtPageFrame {
height: 56rem;
}
body #guestPay-content #extPmtPageFrame {
height: 51rem;
}
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}*/

#extPmtPageFrame {
  height: 70rem;
}
#iFrameLoadingIndicator.mobileExtPmtPage, #extPmtPageFrame.mobileExtPmtPage {
  height: 70rem;
}
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  height: 70rem; }
#guestPay-content #extPmtPageFrame.mobileExtPmtPage, #guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 70rem; }
