body {
  margin: 0;
  font-size: .95em;
  font-family: 'Montserrat', verdana, sans-serif;
  color: #777;
  text-align: center;
  background: #fff;
  position: relative;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

#home-logo-icon-container {
  text-align: left;
}

.startQuestionnaire {
  padding: 15px;
}

.startQuestionnaire h1 {
  color: #000;
}

.mainHeroContainer {
  padding: 15px;
  background-image: url('/assets/images/bipolar-art.jpg');
  background-position: center center;
  background-size: cover;
  height: 475px;
}

#messageWindow {
  font-size: 75%;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1px;
  background-color: hsl(270, 55%, 75%);
}

#messageWindow a {
  color: #fff;
  text-decoration: underline;
}

#messageWindow span.red {
  color: #fff;
}

.gettingStarted {
  margin-left: 7px;
}

.gettingStarted strong {
  display: block;
  margin: 15px 0 15px;
}

.heroText {
  color: #fff;
  text-shadow: 2px 2px #000;
  margin: 25px auto 0;
  max-width: 600px;
  font-size: 110%;
  border-radius: 10px;
  padding: 25px;
  background-color: hsla(221, 51%, 42%, 0.78);
  border: solid 1px #385cab;
  box-shadow: 5px 5px 10px #1d325dcc;
}

.heroText h1 {
  font-size: 200%;
  text-align: center;
}

.heroTagline {
  text-align: left;
  font-weight: normal;
  max-width: 700px;
  margin: 0px auto 25px;
  font-size: 90%;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.heroTagline a {
  color: hsl(328, 100%, 85%);
}

.cardfield {
  background-color: #fff;
  border: solid 1px #ccc;
  border-left: solid 4px hsl(210, 60%, 70%);
  border-radius: 5px;
  color: #31325F;
  padding: 7px 5px 7px 5px;
  margin-top: 2px;
  cursor: text;
}

.cardFieldContainer {
  width: 260px;
  display: inline-block;
}

div.ui-datepicker {
  font-size: 90%;
}

#cvv2 {
  padding: 5px;
  position: absolute;
  top: 0;
}

.form_error {
  color: #f00;
  font-weight: bold;
  display: none;
}

.list_options {
  padding: 7px;
}

.hidden {
  display: none;
}

.journal_search_row {
  padding-bottom: 15px;
}

.iti-flag {
  background-image: url("/assets/lib/intl-tel-input/build/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/assets/lib/intl-tel-input/build/img/flags@2x.png");
  }
}

.featureTable {
  margin: 0 20%;
}

#bodyContainer {
  position: relative;
}

#loaderOverlay {
  display: none;
  margin: auto;
  position: absolute;
  height: 5000px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(51, 51, 51, 0.65);
}

#loaderMainContainer {
  display: none;
  position: fixed;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 31;
}

#loaderWrapper {
  margin: auto;
  width: 200px;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

#promobars_container .icon-and-headline {
  font-size: 70%;
  margin-bottom: 0;
}

#promobars_container {
  display: none;
  min-height: 200px;
  padding: 0 10px;
}

.loader_spinner,
.loader_spinner:before,
.loader_spinner:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader_spinner {
  color: #c9167e;
  font-size: 10px;
  margin: 30px auto;
  position: relative;
  top: -30px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#loader_text {
  font-size: 20px;
  padding: 15px;
  z-index: 32;
}

#loader_complete {
  display: none;
}

.loader_spinner:before,
.loader_spinner:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader_spinner:before {
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader_spinner:after {
  left: 2.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -2.3em;
  }

  40% {
    box-shadow: 0 2em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -2.3em;
  }

  40% {
    box-shadow: 0 2em 0 0;
  }
}

#modalOverlay {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  transition: opacity 0.25s ease-in-out;
  overflow: hidden;
  top: -3px;
}

#modalOverlay:target {
  opacity: 0.8;
}

#mobileMenuDrawer {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 30px;
  width: 16em;
  left: -16em;
  height: 100%;
  transition: 0.6s ease-in-out;
  overflow: auto;
  background-color: #4B0F75;
}

#mobileMenuDrawer.active {
  -webkit-transform: translate(16em, 0px);
  -moz-transform: translate(16em, 0px);
  -o-transform: translate(16em, 0px);
  -ms-transform: translate(16em, 0px);
  transform: translate(16em, 0px);
}

#mobileMenuDrawer ul {
  padding: 15px 15px 40px;
  margin: 0;
  list-style-type: none;
}

#mobileMenuDrawer li {
  padding: 10px 0 10px 0;
  display: list-item;
  text-align: left;
  font-size: 1.3em;
}

#mobileMenuDrawer li:last-child {
  display: none;
}

#mobileMenuDrawer a {
  color: #ccc;
}

.testimonialSection {
  text-align: center;
  padding: 15px;
  margin: 7px 0;
  color: #333;
  background-color: hsl(202, 75%, 89%);
}

.testimonialQuote {
  font-family: 'Montserrat', sans-serif;
  font-size: 140%;
  line-height: 1.4em;
  max-width: 600px;
  margin: 25px auto 0;
  text-align: left;
}

.testimonialShareText {
  position: relative;
  top: -10px;
  left: -2px;
}

.testimonialSocialContainer {
  display: inline-block;
  text-align: center;
  margin: 20px auto;
}

.testimonialSectionFooter img {
  display: block;
}

.marginTop {
  margin-top: 10px;
}

.marginTopLarge {
  margin-top: 50px;
}

.subsectionContainer h1 {
  margin: 100px 20px 10px;
  color: #000;
  font-size: 290%;
}

.subsectionContainer div {
  margin-bottom: 40px;
}

.paddingTop {
  padding-top: 10px;
}

#home_spacer {
  height: 95px;
}

#journal_hide_private_container {
  white-space: nowrap;
}

img {
  border: none;
  max-width: 100%;
}

h4 {
  text-align: left;
  color: #333;
  font-size: 110%;
}

.highcharts-container {
  border-radius: 5px;
}

.chart_journal_tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 5px;
  display: block;
  position: relative;
  top: 1px;
  z-index: 10;
}

.chart_journal_tabs li {
  float: left;
  font-family: Verdana, sans-serif;
  display: list-item;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ccc;
  margin: 0 0 0 4px;
  padding: 4px 8px 4px;
}

.chart_journal_tabs a {
  color: #777;
  font-size: 12px;
}

.chart_journal_tabs a:hover {
  text-decoration: none;
}

.journal_entry_container {
  text-align: left;
  font-size: 75%;
  padding: 0 10px;
}

.combine_checkbox_container {
  display: none;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
  position: relative;
  margin-left: 5px;
  top: 25px;
}

.deleted_medication {
  color: #c00;
  background-color: #fee;
}

.added_medication {
  color: #060;
  background-color: #dfd;
}

.mobileData {
  display: none;
}

.chart_date {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 20;
  margin-left: 5px;
}

#date_display_container {
  display: none;
  padding-bottom: 10px;
}

#search_box_date_container {
  display: inline-block;
  white-space: nowrap;
}

#private_prompt {
  margin-top: 10px;
  padding-left: 10px;
  text-align: left;
  font-size: 80%;
}

#journal_container b {
  color: #000;
  font-family: Verdana, sans-serif;
}

#journal_container .journal_date {
  margin-top: 20px;
}

