﻿/********************************************************************************************/
/*Hides the Find a New Provider option */
/********************************************************************************************/
#providerworkflow > div > div.row.cardlist.shortcards.list.hoverable > a.card.addItem.hasAddMessage {
	display:none;
}

#reasonforvisitworkflow > div > div.row.cardlist.shortcards.list.hoverable > a.card.addItem.hasAddMessage {
	display:none;
}

/********************************************************************************************/
/*Prevents logo from being overwritten by Kuiper issue Q-6173937 */
/********************************************************************************************/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/********************************************************************************************/
/*BEGIN:  Hide Schedule Appointment section of End of Life Planning page */
/********************************************************************************************/
.jumbotron-actions-container{
	display:none;
}
/********************************************************************************************/
/*END:  Hide Schedule Appointment section of End of Life Planning page */
/********************************************************************************************/
