﻿/* 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 icon links for pre-login page CRM 1.11.2022 RN 805947*/
  .features .icon-UWM-alert {
    background-image: url("../images/UW_Medicine/UWM_alert.png"); }
  .features .icon-UWM-billing {
    background-image: url("../images/UW_Medicine/UWM_account_summary.png"); }
  .features .icon-UWM-videoVisits {
    background-image: url("../images/UW_Medicine/UWM_video_visit.png"); }
  .features .icon-UWM-advice {
    background-image: url("../images/UW_Medicine/UWM_medical_advice.png"); }
  .features .icon-UWM-testResults {
    background-image: url("../images/UW_Medicine/UWM_test_results.png"); }
  .features .icon-UWM-medications {
    background-image: url("../images/UW_Medicine/UWM_medications.png"); }
  .features .icon-UWM-calendar {
    background-image: url("../images/UW_Medicine/UWM_appointments.png"); }
  .features .icon-UWM-leaf {
    background-image: url("../images/UW_Medicine/UWM_leaf.png"); }

/* Hide customer service messaging button from failed estimate page */
.essEstimateFailed .button {
display: none;
}

/* Hide customer service messaging button from Financial Assistance page sidebar */
.md_financialassistance_index .quickLinks {
display: none;
}

/* External Payment Page iFrame adjustments */
#extPmtPageFrame {
  height: 26rem;
}

@media only screen and (max-width: 768px) {
  #iFrameLoadingIndicator,
#extPmtPageFrame {
    height: 40rem;
  }
}

#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 22rem;
}

@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
    height: 31rem;
  }
}

/* Alignment and spacing adjustments for decision tree question subtext and answers */
.section.questionsContainer .question-prompt-header .helptext {
  margin: 0.25rem 0 0 0;
  width: auto;
  line-height:1.5rem;
}

.section.questionsContainer .question-prompt-header .helptext ul{
  margin: 0.25rem 0 0 1.5rem;
  list-style: disc;
}

.section.questionsContainer .question-prompt-header .helptext li{
  line-height:1.5rem;
}

.section.questionsContainer .question .answers {
  margin: 0 0 0 0;
  width: auto;
}

/* Alignment adjustments for ODVV For All after hours message */
.splashPageOutsideBusinessHours > h2 {
  text-align: left;
}

.splashPageOutsideBusinessHours > div {
  text-align: left;
}

.schedulingstopped .schedulingstoppedcontent ul{
  margin: 0.25rem 0 0 1.5rem;
  list-style: disc;
}

/* .qnr-container .question-help-text,
.qnr-container .required-help-text {
  padding-left: 3.5em;
  margin-bottom: 1em;
  font-size: medium;
}*/