#logo {
  padding: 7px 0 0 7px;
}

#logoSpacer {
  height: 0;
}

.measurement_chart_container {
  padding-top: 10px;
}

.hc_bar_containers {
  position: relative;
  width: auto;
  overflow: hidden;
  padding-top: 10px;
}

.measurement_color_square {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  margin-right: 4px;
}

#chart_sub_outer_container {
  border-radius: 5px;
  padding-right: 1px;
  background-color: #fff;
  position: relative;
  padding-bottom: 5px;
}

#journal_container {
  border-radius: 5px;
  padding-right: 1px;
  background-color: #fff;
  position: relative;
  clear: both;
  padding-bottom: 15px;
}

#bars_container {
  border-radius: 5px;
  padding-right: 1px;
  background-color: #fff;
  position: relative;
  clear: both;
  padding-bottom: 15px;
}

#mh_container {
  position: absolute;
  font-family: 'Lucida Grande';
  font-size: 12px;
  text-align: left;
  top: -1000px;
  right: 15px;
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 1px 1px 3px #bbb;
  border: solid 1px #666;
  border-radius: 2px;
  color: #333;
  padding: 4px;
  border: solid 1px #000;
  background-color: #fff;
  z-index: 1;
}

.mh_date {
  font-size: 10px;
}

.mh_inner_container ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 17.5px;
}

.mh_inner_container:not(:first-child) {
  padding-top: 5px;
}

.relative {
  position: relative;
}

#mh_triangle_container {
  position: absolute;
  top: -1000px;
  z-index: 49;
}

#mh_triangle_inner_container {
  position: relative;
}

#mh_triangle {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(249, 249, 249, 1);
}

#mh_triangle_border {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
}

.spinner {
  padding-top: 70px;
  margin: 70px auto;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #6b15a8;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* animation sequence */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#measurement_table_body ul,
#medication_details ul,
#reminder_details ul {
  margin: 0;
  font-size: 80%;
}

#reminder_details ul [class^="flaticon-"]:before,
#reminder_details ul [class*="flaticon-"]:before,
#reminder_details ul [class^="flaticon-"]:after,
#reminder_details ul [class*="flaticon-"]:after {
  font-size: 80%;
}

.qeSlider {
  text-align: right;
  border: solid 1px #999;
  position: relative;
  color: #444;
  left: 45px;
}

.qeContainer {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  width: 180px;
  padding-top: 18px;
  padding-left: 15px;
  top: 0px;
  right: 0;
  vertical-align: bottom;
  z-index: -1;
}

.qeLabelContainerDiv {
  position: relative;
  font-size: 0.8em;
  margin-top: 8px;
  color: #444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  text-align: left;
}

.qeLabelStyle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#logo_container {
  float: left;
}

#mobileLogoAnchor span {
  font-family: 'Montserrat', Verdana, sans-serif;
  color: hsl(275, 55%, 60%);
  font-size: 140%;
  font-weight: 300;
  padding-left: 7px;
  position: relative;
  top: -2px;
}

#mobileLogoAnchor img {
  position: relative;
  top: 2px;
}

#logo_container img {
  padding-left: 5px;
}

#logo_container span {
  font-family: 'Montserrat', Verdana, sans-serif;
  color: hsl(275, 55%, 60%);
  font-size: 180%;
  font-weight: 300;
  padding-left: 10px;
  padding-top: 3px;
  float: right;
}

#logo_main {
  position: absolute;
  text-align: left;
  bottom: 25px;
}

#mobileMenuContainer {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
}

h1 {
  margin: 0;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 115%;
  font-style: italic;
  color: #555;
  width: auto;
  background: #fff;
}

h2 a {
  color: #4181af;
}

.subsectionContainer h2 {
  font-style: normal;
  font-weight: bold;
  color: #333;
  font-size: 190%;
}

h3 {
  text-align: center;
  position: relative;
  z-index: 2;
}

h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px #777;
  z-index: -1;
}

form {
  display: inline;
}

strong {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 110%;
  font-weight: bold;
  color: #6b15a8;
}

a.small_link {
  font-size: 75%;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#mobileLogoAnchor {
  position: relative;
  top: 3px;
}

#mobileLogoAnchor:hover {
  text-decoration: none;
}

a.biglink {
  font-family: verdana, helvetica, sans-serif;
  font-size: 115%;
  font-weight: bold;
  color: #06c;
  text-decoration: none;
}

a.biglink:hover {
  text-decoration: underline;
}

a.biglink2 {
  font-family: verdana, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #0000FF;
  text-decoration: underline
}

a.navbtn {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-decoration: none
}

a.navbtn:hover {
  text-decoration: underline
}

a.navbtn_on {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none
}

a.navbtn_on:hover {
  text-decoration: underline
}

button,
input.button {
  background: #c9167e;
  border-radius: 50px;
  color: #fff;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #333;
  border: solid 2px #c9167e;
  margin: 10px 0 0 0;
  min-width: 90px;
  padding: 4px 20px 4px 20px;
  font-size: 100%;
}

button:hover {
  background: #d01682;
  border-color: #f566ad;
  text-shadow: 0 1px #333;
  cursor: pointer;
}

button.jscolor {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 7px;
  border: solid 1px transparent;
}

button.jscolor:hover {
  border-color: #fff;
}

.startQuestionnaire button {
  width: 200px;
  font-size: 110%;
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='email'],
input[type='number'],
input[type='tel'],
textarea,
select {
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 3px;
  border: solid 1px #ccc;
  font-size: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.parchment-box {
  font-size: 200%;
  color: #333;
  padding: 15px;
  background: #FCFAE9;
  border: solid 1px #e8e8e8;
  margin-bottom: 15px;
}

.font-cursive {
  font-family: 'Cedarville Cursive';
  font-size: 200%;
}

.font-flamenco {
  font-family: 'Flamenco';
  font-size: 200%;
}

.font-handwriting {
  font-family: 'Swanky and Moo Moo';
  font-size: 200%;
}

.black {
  color: #000;
}

.chartHeaderContainer {
  overflow: hidden;
  position: relative;
}

.chartHeaderInnerContainer {
  display: inline-block;
  width: 60%;
}

.chartHeaderSearchContainer {
  float: right;
  padding-bottom: 5px;
}

.chartHeaderSearchContainer input {
  width: 120px;
}

.dbutton {
  background: #999;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: solid 2px #c9c9c9;
  margin: 0px;
  margin-top: 5px;
  padding: 3px 20px 3px 20px;
  font-size: 80%;
  -webkit-appearance: none;
  /* iphone behavior fix */
}

.dbutton:hover {
  background: #aaa;
  border: solid 2px #c9c9c9;
}

.largebutton {
  background: hsl(210, 100%, 40%);
  border-radius: 50px;
  min-width: 150px;
  color: #fff;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 130%;
  font-weight: bold;
  border: solid 2px hsl(210, 100%, 50%);
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #333;
  padding: 7px 21px 7px 21px;
  margin: 0 0 10px 0;
  /* border-color: hsl(210, 100%, 50%); */
}

.largebutton:hover {
  background: hsl(210, 100%, 45%);
  border-color: hsl(210, 100%, 70%);
  /* text-shadow: 2px 2px #333; */
  cursor: pointer;
}

strong.introduction {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #939;
  text-align: center;
  display: block;
}

div.formcomment {
  width: 90%;
}

#sample_message {
  display: inline-block;
  border-radius: 10px;
  border: solid 2px #ccc;
  background-color: #f0f0f0;
  color: #000;
  padding: 7px 10px;
  margin-bottom: 10px;
  width: 275px;
}

