
/* Home Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background: #ebeced;
}

h1 {
  font-size: 36px;
  line-height: 1;
  /* font-family: elena; */
  margin: 24px 0;
  font-weight: 700;
  color: #000;
}

h2 {
  font-size: 15px;
  /* font-family: elena; */
  margin: 16px 0;
  font-weight: 700;
  color: #000;
}

p {
  font-size: 15px;
  margin: 16px 0;
  /* font-family: elena; */
}

li {
  font-size: 13px;
}

.container {
  max-width: 80rem; /* 1280px */
  background: white;
}
.logo-header {
  background-color: #69a42d;
  padding-right: 1rem;
}
.logo-header .change-healthcare-logo {
  width: 240px;
  height: 90px;
  background: url(/VAADIN/themes/chc-dark/images/palmettogba.svg) no-repeat top left;
  margin: 0;
}
.logo-header .change-healthcare-logo span {
  display: none;
}
.logo-header button {
  margin-bottom: 0;
}
.content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  /*padding-bottom: 2rem;*/
}

.home-section {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) {
  .home-section {
    margin-bottom: 0;
    padding-top: 2px;
  }
}

#home--content {
  padding-bottom: 2rem;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) {
  #home--content {
    padding: 0 1rem 2rem 1rem;
  }
  .welcome-header {
    padding: 0 1rem;
  }
}

/* #home-2 renders vertical separators */
#home--section-2 {
  /* background-image:
    none,
    none; */
  /* background-position: right, left; */
  /* background-size: 2px 4px, 2px 4px; */
  /* background-repeat: repeat-y, repeat-y; */
  /* border-top: 2px solid #ddd; */
  /*padding-top: 2px;*/
}
#home--section-2::before {
  content: ' ';
  position: relative;
  display: block;
  top: -1rem;
  height: 2px;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  /* background-image: linear-gradient(to right, #0f0f59 25%, rgba(255,255,255,0) 0%); */
  background-position: top;
  background-size: 4px 2px;
  background-repeat: repeat-x;
}
/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  #home--section-2 {
    /* background-image:
      none,
      linear-gradient(#0f0f59 25%, rgba(255,255,255,0) 0%); */
    /* background-position: right, left; */
    /* background-size: 2px 4px, 2px 4px; */
    border-left: 1px solid #ddd;
    /* background-repeat: repeat-y, repeat-y; */
  }
  #home--section-2::before {
    background-image: none;
    top: -2px;
  }
}

/*md = > 60.0rem (960px) - for laptops*/
@media only screen and (min-width: 60.0rem) {
  #home--section-2 {
    /* background-image:
      linear-gradient(#0f0f59 25%, rgba(255,255,255,0) 0%),
      linear-gradient(#0f0f59 25%, rgba(255,255,255,0) 0%); */
    border-right: 1px solid #ddd;
    border-left: 1px solid #DDD;
    /* background-position: right, left; */
    /* background-size: 2px 4px, 2px 4px; */
    /* background-repeat: repeat-y, repeat-y; */
  }
}

#home--register-your-organization {
  padding-bottom: 1rem;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  #home--register-your-organization {
    padding-bottom: 0.5rem;
  }
}

/* #register-as-a-public-user renders horizontal separators */
#home--register-as-a-public-user {
  /* background-image: linear-gradient(to right, #0f0f59 25%, rgba(255,255,255,0) 0%); */
  /* background-position: top; */
  /* background-size: 4px 2px; */
  /* background-repeat: repeat-x; */
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  #home--register-as-a-public-user {
    padding-top: 2px;
  }
}

/* #home-1, #home-3 sometimes render horizontal separators */
#home--section-1, #home--section-3 {
  /* background-image: linear-gradient(to right, #0f0f59 25%, rgba(255,255,255,0) 0%); */
  background-position: top;
  background-size: 4px 2px;
  background-repeat: repeat-x;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  #home--section-1 {
    background-image: none;
  }
  #home--section-3 {
    margin-top: 1rem;
  }
}

/*md = > 60.0rem (960px) - for laptops*/
@media only screen and (min-width: 60.0rem) {
  #home--section-3 {
    background-image: none;
    margin-top: 0;
  }
}

.footer {
  background-color: #6c6054;
  padding: 2rem 0 1rem 0;
  min-height: 4rem;
}
/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  .footer {
    padding: 1rem 0;
  }
}

.footer-links {
  margin-bottom: 2rem;
}

.copyright-container {
	padding: 8px 0;
	min-height: 1rem;
}

.footer-copyright {
	color: #37474f;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) { 
  .footer-links {
    margin-bottom: 1rem;
  }
}

.footer .button {
  margin: 0;
  margin-bottom: 1rem;
}

.footer-links a {
  display: block;
  padding: 0;
  padding-bottom: .25rem;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

/*sm = > 40.0rem (640px) - for tablets*/
@media only screen and (min-width: 40.0rem) {
  .footer-links {
    margin-bottom: 0;
  }

  .footer-links a {
    padding-bottom: 0;
  }

  .footer .button {
    margin-bottom: 0;
  }
}

.footer-links a:hover {
  color: #caf0ff;
  background-color: transparent;
}

.footer-links a:active,
.footer-links a:focus {
  color: #4cc6ff;
  background-color: transparent;
}

/*md = > 60.0rem (960px) - for laptops*/
@media only screen and (min-width: 60.0rem) {
  .footer-links a {
    padding-left: .5rem;
    margin-left: .5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer-links a:first-of-type {
    border-left-color: transparent;
    padding-left: 0;
    margin-left: 0;
  }
}

.browser-icons {
  max-width: 400px;
  margin: 0 auto;
}

.browser-icons .b-icon {
  padding-bottom: .5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.browser-icons .b-icon .icon {
  margin-right: .5rem;
  padding: 1rem;
	flex: 0 0 auto;
	background: url(../VAADIN/themes/chc-dark/images/icons/browser-icons.png) no-repeat;
}

.browser-icons .b-icon .version {
  flex: 1 1 auto;
}

.browser-icons .ff .icon {
	background-position: -32px 0px;
}

.browser-icons .ch .icon {
	background-position: 0px 0px;
}

.browser-icons .ie .icon {
	background-position: -120px 0px;
}

.browser-icons .eg .icon {
	background-position: -150px 0px;
}

.browser-icons .sa .icon {
	background-position: -89px 0px;
}

.legacy .browser-icons {
  width: 364px;
  max-width: 364px;
}

.legacy .browser-icons .b-icon {
  display: block;
  clear: both;
}

.legacy .browser-icons .b-icon .icon {
  display: block;
  float: left;
}

.password-container {
    position: relative;
}
        
.password-toggle-icon {
    position: absolute;
    top: 38%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
/* B-95698 css styles for maintenance schedule */
.maintenance-schedule {
    border: 1px solid #ddd;
}
.maintenance-schedule span {
    padding: 4px 5px 5px 5px;
    width: 65%;
    background-color: #6c6054;
    color: #fff;
    text-transform: uppercase;
	font-family: elena;
}
.maintenance-schedule p {
    margin: 1;
}
.maintenance-schedule strong {
    font-weight: bold;
	font-family: elena;
}
