﻿div.Affiliate.mychart  {display: block;}

span.Affiliate.mychart {display: inline !important;}

p.Affiliate.mychart {display: block !important;}

.component .news .newscard.shareEverywhere {
    background-position-x: 20px/*rtl:calc(100% - 20px)*/;
    background-image: url(../images/share_everywhere_patient.png);
}

/*Currently hiding all the scheduling page links b/c they're evisit and open scheduling--stuff we haven't turned on for the collab yet.*/
.md_scheduling_index #sidebar .quickLinks {
	display:none;
}

/* Hide all affiliate content by default.  We use an !important modifier because longer selector paths later in this file could override this. */
.Affiliate {display: none;}
/* 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;
}

/* 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 {
    display: none !important;
}
/* END: SPECIAL HIDING PROPERTIES */


/*chc+48 12/5/2018 JIRA#: OPT-10271 override for external payment page line
/**** ExternalPayment.css ****/
#extPmtPageFrame {
	border-width: 0px;
	height: 23.5rem;
	overflow-y: hidden;
	width: 100%;
}

	#iFrameLoadingIndicator.mobileExtPmtPage,
	#extPmtPageFrame.mobileExtPmtPage {
		height: 32rem;
	}

/* Make external page have more height on responsive as well as mobile*/
@media only screen and (max-width: 768px) {
	#iFrameLoadingIndicator,
	#extPmtPageFrame {
		height: 32rem;
	}
}

/**** ExternalPayment.css ****/
/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
	height: 21rem;
}

	#guestPay-content #iFrameLoadingIndicator .v-center {
		top: 5rem;
	}

	#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
	#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
		height: 24.5rem;
	}
@media only screen and (max-width: 768px) {
	#guestPay-content #extPmtPageFrame,
	#guestPay-content #iFrameLoadingIndicator{
	}
}

@media only screen and (max-width: 768px) {
	#guestPay-content #extPmtPageFrame,
	#guestPay-content #iFrameLoadingIndicator {
		height: 24.5rem;
	}
}

body.embedded {
            background: white;
}
body.embedded #content::after {
            background: white;
}
/*
#graphicHeader:not(:empty) #header_logo .header_logo_link {
  background: transparent url("../images/logo.png") no-repeat scroll center/contain;
  display: block;
  height: 100%;
  width: 100%;
}
*/

#getCodeCard>.logo {
    height: auto;
}