﻿/* 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. */
@import url("https://health.ucdavis.edu/assets/css/mychart/widgets.css");
a.UCDbutton,
div.UCDbutton,
input.UCDbutton {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display:inline;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin: 0.5rem 0;
	padding: 0.25rem 0.75rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}
.UCDbutton,
.UCDbutton:focus,
.UCDbutton:hover,
a.UCDbutton {
	background-color: #022851;
	color: #c99700;
}


.UCDbutton:not(.buttoncheck),
.UCDbutton:not(.buttoncheck):focus,
.UCDbutton:not(.buttoncheck):hover,
ul.MessageList.list.hoverable.collapsible .SingleMessage .ReplyButton a.button {
	background-color: #022851;
}
/* Back Button */
#main .back .button,
.Popup li.previouspage .previouspage.button {
	background-color: #022851;
	border-color: currentColor;
	color: #FFFFFF;
}

.customerservice {
    display: none;
}

/* 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;
}

	
/**** 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%; }
	
#main .back .button:focus,
#main .back .button:hover {
	background-color: #c99700;	
}

#features {
	list-style: none;
	padding: 0 0 1rem;
}

	#features li {
		padding-left: 75px;
		background-repeat: no-repeat;
	}

	#features .icon-advice {
		background-image: url("../images/quicklinks/medical_advice.png");
	}

	#features .icon-testResults {
		background-image: url("../images/quicklinks/test_results.png");
	}

	#features .icon-medications {
		background-image: url("../images/quicklinks/medications.png");
	}

	#features .icon-calendar {
		background-image: url("../images/quicklinks/appointments.png");
	}

	#features .info {
		font-size: 0.9rem;
	
	}
	#features .icon-video-visit {
		background-image: url("../images/quicklinks/video_visit.png");
	}
	#sidebar {
	background-color: white;
	color: #606060;
}
/* Main Body */
#menu .submenu.columns_3 {
  width: 425%;
}

div#calendar {
  display: inline-block;
  height:260px;
  margin-right: 150px;
}

#account {
  width: 11%;
  max-width: 11%;
  padding: 0;
  position: absolute;
  right: 0;
}
	
    .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;
}

.qnr-container .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;
}
.selfTriage .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;
}

.questionnaire {
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;
 }

/* BEGIN: Remove login widget's default signup button */
.embedded .isPrelogin .signup {
	display: none;
}
/* END: Remove login widget's default signup button */ 

/* BEGIN: Keep Open Scheduling widget's default signup button */
.embedded .isPrelogin div.slotDetailsContainer .signup {
    display: inherit;
}

/* END: Keep Open Scheduling widget's default signup button */ 

/* BEGIN: override login widget's styling to match marketing login page */
.embedded .isPrelogin #content #main {
    margin-top: 20px;
}
.embedded .isPrelogin #content #main .login .formcontents .ghostInput input.jsreq {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccd4e0;
    background-color: #f7f7f7 !important;
}
.embedded .isPrelogin #content #main .login .formcontents > div:nth-child(3) {
    margin-top: 10px;
}
.embedded .isPrelogin #content #main .login .formcontents input.button.tall.jsreq.completeworkflow {
    background-color: #002855;
    border-radius: 5px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.embedded .isPrelogin #content #main .login .formcontents input.button.tall.jsreq.completeworkflow:hover {
    background-color: #0081a1;
}
.embedded .isPrelogin #content #main .login .formcontents .recovery {
    display: flex;
    justify-content: space-between;
}
.embedded .isPrelogin #content #main .login .formcontents .recovery > a {
    font-size: 16px;
    font-weight: 400;
}
.embedded .isPrelogin #content #main .login .formcontents .recovery > a:after {
    content: none;
}
.embedded .isPrelogin #content #main .posttext a.button.tall.newworkflow {
    width: 100%;
    color: #002855;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 25px;
    text-decoration: none;
    background: none;
    border-radius: 5px;
    border: 2px solid #002855;
    transition: all 0.3s ease 0s;
}
.embedded .isPrelogin #content #main .posttext a.button.tall.newworkflow:hover {
    border-color: #0081a1;
    background-color: #0081a1;
    color: #ffffff;
}
.embedded .isPrelogin #content #main .posttext > a:nth-child(2) { 
    border: none !important;
    margin-top: 7px !important;
    margin-bottom: 0 !important; 
}
.embedded .isPrelogin #content #main .posttext > a:nth-child(2):hover { 
    border: none !important;
    background: none !important;
    color: #0081a1 !important;
    text-decoration: underline !important;

}
.embedded .isPrelogin #main #footer {
    display: none;
    margin-top: 0 !important;
    text-align: center;
    font-size: 10px;
}
.embedded .isPrelogin #main #footer a {
    font-weight: 400;
    color: #999;
    font-size: 12px !important;
}