#mobileUpgradeInvite {
  display: none;
  font-weight: bold;
}

#mobileUpgradeInvite a {
  margin-right: 0;
}

#mobileUpgradeInvite a:hover {
  text-decoration: none;
}

#upgradeInvite {
  position: absolute;
  right: 40px;
  top: 0px;
  display: block;
  text-align: center;
  margin: 8px;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 10px;
  background: hsl(202, 89%, 49%);
  border: solid 2px hsl(202, 89%, 49%);
}

#upgradeInvite a {
  position: relative;
  font-size: 75%;
  color: #fff;
  text-shadow: 0 1px #333;
  top: -2px;
}

#upgradeInvite a:hover {
  text-decoration: none;
}

#upgradeInvite:hover {
  border: solid 2px hsl(202, 89%, 70%);
}

#qe_date_message_container {
  padding: 5px 5px 0 0;
  text-align: right;
}

#qe_date_container {
  text-align: right;
}

#qe_date_message_inner_container {
  display: inline-block;
  width: 230px;
}

#qe_date_message_inner_container .info {
  width: auto;
}

#optionsMenu {
  position: absolute;
  top: 17px;
  left: 0;
  text-align: left;
  width: 160px;
  line-height: 30px;
  z-index: 200;
  background-color: #fff;
  border: solid 1px #da99e3;
  border-radius: 8px;
  padding: 8px 8px 0;
  display: none;
}

.chartsOptions {
  position: relative;
}

.searchBox input[type="text"] {
  width: 40% !important;
  max-width: 350px;
}

.formContainer input[type="text"],
.formContainer input[type="email"],
.formContainer input[type="tel"] {
  width: 90%;
  max-width: 250px;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled {
  background: transparent;
}

.formContainerDate {
  margin-bottom: 5px;
}

.formContainerDate input[type="text"] {
  width: initial;
  max-width: initial;
  color: transparent;
  text-shadow: 0px 0px 0px #000;
}

.forumSearchContainer {
  width: 100%;
  text-align: right;
  padding-bottom: 5px;
}

.forumSearchContainer input[type="text"] {
  max-width: 150px;
}

.forumPostOuterContainer:not(:last-child) {
  padding-bottom: 15px;
}

.forumSearchContainer a {
  font-size: 75%;
  margin-left: 33px;
}

.forumGotoForm {
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  font-size: 80%;
}

.forumGotoForm input[type="number"] {
  width: 30px;
  margin: 2px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 1024px;
  margin: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkboxes th {
  width: 30px;
}

.hideLink {
  font-size: 80%;
  margin-left: 5px;
  margin-right: 5px;
}

.avatarimg {
  border: solid 1px #ccc;
}

.medsdates {
  white-space: nowrap;
  vertical-align: top;
}

.checkboxes {
  margin: 0px 60px 0px 0px;
}

.checkboxes img {
  width: 35px;
}

.checkboxes th {
  vertical-align: top;
}

.checkboxes td {
  padding: 10px;
}

.checkboxes p {
  display: inline;
}

.center {
  text-align: center;
}

.middle {
  vertical-align: middle;
}

.left {
  text-align: left;
}

.featureRow {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.formContainer {
  /* don't add margin-top because it breaks tabs */
  background: #efefef;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.formContainer #MyAccountTable th {
  /* column headings */
  background: rgb(132, 172, 218);
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.formContainer #MyAccountTable td {
  background: #fff;
  vertical-align: top;
  text-align: center;
}

.submitMessage {
  text-align: center;
  margin-bottom: 5px;
}

.searchBox {
  display: inline-block;
  padding: 5px;
  margin: auto;
  margin-bottom: 7px;
}

.alertSuspend {
  background: #fcc;
}

#narrowLoginForm {
  padding: 15px;
}

.narrowFormContainer {
  background: #efefef;
  line-height: 125%;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.narrowFormContainer fieldset {
  border: none;
  text-align: left;
  display: table;
  width: 200px;
  margin: auto;
}

#homeLoginBox .narrowFormContainer {
  background: #4B0F75;
  border: solid 1px #aaa;
}

.narrowFormContainer .fieldRow {
  display: table-row;
}

.narrowFormContainer .fieldRow>label {
  width: 225px;
  text-align: right;
  color: #6b15a8;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
  padding-bottom: 15px;
}

.narrowFormContainer .fieldContainer {
  display: table-cell;
  padding-bottom: 15px;
}

.narrowFormContainer .fieldContainer label {
  margin-right: 10px;
}

.narrowFormContainer div.fieldRow>label {
  padding-bottom: 0px;
}

.narrowFormContainer .fieldContainer {
  padding-bottom: 0px;
}

#homeLoginBox .narrowFormContainer .fieldRow>label {
  color: #dcf;
}

#homeLoginBox .narrowFormContainer a {
  color: #ddd;
}

.formContainer fieldset {
  border: none;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 2px 30px 2px 2px;
}

.formContainer .fieldRow {
  display: table-row;
}

.formContainer .fieldRow>label {
  font-family: 'Montserrat', Verdana, 'sans-serif';
  font-size: 110%;
  width: 225px;
  text-align: right;
  color: #6b15a8;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
  padding-bottom: 15px;
}

.formContainerFifteen .fieldRow>label {
  width: 15%;
}

.formContainerFifty .fieldRow>label {
  width: 50%;
}

.formContainer .fieldContainer {
  display: table-cell;
  padding-bottom: 15px;
}

.formContainer .fieldContainer label {
  margin-right: 10px;
}

#default_treatments_container label {
  display: block;
}

.formContainer .tableData th {
  /* column headings */
  background: hsl(210, 60%, 60%);
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.formContainer .tableData td {
  background: #fff;
  vertical-align: top;
  padding: 5px;
}

.forumUserData,
.forumOuterPostData {
  background: rgb(255, 255, 255);
  /* Old browsers */
  border-top: solid 1px #ccf;
}

.formContainer td {
  text-align: left;
}

.formContainer .tableData td.center {
  text-align: center;
}

.formContainer div#add {
  margin-top: 10px;
}

.formContainer #add a {
  position: relative;
  top: -5px;
}

.formContainer #add img {
  position: relative;
  top: 3px;
  left: -4px;
}

.formContainer th {
  text-align: right;
  /* white-space:nowrap; */
  vertical-align: top;
  color: #904AC2;
}

.formContainer td {
  vertical-align: top;
}

.forum_icon_container {
  float: left;
  width: 35px;
}

.forum_topic_container {
  overflow: hidden;
  display: block;
}

.startQuestionnaire ul {
  text-align: left;
  width: 300px;
  margin: 20px auto;
}

.startQuestionnaire ol {
  font-size: 85%;
  color: #3377bb;
}

