.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-timepicker-container {
  z-index: 1151 !important;
}

.big-horizontal-checks {
  padding: 10px;
}

.big-horizontal-checks input[type="checkbox"] {
  height: 25px;
  width: 25px;
  margin-top: 6px;
}

.big-horizontal-checks label.form-check-label {
  margin-left: 11px;
  font-size: 25px;
}

.big-horizontal-checks .checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}

.big-horizontal-checks .checkbox-inline span {
  padding-left: 13px;
}

.big-horizontal-checks .form-group {
  margin-bottom: 0px;
}

.teletherapy-wrapper.with-screen .video-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  flex-direction: column;
}

.teletherapy-wrapper .video-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.video-wrapper div {
  padding: 2px;
  max-width: 20vw;
}

#therapist-screen video {
  max-width: 20vw;
}

.teletherapy-wrapper .big-video video {
  max-height: 60vh;
  margin: auto;
}

.teletherapy-wrapper .big-video:fullscreen {
  width: 100%;
  height: 100%;
}

.teletherapy-wrapper .big-video:fullscreen video {
  max-height: 100vh;
}

.teletherapy-wrapper .big-video video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the entire video is visible without cropping */
}

.teletherapy-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  max-height: 250px;
}

.teletherapy-wrapper .my-video video {
  transform: scale(-1, 1);
  width: 100%;
}

.teletherapy-timers {
  font-size: 16px;
  font-weight: 500;
}

.video-container video {
  margin-right: auto;
  margin-left: auto;
  max-height: 560px;
}

.ct-legend {
  margin-top: 15px;
  position: relative;
  z-index: 10;
  list-style: none;
  text-align: center;
}

.ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  display: inline-block;
}

.ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  border: 3px solid transparent;
  border-radius: 2px;
}

.ct-legend .ct-series-0:before {
  background-color: #1ab394;
  border-color: #1ab394;
}

.ct-legend .ct-series-1:before {
  background-color: #ed5565;
  border-color: #ed5565;
}

.ct-chart-line {
  margin-bottom: 10px;
}

.ct-label.ct-horizontal {
  margin-left: -30px;
  margin-top: 5px;
  font-size: 12px;
}

.ct-line {
  stroke-width: 5px;
}

.ct-point {
  stroke-width: 10px;
}

.ct-series-a {
  stroke: #1ab394;
}

.ct-series-b {
  stroke: #ed5565;
}

.ct-series-a .ct-line {
  stroke: #1ab394;
}

.ct-series-a .ct-area {
  fill: #1ab394;
}

.ct-series-a .ct-point {
  stroke: #1ab394;
  stroke-linecap: circle;
}

.ct-series-b .ct-point {
  stroke: #ed5565;
  stroke-linecap: circle;
}

.input-group:not(.multiple) .select2-container--bootstrap {
  width: 1% !important;
}

.input-group.multiple {
  justify-content: flex-end;
}

.input-group.multiple .input-group-append {
  margin-left: 0px;
}

.input-group .select2-container--bootstrap {
  display: block;
  position: relative;
  float: left;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  min-width: 200px;
  /* max-width: 500px; */
}

/* mb classes to use within assessments for spacing */

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mw-60 {
  max-width: 60px;
}

.mw-70 {
  max-width: 70px;
}

.mw-80 {
  max-width: 70px;
}

.min-w-150 {
  min-width: 150px;
}

.min-w-125 {
  min-width: 125px;
}

.min-w-100 {
  min-width: 100px;
}

.formio-component .btn.signature-pad-lock {
  position: absolute;
  padding: 7px 20px;
  min-width: 70px;
  top: 0;
  left: 40px;
}

.formio-component-signature .btn.signature-pad-refresh {
  padding: 10px;
}

.formio-component-signature .signature-pad-body {
  border: 2px solid black;
}

@media print {
  .formio-component-signature .signature-pad-body {
    border: none;
  }
}

.formio-component-survey.column-width-5 > table > thead > tr > th {
  width: 5%;
}

.formio-component-survey.column-width-10 > table > thead > tr > th {
  width: 10%;
}

.formio-component-survey.column-width-12 > table > thead > tr > th {
  width: 12%;
}

.formio-component-survey.column-width-15 > table > thead > tr > th {
  width: 15%;
}

.formio-component-survey.column-width-17 > table > thead > tr > th {
  width: 17%;
}

.formio-component-survey.column-width-20 > table > thead > tr > th {
  width: 20%;
}

.formio-form ul.list-inline {
  text-align: right;
  min-height: 20px;
}

.btn-wizard-nav-previous,
.btn-wizard-nav-previous:hover {
  background-color: #fff;
  border-color: #e4e5e7;
  color: #6a6c6f;
}

/* Force scroll bars on mobile */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #1c84c6;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  display: block;
}

::-webkit-scrollbar-track {
  /* border-radius: 4px; */
  background-color: #eff2f3;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .body-picker-box {
    margin-left: -50px;
  }
}

.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}

.iradio_square-green {
  margin: 0;
}

.checkbox-inline.m-b {
  margin-bottom: 10px;
}

.assessment-score-box {
  min-width: 100px;
  height: 50px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 36px;
}

.checkbox-inline span {
  padding-left: 8px;
}

.dataTables_wrapper label {
  font-weight: normal;
}

