﻿/* 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. */

/* START: MS CUSTOM CSS*/

/* AFFILIATE CONFIGURATION */

/* Hide anything tag with an Affiliate class */
.Affiliate {display: none !important;
			visibility: hidden !important;}

/* Show content for just this affiliate. An !important modifier is needed to override the !important modifier above. */
div.Affiliate.mountsinai  {display: block !important; visibility: visible !important;}
span.Affiliate.mountsinai  {display: inline !important; visibility: visible !important;}
p.Affiliate.mountsinai  {display: block !important; visibility: visible !important;}
li.Affiliate.mountsinai  {display: list-item !important; visibility: visible !important;}
h1.Affiliate.mountsinai  {display: block !important; visibility: visible !important;}

 .features .icon-video {
    background-image: url("../images/quicklinks/video_visit.png"); }
	
 .features .icon-bell {
    background-image: url("../images/quicklinks/notifications.png"); }


/*Adding list style formatting to OnDemand initial page pre-text bulleted list*/
.MsOdVvUl {
	padding: 0 0 .5em 2em;
	list-style-type:disc;
}

/*adding spacing between Warning title and NoLicensure text*/
.MsOdVvNoLicensedProv {
	padding-top: 1rem;
}

/*aligning the NoLicensure start image with the text appropriately*/
.MsOdVvNoLicensedProv .img{
	background-image: url(../images/star.png);
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	margin-left: -25px;
	margin-top: -3px;	
}

/*adding styling to estimates customer service button */
.estimatesButton {
	display: inline-block;
}

/*by default adding the hover card attributes to the Create a new estimate card, since Epic doesn't apply the hover class appropriately*/
.md_estimates_startestimate .card {
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
	background-color: #ffffff;
	border-color: transparent;
}

.md_estimates_startestimate .card:hover { 
	text-decoration: none;
	background: #ebf8fd;
}

.appointmentWarnings.card.helptip {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D73E98;
}

/*Adding style to the Provider Selection title during OnDemand VV*/
.videoSelection {
	margin-left: 35px;
}

/* Old Content for EPP Trustee Premier - keep until transition is complete


#extPmtPageFrame, #visitpayment-content #extPmtPageFrame, #visitpayment-content
#iFrameLoadingIndicator {
height: 40rem;
}

#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
height: 40rem;
}

@media only screen and (max-width: 825px) {
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator,
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
height: 60rem;
}
}
/* End of old content for EPP Trustee Premier - - keep until transition is complete */

/* New content for transition to EPP Waystar */

body #extPmtPageFrame {
	height: 550px;
}
/* End new content for transition to EPP Waystar */

