﻿/* 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. */
/* Prelogin logo height is 6rem by default which can cause it to be cropped for many larger logos. Change it here. */
#getTokenCard > .logo {
  height: 18rem;
}

#getTokenCard > .logo {
  background-position: center top;
}

.shareBanner > .logo {
  height: 1rem;
}

body.isPrelogin .logo {
  height: 15rem;
}

/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Link found on test results for images */
div#scans a {
  color: #8B0000;
  background-color: #FFFF00;
}

/* This is to remove the Customer Service button from the coverage
/* Eligibility and Referrals page   */
INPUT#custsvc_coverage.button.newworkflow {
  display: none;
}

INPUT#custsvc_eligibility.button.newworkflow {
  display: none;
}

INPUT#custsvc_referrals.button.newworkflow {
  display: none;
}

/* Below hides photo uploads for insurance coverage */
/*#frontUploadControl, #backUploadControl, #insuranceUploadHelpText, SPAN.label.uploadLabel, [data-action="uploadToCoverage"], div.row.coverageDocumentView, div.addImagesContainer
{
	display: none !important;
}UNHIDEN in POC/TST PER JACKIE 11/25/2019 
SHOW INSURANCE UPLOAD CARDS IN PRD - PER JACKIE BUNDLE RELEASE 12/10/2019*/
/* Below hides the COVID VACCINE open scheduling card 
[id="60F5BCFA-C74D-44B6-BDE7-6BE2CD6A75EE_openScheduling_visitTypeStep_toggleButton_11793145"] {
display: none !important;
}*/
/*Q-6173937 / Your Organization's Custom MyChart Logo Can Be Overwritten by the Default Logo*/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
  background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/* Hide the OMW checkbox label 
#onmyway-workflow .userInfoStep .checkboxContainer #sendTextLabel{
	display:none;
}*/
/* Add a red aterisks to the OMW email textbox 
#onmyway-workflow .userInfoStep #emailAddress{
	background: url(../images/required_asterisk.png) scroll no-repeat #ffffff 0.1rem 0.1rem/0.5rem 0.5rem;
}*/
/*Hide signin button for guestpay*/
#guestPay-content #btnSignIn {
  display: none;
}

/*Hide sentence for guestpay*/
#guestPay-content #divSigninPrompt > div:first-of-type {
  display: none;
}

/*Below hides the blue box area on the "Request Computer-Readable Export" screen that gives information on human readable format*/
/*Requested by Sue Mertz 11/28/2023*/
#appRoot ._container .boundary-none .RequestHealthRecordLinkout {
  display: none;
}

/* Testing the text for updating profile photos   */
input#personalize.button.inlineedit, input#cancelproxypref.button.cancelworkflow {
  margin-right: 10px;
}

/*High Contrast fix from Noah*/
[data-altstylesheet="High Contrast"] .button:not(.buttoncheck),
[data-altstylesheet="High Contrast"] .button:not(.buttoncheck):focus,
[data-altstylesheet="High Contrast"] .button:not(.buttoncheck):hover,
[data-altstylesheet="High Contrast"] ul.MessageList.list.hoverable.collapsible .SingleMessage .ReplyButton a.button {
  color: #FFF;
}

/* Remove/Hide 'No income' button for Financial Assitance requested by Stephanie Kasznicki 2/7/2025 */
div #incomes input[type=button][value="No income"] {
  display: none !important;
}
