.welcome h1 {
  font-size: 52px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .welcome h1 {
    padding: 150px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .welcome h2 {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .welcome .btn {
    margin-top: 100px;
  }
}
.show-after-init {
  display: none;
}
.select-test {
  padding-left: 25px;
  padding-right: 25px;
  overflow-y: auto;
}
.select-test .bgimage {
  display: inline-block;
  width: 150px;
  height: 150px;
}
.select-test .test-row {
  margin-bottom: 35px;
}
.select-test .test-row .test-item {
  cursor: pointer;
  text-align: center;
}
.select-test .test-row .test-item .test-item-label {
  font-size: 2em;
}
.select-test .rn-carousel-control {
  top: 30%;
}
.select-test .rn-carousel-control-next {
  right: 0.2em;
}
.select-test .rn-carousel-control-prev {
  left: 0.2em;
}
.select-test .rn-carousel-control-next,
.select-test .rn-carousel-control-prev {
  font-size: 4.5em;
}
.select-test .rn-carousel-control-prev::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
}
.select-test .rn-carousel-control-next::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
}
.select-test .rn-carousel-indicator {
  padding: 25px 0;
}
.select-test .rn-carousel-indicator span {
  background: white;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "" !important;
  color: transparent;
  margin: 0 10px 0 0;
  background: #5aaade;
  opacity: 0.3;
}
.select-test .rn-carousel-indicator span.active {
  opacity: 1.0;
  color: transparent;
}
.accounts .plan-btn {
  font-size: 13pt;
  margin-right: 10px;
  width: 350px;
}
@media (max-width: 767px) {
  .accounts .center-if-small {
    text-align: center;
  }
}
.accounts h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form {
    width: 300px;
    margin: 0 auto;
  }
  .form .form-line {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form .form-line label.control {
    width: 400px;
    display: block;
    text-align: right;
    position: absolute;
    top: 10px;
    left: -318px;
  }
  .form .form-line input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: -30px;
  }
  .form .form-line select {
    height: 50px;
  }
}
.error {
  color: darkred;
  font-size: 17px;
  border: thin solid currentColor;
  border-radius: 4px;
  background-color: #ffeeee;
  padding: 4px;
  margin: 5px 0px;
}
.success {
  color: darkgreen;
  font-size: 17px;
  border: thin solid currentColor;
  border-radius: 4px;
  background-color: #eeffee;
  padding: 4px;
  margin: 5px 0px;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html.scrollable,
html.scrollable body {
  overflow-y: initial;
}
#header-background {
  width: 100%;
  padding: 10px;
  background-color: #5aaade;
}
#header-background .header {
  z-index: 100;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  background-color: #5aaade;
}
#header-background .header h1 {
  text-align: center;
  margin: 0;
}
#header-background .header h1 > .btn {
  position: absolute;
  left: 10px;
}
#header-background .header span {
  display: inline-block;
  font-size: 0.4em;
  padding-bottom: 0.2em;
  padding-left: 0.1em;
  vertical-align: middle;
}
#header-background .header .btn {
  padding: 0.1cm 0.4cm;
  font-size: 0.8em;
  margin-bottom: 0;
}
#header-background .header img {
  margin: 5px -62px 0 0;
}
#header-background .header img.logo {
  width: 150px;
  height: auto;
}
#header-background .header .pull-right {
  font-size: 1.05cm;
}
.main.container-fluid {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.wrapper {
  width: 100%;
}
.wrapper .main {
  padding-bottom: 50px;
}
.wrapper .footer {
  z-index: 100;
  position: fixed;
  background-color: white;
  bottom: 0;
  height: 50px;
  width: 100%;
  border-top: thin solid lightgray;
}
.wrapper .footer-inner {
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-weight: 400;
  margin: 35px 0;
  font-size: 1.25cm;
}
h2 {
  font-size: 0.75cm;
}
.hidden {
  display: none;
}
.bgimage {
  text-align: right;
  background-size: cover;
  height: 100%;
  background-position: center center;
}
.text-center {
  text-align: center;
}
.text-info,
.text-info:hover {
  color: white;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
ul[rn-carousel] {
  height: 12cm;
  margin: 0 auto;
}
ul[rn-carousel] li.slide {
  cursor: pointer;
  padding: 0;
}
ul[rn-carousel] li.slide .slide-title {
  background: #ddd;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 20px;
  color: black;
  text-align: left;
}
ul[rn-carousel] .rn-carousel-controls {
  position: relative;
  color: white;
}
ul[rn-carousel] .rn-carousel-control-prev {
  position: absolute;
  left: 10px;
  top: 150px;
}
ul[rn-carousel] .rn-carousel-control-prev:before {
  font: normal normal lighter 100px/1 Arial;
}
ul[rn-carousel] .rn-carousel-control-next {
  position: absolute;
  right: 10px;
  top: 150px;
}
ul[rn-carousel] .rn-carousel-control-next:before {
  font: normal normal lighter 100px/1 Arial;
}
.carousel {
  text-align: center;
  overflow: hidden;
}
.col-centered {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}
.content {
  margin: 20px;
}
.wrap-btn {
  margin: 0.4cm;
}
.btn {
  padding: 0.35cm 0.7cm;
  font-size: 1.6em;
  margin-bottom: 10px;
  text-transform: none;
}
.btn.red {
  background: #ef542c;
  color: white;
  border-color: #d83910;
}
.btn.red.active {
  background: #d83910;
  border-color: #a82d0d;
}
.btn.red.ng-click-active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.blue,
.btn.btn-info {
  background: #5aaade;
  color: white;
  border-color: #3094d6;
}
.btn.blue.active,
.btn.btn-info.active {
  background: #2378af;
  border-color: #1b5b85;
}
.btn.blue.ng-click-active,
.btn.btn-info.ng-click-active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
td.is-primary .btn {
  background: #5aaade;
  color: white;
  border-color: #3094d6;
}
td.is-primary .btn.active {
  background: #2378af;
  border-color: #1b5b85;
}
ul.dropdown-menu {
  right: 0px !important;
  left: initial !important;
}
ul.dropdown-menu .btn {
  padding: 6px 10px 4px;
  margin-bottom: 0;
}
.thumb-container {
  margin-top: -25px;
  float: right;
  display: block;
}
.test-detail .rn-carousel-control {
  top: 30%;
}
.test-detail .rn-carousel-control-next,
.test-detail .rn-carousel-control-prev {
  font-size: 8rem;
}
.test-detail .rn-carousel-control-prev::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
}
.test-detail .rn-carousel-control-next::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
}
.test-detail .content {
  margin: 0;
}
.test-detail .title {
  text-align: left;
  border-bottom: 1px solid #aaa;
  background: #ddd;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 30px;
  color: black;
}
.test-detail .title span {
  font-weight: normal;
}
.test-detail .description {
  padding: 20px 30px;
  font-size: 30px;
  text-align: left;
}
.test-detail .description h1 {
  margin: 0;
  color: #5aaade;
}
.test-detail img {
  width: 100%;
  height: 350px;
  border-bottom: 1px solid #aaa;
}
.test-detail .carousel {
  width: 100%;
  max-height: 450px;
  max-width: 100%;
}
.test-detail .carousel .instruction-text {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  padding: 0 15px;
}
.test-detail .carousel .rn-carousel-controls {
  color: black;
}
.test-detail .carousel .bgimage {
  background-size: contain;
  background-repeat: no-repeat;
  height: 320px;
}
.test-detail .rn-carousel-indicator {
  padding: 25px 0;
}
.test-detail .rn-carousel-indicator span {
  background: white;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "" !important;
  color: transparent;
  margin: 0 10px 0 0;
  background: #5aaade;
  opacity: 0.3;
}
.test-detail .rn-carousel-indicator span.active {
  opacity: 1.0;
  color: transparent;
}
.buttons {
  margin: 15px 0 0 0;
}
.test-panel .test-time {
  height: 20px;
}
.test-panel .test-container {
  position: relative;
}
.test-panel circle {
  cursor: pointer;
}
.test-panel .buttons {
  margin: 30px 0 0 0;
}
.test-panel #draw-svg {
  overflow: visible;
}
.results {
  position: relative;
  z-index: 1;
}
.results table {
  margin: 0 auto;
  text-align: left;
  font-size: 0.5cm;
  color: black;
  min-width: 290px;
}
.results table td {
  padding: 0 15px;
}
.results ul.dropdown-menu td {
  padding: 0;
}
.results.top {
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
}
.results.bottom {
  position: fixed;
  bottom: 45px;
  left: 0;
  right: 0;
}
.rx-progress {
  height: 18px;
  width: 200px;
}
.rx-progress div.hundred {
  height: 12px;
  width: 100%;
  background: #5aaade;
}
.rx-progress div.result {
  height: 12px;
  position: relative;
  background: #ef542c;
  top: -6px;
}
.disable-selection {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  -ms-touch-action: none !important;
  -ms-scroll-chaining: none !important;
  user-select: none !important;
  touch-action: none !important;
}
.orientation-warning {
  margin-top: 25px;
  margin-bottom: 15px;
}
.orientation-warning h3 {
  display: inline-block;
  margin: 0 5px;
}
.orientation-warning img {
  width: 40px;
}
.orientation-warning-full {
  display: none;
}
@media (orientation: landscape) {
  html.touch .orientation-warning-full,
  html.tablet .orientation-warning-full {
    display: initial;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: white;
    text-align: center;
  }
}
.size-warning .logo {
  margin: 5px 0 0 0 !important;
}
.information-fill-popup .btn {
  margin-right: 5px;
}
.language-menu {
  padding: 0;
}
.language-menu li button {
  display: block;
  border: none;
  background-color: white;
  width: 100%;
  font-weight: normal;
  padding: 15px;
  font-size: 16px;
}
.language-menu li:not(:first-of-type) button {
  border-top: thin solid #aaa;
}
.result-nav {
  width: 525px;
}
.result-nav .dropdown-menu {
  left: 0 !important;
}
.result-nav .dropdown-menu .btn:not(:disabled) {
  color: #ffffff;
  background-color: #5aaade;
  border-color: #3094d6;
}
.full-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.rx.modal-footer {
  text-align: center;
}
.ruler {
  width: 10cm;
  background: black;
  height: 5px;
  margin: 0 auto;
}
.inline {
  display: inline;
}
.shortwidth {
  width: 150px;
}
.standard-width {
  width: 300px;
}
@media (max-width: 767px) {
  .standard-width-if-small {
    width: 300px;
    margin: 0 auto;
  }
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #158cba;
  border-color: #127ba3;
}
.account-settings-view .language-list {
  list-style: none;
}
.account-settings-view .language-list li {
  text-align: left;
  cursor: pointer;
  font-size: 14pt;
}
.account-settings-view .language-list li.selected {
  color: #5aaade;
}
.review-results {
  padding: 0 25px;
}
.review-results .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}
.review-results ul {
  list-style-type: none;
  padding: 20px;
}
.review-results ul > li {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.review-results .patient-menu ul > li {
  font-size: 1.5em;
  cursor: pointer;
}
.review-results .patient-menu ul > li.selected {
  color: deepskyblue;
}
.review-results .hcp-menu ul.patients-list > li {
  font-size: 1.5em;
  cursor: pointer;
}
.review-results .hcp-menu ul.patients-list > li > ul.tests-list {
  display: none;
}
.review-results .hcp-menu ul.patients-list > li.selected > ul.tests-list {
  display: block;
  color: black;
}
.review-results .hcp-menu ul.patients-list > li.selected > ul.tests-list > li.selected {
  color: deepskyblue;
}
.review-results .hcp-menu ul.tests-list {
  list-style-type: none;
  padding: 20px;
}
.review-results .hcp-menu ul.tests-list > li {
  font-size: 1em;
  cursor: pointer;
}
.review-results .hcp-menu ul > li.selected {
  color: deepskyblue;
}
.password-reset.form .input-container {
  position: relative;
  padding: 0;
  margin: 0;
}
.password-reset.form .input-container i {
  color: green;
  position: absolute;
  top: 20px;
  right: 12px;
}
.password-reset.form .input-container input {
  padding-right: 25px;
}
.accounts.shares .btn-row {
  text-align: center;
}
.accounts.shares .request-pending-item {
  margin-bottom: 25px;
}
.accounts.shares .request-pending-item:last-child {
  margin-bottom: 0;
}
.cookies-message-container {
  z-index: 9999;
}
.cookies-message-container .cookie-bar {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 73px;
  text-align: center;
  line-height: 73px;
  background: linear-gradient(#ff3333, #cc0000);
  color: white;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  transition: .8s;
  animation: slideIn .8s;
  animation-delay: .8s;
}
@media (max-width: 767px) {
  .cookies-message-container .cookie-bar {
    line-height: 36px;
  }
}
.cookies-message-container .cookie-bar .message {
  white-space: nowrap;
  text-shadow: 0 1px 0 #cc0000;
}
@media (max-width: 767px) {
  .cookies-message-container .cookie-bar .message {
    display: none;
  }
}
.cookies-message-container .cookie-bar .mobile {
  display: none;
}
@media (max-width: 767px) {
  .cookies-message-container .cookie-bar .mobile {
    display: inline-block;
  }
}
.cookies-message-container .close-cb {
  border: none;
  color: white;
  background: #990000;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 15px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cookies-message-container .close-cb {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.cookies-message-container .close-cb:hover {
  background: #cc0000;
}
.cookies-message-container .checkbox-cb {
  display: none;
}
.cookies-message-container .checkbox-cb:checked + .cookie-bar {
  transform: translateY(-80px);
}
.cookies-message-container a {
  color: #5cf2ff;
}
.current-patient-info-container {
  top: 0;
  position: fixed;
  width: 100%;
  text-align: center;
}
.current-patient-info-container .current-patient-info {
  display: inline-block;
  position: relative;
  border-radius: 0 0 5px 5px;
  background-color: #5aaade;
  padding: 5px 15px 10px 15px;
  color: white;
  font-size: 14pt;
}
