﻿/* 814 lines deleted to remove old branding pre-homepage redesign.  MHS backup of this file is on the desktop */
/* 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. */

/*Generic Classes*/
.hidden {
	display: none !important; 	/*Necessary because of the way Firefox insists*/
} 	                         	/*on drawing "hidden" elements with borders*/
/*.printonly,*/ /*This is to show Estimate Includes/Excludes myChart screen MHS */
.printheader,
.printfooter {
	display: none;			/*Only shows in print mode*/
}
.bold     {font-weight: bold;}
.italic   {font-style: italic;}
.gray     {color: gray;}
/*.center   {width: auto !important; margin: 0 auto !important; text-align: center;} */
.center * {float: none !important; text-align: center !important;}
.middle   {vertical-align: middle !important;}
.nodata   {margin-left: 0 !important; font-weight: bold;}
.left     {margin-left: 0 !important;	width: 50% !important;}

/*Hide customer service button for referrals */
input#custsvc_referrals {
	display: none;
}
/*Change color of forgot username and password MHS */
.login .recovery a {
color: red;
font-size: 1.25em }

/* Open scheduling button sizes */
.stepContainer .cardlist.buttonCards .card a, .stepContainer .cardlist.buttonCards .card label{        
min-height: 5.0rem;  
max-height: 5.0rem;
min-width: 20.0rem;
max-width: 20.0rem;
}

/*Open Scheduling Formatting text of buttons */

.stepContainer .cardlist.buttonCards .card .iconSubtext {
	font-weight: normal;
	font-size: 0.8em;
}

/* fix add new card in online billpay 
.card.addItem {
	width: auto !important;
}*/
/* Buttons */
a.button,
div.button,
input.button {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0.5rem 0;
	padding: 0.25rem 0.75rem;
	position: center;
	text-align: center;
	text-transform: none;
	top: 0;
	white-space: normal; /* This allows button captions to have multiple lines */
}
	 
#AddPmtMethodIFrame{
	position: relative;
}

#iFrameLoadingIndicator{
	height: 21rem;
}

#iFrameLoadingIndicator > .v-center{
	top: 10rem;
}

#extPmtPageFrame{
	border-width: 0px;
	height: 41rem; /*MHS*/
	overflow-y: hidden;
	width: 100%;
}

#iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage{
	height: 48rem;
}


#extPmtPageFrame{
	border-width: 0px;
	height: 60rem;
	overflow-y: hidden;
	width: 100%;	
}

/**** Adding code fix for upgrade to new homepage redesign keeps MemorialCare Specific Logos This work around can be removed once we get May 2021 version
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

****/

/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
  height: 35rem; }
#guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem; }
#guestPay-content #extPmtPageFrame.mobileExtPmtPage, #guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 35rem; }
@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
    height: 35rem; } }
/* Testing something please disregard */

/* End of experiment */	
	
/* Adding code to hide the fdi link and image for the hardware test for video visits - 06/01/22 LW */	
.pseudobullet.fdilink:before {
	background-image: none;
}


/* Images for the custom text on the homeprelogin.txt page 08/16/2022 LW */	
.features .icon-info{
	background-image: url("../images/quicklinks/info.png")
}
	
.features .icon-mila{
	background-image: url("../images/quicklinks/mila.png")
}
.features .icon-notes{
	background-image: url("../images/quicklinks/notes.png")
}
.features .icon-evisit{
	background-image: url("../images/quicklinks/evisit.png")
}
.features .icon-GetHelpColor{
	background-image: url("../images/quicklinks/GetHelpColor.png")
}
.features .icon-favicon{
	background-image: url("../images/quicklinks/Favicon-64.png")
}
