﻿/* Hide all affiliate content by default.  We use an !important modifier because longer selector paths later in this file could override this.*/
.Affiliate {
  display: none !important;
}

/* BEGIN: SPECIAL HIDING PROPERTIES */
/* 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 */
/* END: SPECIAL HIDING PROPERTIES */
div.Affiliate.MHS {
  display: block !important;
}

span.Affiliate.MHS {
  display: inline !important;
}

p.Affiliate.MHS {
  display: block !important;
}

li.Affiliate.MHS {
  display: list-item !important;
}

div.Affiliate.MHSno {
  display: none !important;
}

/*EXTERNAL PAYMENT PAGE*/
body #extPmtPageFrame {
  height: 750px;
}

body #guestPay-content #extPmtPageFrame {
  height: 38rem;
  overflow-y: visible;
}

body #guestPay-content .formbuttons {
  margin-bottom: 5rem;
}

/*USERNAME/PW RECOVERY */
.login .recovery a {
  font-size: 1rem;
  color: #e31414;
}

/*Custom Embeded Page*/
.extensibility iframe {
  width: 100%;
  height: 1000px;
}

nocodesign {
  font-size: 20px;
  color: #e31414;
}

/* AA */
html.embedded.poppedOut,
html.embedded.poppedOut > body.embedded,
html.embedded.poppedOut #wrap,
html.embedded.poppedOut #content,
html.embedded.poppedOut #main,
html.embedded.poppedOut .setOfStepsContainer,
html.embedded.poppedOut body.embedded div.setOfStepsContainer > div.slider {
  height: auto !important;
}

/* Added by MHS Software Development Team - used for the signup page*/
.confirm-box-last {
  margin-bottom: 25px;
}

#firstCheck, #secondCheck {
  position: relative;
}

/* End of Customer CSS by MHS Software Development Team */
@media screen and (min-width: 768px) {
  .mobile body.graphicHeader.instantactivation,
  .mobile body.graphicHeader.instactconfirmation {
    background: url("../images/prelogin.jpg") no-repeat fixed center center/cover;
  }
}
#graphicHeader:not(:empty) #header_logo .header_logo_link {
  background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/*added by Bernie to fix the centering logo issue*/
#content #main #locale_container.prelogin {
  float: right;
  top: 0;
  max-width: inherit;
  min-height: auto;
}

/* Added by Andrea to extend iframe for mobile only */
/* Media query for mobile */
@media (max-width: 850px) {
  .extensibility iframe {
    height: 1700px;
  }
}
/*Added by Bernie to remove the selection in KeyCare Telehealth visits- Available video visit providers */
.organizationStep .filterContainer > .filters {
  display: none;
  align-items: center;
}

/*Added by Bernie to enlarge the provider photos to stop cutting off heads */
.roundedimage {
  width: 2.5rem;
  height: 3rem;
}

.careteam.fullscreen .profileHeader .providerPhotoContainer .providerPhotoFrame {
  height: 9rem;
  width: 8rem;
  border-radius: 100%;
  background-color: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}

.careteam.fullscreen .profileHeader .providerimage.roundedimage.large {
  width: 7rem;
  height: 8rem;
}

/*added by Andrea 8-23-24 the following are styles for the pre-login page and alert container and the FAQs sections*/
.MHSALERTBanner {
  background-color: white;
  background-image: url("../images/quicklinks/info.png");
  background-repeat: no-repeat;
  background-position: 0.25rem 0.75rem;
  background-size: 1.75rem 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  padding: 0.25rem 1rem 0.75rem 1rem;
  font-size: medium;
  color: #000000;
  margin: 1rem auto;
}

.button_btn_Banner {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  padding: 0 16px;
  text-align: center;
  vertical-align: top;
  background-color: #1C85D1;
  margin: 5px 0px;
}

a.button_btn_Banner:hover {
  color: #ffffff;
  background-color: #1871b2;
}

a.button_btn_Banner:focus {
  color: #ffffff;
}

.Clearbtn {
  padding: 0 25px 0 25px; /* CLEAR Button */
  border-radius: 1.2rem;
  background-color: #081245;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

span.Clearbtn-icon-shell {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.Clearbtn-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.responsive-list-clear {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}

.responsive-list-clear buttonshell.span {
  font-size: medium;
  display: inline-block;
  padding-bottom: 0.8em;
}

.responsive-list-clear a {
  display: inline-block;
  width: 100%;
}

.responsive-list-clear li {
  padding: 10px;
  text-align: left;
}

.container-2col-list { /*container and styles for pre-login FAQs*/
  max-width: 750px;
  margin: 0 auto;
}

.responsive-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}

.responsive-list li {
  background-color: #ffffff;
  border: 1px solid #cfe1f3;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
}

.responsive-list li a {
  color: #00529c;
  display: inline-block;
  width: 100%;
}

@media (max-width: 600px) { /*Media querie edits for mobile for pre-login FAQs*/
  .responsive-list {
    grid-template-columns: auto;
  }
  .responsive-list-clear {
    grid-template-columns: auto;
  }
  .responsive-list-clear li {
    text-align: center;
  }
  .container-2col-list {
    padding: 0rem 1rem;
  }
  .Clearbtn {
    background-position: 55px center;
    max-width: 20em;
    margin: auto;
  }
  .button_btn_Banner {
    display: block;
  }
}
/*RTF with PNG in , SLG 9202792*/
.coverage-card-inner .fmtConv * {
  max-width: unset;
}

/*BVS added this to fix the display issues for the insurance cards SLG 9876218*/
.MCIDCardSide .fmtConv * {
  max-width: unset;
}

/*Andrea Rivera Estimate Self-pay hyperlink styling */
#essSelfPayMessage strong a {
  background-color: #00529c;
  padding: 6px;
  color: #fff;
  border-radius: 4px;
}

/* Andrea Rivera edit to Online scheduling filters to make them more obvious this gives the filter options a background color and stroke */
.col-3 .filtersContainer .selectionFilters .filter,
.filtersContainerFull .selectionFilters .filter {
  padding: 0.5em;
  background-color: #FEFFD0;
  border: solid #13529C 1px;
  margin-bottom: 0.25em;
  border-radius: 4px;
}

/* Andrea Rivera edit to Online scheduling filters to make them more obvious this gives the address a background color */
span.departmentAddress.subtle {
  background-color: #d8e5f1;
  color: black;
  padding: 3px;
  display: block;
  border-radius: 4px;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.cvbtn{font-family:Inter,sans-serif;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;cursor:pointer;padding:.75rem 1.5rem;border-radius:4px;}
.cvbtn-midnight{background-color:#041A55;color:#fff;border:none}
.cvbtn-midnight:hover{background-color:#2A3D75}
.cvbtn-midnight:active{background-color:#1A294D;transform:scale(0.98)}
.cvbtn-white{background-color:#fff;color:#041A55;border:1px solid #e2e8f0}
.cvbtn-white:hover{background-color:#f8fafc}
.cvbtn-white:active{background-color:#e2e8f0;transform:scale(0.98)}
.cvbtn-outline{background-color:#FFF;color:#000;border:1px solid #000}
.cvbtn-outline:hover{background-color:#F8F8F8}
.cvbtn-outline:active{background-color:#EFEFEF;transform:scale(0.98)}
.cvbtn svg{margin-right:8px}
.cvbtn-small{padding:.5rem 1rem}
.cvbtn-full{width:100%}
.cvbtn[disabled]{opacity:.6;cursor:not-allowed}