﻿/*Custom Advertisement Card Images*/
.newscard.precheckin {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/icon_echeckin.png"); }
  
.newscard.covid19 {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/icon_covid-sticker.png"); }
  
.newscard.proxysharemyrecord {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/SharingHub/familyfriendaccess.svg"); }
	
.newscard.medicareenrollment {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/quicklinks/health_reminders.png"); }
  
.newscard.covid19vaccine {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/access_immunizations.png"); }
  
.newscard.covid19testing {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/lab_resulted.png"); }
  
.newscard.scheduleradiologyexam {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/ptatxray.png"); }
  
.newscard.videovisits {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/mr_telemed_connect.png"); }
  
.newscard.mychartnotes {
  background-position-x: 16px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/mychartnotes.png"); }
  
.features .icon-dollars {
    background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-billpay.png"); }
	
.features .icon-calendar {
    background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-appointments.png"); }
	
.features .icon-videovisits {
	background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-videovisits.png"); }
	
.features .icon-advice {
    background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-communicate.png"); }
	
.features .icon-testResults {
    background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-testresults.png"); }
	
.features .icon-medications {
	background-image: url("../images/MyChart_Pre-login_Icons_64x64_082621_v03-prescriptionsrefills.png"); }

/* Custom Header for Ask Medical Records page */
h1.amrheader {
color: hsl(330.7,100%,34.9%);
font-size: 1.5rem;
line-height: 1.5rem;
}

/* Custom Button Color for Begin Video Visit */
.button.nextstep.telemedfdi {
background-color: hsl(327.9,100%,39.6%);
}

/* Custom Background Color for Begin Video Visit Text */
span.vvalertmsg {
color: #b20057;
background-color: yellow;
}

/* Custom Placement of Send Button for AMR Pages */
input.button.amr {
	width: 100%
}

/* Calendar for Open Scheduling */
@media only screen and (max-width: 699px) {
div.setOfStepsContainer div.openingsControls .filterControlContainer, div.setOfStepsContainer .progressbar {
/*  display: none; */} 
}

/* Secondary Positive Button Color */
.button.secondary.positive {
background-color: #FFFFFF;
color: #003769;
}

/* Active Secondary Positive Button Color */
.button.secondary.positive:hover, .button.secondary.positive:active {
  background-color: #e6ebf0;
  color: #003769;  
}
  
/* Mobile Postlogin Background Color */
#_BrandingSettings-Colors {
--WPColor-ThemedFadedContainerBack:rgba(148, 197, 227, 1);
}

/* Open Scheduling Widget Vertical Size Fix */
#openSchedulingFrame.customwidget {
height: 100%;
}

html body.embedded .stepContainer {
height: 100%;
}

/* Style Customization for FAQ Page */
span.red {
color: red;
}

span.monte {
color: #d0006c;
}

span.blue {
color: #94c5e3;
}

/* Style Customization for Error Message */
span.emergencytext {
color:red;
}

h2.schedulingstoppedtitle.header {
font-weight: Bold;
color: #003769;
}

/* Instamed Implementation */
body #extPmtPageFrame {
height: 100rem;
width: 80rem;
}
body #guestPay-content #extPmtPageFrame {
height: 100rem;
width: 80rem;
overflow-y: visible;
}
body #guestPay-content .formbuttons {
margin-bottom: 5rem;
}

/* PrinterHeader Logo Size Correction */
img[src="MontefioreEinstein_Logo_Revised_2022_RGB.png"] {
	width: 25%;
	height: auto;
}

/* Disable Mobile Option for Paperless Billing */
/*p.prettycheck.container {
	display: none;
	}*/
	
/* Display Medication Notice */
div.right.buttonListContainer.noprint {
	<p> Check your medication container to see if you have refills remaining before making this request. </p>
}

/*Style Customization to Turn Hyperlink Black */
span.blacktextrequest a {
	color:black;
}