.startQuestionnaire hr {
  margin-bottom: 30px;
  margin-top: 15px;
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* FLATICON ====================================================== */
.layered_icons {
  position: relative;
}

.layered_icons .bottom_icon {
  color: #ffb300;
  position: absolute;
  top: -2px;
  left: 9px;
  z-index: 0;
}

.layered_icons .top_icon {
  position: relative;
  z-index: 1;
}

.icon_link [class^="flaticon-"]:before,
.icon_link [class*=" flaticon-"]:before,
.icon_link [class^="flaticon-"]:after,
.icon_link [class*=" flaticon-"]:after {
  margin: 0;
}

.icon_power [class^="flaticon-"]:before,
.icon_power [class*=" flaticon-"]:before,
.icon_power [class^="flaticon-"]:after,
.icon_power [class*=" flaticon-"]:after {
  color: #d00;
}

.icon_face {
  display: inline-block;
  margin: 15px;
}

.icon_face [class^="flaticon-"]:before,
.icon_face [class*=" flaticon-"]:before,
.icon_face [class^="flaticon-"]:after,
.icon_face [class*=" flaticon-"]:after {
  font-size: 230%;
  padding: 10px;
}

#questionnaireContainer {
  max-width: 600px;
  min-height: 300px;
  margin: auto;
}

#questionnaireBackButton [class^="flaticon-arrow"]:before,
#questionnaireBackButton [class*=" flaticon-arrow"]:before,
#questionnaireBackButton [class^="flaticon-arrow"]:after,
#questionnaireBackButton [class*=" flaticon-arrow"]:after {
  color: #6b15a8;
}

.arrow [class^="flaticon-"]:before,
.arrow [class*=" flaticon-"]:before,
.arrow [class^="flaticon-"]:after,
.arrow [class*=" flaticon-"]:after {
  font-size: 150%;
  position: relative;
  top: -10px;
  text-shadow: 1px 1px #000;
}

.frown [class^="flaticon-"]:before,
.frown [class*=" flaticon-"]:before,
.frown [class^="flaticon-"]:after,
.frown [class*=" flaticon-"]:after {
  color: #999;
  text-shadow: 1px 1px #000;
  font-size: 300%;
}

.happy [class^="flaticon-"]:before,
.happy [class*=" flaticon-"]:before,
.happy [class^="flaticon-"]:after,
.happy [class*=" flaticon-"]:after {
  color: #ff9;
  text-shadow: 1px 1px #000;
  font-size: 300%;
}

.icon_link:hover {
  text-decoration: none;
}

.icon_link_text_no_padding_left {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.icon_link_text {
  padding-left: 6px;
  position: relative;
  font-size: 16px;
  top: -3px;
}

.icon_link_text:hover {
  text-decoration: underline;
}

.small-icon li {
  box-sizing: border-box;
  border: solid 1px transparent;
  margin-bottom: 5px;
}

.small-icon [class^="flaticon-"]:before,
.small-icon [class*=" flaticon-"]:before,
.small-icon [class^="flaticon-"]:after,
.small-icon [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 23px;
  margin-left: 0;
  width: 35px;
  display: inline-block;
  color: #6b15a8;
}

#existing_records_found [class^="flaticon-"]:before,
#existing_records_found [class*="flaticon-"]:before,
#existing_records_found [class^="flaticon-"]:after,
#existing_records_found [class*="flaticon-"]:after,
#date_outside_range [class^="flaticon-"]:before,
#date_outside_range [class*="flaticon-"]:before,
#date_outside_range [class^="flaticon-"]:after,
#date_outside_range [class*="flaticon-"]:after {
  position: relative;
  top: -5px;
}

#mobileMenuDrawer .small-icon [class^="flaticon-"]:before,
#mobileMenuDrawer .small-icon [class*=" flaticon-"]:before,
#mobileMenuDrawer .small-icon [class^="flaticon-"]:after,
#mobileMenuDrawer .small-icon [class*=" flaticon-"]:after {
  color: #DB05A8;
  font-weight: normal;
  font-size: 140%;
}

#mobileMenuDrawer .small-icon li.promo [class^="flaticon-"]:before,
#mobileMenuDrawer .small-icon li.promo [class*=" flaticon-"]:before,
#mobileMenuDrawer .small-icon li.promo [class^="flaticon-"]:after,
#mobileMenuDrawer .small-icon li.promo [class*=" flaticon-"]:after {
  color: #777;
  font-weight: normal;
  font-size: 140%;
}


.home-icon [class^="flaticon-"]:before,
.home-icon [class*=" flaticon-"]:before,
.home-icon [class^="flaticon-"]:after,
.home-icon [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 16px;
  margin-left: 0;
}

.buttonOn .home-icon [class^="flaticon-"]:before,
.buttonOn .home-icon [class*=" flaticon-"]:before,
.buttonOn .home-icon [class^="flaticon-"]:after,
.buttonOn .home-icon [class*=" flaticon-"]:after {
  color: #444;
}

body [class^="flaticon"]:before,
body [class*="flaticon"]:before,
body [class^="flaticon"]:after,
body [class*=" flaticon"]:after {
  margin-left: 0;
}

.flaticon-check {
  color: #0C0;
}

.flaticon-square {
  color: #448;
}

.flaticon-add204 {
  color: #090;
}

.verify_pe,
.verify_pn {
  white-space: nowrap;
}

.flaticon-day {
  color: #A00;
}

.flaticon-circle {
  color: #c00;
}

.flaticon-help {
  color: #06c;
}

.flaticon-up-and-down-opposite-double-arrows-side-by-side,
.flaticon-history2,
.flaticon-printer70,
.flaticon-pencil41,
.flaticon-graphic,
.flaticon-man,
.flaticon-medical,
.flaticon-pie30,
.flaticon-locked21 {
  color: #444;
}

.flaticon-speech58 {
  color: #777;
}

.flaticon-cross108 {
  color: #b00;
}

.flaticon-folder93 {
  color: #ffef8a;
  text-shadow: 1px 1px 4px #333;
}

.flaticon-menu48 {
  color: #444;
}

.flaticon-arrow486 {
  position: relative;
  top: -2px;
}

.smaller_icon [class^="flaticon-"]:before,
.smaller_icon [class*=" flaticon-"]:before,
.smaller_icon [class^="flaticon-"]:after,
.smaller_icon [class*=" flaticon-"]:after {
  font-size: 13px;
}

/* END OF FLATICON =========================================== */

.sidebar-link {
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.icon-and-headline {
  display: block;
  min-height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}

.icon-and-headline h1 {
  position: relative;
  font-size: 250%;
  font-weight: 900;
  line-height: 1.2em;
  padding-top: .20em;
  color: #333;
  overflow: hidden;
}

.icon-and-headline [class^="flaticon-"]:before,
.icon-and-headline [class*=" flaticon-"]:before,
.icon-and-headline [class^="flaticon-"]:after,
.icon-and-headline [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 45px;
  margin-left: 0;
  color: #6b15a8;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  width: 45px;
}

.home-logo {
  display: none;
}

.home-icons {
  float: left;
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  position: relative;
  top: -15px;
}

.home-icons [class^="flaticon-"]:before,
.home-icons [class*=" flaticon-"]:before,
.home-icons [class^="flaticon-"]:after,
.home-icons [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 35px;
  color: #ef3799;
  margin-left: 0;
  position: relative;
  top: 8px;
  left: 7px;
}

a.move_handle_ns {
  margin-top: 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  cursor: ns-resize;
}

a.move_handle_ns i {
  position: relative;
  top: -3px;
}

#measurement_table_body a.move_handle_ns {
  padding: 20px 25px;
}

.featureRow p {
  float: left;
}

.measurement_ord {
  position: relative;
  top: -11px;
  padding-left: 4px;
}

