﻿/* BEGIN EPIC DELIVERED THEME CSS */
/* BEGIN: SPECIAL HIDING PROPERTIES */
/* If you only want certain HTML content to display on mobile, tag it with an "OnlyMobile" class*/
.onlymobile, 
.onlyMobile, 
.Onlymobile, 
.OnlyMobile {
    display: none !important;
}  

/* If you want to only show content on a certain affiliate site, tag it with an Affiliate class, and then another class to unhide just for that affiliate. Use URL Rewrite an affiliate-specific override css file to do the unhiding.*/
.affiliate,
.Affiliate {
    display: none !important;
}

/* If you want to show something only when looking at your own chart, not in proxy mode, tag it with a "selfmode" class. If you want something to only show when looking at someone else's chart, use "proxymode" class. */
.proxyMode,
.proxymode,
.ProxyMode,
.Proxymode {
    display: none !important;
}
/* END: SPECIAL HIDING PROPERTIES */


/* END: CONFIGURABLE BACKGROUND COLOR AND BACKGROUND IMAGE */

/* 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. */


/* =============================
Waitlist link changed to button-MLE 4/4/18
============================= */

.md_visitdetails_index div.waitlist div.updatewaitlistlink {
    width: auto;
	padding: 6px;
    background-color: #4168e7;
}

a#updatewaitlist.link {
	color:#FFFFFF;
}

/* ===============================
Removal of website Find Care Now sidebar button
 - CPS 10-21-2020
================================== 
[data-id="onmywaybutton"] {
	display: none !important;
}
*/

/* =============================
fix external billing page JC 2/12/19
 ============================= */
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
	min-height: 40rem;
}

/* ===================================
fix external billing page JC 4/23/24
 ================================== */
 
#extPmtPageFrame {
	min-height: 40rem;
}

/* =============================
Add background image to instant activation page so looks better on computer screen MLE
============================= */

.mobile .instantactivation,
.mobile .instactconfirmation {
		background: url(../images/stph/prelogin.jpg) no-repeat fixed center center / cover;
}

/*add border to estimate alert MLE*/
#essProminentWarnings .essInfoCard {
	border:5px;
	border-style: solid;
	border-color:#DF004F;
}

/* =============================
Change width of megae 3 column menus MLE
============================= */	
#menu .submenu.columns_3 {
width: 380%; 
}

/* ===============================
Removal of website mobile check-in
banner button - JPC 8-19-2020
================================== */

#main > div.popupOwner > div.selfArrivalBanner {
	display: none;
}

#main > div:nth-child(3) > div.Visits.template > div > div > div > div > div.visitcomponent.upcomingvisits.notoolbar > div.content > div.listsection.timeLine > div > div.timeLineDetails.grid > ul > li.soonvisits.card.insulated.col-12.hasArrivalBanner > div.selfArrivalBanner {
	display: none;
}



 @media screen and (min-width: 1301px) {
 #header:not(:empty).prelogin {
display: none;
}
 }

/*==================================
hide paperless billing banner 
7/20/22 JC
===================================*/

#myo-paperless-billing {
	display: none !important;
}