.block {
  display: block;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.datetime-group span {
  margin: 0px 10px 0px 0px;
  float: left;
}

.help-block {
  color: red;
}

.img-responsive.img-center {
  margin: 0 auto;
  padding-bottom: 10px;
}

.logo span#front_page {
  font-size: 26px;
  color: #bf3404;
}

.no-margin {
  margin: 0;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.margin-bottom-30 {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0px;
}

span.spacer {
  font-size: 30px;
  font-weight: 100;
}

span.spacer-dash {
  font-size: 30px;
  font-weight: 100;
  margin-top: -9px;
}

span.small input {
  width: 50px;
}

span.small input {
  width: 50px;
}

span.large input {
  width: 72px;
}

.physical-therapy-item {
  border: 1px dashed #d1d0ce;
  padding: 10px;
  min-height: 270px;
  margin-bottom: 5px;
}

.physical-therapy-item.selected {
  border: 3px solid #1ab394;
  padding: 8px;
  background-color: #bae8de;
}

.select2-selection__clear {
  display: none;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

li.placeholder:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  left: -5px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: red;
  border-right: none;
}

.previous_answer {
  margin-top: 10px;
  padding: 0 10px;
  background-color: #cceeff;
}

.previous_answer td {
  border-top: 0px solid #e6e6e6 !important;
}

.txt-lrg {
  font-size: 16px;
  padding: 5px;
  line-height: 25px;
}

tr.not-read {
  background-color: #eee;
}

.pt_selected_list {
  margin-top: 10px;
}

.pt_selected_list ul {
  list-style: none;
  padding-left: 0px;
}

.pt_selected_list li {
  padding: 5px;
  border: 1px solid #eee;
  margin-bottom: 2px;
}

.chart-container {
  width: 100%;
}

.link {
  text-decoration: underline;
}

span.grey {
  color: #5c5858;
}

.black {
  color: #000;
}

.center {
  text-align: center;
}

.signature-field {
  background-color: #fdfd96 !important;
}

.exercise-icons table {
  margin-bottom: 0px;
}

.exercise-icons table td {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

.formio-form .list-inline,
.formio-modified .list-inline {
  margin-top: 10px;
}

/* Always hide the success alert - we'll handle it ourselves */

.formio-form .alert.alert-success {
  display: none;
}

input.form-control,
select.form-control,
textarea.form-control,
.choices__list.choices__list--single {
  color: black;
  /* For iPhone, anything under 16px for selects will zoom the page a bit. */
  font-size: 16px;
}

.i-checks .radio-inline span {
  display: inherit;
}

@media print {
  dl {
    margin-bottom: 5px;
  }

  textarea {
    resize: none;
  }

  html,
  body {
    height: auto;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 500;
  }

  .exercise-card .ibox {
    margin-bottom: 5px;
  }

  .exercise-card .ibox-title {
    padding-top: 8px;
    min-height: 25px;
  }

  .exercise-card .ibox-content {
    padding: 10px;
  }

  .exercise-card .image-row {
    height: 110px;
    margin-top: -10px;
  }

  .exercise-card h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .exercise-card img {
    display: block;
    margin: auto;
    height: 100%;
  }

  .exercise-icons i {
    font-size: 14px;
  }

  .exercise-icons h4 {
    margin-bottom: 0;
  }

  .exercise-card p {
    margin-bottom: 0;
  }

  .exercise-icons .table > tbody > tr > td {
    padding: 5px;
    padding-bottom: 0px;
  }

  .exercise-row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .exercise-card.col-sm-4 {
    padding-right: 5px;
    padding-left: 5px;
  }

  nav.navbar-static-side {
    display: none;
  }

  label {
    display: inline;
  }

  #page-wrapper {
    margin: 0;
  }

  .avoid-break-inside {
    page-break-inside: avoid;
  }

  .pt_selected_list ul {
    list-style: inherit;
    padding-left: 20px;
  }

  .pt_selected_list li {
    padding: inherit;
    border: inherit;
    margin-bottom: inherit;
  }

  .checkbox * {
    background: inherit !important;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }

  .col-sm-12,
  .col-xs-12 {
    width: 100%;
  }

  .col-sm-11,
  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-sm-10,
  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-sm-9,
  .col-xs-9 {
    width: 75%;
  }

  .col-sm-8,
  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-sm-7,
  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-sm-6,
  .col-xs-6 {
    width: 50%;
  }

  .col-sm-5,
  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-sm-4,
  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-sm-3,
  .col-xs-3 {
    width: 25%;
  }

  .col-sm-2,
  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-sm-1,
  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

.btn-group > .btn:last-child:not(:first-child) {
  border-left: 0;
}

/* Import LiveView tooltips */

@import "../vendor/provider/css/liveview-tooltips.css";

/* Fix for tables with horizontal scroll AND tooltips */

/* LiveView tooltips now default to right position to avoid vertical overflow issues */

/* Keep horizontal scrolling functional */

.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Parent containers should not restrict positioning */

.ibox-content,
.table-container {
  position: relative;
}

/* Ensure table cells don't clip tooltips */

.table td,
.table th {
  position: static;
}

/* Fix for inline elements in tables */

.table [data-tooltip] {
  position: relative;
  z-index: 1;
}

/* Hover state increases z-index */

.table [data-tooltip]:hover {
  z-index: 9999;
}

/* Old Bootstrap tooltip z-index (kept for compatibility) */

.tooltip {
  z-index: 2002;
}

.tt-cursor {
  color: white;
  background-color: #0097cf;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

