﻿/* 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. */

/* Added by ThedaCare to hide customer service messaging button in the Message Care Team area */
a.card.custsvc{
    display:none;
}

#extPmtPageFrame {
  height: 55rem;
  }
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  height: 55rem; }
#guestPay-content #extPmtPageFrame.mobileExtPmtPage, #guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 70rem; }
@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
    height: 70rem; } }
#features {
  list-style: none;
  padding: 0 0 1rem; }
  #features li {
    padding-left: 75px;
    background-repeat: no-repeat; }
  #features .icon-advice {
    background-image: url("../images/quicklinks/medical_advice.png"); }
  #features .icon-testResults {
    background-image: url("../images/quicklinks/test_results.png"); }
  #features .icon-medications {
    background-image: url("../images/quicklinks/medications.png"); }
  #features .icon-calendar {
    background-image: url("../images/quicklinks/appointments.png"); }
  #features .icon-virtualhealth {
    background-image: url("../images/quicklinks/video_visit.png"); }
  #features .icon-billing {
    background-image: url("../images/quicklinks/account_summary.png"); }
  #features .info {
    font-size: 0.9rem; }