/** IE sign in button style **/
.embedded .isPrelogin #content #main #noCookiesButton {
    background-color: #002855;
    border-radius: 5px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.embedded .isPrelogin #content #main #noCookiesButton:hover {
    background-color: #0081a1;
}

/** Error Styles **/
.embedded .errorpage.isPrelogin {
     background: #ffffff !important;
}
.embedded .errorpage.isPrelogin #content #main {
     width: 375px;
}
.embedded .errorpage.isPrelogin #content #main h1 {
    color: #002855 !important;
    font-size: 1.315em;
    font-weight: 500;
    margin: 25px 0 0;
    padding: 0;
} 
.embedded .errorpage.isPrelogin #content #main p {
    color: #666666;
    font-size: 1em;
    font-weight: 400;
    margin: 5px 0 25px;
    padding: 0;
}
/* END: override login widget's styling to match marketing login page */

/*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 Video Visit buttons and add other customizations*/
*/

/*END: hide Video Visit buttons and add other customizations*/

.md_visitdetails_index .telemedicine, .md_visitdetails_index .visitactionbanner {
  background-color: yellow }

/* BEGIN: bold and underline links */
a:hover {
  text-decoration: underline;
}
/* END: bold and underline links */

/* BEGIN: hide MMC service area on Estimates page */
div.card.clickable.essServiceAreaCard.col-4[data-eafid="700"]{
	display: none;
}
/* END: hide MMC 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: enable image printing (turned on for corrective lens rx provider signature - SLG 5366441) */
img[src*="showfile"]:not(.rtf){
    display: inline-block !important;
    width: auto !important;
}
/* END: enable image printing */
/* BEGIN: body background style */

a, .linkcolor, .subtle.linkcolor {
  text-decoration: underline;
  text-underline-offset: 3px;
    color: #022851;
   }
	/* END: body background style */

@keyframes kfHSHSCallVolumeReduction {
from {color: red;}
to {color: black;}
}
.myHSHSCallVolumeReduction {
animation-name: kfHSHSCallVolumeReduction;
animation-duration: 1s;
animation-iteration-count: infinite;
font-weight: bold;
color: red;
}
@keyframes UCDCallVolumeReduction {
from {color: white;}
to {color: red;}
}
.UCDCallVolumeReduction {
animation-name: UCDCallVolumeReduction;
animation-duration: 1s;
animation-iteration-count: infinite;
font-weight: bold;
color: red;
}
	/* START: Updating login logo */
  #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%; }
	/* END: Updating login logo */
	
.embedded .isPrelogin #browser_error p#error_details {
      font-size: 16px;
      line-height: 24px;
}
.embedded .isPrelogin #browser_error .browser_list {
      font-size: 16px;
      line-height: 24px;
      margin-left: 0;
}
.embedded .isPrelogin #browser_error .browser_list .browser_item .browser_label {
      padding-top: 15px 0 0;
}

.embedded .isPrelogin #browser_error .browser_list .browser_item .browser_label a.browser_link {
      font-size: 16px;
}
/* START: Print Button for Auto Refill Acknowledgement */
input[type="button1" i] {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #022851;
  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;	
}
input[type="button1"]:hover{
		border:1px solid black;
		background-color:#022851;
	}
/* END: Print Button for Auto Refill Acknowledgement */

/* Messaging Disclaimer Extender */

