﻿/* Copyright 2018-2021 Epic Systems Corporation */
#content {
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}

#RequestCode, #RevokeCode {
  margin: 1rem auto;
  width: auto;
}

.providerBox {
  width: 50%;
  margin: 1rem auto;
}
.providerBox .centerFullSizeInput {
  padding: 0 12.5%;
  width: 100%;
}
.providerBox .centerFullSizeInput input {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.logo {
  margin: 0.5rem 0;
}

.se_image_patient {
  width: 300px;
}

#description .heading {
  font-size: 1.7rem;
  line-height: 1.7rem;
  width: 75%;
  margin: 0 auto;
}
#description .description {
  width: 75%;
  margin: 0.5rem auto;
}
#description .features {
  margin: 0 auto;
  width: 40%;
  margin: 0 auto;
  display: inline-block;
}
#description .feature {
  margin: 0.5rem 0;
  display: inline-block;
  width: 50%;
}
#description .feature img {
  max-height: 1.2rem;
}
#description .feature .featureName {
  font-size: 1rem;
  vertical-align: top;
  margin-left: 0.25rem;
  height: auto;
}

#ShareCodeSection .instructions {
  width: 75%;
  margin: 0 auto;
}
#ShareCodeSection .blurb {
  margin: 0.25rem 0;
}
#ShareCodeSection .revoke {
  width: 25%;
  margin: 0 auto;
}
#ShareCodeSection #Code {
  border: 2px solid #246fb5;
  color: #246fb5;
  font-size: 1.8rem;
  width: 33%;
  margin: 0.5rem auto;
  padding: 0.75rem 0.25rem;
  border-radius: 5px;
}

#moreWaysToShare .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2.5rem 0 0;
  float: left;
  background-size: contain;
}

#AboutShareEverywhere {
  margin-bottom: 1rem;
}

#moreWaysToShare span {
  display: inline-block;
  margin: 0 0 0 3.2rem;
}

.small-info-text {
  color: #565656;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
}

#codeExpText {
  padding-top: 0.5rem;
}

.quickLinks.vertical a::after {
  background-color: rgba(118, 118, 118, 0.25);
  width: calc(100% - 2.5rem - 0.7rem);
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 700px) {
  #moreWaysToShare a .icon {
    margin: 0;
  }
  #moreWaysToShare a span {
    margin: 0;
    text-align: left;
  }
  #description .feature {
    width: 100%;
  }
}
