﻿/* 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;
}
/* Show content for this affiliate. An !important modifier is needed to override the !important modifier in the line above. */
div.Affiliate.OHNMyChart{
	display: block !important;}
span.Affiliate.OHNMyChart{
	display: inline !important;}
p.Affiliate.OHNMyChart{
	display: block !important;}
li.Affiliate.OHNMyChart{
	display: list-item !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 *//* Hide all affiliate content by default.  We use an !important modifier because longer selector paths later in this file could override this. */

/* =============================
Logos- MLE 1/21/21
============================= */


html #graphicHeader:not(:empty) #header_logo .header_logo_link {
    background: transparent url(../images/logo.png) no-repeat scroll center/contain;

}

/* =============================
Add background image to instant activation page so looks better on computer screen MLE
============================= */


div#getTokenCard.card div.logo{
	background-image:none;
}

div#getCodeCard.card div.logo {
	background-image: none;
}



/*=================================
correct position on login alert box- MLE 4/6/18
====================================*/

#loginErrorMessage {
	position: relative;
}


/*add border to estimate alert MLE*/
#essProminentWarnings .essInfoCard {
	border:5px;
	border-style: solid;
	border-color:#DF004F;
}

/* =============================
Hide optional questionnaire JPC 7-1-21
============================= */

.clickable.optional.qnr_row {
	display: none !important;
}

#optional_questionnaires{
	display: none;
}

/* ===============================
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;
}

/* =============================
fix external billing page JC 2/12/19
 ============================= */
#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
	min-height: 24rem;
}

/* ===================================
fix external billing page JC 4/23/24
 ================================== */
 
#extPmtPageFrame {
	min-height: 35rem;
}