.boldHeading {
  color: #333;
  font-weight: bold;
  display: inline;
}

.flushright {
  text-align: right;
}

.indent {
  margin-left: 15px;
}

.noWrap {
  white-space: nowrap;
}

.subtypeContainer label {
  display: inline-block;
}

.subtypeContainer label:not(:last-child) {
  padding-right: 10px;
}

.pagetitle {
  position: relative;
  top: 4px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.hc_title {
  margin: 15px 15px 0 10px;
  ;
  position: relative;
  top: 10px;
  text-align: left;
}

.tos {
  font-family: courier, helvetica, mono-spaced;
  font-size: 12px;
  color: #666666;
}

.errstyle {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #f00;
}

.success {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #090;
}

.header_green {
  color: #fff;
  background: #090;
  text-align: center;
  padding: 4px;
}

.subtitle {
  font-family: verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.fielddata {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.abstract {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.fieldheadingbw {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.tableheading {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.welcomeheading {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.stdtext {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.footertext {
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
  color: #666;
}

.footer-links {
  padding: 5px;
}

.footertext a:link,
.footertext a:visited,
.footertext a:hover {
  color: #666;
}

.copyright-text {
  padding: 10px;
}

.formcomment {
  font-family: verdana, helvetica, sans-serif;
  font-size: 75%;
  font-weight: normal;
  color: #888;
  clear: both;
}

.medhist {
  font-family: verdana, helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.3em;
  color: #666666;
  text-align: left !important;
}

.bcnav {
  font-family: verdana, helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #444;
}

.rcbContainer {
  clear: both;
  overflow: hidden;
  padding-bottom: 5px;
}

.rcbContainer:last-child {
  padding-bottom: 0px;
}

.rcbContainer input[type="radio"] {
  float: left;
}

.rcbContainer input[type="checkbox"] {
  float: left;
}

.rcbContainerLabel {
  display: inline-block;
  width: 85%;
}

.formContainer textarea {
  width: 90%;
  height: 100px;
}

.forumWarning,
.warningBox {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5px;
}

.forumWarning>i,
.warningBox>i {
  margin-top: -10px;
}


.forumWarning [class^="flaticon-"]:before,
.forumWarning [class*=" flaticon-"]:before,
.forumWarning [class^="flaticon-"]:after,
.forumWarning [class*=" flaticon-"]:after,
.warningBox [class^="flaticon-"]:before,
.warningBox [class*=" flaticon-"]:before,
.warningBox [class^="flaticon-"]:after,
.warningBox [class*=" flaticon-"]:after {
  color: #DBB705;
  font-size: 180%;
}

.forumWarning,
.warningBox {
  border: double 3px #DBB705;
  font-size: 85%;
  background: hsl(58, 100%, 87%);
  border-radius: 6px;
  width: 80%;
  min-width: 200px;
  max-width: 550px;
  margin: 10px auto;
  padding: 10px;
  color: #333;
  text-align: left;
}

.forumWarning ul,
.warningBox ul {
  margin: 0px;
  padding: 5px 5px 5px 20px;
}

.forumWarning div,
.warningBox div {
  display: block;
  margin: 0;
  padding-left: 5px;
}

.errorBox [class^="flaticon-"]:before,
.errorBox [class*=" flaticon-"]:before,
.errorBox [class^="flaticon-"]:after,
.errorBox [class*=" flaticon-"]:after {
  color: #b00;
  padding: 0 10px 0 10px;
  font-size: 180%;
  margin: -8px;
  float: left;
}

.errorBox {
  border: double 3px #b00;
  font-size: 85%;
  background: #ffdada;
  border-radius: 6px;
  width: 80%;
  min-width: 200px;
  max-width: 550px;
  margin: 0 auto 10px;
  padding: 10px;
  color: #333;
  text-align: left;
}

.errorBox ul {
  margin: 0px;
  padding: 5px 5px 5px 20px;
}

.errorBox div {
  display: block;
  overflow: auto;
  margin: 0;
  padding-left: 5px;
}

.forumTopButton {
  margin-bottom: 3px;
}

.forumPostContainer {
  display: table;
  width: 100%;
  border: solid 1px transparent;
  background: #fff;
}

.forumHeading,
.forumBody {
  display: table-row;
}

.forumUser,
.forumPost,
.forumUserData {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}

.forumHeading {
  /* column headings */
  background: hsl(210, 60%, 60%);
  padding: 4px;
  color: #fff;
}

.forumPostData {
  vertical-align: top;
  padding: 5px;
  text-align: left;
  position: relative;
  width: 100%;
}

.forumUser,
.forumUserData {
  border-right: solid 1px #ccf;
  width: 15%;
  min-width: 150px;
}

.forumPost {
  text-align: left;
}

.forumOffensiveBox {
  display: none;
  position: absolute;
  right: 10px;
  top: 2px;
  color: #fff;
  line-height: 1.3em;
  background-color: #ff6a09;
  border: solid 1px #c00;
  width: 250px;
  padding: 5px;
  text-align: center;
}

.forumOffensiveBox a {
  color: #fff;
  text-decoration: underline;
}

.forumPost a {
  color: #fff;
}

.forumPostDate {
  float: left;
  margin-left: 5px;
}

.forumOffensiveControls {
  float: right;
}

.forumMedicationContainer {
  padding: 3px;
  border: dashed 1px #ccc;
  margin: auto;
  width: 95%;
  max-height: 300px;
  max-width: 560px;
  overflow: auto;
}

.forumPostMessage {
  padding: 5px;
  width: 97.5%;
  line-height: 1.4em;
}

.mobileForumPostContainer {
  display: none;
}

.mobilePatientMenu {
  display: none;
}

.mobilePatientMenu ul {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
}

.mobilePatientMenu li {
  list-style-type: none;
  text-align: left;
  line-height: 1.5em;
  margin-left: 20px;
}

.mobilePatientMenu a>span {
  position: relative;
  top: -4px;
  margin-left: 4px;
}

.mobileAdContainer {
  background-color: #fff;
}

.wellnessTeamOptions ul {
  padding-left: 15px;
}

.wellnessTeamOptions li {
  list-style-type: none;
  text-align: left;
  line-height: 2em;
}

.wellnessTeamOptions a>span {
  position: relative;
  top: -4px;
}

.wellnessTeamOptions [class^="flaticon-"]:before,
.wellnessTeamOptions [class*=" flaticon-"]:before,
.wellnessTeamOptions [class^="flaticon-"]:after,
.wellnessTeamOptions [class*=" flaticon-"]:after {
  position: relative;
  color: #6b15a8;
  top: -5px;
  margin: 0;
  float: left;
}

#avatarfile {
  display: none;
}

#homeContainer {
  margin: auto;
  width: 75%;
  text-align: center;
}

#mobileMenu {
  display: none;
  background: hsl(268, 70%, 92%);
}

.walkthru [class^="flaticon-"]:before,
.walkthru [class*=" flaticon-"]:before,
.walkthru [class^="flaticon-"]:after,
.walkthru [class*=" flaticon-"]:after,
.info [class^="flaticon-"]:before,
.info [class*=" flaticon-"]:before,
.info [class^="flaticon-"]:after,
.info [class*=" flaticon-"]:after {
  color: hsl(210, 100%, 40%);
  padding: 2px;
  font-size: 180%;
  margin: 0;
  float: left;
}

.walkthru,
.info {
  border: double 3px hsl(210, 100%, 40%);
  font-size: 85%;
  background: hsl(210, 100%, 91%);
  border-radius: 6px;
  width: 80%;
  min-width: 200px;
  max-width: 550px;
  margin: auto;
  margin-bottom: 10px;
  padding: 10px;
  color: #333;
  text-align: left;
}

.infoSmall [class^="flaticon-"]:before,
.infoSmall [class*=" flaticon-"]:before,
.infoSmall [class^="flaticon-"]:after,
.infoSmall [class*=" flaticon-"]:after {
  color: hsl(210, 100%, 40%);
  padding: 2px;
  font-size: 180%;
  margin: 0;
  float: left;
}

.infoSmall {
  border: double 3px hsl(210, 100%, 40%);
  background: hsl(210, 100%, 91%);
  border-radius: 6px;
  width: 80%;
  min-width: 200px;
  max-width: 550px;
  margin: auto;
  margin-right: 0;
  color: #333;
  text-align: left;
  padding: 3px;
  font-size: 50%;
}

.walkthru ul,
.info ul {
  margin: 0px;
  padding: 5px 5px 5px 20px;
}

.walkthru li,
.info li,
.warning li {
  margin: 5px 0;
}

.walkthru div,
.info div {
  display: block;
  overflow: auto;
  margin: 7px 0;
  padding-left: 5px;
}

.infoSmall div {
  display: block;
  overflow: auto;
  margin: 0;
  padding-left: 5px;
}

#testimonial {
  font-family: Georgia, Times, serif;
  font-size: 90%;
  color: #904ac2;
  font-style: italic;
  padding: 10px;
  padding-top: 40px;
}

#testimonial p {
  text-align: right;
}

#testimonial a {
  font-style: normal;
  font-family: verdana, sans-serif;
  font-size: 80%;
}

#homePageFeatures {
  margin: 0;
  padding: 20px;
  color: #5f5f5f;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.5;
}

#homePageFeatures strong {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-size: 150%;
  color: #333;
  display: block;
  margin: 0 0 12px;
}

