﻿/* 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. */
}

.hm-group .card .buttonList .button.btnMarkAsComplete, .hm-group .card .buttonList .button.btnRequestAppt {
   opacity: 1;
}
.card .buttonList .button
{
	opacity: 1;
}
.customerservice {
    display: none;
}

#ba_card_actions_link {
	display: none;
}
/* BEGIN: HPI questionnaire formatting */ 

/* END: HPI questionnaire formatting */
/* 

BEGIN Trust Commerce Settings

.ba_card_status_payLinks {
	display: none;
}
.BalanceSummaryPayButtonGrouped {
	display: none;
}
#payment {
	display: none;
}

END Trust Commerce Display Settings
*/

.component .news .newscard.newlook {
  background-image: url("../images/loginlogo-mobile.png");
}

/* Trust Commerce Custom Payment Button 
a.mmc_tc_button {
    background-color: #3B7CC9;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

End Trust Commerce Custom Payment Button
*/

/* overriding margin of 0.5em Change to 2.5em to avoid overwriting */
ul.MessageList .MessageSummary span {
	margin: 0 3.5em;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#menu .submenu.columns_3 {
  width: 425%;
}
#account {
  width: 11%;
  max-width: 11%;
  padding: 0;
  position: absolute;
  right: 0;
}	
/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator{	
	height: 27rem;
}
#AddPmtMethodIFrame {
  position: relative; }

#iFrameLoadingIndicator {
  height: 27rem; }
  #iFrameLoadingIndicator > .v-center {
    top: 10rem; }

#extPmtPageFrame {
  border-width: 0px;
  height: 29rem;
  overflow-y: None;
  width: 100%; }

#iFrameLoadingIndicator.mobileExtPmtPage, #extPmtPageFrame.mobileExtPmtPage {
  height: 32rem; }

@media only screen and (max-width: 768px) {
  #iFrameLoadingIndicator, #extPmtPageFrame {
    height: 32rem; } }
    .md_scheduling_index .warning {
	background: #F7E8EC url(../images/alert.png) no-repeat .5rem .3rem;
	box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.2);
	color: #A4123F;
	padding: .5rem .5rem .5rem 3rem;
	border-radius: 4px;
	margin-bottom: 20px;	
}	
/* BEGIN: Replace standard signup button with UCD's signup landing page */
.loginPage #sidebar .signup {display: none;}
/* END: Replace standard signup button with UCD's signup landing page */
#signupoptions .card {
 height:9rem;
 }

.md_visitdetails_index .telemedicine, .md_visitdetails_index .visitactionbanner {
  background-color: yellow }	
/* Hiding Video Visit Start and Test Buttons */
/* a#startvideovisit.button.nextstep {
    display: none;
} */

/*BEGIN: hide related Quick Links in Financial Assistance page sidebar*/
.md_financialassistance_index .quickLinks.vertical.list.hoverable {
    display: none;
}
/*END: hide related Quick Links in Financial Assistance page sidebar*/

/* BEGIN: hide UCD service area on Estimates page */
div.card.clickable.essServiceAreaCard.col-4[data-eafid="100"]{
	display: none;
}
/* END: hide UCD service area on Estimates page */

/* BEGIN: hide CRM message link on failed estimates generation page */
#essEstimateFailed .button.autowidth {
    display: none;
}
/* END: hide CRM message link on failed estimates generation page */

/* BEGIN: patient initiated arrival banner and button */
.selfArrivalBanner{
	display: none;
}
/* END: patient initiated arrival banner and button */
/* BEGIN: body background style */

a, .linkcolor, .subtle.linkcolor {
  text-decoration: underline;
  text-underline-offset: 3px;
   font-weight: bold;
   }
	/* END: body background style */

	
 #graphicHeader:not(:empty) #header_logo .header_logo_link {
      background: transparent url("../images/logo.png") no-repeat scroll center/contain;
      display: block;
      height: 2.5rem;
      width: 100%; }
.button1 {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #3B7CC9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  color: #ffffff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  white-space: normal;
}
.button1:hover {
  background-color: #3B7CC9;
  color: white;
}

