﻿/* Copyright 2018-2019 Epic Systems Corporation */
body {
  background: transparent url("../images/prelogin.jpg") no-repeat fixed center center/cover;
  margin: 0 auto;
  position: relative; }

#content:after {
  background: transparent url("../images/prelogin_blurred.jpg") no-repeat fixed center center/cover; }

.datatile body, .datatile #content:after {
  background: none; }
.datatile #wrap {
  top: 0 !important; }
.datatile #content {
  box-shadow: 0 0 0; }

body #wrap {
  min-width: 1152px;
  width: 66.67%; }
  @media (min-width: 1280px) {
    body #wrap {
      left: 50%;
      margin: 0 0 0 -30%; } }
  @media (min-width: 1280px) and (max-width: 1728px) {
    body #wrap {
      margin: 0 0 0 -576px; } }
  @media (min-width: 1280px) and (max-width: 1520px) {
    body #wrap {
      margin: 0 0 0 -40%;
      width: 80%; } }
  @media (min-width: 1280px) and (max-width: 1440px) {
    body #wrap {
      margin: 0 0 0 -576px; } }
body.passthru #wrap, .datatile #wrap {
  width: 100%;
  left: 0;
  margin: 0; }

body.passthru {
  background: none; }

.passthru #main {
  min-height: 100vh !important; }

#wrap {
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  max-width: 1440px; }
  body.ready #wrap {
    opacity: 1; }

#content {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  position: relative; }

#main {
  padding: 0.5rem 1.25rem 2rem; }
  #main.withSidebar {
    width: 75%; }

#sidebar {
  padding: calc(0.5rem + 6rem + 1rem) 1rem 0.5rem;
  position: relative;
  width: 25%; }

.logo {
  background: transparent url("../images/loginlogo.png") no-repeat scroll center center;
  display: block;
  height: 6rem;
  margin: 0 0 2.5rem; }
  .logo + .title h1 {
    padding: 0; }

.isPrelogin .title h1 .subjectIndicator {
  display: none; }

#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; }

#signup {
  text-align: center; }
  #signup .header {
    color: inherit;
    font-size: 0.9rem;
    font-weight: normal;
    padding: 0; }
  #signup span {
    display: block; }

#signupForm {
  position: relative; }

.badges {
  display: inline-block;
  vertical-align: bottom;
  width: 16rem;
  min-height: 38px; }
  @media (max-width: 768px) {
    .badges {
      width: 100%; } }
  .badges a {
    display: inline-block;
    margin: 0 0.25rem;
    vertical-align: bottom; }
    .badges a:first-child {
      margin: 0 0.25rem 0 0; }
    .badges a:last-child {
      margin: 0 0 0 0.25rem; }
  .badges .badge {
    width: 7.5rem;
    vertical-align: bottom;
    min-height: 38px; }

.links a, .login .recovery {
  font-size: 0.8rem; }

.links {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: calc(100% - 16rem); }
  @media (max-width: 768px) {
    .links {
      margin-top: 1rem;
      width: 100%; } }
  .links a {
    display: inline-block;
    margin: 0 0.25rem; }
    .links a:first-child {
      margin: 0 0.25rem 0 0; }
    .links a:last-child {
      margin: 0 0 0 0.25rem; }

.loginAlerts, .alertHeader {
  text-align: center; }
  .loginAlerts .card, .alertHeader .card {
    padding: 0.5rem; }

.alertHeader {
  padding: 0.75rem 0 1rem; }
  .alertHeader:empty {
    padding: 0; }

.downTimeAlert {
  margin: calc(-6rem - 1rem) 0 1rem;
  min-height: 3rem; }

.loginAlerts {
  margin: calc(-6rem - 1rem) 0 1rem;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.downTimeAlert + .loginAlerts {
  margin: 0 0 1rem;
  min-height: initial; }

#localeswitch + loginAlerts {
  margin: calc(-6rem - 1rem + 1.25rem) 0 1rem; }

.loginAlerts span, .alertHeader span {
  display: block; }
.loginAlerts img, .alertHeader img {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: 2.5rem; }

.login input {
  width: 100%; }
  .login input.button {
    margin: 0.5rem 0; }

.login .recovery {
  margin: 0.5rem 0 0;
  text-align: center; }
  .login .recovery a {
    display: inline-block;
    width: 50%; }

#footer {
  background: none;
  position: relative;
  z-index: 10; }
  #footer .mainStyle {
    padding-top: 2rem;
    width: 75%; }
  #footer .sidebarStyle {
    padding-top: 2rem;
    width: 100%; }
  #footer .mainStyle + .sidebarStyle {
    width: 25%; }

