.survey-question-large-text-area{
  height: 175px!important;
  resize: none;
}

.ans-container {
  flex-wrap: wrap;
}
.ans-inline {
  display: inline-block;
  padding: 10px;
  opacity: 0.6;
  flex-shrink: 0;
  width: 150px;
  text-align: center;
}

.ans-inline:hover {
  opacity: 1;
}

.ans-selected {
  opacity: 1;
}
.condition-body {
  padding: 5px 20px;
}

.condition-remove-button {
  margin-bottom:5px;
}

.add-medication-alert {
  padding:15px;
  margin-bottom:10px;
}

.custom-alert {
  padding:15px;
  margin: 15px 0;
}

.reminder-button {
  text-align: center;
  color:#fff;
  margin:0 3px;
  cursor:pointer;
  margin-bottom: 10px;
  padding: 5px;
}

a:hover.reminder-button {
  color:#eee
}

a:focus.reminder-button {
  color:#eee
}

.reminder-body {
  padding: 12px 0 0;
}

.reminder-repeat {
  padding-bottom:25px;
}

.add-medication-description {
  font-weight:bold;
}
.medication-button-group-container{
    width: 100%;
}
.medication-button-group-input-container{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}
.medication-button-group-input{
     display: flex;
     flex-direction: column;
     width: auto;
     margin-right: 10px;
}
.medication-button-group-input-date {
  margin-right: 10px;
}
.medication-amount-taken-input-container{
    display: flex;
}
.medication-amount-taken-select{
    margin-bottom: 10px;
    margin-right: 10px;
    width: 160px;
}
.medication-amount-taken-input{
    width: 100px;
}
.medication-button-group-input-date{
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-top: 5px;
}
.medication-button-group {
    display: flex;
}
.medication-button-width{
    width: 100px!important;
    display: inline-block;
    padding: 9px 2px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.medication-action-buttons-group .medication-button-width:first-child {
  margin-left: 0px;
}
.medication-button-group{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.medication-container {
  display: flex;
}
.medication-content {
  margin-right: 30px;
  flex-grow: 1;
}
.medication-label {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.medication-label-text {
  margin-bottom: 8px;
  margin-right: 10px;
}
.medication-label-repeat-type-info {
  width: fit-content;
  height: fit-content;
  background-color: #f6f6f6;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.medication-details-container {
  background-color: #f6f6f6;
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.medication-details-container .medication-ingredients {
  margin-bottom: 20px;
}
.medication-details-container .medication-label-repeat-type-info {
  background-color: transparent;
  cursor: auto;
  padding: 0px 10px;
}
.medication-details-container .medication-label-repeat-type-info span{
  text-transform: capitalize;
}
.medication-label-repeat-type-info span {
  font-weight: 500;
  margin-left: 5px;
}
.medication-label-repeat-type-info i::before {
  font-size: 17px;
}
.medication-ingredients .medication-details-content-heading {
  font-weight: bold;
  padding: 2px 10px;
}
.medication-action-buttons-group {
  display: flex;
}
.medication-name-label-group {
  width: fit-content;
  height: fit-content;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.medication-details-content ul {
  margin: 0px;
}
.medication-name-label-group.disable-interaction {
  pointer-events: none;
  border-bottom: none;
}
.medication-button-height {
  height: fit-content;
}
.medication-details-action-button button {
  outline: none;
  border: none;
}
.medication-details-action-button i::before {
  font-size: 18px;
  font-weight: 900;
}
.medication-details-content {
  display: flex;
  flex-wrap: wrap;
}
.medication-details-content > div {
  margin-right: 40px;
  margin-bottom: 20px;
}
.medication-details-content > div:not(:first-child) {
  padding: 2px 0px 2px 10px;
}
.medication-details-container .medication-details-content .medication-details-content-heading span,
.medication-details-content-heading i::before {
  font-weight: bold;
}
.medication-action-disabled-alert {
  float: right;
  color: red;
  display: flex;
  font-size: 12px;
  max-width: 200px;
  align-items: flex-start;
}
.medication-action-disabled-alert span:first-child {
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width:600px){
    .medication-button-group{
        flex-wrap: wrap;
    }
    .medication-button-group-input-container{
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width:550px){
    .medication-container {
      flex-direction: column;
    }
    .medication-action-disabled-alert {
      float: left;
    }
}
.add-medication-button-group {
  text-align: left;
}
.objective-group {
  margin-bottom:0px;
}

.submit-form-area {
  padding-top: 20px;
}

.medication-reason-default {
  margin-top: 8px;
  display:none;
}

.medication-reason-selected {
  display:inherit;
}

.objective-group.medication-selected {
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}

/*
  Common elements shared between both mobile and desktop layouts
*/

/*
  Top three buttons
*/
#buttons li,
#groups li {
  border: 1px solid #ddd;
  background: #f4f4f4;
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 3px;
  overflow-x: auto;
}

/* top button in selected state */
#buttons .selected,
#groups .selected  {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* Groups in selected and disabled state */
#groups .selectedDisabled {
  background-color: #f7e1b5;
  color: #AEBDCC;
}

/* Groups in unselected and disabled state */
#groups .unselectedDisabled {
  background-color: #c8def4;
  color: #AEBDCC;
}

/*
  Desktop layout
*/
  /*body {*/
    /*padding-top: 20px;*/
    /*margin-right: 50px;*/
  /*}*/

  #buttons {
    margin-bottom: 15px;
  }

  #buttons ul {
    margin: 0 auto;
    padding-left: 0;
  }

  #buttons li {
    display: inline;
  }


  #groups ul {
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 15px;

    /* Limit to three columns */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  #groups li {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    width: 100%;
  }


