﻿/* BEGIN EPIC DELIVERED THEME CSS */
/* Generated by v85.0.17 */
/* BEGIN: SPECIAL HIDING PROPERTIES */
/* If you only want certain HTML content to display on mobile, tag it with an "OnlyMobile" class*/
.onlymobile,
.onlyMobile,
.Onlymobile,
.OnlyMobile {
  display: none !important;
}

/* If you want to only show content on a certain affiliate site, tag it with an Affiliate class, and then another class to unhide just for that affiliate. Use URL Rewrite an affiliate-specific override css file to do the unhiding.*/
.affiliate,
.Affiliate {
  display: none !important;
}

/* If you want to show something only when looking at your own chart, not in proxy mode, tag it with a "selfmode" class. If you want something to only show when looking at someone else's chart, use "proxymode" class. */
.proxyMode,
.proxymode,
.ProxyMode,
.Proxymode {
  display: none !important;
}

/* END: SPECIAL HIDING PROPERTIES */
.features .icon-medications {
  background-image: url("../images/quicklinks/base_medications.png");
}

.features .icon-advice {
  background-image: url("../images/quicklinks/base_medical_advice.png");
}

.features .icon-testResults {
  background-image: url("../images/quicklinks/base_test_results.png");
}

.features .icon-calendar {
  background-image: url("../images/quicklinks/base_appointments.png");
}

.billpay {
  text-align: center;
}

.affstyle {
  background-color: #007377;
  color: white;
}

.features .info {
  font-family: Arial;
  font-size: 0.8rem;
}

/* Link Color for FAQ and hyperlinks throught the Pre-Login */
a, .linkcolor, .subtle.linkcolor {
  color: #FF4438;
}

h1 {
  font-family: Gilroy;
}

h2 {
  font-family: Georgia;
}

h3 {
  font-family: Arial;
}

.button {
  font-family: Gilroy;
}

/* 
 .button.inlinesave {
	 background-color: #007377
 }

.button.nextstep,
.button.completeworkflow,
.button.primary.positive {
    background-color: #007377;
}

.button.nextstep:hover,
.button.nextstep:active,
.button.completeworkflow:hover,
.button.completeworkflow:active,
.button.inlinesave:hover,
.button.inlinesave:active,
.button.primary.positive:hover,
.button.primary.positive:active {
    background-color: #006265;
}

*/