#homePageFeatures .featureLeft {
  float: left;
  width: 48%;
  margin-left: 5px;
  margin-bottom: 25px;
}

#homePageFeatures .featureRight {
  float: right;
  width: 48%;
  margin-bottom: 25px;
}

#homePageFeatures img {
  float: left;
  width: 50px;
}

#homePageFeatures p {
  float: left;
  width: 70%;
  margin: 0px;
}

#MyAccountTable {
  background: #ccf;
}

.formContainer .tableData table {
  border-collapse: collapse;
}

.formContainer .tableData table,
.formContainer .tableData td,
.formContainer .tableData th {
  border: 1px solid #e8e8e8;
}

#pageBlock {
  position: relative;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

#sideBar {
  float: left;
  width: 20%;
  min-width: 185px;
}

#sidebarnav {
  font-family: 'Montserrat', Verdana, sans-serif;
  margin: 0px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  min-width: 192px;
}

#sidebarnav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#sidebarnav li {
  padding-left: 3px;
  padding-top: 1px;
  border-radius: 3px;
}

#sidebarnav li.sel,
#sidebarnav li.sel:hover {
  background-color: #fe6;
}

#sidebarnav li.sel a:hover {
  text-decoration: none;
}

#sidebarnav li.sel a {
  color: #000;
  font-weight: bold;
}

#sidebarnav li {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  color: #06c;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

#sidebarnav li:hover {
  text-decoration: underline;
}

#sidebarnav .promo [class^="flaticon-"]:before,
#sidebarnav .promo [class*="flaticon-"]:before,
#sidebarnav .promo [class^="flaticon-"]:after,
#sidebarnav .promo [class*="flaticon-"]:after {
  color: #BBB;
}

#piemenu {
  list-style: none;
  margin: auto;
  width: 150px;
  text-align: left;
  padding: 2px 10px 2px 10px;
}

#piemenu li {
  padding: 5px;
}

#breadcrumb {
  color: #666;
  font-size: 70%;
  line-height: 2em;
}

#outerContentBlock {
  position: relative;
}

#contentBlock {
  background: #fff;
  min-height: 700px;
  padding: 7px;
}

#mobileMenuIcon,
#mobileMenuIconClose {
  position: absolute;
  top: 5px;
  left: 7px;
}

#mobileLoginIcon,
#mobileLoginCloseIcon {
  position: absolute;
  top: 5px;
  right: 7px;
}

#mobileMenuIconClose {
  display: none;
}

.checkboxes th [class^="flaticon-"]:before,
.checkboxes th [class*="flaticon-"]:before,
.checkboxes th [class^="flaticon-"]:after,
.checkboxes th [class*="flaticon-"]:after {
  font-size: 150%;
  margin-left: 3px;
}

.iconParagraphContainer {
  position: relative;
  display: inline-block;
  width: 23px;
}

.checkboxes td .iconParagraphContainer [class^="flaticon-"]:before,
.checkboxes td .iconParagraphContainer [class*="flaticon-"]:before,
.checkboxes td .iconParagraphContainer [class^="flaticon-"]:after,
.checkboxes td .iconParagraphContainer [class*="flaticon-"]:after {
  position: absolute;
  top: -7px;
  left: -2px;
  color: #6b15a8;
}

.checkboxes th {
  padding-top: 5px;
}

.iconContainer {
  position: relative;
  display: inline-block;
  width: 20px;
}

.checkboxes td [class^="flaticon-"]:before,
.checkboxes td [class*="flaticon-"]:before,
.checkboxes td [class^="flaticon-"]:after,
.checkboxes td [class*="flaticon-"]:after {
  position: absolute;
  top: -19px;
}

.checkboxes a {
  font-weight: bold;
  font-size: 100%;
  padding-left: 5px;
}

.emptyCheckbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-left: 3px;
  border: solid 2px #666;
}


#mobileMenuIcon [class^="flaticon-"]:before,
#mobileMenuIcon [class*=" flaticon-"]:before,
#mobileMenuIcon [class^="flaticon-"]:after,
#mobileMenuIcon [class*=" flaticon-"]:after {
  color: #aaa;
  padding: 8px 2px 2px 2px;
  font-size: 140%;
  cursor: pointer;
}

#mobileMenuIconClose [class^="flaticon-"]:before,
#mobileMenuIconClose [class*=" flaticon-"]:before,
#mobileMenuIconClose [class^="flaticon-"]:after,
#mobileMenuIconClose [class*=" flaticon-"]:after {
  color: #aaa;
  padding: 2px;
  font-size: 140%;
  cursor: pointer;
}

#mobileLoginIcon [class^="flaticon-"]:before,
#mobileLoginIcon [class*=" flaticon-"]:before,
#mobileLoginIcon [class^="flaticon-"]:after,
#mobileLoginIcon [class*=" flaticon-"]:after {
  color: #aaa;
  padding: 2px;
  font-size: 140%;
  cursor: pointer;
}

#mobileLoginCloseIcon [class^="flaticon-"]:before,
#mobileLoginCloseIcon [class*=" flaticon-"]:before,
#mobileLoginCloseIcon [class^="flaticon-"]:after,
#mobileLoginCloseIcon [class*=" flaticon-"]:after {
  color: #aaa;
  padding: 2px;
  font-size: 140%;
  cursor: pointer;
}