/*
  Mobile layout
*/
@media only screen and (max-width : 768px) {

  #buttons li {
    padding: 10px;
  }

  #groups li {
   padding: 10px;
  }
}

.loader:before,
.loader:after,
.loader {
  display: inline-block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -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 {
  margin-left: 8em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  top: -25px;
  display: inline-block;
}
.loader:before {
  left: -3.5em;
}
.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #FFF;
  }
}

.saved_dialog{
  width:250px;
  left:50%;
  background-size: 100% 100%;
}

.checkmark {
  margin:0 20px 0 50px;
  display:inline-block;
  width: 22px;
  height:22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.kick-animation {
  -webkit-animation-name: kick;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes kick {
  0%{
    width:0px;
  }
  20% {
    width:7px;
  }
}

.stem-animation {
  -webkit-animation-name: stem;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.45s;
}

@-webkit-keyframes stem {
  0%,
  10%{
    height:0;
    top:33px;
  }
  100% {
    height:33px;
    top:0px;
  }
}

.stem {
  position: absolute;
  width:7px;
  height:33px;
  background-color:rgb(42,187,152);
  left:11px;
  top:0px;
}

.kick {
  position: absolute;
  width:7px;
  height:7px;
  background-color:rgb(42,187,152);
  left:5px;
  top:26px;
}

.notes-text-area{
  resize: none;
}

.journal-text-area {
  resize: none;
  background-color:white;
  border:1px grey solid;
  height:100px;
  width:100%;
}


.activity-container{
  overflow-y: scroll;
  max-height: 400px;
}
@media (min-width:768px){
  .activity-container{
    height: 400px;
  }
}

.plot-legend tr {
  display:inline-block;
  padding-right: 10px;
}

.tab-pane.active {
  margin-top: 20px;
}

.animate-if.ng-enter, .animate-if.ng-leave {
  -webkit-transition:all linear 0.45s;
  transition:all linear 0.45s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}

.animate-hide {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
  right:0;
  opacity:1;
}

.animate-hide-fade {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.35s;
  right:0;
  opacity:1;
}

@media (max-width: 768px){
  .animate-hide {
    position:relative;
    display: inline-block;
    width: 100%;
  }
  .animate-hide-fade {
    position:relative;
    display: inline-block;
    width: 100%;
  }

}

.animate-hide.ng-hide {
  right:-100%;
  opacity:0;
  position:absolute;
}

.animate-hide-fade.ng-hide {
  right:0;
  opacity:0;
  position:absolute;
}

/* Store specific animate-hide css */
.animate-hide-store {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.45s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.45s;
  right:0;
  opacity:1;
  position:relative;
  display: inline-block;
  width: 100%;
}

.animate-hide-fade-store {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.45s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.45s;
  right:0;
  opacity:1;
  position:relative;
  display: inline-block;
  width: 100%;
}

.animate-hide-store.ng-hide {
  right:-100%;
  opacity:0;
  position:absolute;
  top:55px;
}

.animate-hide-fade-store.ng-hide {
  top:55px;
  right:0;
  opacity:0;
  position:absolute;
}

.healthy-dose-visualization{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
.healthy-dose-entry {
  width: 100%;
  text-align: center;
  background-color: #fff;
  max-height:350px;
}

.healthy-dose-visualization a.expand{
  position: absolute;
  right: 0px;
  height: 30px;
  width: 30px;
  opacity: 0.80;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  z-index: 100;
  color: #ffffff;
  text-align: center;
}
.healthy-dose-visualization a.expand:hover{
  background-color: #000000;
  opacity: 1.0;
}

@media (max-width: 768px) {
  .healthy-dose-visualization a.expand{
    display: none;
  }
}

.healthy-dose-entry span.arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: -15px auto 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: auto;
  right: auto;
  width: 30px;
}
.healthy-dose-entry.carousel-inner .carousel-control {
  min-width: 34px;
  max-width: 64px;
  background-color: rgba(0, 0, 0, 0.0);
  background-image: none;
  opacity: 0.25;
}
.healthy-dose-entry.carousel-inner .carousel-control:hover {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0.9;
}
.healthy-dose-entry span.arrow.ion-chevron-left {
  right: 0;
}
.healthy-dose-entry span.arrow.ion-chevron-right {
  left: 0;
}
.healthy-dose-entry.carousel-inner {
  cursor: pointer;
}


.healthy-dose-modal .modal-dialog {
  width: 90%;
  height: 90%;
}
.healthy-dose-modal .close{
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  opacity: 1.0;
  font-size: 18px;
  padding: 5px;
  z-index: 100;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.healthy-dose-modal .modal-body {
  height: 100%;
}
.healthy-dose-modal .modal-content {
  height: 100%;
}
.healthy-dose-modal .healthy-dose-entry {
  height: 100%;
}
.healthy-dose-modal .healthy-dose {
  height: 100%;
}
.healthy-dose-picture{
  max-height:350px;
  max-width:100%;
}

.healthy-dose-text {
  background-color: rgba(255,255,255, 0.75);
  padding: 8px;
  position: absolute;
  bottom: 0px;
  width:100%;
  margin-bottom: 0;
}

.multiple-choice-answer p{
  font-weight: normal;
  width: 100%;
  text-align: center;

}

.multiple-choice-answer label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}


.multiple-choice-answer p.inline{
  display: inline;
}


.selected-response {
  background-color: lightblue;
}

.multiple-choice-answer-radio {
  width: 50px;
  display: flex;
  align-items: center
}

.multiple-choice-answer-radio input {
  display: none;
}

.multiple-choice-answer-radio div {
  max-height: 16px;
  max-width: 16px;
  margin-left: 0px;
  display: flex;
  align-items: center;
}

.multiple-choice-answer-text {
  width: 85vw;
  align-items: center;
  top: 0
}

.response-table {
  margin-bottom:0;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  width:100%;
  align-items:stretch;
  align-content:stretch;
  flex-wrap:wrap;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  flex-grow: 1;
  width: 100%;
}
.full { min-width: 100%; }

.flex-item.col-2 {
  width: 45%;
  max-width: 47%;

}

.healthy-dose-visualization {
  margin: 0 auto;
  background-color: white;
  border: 1px solid #ccc;
}

.healthy-dose {
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 auto 15px;
  cursor: pointer;
  max-width:250px;
}
.healthy-dose .healthy-dose-image {
    max-height: 225px;
}
.healthy-dose .lead {
  padding: 15px 5px 0;
  margin: 0;
  vertical-align: middle;
}
.week-picker {
  text-align: center;
  line-height: 24px;
  width: 100%;
  margin-bottom: 20px;
}
.week-picker-arrow {
  display:inline-block;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px auto 0;
  text-align: center;
  width: 30px;
  color: white;
}
.week-picker-dates {
  padding: 10px;
}
.arrow-disabled {
  background-color: #DDDDDD !important;
}
.activity-description {
  padding: 14px 10px 0;
}
@media (max-width: 768px) {
  .activity-description h2 {
    font-size:18px;
  }
}
.btn.done-btn{
  padding: 14px 36px;
}
.objective-label{
  margin-bottom: 5px;
  margin-top: 5px;
  display:block;
}
.consent-objective-signature-label-container{
  display: inline;
}
.consent-objective-signature-label{
  font-weight: 800;
}
.consent-objective-signature-image{
  height: 150px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #99999999;
  padding: 1px;
}
.consent-objective-signature-image-container{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.consent-objective-button{
  margin-top: 10px;
}
.consent-objective-description{
  margin-bottom: 10px;
}
.consent-objective-consent-check-container{
  display: flex;
  margin-bottom: 10px;
}
.consent-objective-consent-check-checkbox-input{
  display: none;
}
.consent-objective-consent-check-checkbox{
  height: 10px;
  width: 10px;
  margin-top: 0 !important;
}
.consent-objective-signature-image-instructions{
  height: 150px;
  width: 500px;
  border: 1px solid #99999999;
  padding: 1px;
  background: rgb(248, 238, 203);
  text-align: center;
}
.consent-objective-signature-image-instructions-inner{
  margin-top: 60px;
}
.consent-objective-consent-check-text{
  font-weight: 500;
}
.consent-objective-clear-signature-button{
  margin-bottom: 10px;
}
.consent-objective-container{
  margin-bottom: 30px;
}
.consent-objective-name-input-container{
  margin-bottom: 10px;
}
.consent-objective-signed-at-label{
  color: #666666;
}
.consent-objective-button-container{
  display: flex;
  justify-content: space-between;
}
.consent-objective-cancel-button{
  flex-grow: 1;
  margin-right: 10px;
}
.consent-objective-submit-button{
  flex-grow: 1;
  margin-left: 10px;
}
.consent-objective-required-label{
  color: #666666;
}
.consent-objective-signature-container{
  display: flex;
  flex-direction: column;
}
.loading {
  background: transparent url('../images/loading_circle.gif') center no-repeat;
}
.survey-label {
  line-height: 1.3;
}
/**Somalutine Tool**/
@font-face {
  font-family: 'DIN Next LT Pro Light';
  src: url('./fonts/DINNextLTPro-Light.eot');
  src: local('DIN Next LT Pro Light'), local('DINNextLTPro-Light'),
    url('./fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DINNextLTPro-Light.woff') format('woff'),
    url('./fonts/DINNextLTPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Next LT Pro Bold';
  src: url('./fonts/DINNextLTPro-Bold.eot');
  src: local('DIN Next LT Pro Bold'), local('DINNextLTPro-Bold'),
    url('./fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DINNextLTPro-Bold.woff') format('woff'),
    url('./fonts/DINNextLTPro-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.44px;
  ;
}


@font-face {
  font-family: 'DIN Next LT Pro Heavy Condensed';
  src: url('./fonts/DINNextLTPro-HeavyCondensed.eot');
  src: local('DIN Next LT Pro Bold'), local('DINNextLTPro-Bold'),
    url('./fonts/DINNextLTPro-HeavyCondensed.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DINNextLTPro-HeavyCondensed.woff') format('woff'),
    url('./fonts/DINNextLTPro-HeavyCondensed.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  letter-spacing: -2.42px;
  ;
}

@font-face {
  font-family: 'DIN Next LT Pro Condensed';
  src: url('./fonts/DINNextLTPro-Condensed.eot');
  src: local('DIN Next LT Pro Condensed'), local('DINNextLTPro-Condensed'),
    url('./fonts/DINNextLTPro-Condensed.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DINNextLTPro-Condensed.woff') format('woff'),
    url('./fonts/DINNextLTPro-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.somatuline {
  min-width: 300px;
  width: 100%;
  max-width: 800px;
  font-family: 'DIN Next LT Pro Light';
  font-size: 16px;
  color: #4d4d4f;
  letter-spacing: -0.35px;
  line-height: 1;
  margin: auto;
}

.somatuline>div {
  padding: 0 30px 0 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.somatuline .small-light {
  font-weight: 300;
}

.somatuline .full-size-image {
  width: 100%;
  margin: 0;
}

.somatuline .align-center {
  text-align: center;
}

.somatuline .align-left {
  text-align: left;
}

.somatuline .align-right {
  text-align: right;
}

.blue {
  color: #25408f;
  font-weight: bold;
  padding-left: 5%;
  padding-right: 5%;
  font-family: "DIN Next LT Pro Bold";
}

.uppercase {
  text-transform: uppercase;
}

.extra-bold {
  text-shadow: 0px 0.5px, 1px 0px, 1px 1px;
}

.light-green {
  color: #77c043 ;
  font-weight: bold;
  font-family: "DIN Next LT Pro Bold";
}

.somatuline b {
  font-family: "DIN Next LT Pro Bold" !important;
}

.somatuline textarea{
  padding: 5px 10px;
  height: 350px;
  width: 100%;

  border-radius: 5px;
  margin-bottom: 10px;
}

.rectangle {
  width: 136px;
  height: 4px;
  padding: 0px !important;
  margin-top: 51px !important;
}

.line-blue {
  background-color: #25408f;
}

.line-white {
  background-color: #ffffff;
}

.large {
  font-size: 30px;
  font-family: "DIN Next LT Pro Condensed";
  font-stretch: condensed;
  font-weight: bold;
  ;
}

.inline-banner {
  width: 100%;
  max-width: 320px;
  height: 94px;
  position: relative;
}

.ios-zoom-fix{
  font-size: 16px;
}

.remove-padding{
  padding: 0;
  width: 100%;
}


.inline-banner .left-image {
  padding: 10px 0px 10px 0;
  position: absolute;
  vertical-align: middle;
  max-height: 66px;
  max-width: 44px;
  /* z-index: 1; */
  left: 0;
  top:0;
  margin-top: 1px;
}

.small {
  height: 45px !important;
}

.smaller{
  height: 25px !important;
}

.no-padding {
  padding: 0 10px 10px 0 !important;
  position: relative;
}

.inline-banner .right-banner {
  position: absolute;
  width: 300px;
  max-width: 340px;
  padding: 10px;
  border-radius: 5px;
  left: 0px;
  top: 0px;
}

.border-three-side {
  border-right: solid 1px #77c043;
  border-top: solid 1px #77c043;
  border-bottom: solid 1px #77c043;
}

.border-all-sides {
  border: solid 1px #77c043;
  width:100%;
  max-width: 354px;
}

.inline-banner .extra-margin-left {
  margin-left: 24px;
  padding-left: 18px;
}

.somatuline ul {
  margin: 0;
  padding-left: 15px;
}

.square-bullet {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -15px;
}

.square-bullet> li:before{
  /* content: "\25AA";  */
  content: url('../images/green-bullet.png');;
  font-weight: bold;
  color: #77c043;
}

.square-bullet li::marker{
  color: #77c043;
}

.dash-bullet> li:before {
  content: "\2014";
  font-weight: bold;
}

.square-bullet> li {
  margin-bottom: 10px;
}

.dash-bullet {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -15px;
}

.round-bullet> li:before {
  font-weight: bold;
}

.flex {
  display: flex;
}

.no-margin-bottom {
  margin: 20px 0 0 0 !important;
  overflow: hidden;
}

.no-margin-top {
  margin: 0 0 20px 0 !important;
  overflow: hidden;
}

.margin-image{
  margin-bottom: 20px 0;
}

.no-padding {
  padding: 0 !important;
}

.blue-banner {
  background-color: #25408f;
  color: white;
}

.pull-right {
  float: right;
}

.pull-center{
  margin: auto;
}

.no-margin-bottom>div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-margin-top>div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-inline {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
}

.half-width {
  width: 50%;
  padding: 0 10px 0 0;
}

.tnc{
  font-size: 14px;
}

.dotted {
  border: none;
  border-right: 1px dotted #4d4d4f;
}

.highlight-number {
  font-size: 110px;
  font-weight: 900;
  font-family: "DIN Next LT Pro Heavy Condensed";
  color: #77c043;
  letter-spacing: -2.42px;
  padding-top: 15px;;
}
.somatuline a{
  text-decoration: underline !important;
  color: #25408f;
  font-family: "DIN Next LT Pro Bold";
}

.somatuline sup {
  font-weight: 300;
  font-size: 45px;
  vertical-align: super;
}


.negative-margin {
  /* margin-top: -40px !important; */
  /* text-align: center; */
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 15px 5px 15px;
  color: white;
  font-size: 14px;
  width: 100%;
  min-height: 30px;
  margin-bottom: 0px !important;
  /* ma-left: 30px; */
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.number-size{
  font-size: 20px;
  font-family: "DIN Next LT Pro Condensed";
}

.top-right {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.padding-left {
  padding-left: 10px;
}

.small-text {
  font-size: 11px;
  width: 100%;
  max-width: 354px;
}

.bg-teal{
  background-color: #31b1b3;
  margin-bottom: 30px;
  margin-top: -10px ;
}

.bg-teal:hover{
  background-color: #31b1b3;
}

.white{
  color: white !important;
}

.negative-margin-right{
  margin-right: -30px;
}

.image-objective-button-container{
  display: flex;
  justify-content: flex-end;
}

.switch {
  position: relative;
  display: inline-block;
  width: 77px;
  height: 40px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: 9px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #31b1b3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #31b1b3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Type Search dropdown for survey */
.ui-select-match .btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 6px 12px;
  border: 1px solid #CCC;
}

.secondary-medication-div{
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
  padding: 3px;
  margin-left: 2px;
}
.arrow-toggle.collapsed .ion-android-close
{
  display: none;
}

.arrow-toggle .ion-android-close
{
  display: inline-block;
}

.arrow-toggle.collapsed .ion-arrow-expand
{
  display: inline-block;
}

.arrow-toggle .ion-arrow-expand
{
  display: none;
}
.medication-modal-dual-input-container{
  display: flex;
  justify-content: space-between;
    width: 67%;
}

.medication-modal-input-container{
    width:calc(50% - 5px);
}
.medication-modal-dual-input-container-dose{
    width: 33%;
}
.medication-modal-input-outer-container{
    display: flex;
}
.medication-modal-dual-input{
    width: 100%;
  display: block;
}
.medication-modal-date-input{
  width: 100%;
  margin-bottom: 10px;
}
.medication-modal-dual-input-dose{
    width: calc(100% - 10px);
}
.medication-modal-dose-checkbox{
  margin-top:0 !important;
  margin-bottom: 0 !important;
}
.medication-modal-select{
  margin-bottom: 10px;
}
.medication-modal-title-radio{
    display: flex;
}
.medication-modal-custom-radio-label{
    padding-left: 0!important;
}
.medication-modal-custom-radio{
    padding: 7px!important;
    height: 15px!important;
    margin: 0px!important;
}
label input[type="checkbox"]:checked + .medication-modal-custom-radio:after{
    top: 2px!important;
    height: 10px!important;
    width: 10px!important;
    left: 2px;
    margin: 0px!important;
}
.medication-modal-radio-input-text {
    display: table-cell;
    top: 12px!important;
    position: relative;
    padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .somatuline>div {
    padding: 0 20px 0 20px;
    width: 100%;
    max-width: 394px;
  }

  .no-text-input .ngdialog-content{
    min-height: auto !important;
    height: auto;
  }

  .negative-margin-right{
    margin-right: -20px;
  }

  .inline-banner .right-banner {
    width: 290px;
    /* padding: 5px; */
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .consent-objective-signature-image-instructions {
    width: 390px;
    height: 117px;
  }
  .consent-objective-signature-image-instructions-inner{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .consent-objective-signature-image-instructions{
    width: 350px;
    height: 105px;
  }
  .consent-objective-signature-image-instructions-inner{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 405px) {
    .consent-objective-signature-image-instructions{
    width: 300px;
    height: 90px;
  }
  .consent-objective-signature-image-instructions-inner{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .consent-objective-signature-image-instructions{
    width: 250px;
    height: 75px;
  }
  .consent-objective-signature-image-instructions-inner{
    margin-top: 30px;
  }
}

.survey-time-input-container{
    display: flex;
    justify-content: space-between;
}
.survey-time-input{
    width: calc(50% - 10px);
}
.info-button {
    position: relative;
}
.popover {
    text-decoration: none;
    color: black;
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: -10px;
    margin-left: 10px;
    width: 200px;
}
.medication-taken-label{
    display: flex;
}
.medication-taken-label-info-button{
    margin-left: 5px;
}
.medication-taken-label-edit-button{
    margin-left: 5px;
    margin-top: 5px;
}
.button-disabled{
    opacity: 0.5;
}
.prevent-interaction {
  opacity: 0.5;
  pointer-events: none;
}
.medication-edit-popover{
    text-decoration: none;
    color: black;
    position: absolute;
    top: -35px;
    left: -75px;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 150px;

    z-index: 1060;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.medication-edit-button-width{
    width: 100px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 2px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.toast {
    opacity: 1 !important;
}
.toast-top-center {
    top: 60px;
}
.objective-vaccination-cell-first{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 10px;
}
.objective-vaccination-cell{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.objective-vaccination-input-container{
    width: calc((100% / 3) - 10px)
}
.objective-vaccination-button-container{
    width: calc((100% / 3) - 10px);
    display: flex;
    justify-content: flex-end;
}
.objective-vaccination-input{
    width: 100%;
}
.objective-vaccination-button-edit{
    height: 34px;
    width: 100%;
    padding: 9px 0;
    margin-left: auto;
}
.objective-vaccination-image{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
    max-height: 300px;
}
.vaccination-modal-image{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
    max-height: 300px;
    margin-bottom: 15px;
}
.vaccination-image-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.vaccination-modal-dual-input{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.vaccination-modal-input-green-border{
     border-color: green;
 }
.vaccination-modal-input-green-border:focus{
    border-color: green;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 128 0 / 60%)
}
.vaccination-modal-input-red-border{
    border-color: red;
}
.vaccination-modal-input-red-border:focus{
    border-color: red;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 0 0 / 60%)
}
.vaccination-modal-input-radio{
    margin-top: 20px;
    margin-bottom: 0!important;
}
.vaccination-modal-input-radio-text{
    line-height: 1;
    padding-top: 1px;
}
.vaccination-modal-button-choose-image{
    margin-left: auto;
    margin-right: auto;
}
.objective-vaccination-button-edit{
    height: 34px;
    width: 100px!important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.objective-vaccination-button-upload{
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 200px!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
