﻿/* 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. */

/*  updated per sherlock 4942988 20200728 iss.fjb*/
/*.button, .button:focus, .button:hover, ul.collapsible.hoverable.list.MessageList .SingleMessage .ReplyButton a.button {
	background-color: hsl(197.8,42%,34.5%);
}*/
.button, .button:focus, .button:hover, ul.collapsible.hoverable.list.MessageList .SingleMessage .ReplyButton a.button {
	background-color: #1F334F;
}
/*  updated per sherlock 4942988 20200728 iss.fjb*/
/*.nextstep.button, .nextstep.button:focus, .nextstep.button:hover {
	background-color: hsl(197.8,42%,34.5%);
}*/
.nextstep.button, .nextstep.button:focus, .nextstep.button:hover {
	background-color: #1F334F;
}

/* added style below to change Test Hardward button for VV to yellow 20200409 iss.fjb*/
#startvideovisit {background-color: #FFFF00; color: #363636;}

/* added new News component iss.fjb 20180703*/
.component .news .newscard.evisits {
  background-image: url("../images/evisitsDMG.jpg");
}

/* added color changes below sherlock #4269068  20190208 iss.fjb */
.stepContainer .openingsData .subslotslist.pm .slotdetailaction, .stepContainer .openingsData .slotdetailaction.pm {
            background-color: #33677d;
}
 
.stepContainer .openingsData .slotslist .slotdetailaction{
            background-color: #33677d;
}

/*added below to remove OMW button from DMG's site 20200226 iss.fjb */
#sidebar > div.jqHidden > div > a[href="/MyChartTSTOLD/Scheduling/OnMyWay/PostLogin"] {
  display: none;
} 

/*added below to move Submit button higher in Guest Pay*/
#guestPay-content
#extPmtPageFrame, #guestPay-content
#iFrameLoadingIndicator {
	height: 21rem !important;
}
/*added below to move subit button in mobile Pay*/
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator {
	height: 1rem
}







/*--------------------- begin OS customizations -----------------------*/

/*changed height to 600px to per SLG 4269710 on 20190613 iss.fjb*/
@media only screen and (min-width:710px) {
body.embedded .stepContainer {
	
	height: 600px !important;
}
}




/*--------------------- end OS customizations -----------------------*/

/* BEGIN EPP IFRAME RESIZE */
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
height: 21rem !important;
}
 
#extPmtPageFrame{
border-width: 0px;
height: 40rem;
overflow-y: hidden;
width: 100%;
}
#payment-content #extPmtPageFrame,
#payment-content #iFrameLoadingIndicator {
  height: 40rem
}
/* END EPP IFRAME RESIZE */