#mobileLogo img {
  padding-top: 5px;
}

#navList {
  width: 100%;
  line-height: normal;
  font-size: 105%;
  background-color: hsl(268, 70%, 92%);
}

#navList ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
}

#navList li {
  float: left;
  margin: 0;
}

#standardMenu {
  position: relative;
  margin: auto;
  max-width: 1086px;
}

#standardMenu li {
  padding-top: 12px;
}

#standardMenu li:first-child {
  padding-right: 30px;
  padding-top: 0;
}

#standardMenu li:last-child {
  float: right;
  padding: 9px 5px 0 0;
}

#standardMenu li:last-child a {
  padding: 1px;
}

#standardMenu li:last-child a span {
  padding-left: 4px;
}

#standardMenu li>a {
  padding: 3px 20px 3px 0px;
}

#standardMenu li.buttonOff>a {
  display: block;
  text-decoration: none;
  color: hsl(270, 55%, 75%);
}

#standardMenu li.buttonOff>a:hover {
  background: #8b4db7;
  background-color: transparent;
  color: #444;
}

#standardMenu li.buttonOn>a {
  display: block;
  text-decoration: none;
  color: #444;
}

#innerContentBlock {
  float: none;
  width: auto;
  overflow: hidden;
}

#rightVerticalAdBlock {
  float: right;
  height: 650px;
  width: 165px;
  padding: 1px;
  padding-left: 20px;
  margin-top: 60px;
}

#myAccountContent {
  float: right;
  margin-left: 15px;
  min-width: 600px;
  width: 77%;
}

#comparisonTable table {
  background-color: #ccc;
}

#comparisonTable td {
  font-size: 11px;
  text-align: center;
  background-color: #fff;
}

#comparisonTable td.title {
  font-size: 11px;
  color: #909;
  font-weight: bold;
  text-align: left;
  background-color: #ffc;
}

#comparisonTable td.headtitle {
  text-align: left;
  font-weight: normal;
  background-color: #fff;
}

#comparisonTable td.head {
  font-weight: bold;
  color: #fff;
  background-image: url('/images/maintoptile.png?20090101');
}

#comparisonTable td.foottitle {
  text-align: left;
  font-weight: bold;
}

#comparisonTable td.foot {
  background-color: #cfc;
}

#popup {
  position: absolute;
  width: 400px;
  border: 2px solid #f0f;
  padding: 0px;
  visibility: hidden;
  top: 145px;
  left: 50%;
  margin-left: -200px;
  margin-bottom: 10px;
  z-index: 30;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #f0f;
}

#lowerpopup {
  height: 390px;
  margin: 0px;
  padding: 2px;
  overflow: auto;
  height: 75px;
  line-height: 1em !important;
  background-color: #fef;
}

#popup a {
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  background-color: #f0f;
}

#titlepopup {
  float: left;
  height: 18px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  margin: 0px;
  background-color: #f0f;
}

#myMobileAccountLinks {
  display: none;
}

.right {
  text-align: right;
}

#outerLoginContainer {
  position: relative;
  max-width: 1086px;
  margin: auto;
}

#homeLoginBox {
  position: fixed;
  right: calc(50% - 543px);
  top: 43px;
  z-index: 50;
  width: 255px;
  display: none;
}

#homeLoginBox input {
  font-size: 1em;
}

#heroContainer {
  font-size: 140%;
}

#printOpts {
  font-size: 90%;
  display: none;
  padding-top: 25px;
  background: #cfc;
  border: double 3px #090;
  height: 80px;
  width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 80px 0 0 -145px;
}

#printChartPrompt {
  padding: 5px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  border-right: solid 2px #ddd;
  border-bottom: solid 2px #ddd;
  display: inline-block;
  width: auto;
  margin: auto;
  margin-top: 8px;
}

#colorAndSymbolKey {
  width: 30%;
  /* width:180px; */
  float: left;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Verdana', 'sans-serif';
  font-size: 12px;
}

#medicationHistoryContainer {
  width: 70%;
  /* width:400px; */
  float: right;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Verdana', 'sans-serif';
  font-size: 12px;
}

#journalHistoryContainer {
  width: 70%;
  /* width:400px; */
  float: right;
  text-align: left;
  font-family: 'Verdana', 'sans-serif';
  font-size: 12px;
}

#journalHistoryContainer b {
  font-size: 12px;
}

.mobile_home_link {
  display: none;
}

#homeUpperContainer {
  position: relative;
  overflow: hidden;
}

#heroContainer {
  position: relative;
}

#heroContainer button {
  box-shadow: 2px 2px 4px #333;
}

#hover_medications_container {
  background: #fff;
  border-radius: 5px;
}

.chartTransitionOuterContainer {
  overflow: hidden;
}

.chartTransitionInnerContainer {
  transition: width 0s, height 0s, transform 0.6s;
}

.chartTransitionInnerContainer-Change {
  transform: translate(-180px, 0px);
}

.chartTransitionContainer {
  position: relative;
  overflow: hidden;
  margin-top: 3px;
}

.hcInnerContainer {
  float: left;
  padding-top: 10px;
}

.chartTransitionInputControls {
  float: left;
  width: 180px;
}

.dialogButton {
  min-width: 80px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e0e0e0;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e0e0e0;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e0e0e0;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0e0e0;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.tooltipster-base {
  z-index: 1000;
}

.why_purchase_container {
  padding: 60px 0 0 0;
  position: relative;
  clear: both;
}

.why_purchase_phone_container {
  float: left;
  width: 286px;
  background: url('/assets/images/why_mt/mobile-1976104_640.png') no-repeat;
}

.why_purchase_phone_container img {
  padding: 64px 18px;
  height: 400px;
  width: 250px;
}

.why_purchase_text_container {
  float: left;
  margin: 10px;
  max-width: 500px;
}

@media only screen and (max-width: 1115px) {
  body {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  #homeLoginBox {
    right: 7px;
  }

  #pageBlock {
    width: auto;
    min-width: 0;
    transition: 0.6s ease-in-out;
  }

  #pageBlock.active {
    -webkit-transform: translate(16em, 0px);
    -moz-transform: translate(16em, 0px);
    -o-transform: translate(16em, 0px);
    -ms-transform: translate(16em, 0px);
    transform: translate(16em, 0px);
  }

  #contentBlock {
    border: none;
  }

  #innerContentBlock {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1080px) {
  #logo_main {
    position: static;
    margin: auto;
  }
}

#navContainer {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 25;
}

#navContainerSpacer {
  height: 52px;
}

#navContainerBigSpacer {
  height: 68px;
}

#mobileMessageWindow {
  display: none;
}

