﻿
/* This points the CareNow and the Here and Ready tile on the MyChart login splash page to the correct logo image*/
.features .icon-carenow {
    background-image: url("../images/quicklinks/C_Cottage_CareNow.png"); }

.features .icon-hereandready {
    background-image: url("../images/quicklinks/UC icon.png"); }

/*This is to fix the issue in Sherlock 4976071 where when you click sign in from a pay as guest activity the logos were getting smashed together*/	
a.logo {  
background-size: contain;
}

/*This is to customize the loading heart to be our care now image*/
.loadingHeart, .loadingHeart:after, .loadingHeart:before {
    animation: none;
}


/*Configures the tiles at the bottom of the home page. */
.component .news .newscard.videoVisits {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/C_Cottage_CareNow.png"); }
.component .news .newscard.careEverywhere {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/logo_careeverywhere.png"); }
.component .news .newscard.devices {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/devices.png"); }
.component .news .newscard.urgentCare {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/UC icon.png"); }

 /*This adds the result type column back in.*/ 
  .section .chart .tableWrapper table tr .fixed.name {
  opacity: 1;
}

/* To solve display issue in SCTASK0209854 (Adapated from Epic's documentation here: https://galaxy.epic.com/Search/GetFile?url=1!68!100!100134021&rank=1&queryid=92438476&docid=145638) */
#extPmtPageFrame, #visitpayment-content #extPmtPageFrame, #visitpayment-content
#iFrameLoadingIndicator {
	height: 40rem;
}

#guestPay-content #extPmtPageFrame, #guestPay-content #iFrameLoadingIndicator {
height: 40rem;
}
@media only screen and (max-width: 825px) {		/* INC0526651 / SLG 8178660: added .mobileExtPmtPage, #guestPay-content #extPmtPageFrame, */
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator,
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
height: 60rem;
}
}

/* End change for SCTASK0209854 */

/* start change for SCTASK0312115 */
body.md_react_index span.disclosureButtonText {
	font-weight:bold;
}
/* end change for SCTASK0312115 */


.extensibility iframe {
	height:900px;
}