﻿/* Copyright 2018 Epic Systems Corporation */
/* #region Component */

/* Theming Overrides */
.button.completeworkflow, .button.completeworkflow:focus, .button.completeworkflow:hover {
  background-color: #003399;}
.button, .button:focus, .button:hover, ul.MessageList.list.hoverable.collapsible .SingleMessage .ReplyButton a.button {
  background-color: #003399;
  color: #ffffff;}
a, .linkcolor, .subtle.linkcolor {
  color: #003399;}
h1, h2, h3, h4, .header, .heading, .hover a.header:focus, .hover a.header:hover, .hover a.heading:focus, .hover a.heading:hover, .titlebar, .sectionheader, .formsection > legend, table thead tr {
  color: #003399;}
.bodyTextColor {
  color: #333;}
#header:not(:empty).header_graphic .header_color {
  background-image: linear-gradient(90deg,#003399 0%,#3399cc 100%);
  position: absolute;
  width: 100%;}
.feedItem a.primary.primary, .feedItem a.secondary.primary {
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  background-color: #003399;}  
.button.nextstep, .button.nextstep:focus, .button.nextstep:hover {
  background-color: #003399;}
#main .back .button, .Popup li.previouspage .previouspage.button {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: currentColor;
  color: #003399;}
#main .alert-notice {
	background: #ffe8e8; 
	border: 2px solid #CCCCCC; 
	padding: 10px; 
	text-align: left;
	margin-top: 3.5rem;	
	margin-bottom: 3rem;
	color: black;
	font-size: 95%;
}
#main .alert-notice .header {
	padding: 0px;
	text-align: center;
	color: #d80000;
	font-size: 110%;
	font-weight: bold;
}
#careteamWrapper .linkwrapper .jumpArrow {
  width: 1rem;
  height: 1rem;
  fill: #003399;}
.feedItem a.tertiary .tertiaryLabel {
  line-height: 36px;
  color: #003399;}
.feedItem a.primary.secondary, .feedItem a.secondary.secondary {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #003399;
  color: #003399;}

.component .news .newscard.videoVisits {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/logo.png"); }
.component .news .newscard.careEverywhere {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/access_immunizations.png"); }
.component .news .newscard.devices {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/appointments.png"); }
.component .news .newscard.mobileApps {
  background-position-x: 20px /*rtl:calc(100% - 20px)*/;
  background-image: url("../images/mobile_tile.png"); }

.iconSubtext {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  font-weight: normal; }

.cardlist.buttonCards .card {
  font-weight: bold;
  margin: 0 0.5% 0.5rem;
  min-height: 2.5rem;
  min-width: 9rem;
  text-align: center;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available; }

.iconLabel {
  font-weight: bold;
}

.feedItem .visitDetailsLayout .visitDate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0.5rem 1rem;
  color: #003399;
}

.feedItem a.tertiary svg, .feedItem a.tertiary img {
  max-height: 30px;
  max-width: 30px;
  margin-right: 0.5rem;
  fill: #003399;
  color: #003399;
}

/*.quickLinks.vertical a[data-id="newproviderbutton"] { */
/*    display: none; */
/*} */

body.md_openscheduling_index {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  background: none !important;

  [id$="2101171001"] {
      display: none !important;
  }
}

/*External Payment Page Configuration */

body #extPmtPageFrame {
	height: 550px;
}

body #guestPay-content #extPmtPageFrame {
	height: 38rem;
	overflow-y: visible;
}

body #guestPay-content.formbuttons {
	margin-bottom:5rem;
}
	

