﻿/* 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. */

/* BEGIN: LNAGY - Pay as Guest page issue */
#guestPay-content #extPmtPageFrame {
    height: 38rem;
    overflow-y: visible;
}
#guestPay-content .formbuttons {
    margin-bottom: 5rem;
}
#extPmtPageFrame,#iFrameLoadingIndicator.mobileExtPmtPage,
#extPmtPageFrame.mobileExtPmtPage{
    height: 50rem;
}
/* END: LNAGY - Pay as Guest page issue */

/* BEGIN: LNAGY - What's new */
.component .news .newscard.videoVisits {
	background-image: url(../images/i_MyChart_billing1.png);
}
.component .news .newscard.devices {
	background-image: url(../images/i_MyChart_apptList1.png);
}
.component .news .newscard.careEverywhere {
	background-image: url(../images/i_MyChart_NewCiak.png);
}
/* END: LNAGY - What's new */

/* BEGIN: LNAGY - Terms and Conditions page */
.terms div {
    padding-top: 10px;
}

.terms ol {
	padding: 10px !important;
	display: block;
	list-style: none;
}

.terms ul {
	list-style: inside;
}
/* END: LNAGY - Terms and Conditions page */

/* Hiding customer service button on coverage page RJS*/
input#custsvc_coverage{display: none;}

/* Updating font color text for Favorites Card RJS*/
#scheduling-workflow > div:nth-child(2) > div > div.banner > h2{
color: #ffffff;
}

/* Hiding 'Review Later' button on e-checkin DS */
body.md_echeckin_index input.button.sign-later {
	display: none !important;
}

/* echeck-in */
body.md_echeckin_index .documentpopup input._esigFreeTextReq, 
body.md_echeckin_index ._esigOptionListOuterReq {
   border: 2px solid red !important;
}