.copyright {
  display: block;
  font-size: 0.55rem;
  text-align: center;
  width: 100%; }

.copyyear {
  white-space: nowrap; }

.pretext + form {
  margin: 0.75rem 0 0; }

.formsection label + .helptext, .formsection legend + .helptext {
  margin: 0 0 0.25rem; }

#localeswitch.prelogin {
  top: -7rem; }

.lb_content {
  left: 35%;
  width: 90%; }

#LoginNoCookies {
  text-align: center; }

hr {
  margin: 1rem 0; }

.faq {
  margin: 0 0 1rem; }
  .faq ul {
    margin: 0.75rem 0 0.75rem 1rem; }
  .faq h3 {
    padding: 0.75rem 0 0; }

body > div {
  Width: auto; }

@media screen and (min-width: 768px) {
  .mobile .instantactivation, .mobile .instactconfirmation {
    background: url("../images/prelogin.jpg") no-repeat fixed center center/cover; } }

.login #submit + .spinningLoadWheel {
  margin: -2.8rem auto 1.3rem;
  display: block; }

.button.omitdisablestyling, .button.omitdisablestyling:hover {
  color: transparent; }

#captchaContainer .required::before {
  position: absolute; }

.navparent {
  overflow: hidden;
  margin: 1rem 0 0.5rem; }

.navchild {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: auto; }
  .navchild::after {
    border-bottom: 1px solid #cccccc;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    width: 1500%; }

.membertab {
  border-style: solid;
  border-width: 0.25rem 1px 1px;
  display: inline-block;
  margin: 0 -1px;
  opacity: 0.8;
  position: relative;
  width: auto; }
  .membertab.selected {
    border-style: solid solid none;
    border-width: 0.25rem 1px 0;
    margin: 0;
    opacity: 1; }

.navparent.condensed .membertab:not(.selected) .tabimg + .tabname {
  width: 0; }
.navparent.condensed .membertab:not(.selected) a {
  padding: 0.5rem;
  font-size: 1rem; }

.membertab:first-child, .membertab.selected:first-child + .membertab {
  margin: 0 -1px 0 0; }
.membertab a {
  display: block;
  font-size: 0.9em;
  padding: 0.5rem 1.25rem; }
.membertab.hover:not(.selected) {
  border-style: solid;
  border-width: 0.25rem 1px 1px;
  opacity: 1; }
.membertab a img.tabimg {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  vertical-align: middle;
  width: 2rem; }
.membertab a .tabname {
  display: inline-block;
  width: calc(100% - 2rem - 0.5rem);
  overflow: hidden;
  vertical-align: middle;
  height: 2.5rem;
  line-height: 1.25rem; }

.tabcontainer {
  border-color: #cccccc;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  margin: 3.25rem 0 0;
  padding: 0.5rem; }
  .navparent ~ .tabcontainer {
    border: none;
    margin: 0;
    padding: 0; }
  .tabcontainer .navparent {
    left: calc(-0.5rem - 1px);
    margin: 0 0 -3.25rem;
    position: relative;
    top: calc(-3rem + 1px);
    width: calc(100% + 1rem + 2px);
    padding-bottom: 0.5rem; }
  .tabcontainer .navchild {
    margin: 0; }

@media (min-width: 1280px) {
  body.liteMode #wrap {
    left: 66.6%;
    width: 33%;
    min-width: 350px;
    margin: 0 0 0 -33.33%; }
  body.liteMode #content #sidebar .formcontents {
    width: 75%;
    margin: 0 auto; }
  body.liteMode #content #sidebar {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem; }
    body.liteMode #content #sidebar .logo {
      margin-top: 1rem; }
    body.liteMode #content #sidebar .downTimeAlert {
      margin: 0 auto;
      width: 75%;
      min-height: 0; }
    body.liteMode #content #sidebar .loginAlerts {
      margin: 0 auto;
      width: 75%;
      min-height: 0;
      position: relative; }
    body.liteMode #content #sidebar .downTimeAlert + .loginAlerts {
      min-height: 0; }
    body.liteMode #content #sidebar a.button {
      margin: 0.5rem auto;
      width: 75%; }
  body.liteMode #footer .sidebarStyle {
    padding-top: 0rem;
    width: 100%; }
  body.liteMode #localeswitch.prelogin {
    top: 0rem; } }

.md_help_displayjavascripthelp #main, .md_help_displaycookieshelp #main {
  padding-left: 1.5rem; }
