﻿
/* 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. */

/* apc - Increase height of logo on login page */
body.isPrelogin .logo {
	height: 6.5rem;
}

/* apc - Home page card for MCC/Lucy */
.component.news .newscard.mychartcentral {
	background-image: url('../images/mcc_logo.png'), url('../images/logo_lucy_large.png');
	background-position-y: 20px, 80px;
}

/* apc - Home page card for shareeverywhere */
.component.news .newscard.asanteshareeverywhere {
	background-image: url('../images/share_everywhere_world_logo.png');
}

/* apc - Prelogin makeover */
.features .icon-makeover {
	background-image: url('../images/newicon.png');
}

/* apc - Prelogin statements */
.features .icon-statement {
	background-image: url('../images/Asante_statement.png');
}
/*.telehealthsummaryline > tbody > tr:nth-child(3){ 
	display: none;
}*/
