﻿/* 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. */

/* Affiliates */
/* Hide anything tagged with an Affiliate class */
.Affiliate {display: none !important;}

/* Show content for just this affiliate. An !important modifier is needed to override the !important modifier above. */
div.Affiliate.FAmain  {display: block !important;}
span.Affiliate.FAmain  {display: inline !important;}
p.Affiliate.FAmain  {display: block !important;}
li.Affiliate.FAmain  {display: list-item !important;}

.features .icon-billing {
 background: rgba(0, 0, 0, 0) url("../images/quicklinks/Account_Summary.png") no-repeat;
}
.features .icon-proxy {
 background: rgba(0, 0, 0, 0) url("../images/quicklinks/health_record.png") no-repeat;
}
#menu .menuicon.settings:before {
 background-image: url("../images/menus/profile.png");
}
a.EditPlanLink.button.completeworkflow {
                display: none;
}
.curesact	{font-size: 12px;
			 color: #00000;
			 font-family: Source Sans Pro, Calibri, Arial, sans-serif;
			 } 

/* Changes bg color of Sign In Button */

.login input.button {
    margin: 0.5rem 0; 
	background-color: #F15D22;
	}
  
/* formatting for consents.txt - Enrollment forms */
table.enroll {
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	border-width: 1px;
}

table.enroll th {
	font-weight: bold;
	text-align: left;
}
	
table.enroll th, table.enroll td {
	padding: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: black; 
	}
	
a.request {
	font-weight: bold;
	font-size: 14pt;
}

/* prelogin page */

.links {
    width: 100%;
	}

.badges {
  margin: auto;
}

#footer .mainStyle {
  padding-top: 0rem;
}

#footer .sidebarStyle {
  padding-top: 0rem;
  width: 100%;
} 

/* formatting for language assistance home page text */
.section1557 {
			color: #363636;
			font-family: Source Sans Pro, Calibri, Arial, sans-serif;
			font-size: 10pt;
			 }
#custsvc_referrals {
   visibility: hidden;
}
#custsvc_coverage {
   visibility: hidden;
}