﻿/* 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. */
/*Add billing info to prelogin page */
#features li:nth-child(5):before {
	background: rgba(0, 0, 0, 0) url("../images/quicklinks/paperless.png") no-repeat center center;
}

/*Make request activation link a button */
html body.loginPage div#wrap div#content div#sidebar div.posttext a {
	background-color: #0033A0;
	border: none;
	display: block;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5rem;
	text-transform:uppercase;
	text-align:center;
	color: #ffffff;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	width: max-width;
}

/*Make billing requuest a button */
html body.isInside div#wrap div#content div#main p.noprint a {
	background-color: #0033A0;
	border: none;
	display: block;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5rem;
	text-transform:uppercase;
	text-align:center;
	color: #ffffff;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	width: 300px;
}
.features .icon-medrecord {
	background-image:url('../images/medrecord.svg');
	background-position-y: 20px, 80px:
	}
	.features .icon-helprecord{
	background-image:url('../images/help.png');
	background-position-y: 20px, 80px:
	}
.features .icon-inforecord{
	background-image:url('../images/inforecord.png');
	background-position-y: 20px, 80px:
