﻿/* ------------------------- */
/* Hide Patient Info - clinic header: */
/* div#info>div.content>span+p+span+p+span+p+span+p+span{
                display: none
}
 */
/* Hide Patient Info - clinic: */
/* div#info>div.content>span+p+span+p+span+p+span+p+span+p{
                display: none
}
 */
/* Adjust size cards on homepage - component.css  */
.component.news .newscard {
    width: 49%;
}

/* Add Custom cards on homepage here */
/* .component .news .newscard.pwupdate {
	padding: 1rem 1rem 1rem 1rem;
}
 */
/*Removes Customer Service e-mail link from Coverage Detail page
removed this link because these links are sending to UIHC PFS inbaskets
we have SLG 3011754 open with Epic.  We'll remove this tag once we
have a resolution to the SLG*/
#custsvc{
	display: none;	
}

/* Hide Auto Payment Plan Banner on CC sites */
div#balancesummary.section>div.cardlist>div.card>div.BalanceSummaryActionContainer{
    display: none
}

/*Hide the Related Links on the scheduling page.  If we ever need to activate these links we also need to update Stringsmanager Scheduling>Scheduling>Index>LinksSidebarTitle  */
div#sidebar>div.jqHidden>div.quickLinks.vertical.list.hoverable{
	display: none
}
/*Hide customer service email link on Account Card on the Billing Account Summary page*/
.ba_card_actions_link:last-child{ 
	display: none
}

/*Hide Service Area email link on Account Card on the Billing Account Summary page*/
.ba_card_header_saLabel.ba_card_header_saLabel_saName{ 
	display: none
}

/*Notification Setting offer text message notification options*/
#smsSignupForm{ 
	display: none
}

/*Remove Email icon from sidebar on Billing Details page*/
div.ba_details_sidebar_icon{
	display: none;
}

/*Hide COVID-19 Vaccine Location Label and Value*/
div#vaccineStatusSubtext>div:nth-child(4)>div.vaccineDetailLabel{
display: none;
}

div#vaccineStatusSubtext>div:nth-child(4)>div.vaccineDetailValue{
display: none;
}
	

/*
.component .news .newscard.upgrade {
	background-position-x: 20px 
	background-image: url("../images/construction2.png"); 
}*/


/* Add Custom bullet point for on the login page */
/*
 #features .icon-yield {
   background-image: url("../images/icon_yield.png"); }
*/

/*Invite Proxy Button*/
#invitenewproxybutton{
	font-size: 18px;
    margin-top: -15px;
    width: 30%;
}

.pedigreeIcon{
	display: none;
}