.tooltip {
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  #mobileMessageWindow {
    display: block;
    height: 15px;
    font-size: 75%;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    padding-bottom: 1px;
    background-color: hsl(270, 55%, 75%);
  }

  #mobileMessageWindow a {
    color: #fff;
    text-decoration: underline;
  }

  #home-logo-icon-container {
    display: none;
  }

  #pageBlock {
    margin-top: 0;
  }

  #navContainerSpacer {
    height: 0;
  }

  #navContainerBigSpacer {
    height: 10px;
  }

  .chartsOptions {
    display: inline-block;
  }

  .mobile_home_link {
    display: inline;
  }

  .sidebar-link {
    font-size: 90%;
  }

  .featureRow {
    margin-top: 0;
  }

  #homeLoginBox {
    display: block;
    top: 37px;
  }

  input {
    font-size: 80%;
  }

  #logoSpacer {
    height: 38px;
  }

  #upgradeInvite {
    display: none;
  }

  #mobileUpgradeInvite {
    display: block;
    text-align: center;
    margin: 30px 15px 0px;
    border-radius: 50px;
    padding: 5px;
    background: #0E9AED;
  }

  #mobileUpgradeInvite a {
    position: relative;
    font-size: 80%;
    color: #fff;
    text-shadow: 0 1px #333;
    top: -2px;
  }

  #logo_main {
    display: none;
  }

  #navList {
    display: none;
  }

  .mobileForumUser img {
    float: left;
    padding: 2px 10px 0 2px;
  }

  .mobileForumOffensiveBox {
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    line-height: 1.3em;
    background-color: #ff6a09;
    border: solid 1px #c00;
    width: 250px;
    padding: 5px;
    text-align: center;
  }

  .mobileForumOffensiveBox img {
    float: none;
  }

  .mobileForumOffensiveBox a {
    color: #fff;
    text-decoration: underline;
  }

  .mobileForumOffensiveControls {
    /* column headings */
    background: hsl(210, 60%, 60%);
    color: #fff;
    padding: 2px;
    text-align: right;
  }

  .mobileForumOffensiveControls a {
    color: #fff;
  }

  .mobileForumPostContainer {
    display: block;
    border: solid 1px transparent;
    background-color: #fff;
  }

  .mobileForumUserOuterContainer {
    position: relative;
    padding: 5px;
    border-top: solid 1px #ccf;
  }

  .mobileForumUser {
    text-align: left;
  }

  .mobileForumUserContainer {
    float: left;
  }

  .mobileForumUserText {
    font-weight: bold;
    color: #333;
    font-size: 110%;
  }

  .mobileForumDate {
    font-size: 75%;
  }

  .mobileForumPostData {
    clear: both;
    text-align: left;
    padding: 20px 2px 2px 2px;
  }

  .forumPostContainer {
    display: none;
  }

  #homePageFeatures {
    padding: 15px;
  }

  #homePageFeatures .featureLeft {
    margin: 0 0 40px 5px;
    width: 100%;
  }

  #homePageFeatures .featureRight {
    margin: 0 0 40px 5px;
    width: 100%;
    float: left;
  }

  .extraColumn {
    display: none;
  }

  .mobileData {
    display: block;
  }

  .mobilePatientMenu {
    display: block;
  }

  #homeContainer {
    width: 100%;
  }

  #myAccountContent {
    width: 100%;
    margin-left: 0;
    min-width: 0;
  }

  #mobileMenu {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
  }

  #standardMenu {
    display: none;
  }

  #sideBar {
    display: none;
  }

  ul#myMobileAccountLinks.small-icon {
    padding-left: 0;
    padding-bottom: 0;
  }

  #myMobileAccountLinks {
    display: block;
  }

  #myMobileAccountLinks li {
    margin-top: 4px;
    padding: 3px;
    font-size: 0.8em;
  }

  #homePageFeatures p {
    float: left;
  }

  #colorAndSymbolKey {
    width: auto;
    float: none;
  }

  #medicationHistoryContainer {
    width: auto;
    float: none;
  }

  #journalHistoryContainer {
    width: auto;
    float: none;
  }

  #popup {
    width: 250px;
    margin-left: -125px;
  }
}

@media only screen and (max-width: 850px) {

  .icon-and-headline [class^="flaticon-"]:before,
  .icon-and-headline [class*=" flaticon-"]:before,
  .icon-and-headline [class^="flaticon-"]:after,
  .icon-and-headline [class*=" flaticon-"]:after {
    font-size: 220%;
    margin-right: -3px;
  }

  .icon-and-headline h1 {
    font-size: 200%;
  }
}

@media only screen and (max-width: 800px) {
  .featureTable {
    font-size: 80%;
    margin: 0 10%;
  }
}

@media only screen and (max-width: 760px) {
  .chartHeaderInnerContainer {
    width: 100%;
    white-space: nowrap;
  }

  .icon-and-headline h1 {
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 640px) {
  .featureTable {
    font-size: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1em;
  }

  .mainHeroContainer {
    background-position: -380px center;
  }

  .formContainer .fieldRow {
    display: block;
  }

  .heroText {
    font-size: 72%;
    margin-top: 10px;
  }

  #mobileUpgradeInvite {
    font-size: 90%;
  }

  #optionsMenu {
    right: 0px;
    left: auto;
  }

  .forumPostMessage {
    font-size: .9em;
  }

  .formContainer fieldset {
    display: inline;
  }

  .formContainer .fieldRow>label {
    text-align: left;
    float: none;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 0;
    width: 100%;
  }

  .formContainer .fieldContainer {
    display: block;
    padding-bottom: 5px;
  }

  .formContainer .fieldRow {
    margin-bottom: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #ccc;
    display: block;
  }

  .formContainer .fieldRow {
    display: block;
  }

  .formContainer .fieldRow:first-child {
    padding-top: 0px;
  }

  .formContainer textarea {
    height: 75px;
  }

  .supportAlertTableData {
    font-size: 70%;
  }

  #logo {
    width: 244px;
    height: 41px;
  }

  .less {
    display: none;
  }

  .highcharts-tooltip span {
    height: auto;
    width: 285px;
    white-space: normal !important;
  }

  .chart_date>input {
    width: 115px;
  }

  .forumWarning,
  .warningBox,
  .info {
    font-size: 70%;
  }

  .chart_controls li {
    font-size: 70%;
  }
}

@media only screen and (max-width: 475px) {
  #tab_button_group {
    font-size: 85%;
  }

  #heroContainer {
    font-size: 200%;
  }

  .heroTagline {
    font-size: 110%;
  }

  .featureTable {
    max-width: 300px;
    font-size: 50%;
    margin: auto;
  }

  .subtypeContainer {
    text-align: left;
    display: inline-block;
    margin: auto;
  }

  .subtypeContainer label {
    display: block;
  }

  #journal_hide_private_container {
    display: block;
    margin-bottom: 3px;
  }

  #journal_sort_pipe {
    display: none;
  }

  #heroContainer .largebutton {
    font-size: 90%;
  }
}

@media only screen and (max-width: 400px) {
  #heroContainer .largebutton {
    font-size: 80%;
  }
}

@media only screen and (max-width: 320px) {
  .heroTagline {
    font-size: 90%;
  }
}

@media print {
  body {
    color: #333;
  }

  #standardMenu li.buttonOff>a {
    color: #333;
  }

  .formContainer .tableData th {
    color: #333;
  }
}

.red {
  color: #c00;
}

a.red {
  text-decoration: underline;
}

.header_red {
  color: #fff;
  background: #900;
  text-align: center;
  padding: 4px;
}

.ui-widget * {
  outline: none;
}

.lazy {
  width: 100%;
}

.tableData .lazy th {
  text-align: right;
}

input:required {
  border-left: solid 4px hsl(210, 60%, 70%);
}

#cookieNotice {
  text-align: left;
  padding: 10px;
  background-color: #6b15a8;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

#cookieNotice button {
  cursor: pointer;
}

#cookieNotice p {
  margin: auto;
  max-width: 1090px;
}