/*
 * Warning: keep in mind that until the old engine is removed, some of
 *          these CSS settings are used in both engines!
 */
.cdsm-datepicker .cdsm-datepicker-datetime, .cdsm-datepicker .cdsm-datepicker-time, .cdsm-datepicker .cdsm-datepicker-date, .c-q-mc-categorized .category-box, .matrix-value-sub-question-large, .matrix-value-sub-question {
  border: 1px solid #b1b1b1; }

.matrix-value-sub-question-large, .matrix-value-sub-question {
  border-radius: 8px;
  padding: 15px;
  margin: 20px;
  overflow: hidden; }
  .matrix-value-sub-question-large .description-scroller, .matrix-value-sub-question .description-scroller {
    overflow: hidden;
    height: 150px; }
    .matrix-value-sub-question-large .description-scroller .content, .matrix-value-sub-question .description-scroller .content {
      background-color: #FFF; }

.messageBox .modal-footer .btn, .btn.btn-primary.btn-lg.prev-btn, .btn.btn-primary.btn-lg.save-btn, .btn.btn-primary.btn-lg.next-btn, .tablet-messenger .btn.btn-primary, .unsaved-changes-dialog .box-footer .btn, .modalHost .modal-footer .admin-patient-list-btn, .modalHost .modal-footer .btn.btn-primary, .page-host .p_next_style.btn.btn-primary.btn-lg.pull-right.next-btn, .messageBox .btn.btn-primary, .desktop .modalHost .ok-button, .desktop .modalHost .cancel-button, .standard-button {
  background-color: #3c8dbc;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #23b7e5;
  height: 45px;
  font-size: 16px;
  text-align: center;
  width: 150px;
  transition: background-color 0.3s, border-color 0.3s;
  border-radius: 5px; }

/* extend equal-width-row any time you want a row where every div inside it
 has equal width. */
.c-q-checkbox-6 .choices, .c-q-radio-choices .choices, .c-ma-review-header .choices, .c-q-big-square-radio-choices-multi .choices, .c-q-big-round-radio-choices .choices, .matrix-table-choices {
  display: flex; }
  .c-q-checkbox-6 .choices > div, .c-q-radio-choices .choices > div, .c-ma-review-header .choices > div, .c-q-big-square-radio-choices-multi .choices > div, .c-q-big-round-radio-choices .choices > div, .matrix-table-choices > div {
    flex: 1; }

.page-host .p_next_style .btn.btn-primary.btn-lg.pull-right.next-btn:hover, .next-btn:hover, .messageBox .btn.btn-primary:hover, .messageBox .modal-footer .btn:hover, .btn.btn-primary.btn-lg.prev-btn:hover, .btn.btn-primary.btn-lg.save-btn:hover, .btn.btn-primary.btn-lg.next-btn:hover, .unsaved-changes-dialog .box-footer .btn:hover, .modalHost .modal-footer .admin-patient-list-btn:hover, .modalHost .modal-footer .btn.btn-primary:hover {
  background-color: #3883ae;
  border-color: #1ca9d7; }

.clickable {
  cursor: pointer; }

div.box.tablet-pain-locations-editor {
  position: relative;
  border: 2px solid #000;
  border-radius: 13px;
  width: 100px;
  height: 150px;
  opacity: 0.1;
  transition: width 0.5s, margin-left 0.5s, height 0.5s, margin-top 0.5s, top 0.5s, left 0.5s; }
  div.box.tablet-pain-locations-editor.expanded {
    opacity: 1.0; }

.wrapper-footer .scroller {
  overflow: hidden;
  height: inherit; }
  .wrapper-footer .scroller .content {
    background-color: #FFF; }

.desktop .modalHost .cancel-button {
  padding-top: 0; }

.desktop .modalHost .ok-button {
  padding-top: 0; }

.desktop .p-next-back-style .wrapper-footer {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 20px; }

.modalHost .modal-footer .admin-patient-list-btn {
  width: 120px; }

.btn.btn-primary.btn-lg.next-btn {
  margin-right: 8px; }

.btn.btn-primary.btn-lg.save-btn {
  margin-right: 8px; }

.graph-range .btn.btn-info {
  background-color: #61a4cf;
  border-color: #61a4cf;
  transition: all 0.3s; }
  .graph-range .btn.btn-info:hover {
    background-color: #5599ed; }

/* See http://stackoverflow.com/questions/8708945/how-to-position-text-over-an-image-in-css
  for more info on text over icon.  This may need to be turned into a
  single draggable object someday though. */
.tablet-icon {
  width: 80px;
  height: 55px;
  text-align: center;
  padding-top: 1px;
  margin-top: 5px;
  background-image: url("/desktop/img/tablets/tablet-blank-horiz.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .tablet-icon > p.tablet-id {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 10px; }

.patient-icon {
  width: 55px;
  height: 55px;
  position: relative;
  border: 2px solid transparent; }
  .patient-icon > img {
    width: 55px;
    height: 55px;
    left: 0;
    top: 0; }

div.c-composite-spinner {
  background-color: #888;
  color: #fff;
  cursor: pointer;
  min-width: 150px;
  height: 137px;
  overflow-y: hidden;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }
  div.c-composite-spinner > div {
    display: table;
    width: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 157px;
    overflow-y: hidden; }
    div.c-composite-spinner > div > div {
      display: table-row;
      height: 157px;
      overflow-y: hidden; }
  div.c-composite-spinner .individual-spinner {
    display: table-cell;
    width: 1%;
    /* every cell with equal width regardless of number of columns */
    position: relative;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: 0 30px 30px -30px #000 inset, 0 -30px 30px -30px #000 inset;
    height: 157px;
    overflow-y: hidden; }
    div.c-composite-spinner .individual-spinner.fast-mode > div {
      transition: none; }
      div.c-composite-spinner .individual-spinner.fast-mode > div > div {
        transition: none; }
    div.c-composite-spinner .individual-spinner h4 {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1;
      text-align: center;
      display: block;
      margin-top: 0;
      text-shadow: 0 0 6px #000;
      background-color: rgba(135, 135, 135, 0.4); }
    div.c-composite-spinner .individual-spinner.active {
      border-left-color: #004;
      border-right-color: #004;
      box-shadow: 0 30px 30px -30px #006 inset, 0 -30px 30px -30px #006 inset; }
    div.c-composite-spinner .individual-spinner > div {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      transition: all 0.5s; }
      div.c-composite-spinner .individual-spinner > div > div {
        text-align: center;
        color: #ddd;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        transition: all 0.3s; }
        div.c-composite-spinner .individual-spinner > div > div span {
          margin: 0;
          padding: 0; }
        div.c-composite-spinner .individual-spinner > div > div:hover {
          background-color: rgba(0, 0, 255, 0.1); }
        div.c-composite-spinner .individual-spinner > div > div.selected {
          background-color: #3883ae;
          font-weight: bold;
          color: #fff;
          border-bottom-color: #3883ae;
          box-shadow: 0 0 5px #000; }
    div.c-composite-spinner .individual-spinner span.matched {
      background-color: #3883ae; }
  div.c-composite-spinner.form-control {
    padding: 0;
    border-radius: 5px !important; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.survey-splash {
  overflow-x: hidden;
  padding-left: 10px;
  font-family: "Helvetica"; }

.survey-intro-title {
  font-family: "Helvetica";
  font-size: 24pt;
  margin-bottom: 25px; }

.survey-intro-descr {
  font-family: "Helvetica";
  font-size: 3.5vh; }

.question {
  font-family: "Helvetica"; }
  .question .question-main {
    font-family: "Helvetica";
    font-size: 20pt;
    margin-bottom: 15px; }
  .question .question-descr, .question .question-supporting {
    font-family: "Helvetica";
    font-size: 18pt; }
  .question .question-supporting {
    font-style: italic; }

.multiple-choice > .answer {
  /* FIXME - this should not be hard coded px's if possible to avoid */
  height: 425px; }
  .multiple-choice > .answer > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    padding: 0; }

.flexible-choice > input[type="radio"], .flexible-choice > input[type="checkbox"] {
  float: left;
  margin-top: 15px;
  margin-left: 10px; }

.flexible-choice.flex-buttons > input[type="radio"], .flexible-choice.flex-buttons > input[type="checkbox"] {
  position: absolute;
  visibility: hidden; }

.flexible-choice > input[type="radio"]:checked + label, .flexible-choice > input[type="checkbox"]:checked + label {
  background-color: lightgreen; }

.flexible-choice {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 5px 0px;
  min-height: 20px;
  padding-left: 0; }
  .flexible-choice > label {
    display: table;
    height: 100%;
    width: 95%;
    margin: 0px 10px 5px 0px;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    white-space: nowrap; }
    .flexible-choice > label > span {
      display: table-cell;
      vertical-align: middle; }
  .flexible-choice.flex-buttons {
    /* special override for big box button mode */
    /* special override for big box button mode */ }
    .flexible-choice.flex-buttons > label {
      /*margin: 20px 20px 20px 20px;*/
      margin-bottom: 10px;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      cursor: pointer;
      color: #333;
      background-color: lightgrey;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border: 1px solid lightgrey;
      box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09); }
      .flexible-choice.flex-buttons > label.square {
        border-radius: 0; }
      .flexible-choice.flex-buttons > label.extremely-round {
        border-radius: 20px; }
    .flexible-choice.flex-buttons.flex-very-round > label {
      border-radius: 50px; }
    .flexible-choice.flex-buttons.bstyle-blue > label {
      background-color: lightblue; }
    .flexible-choice.flex-buttons.bstyle-blue > input[type="checkbox"]:checked + label {
      background-color: #3c8dbc; }
    .flexible-choice.flex-buttons.bstyle-blue > input[type="radio"]:checked + label {
      background-color: #3c8dbc; }
    .flexible-choice.flex-buttons.bstyle-red > label {
      background-color: #f5c0b8; }
    .flexible-choice.flex-buttons.bstyle-red > input[type="checkbox"]:checked + label {
      background-color: #f56954; }
    .flexible-choice.flex-buttons.bstyle-red > input[type="radio"]:checked + label {
      background-color: #f56954; }

/* These classes are calculated by javascript, determining how many
 * columns are displayed.  The widths determine the widths of the buttons
 * and should be a multiple of 100% / column_count.
 */
.flex-columns-1 {
  width: 100%; }

.flex-columns-2 {
  width: 50%; }

.flex-columns-3 {
  width: 33%; }

.flex-columns-4 {
  width: 25%; }

.flex-columns-5 {
  width: 20%; }

.flex-vertical .flex-dual-choice {
  width: 100%; }

.flex-horizontal .flex-dual-choice {
  width: 50%; }

.c-q-matrix-value .scale-choice .answer {
  height: 15vh; }

.c-matrix-value .scale-choice .answer .roundslider .rs-tooltip-text {
  font-size: 2vw; }

.c-databind-textboxes .choice.has-selection input {
  font-weight: bold; }

.c-databind-textboxes .choice.has-selection .visible-search-results {
  display: none; }

.c-databind-textboxes .choice .search-query-row {
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .c-databind-textboxes .choice .search-query-row input {
    flex-grow: 1; }
  .c-databind-textboxes .choice .search-query-row button {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

.c-databind-textboxes .choice .visible-search-results > div {
  cursor: pointer; }
  .c-databind-textboxes .choice .visible-search-results > div:hover {
    background-color: rgba(0, 0, 255, 0.1); }

.scale-choice .answer {
  margin: 0 auto;
  text-align: center; }
  .scale-choice .answer .roundslider {
    margin: 0.5vh auto; }
    .scale-choice .answer .roundslider .rs-tooltip-text {
      font-size: 5vw; }
    .scale-choice .answer .roundslider .rs-bar .rs-seperator {
      display: none; }

.roundslider {
  overflow: visible; }

/* standalone class for radio / checkbox label style buttons */
.radio-label > input[type="radio"] + label, .radio-label > input[type="checkbox"] + label {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  margin: 5px;
  border-radius: 10px;
  text-align: center; }

.radio-label > input[type="radio"]:checked + label, .radio-label > input[type="checkbox"]:checked + label {
  background-color: rgba(35, 183, 229, 0.1);
  border: 2px solid rgba(35, 183, 229, 0.9); }

/*
Some inspiration found in the LimeSurvey skeletonquest style
http://www.limesurvey.org/en/extensions/67-skeletonquest
*/
ul .checkbox-list, ul .radio-list {
  padding: 0; }
  ul .checkbox-list li label, ul .radio-list li label {
    display: block;
    vertical-align: middle;
    font-size: 1.1em;
    padding: .65em 15px;
    padding-left: 30px;
    border: 1px solid #cccccc; }

.parent-choices table tbody tr {
  border-top: 1px solid #cccccc; }
  .parent-choices table tbody tr td {
    padding: 2px 0 2px 0; }
    .parent-choices table tbody tr td input {
      position: absolute;
      visibility: hidden; }

.parent-choices label {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border: 1px solid lightgrey;
  margin: 5px 0 0 0;
  text-align: center;
  color: #333;
  background-color: lightgrey; }

.parent-choices input[type="checkbox"]:checked + label {
  background-color: lightgreen;
  border: 1px solid black; }

.parent-choices input[type="radio"]:checked + label {
  background-color: lightgreen;
  border: 1px solid black; }

/*
 * Body location / region control helper divs
 */
#location-shadewindow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: black;
  opacity: 0.20; }

#location-zoomed-window {
  position: fixed;
  left: 0px;
  top: 0px;
  visibility: hidden;
  border: 2px solid black;
  border-radius: 15px; }

#location-zoomed-header {
  text-align: center;
  width: 100%;
  height: 32px;
  color: white;
  background: black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }

#location-zoomed-image img {
  max-width: 100%;
  max-height: 100%; }

.location-view-point.old, .location-zoomed-point.old, .location-zoomed-point div.old {
  border-color: blue;
  box-shadow: 0 0 10px blue; }
  .location-view-point.old div, .location-zoomed-point.old div, .location-zoomed-point div.old div {
    border-color: blue;
    box-shadow: 0 0 10px blue;
    background: #eef; }

/* positioning CSS is set by javascript */
.location-zoomed-point, .location-zoomed-point div {
  position: fixed;
  border: 1px solid red;
  z-index: 5001;
  box-shadow: 0 0 10px red; }
  .location-zoomed-point div {
    position: relative;
    background: #ffe0e0; }

.location-view-point {
  border-color: red;
  border-style: solid;
  box-shadow: 0 0 10px red;
  z-index: 1001;
  position: fixed;
  border-width: 1px;
  border-radius: 4px;
  width: 8px;
  height: 8px; }
  .location-view-point.old {
    border-color: blue; }

/*
 * Survey Engine v2, presentation CSS
 */
.ep-icontab-icon {
  position: relative;
  border-radius: 5px; }

.progress-indicator {
  height: 73px;
  width: 81px;
  left: 10px;
  top: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 192, 239, 0.2);
  transition: opacity 0.3s;
  border-radius: 5px; }
  .progress-indicator.hidden {
    opacity: 0; }

.ep-icontab-row.row {
  position: relative;
  padding-right: 20px;
  /* a little space on the right side so the progress indicator doesn't go off the right side */ }

/* Equidistant icons
 * Thanks to
 * http://css-tricks.com/equidistant-objects-with-css/
 */
.ep-icontab-done {
  background: lightgreen;
  background: #d6dfe8;
  border: 15px solid #d6dfe8; }

.ep-tab-page {
  padding-top: 15px; }

.ep-icontab-container {
  text-align: justify;
  padding-left: 10px; }
  .ep-icontab-container .answer-score {
    position: absolute;
    z-index: 2;
    top: 72px;
    left: 0;
    right: 0;
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center; }
  .ep-icontab-container .ep-icontab-icon {
    height: 73px;
    width: 81px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-color: rgba(0, 0, 100, 0.1);
    display: inline-block;
    transition: background-color 0.7s; }
    .ep-icontab-container .ep-icontab-icon.active {
      background-color: rgba(0, 192, 239, 0.5);
      box-shadow: 0 0 5px #00C0EF inset; }
    .ep-icontab-container .ep-icontab-icon.answered-normal {
      background-color: #37bc9b;
      border: 1px solid #888;
      box-shadow: 0 0 10px #fff inset; }
    .ep-icontab-container .ep-icontab-icon.answered-abnormal {
      background-color: #f56954;
      border: 1px solid #888;
      box-shadow: 0 0 10px #fff inset; }
      .ep-icontab-container .ep-icontab-icon.answered-abnormal .answer-score {
        color: #f63313; }
  .ep-icontab-container:after {
    content: '';
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block; }

/*
 * Survey Engine v2, control CSS
 */
.ec-question-icon, .ec-question-array-number, .ec-question-single-number {
  margin: 10px;
  font-size: 1.5em; }

.ec-question-patient-info {
  margin-top: 10px;
  /* FIXME - this should dynamically fill the column if possible */
  height: 540px; }
  .ec-question-patient-info table {
    font-size: 1.25em;
    width: 100%; }
  .ec-question-patient-info td.td-label {
    width: 25%;
    font-weight: bold; }

.c-question-text .notes {
  display: none;
  padding-left: 0;
  padding-right: 0; }
  .c-question-text .notes textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
    border-radius: 10px; }

.c-question-text .clickable:hover {
  color: #008; }

.c-question-text .none {
  font-weight: inherit; }

.c-question-text .low {
  font-weight: 900;
  color: black; }

.c-question-text .moderate {
  font-weight: 900;
  color: #CC0033; }

.c-question-text .moderate-severe {
  font-weight: 900;
  color: #CC0033; }

.c-question-text .severe {
  font-weight: 900;
  color: #CC0033;
  text-decoration: underline; }

.c-question-text i .moderate-severe {
  color: #CC0033; }

.c-question-text i .severe {
  color: #CC0033; }

.p-cancel-test-dialog .box-footer {
  height: 65px; }
  .p-cancel-test-dialog .box-footer .btn {
    margin-left: 5px; }

.ec-control-label {
  font-size: 20px;
  font-weight: 400; }

.rows .engine-cols .c-linegraph {
  margin-top: 15px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #f8f8f8;
  padding-top: 4px;
  border-top: 1px solid #f0f0f0; }

.c-linegraph-mini .title {
  text-align: center; }

.chart-responsive .chart {
  width: 100%;
  height: 110px; }

.c-q-body-demarc-group > .row:first-child {
  border-top: 1px solid #CCC;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 50px; }

.c-q-body-demarc-group .region-stack-column {
  display: inline-block; }

.c-q-body-demarc-editor, .c-body-demarc, .c-body-demarc-points {
  text-align: center;
  background-color: #fff; }

.c-body-demarc.clickable:hover canvas {
  box-shadow: 0 0 5px #bbb; }

.c-q-body-demarc-editor {
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 0 0 10px #888; }
  .c-q-body-demarc-editor canvas {
    height: 700px; }

.c-patient-profile-mini .notes {
  padding-bottom: 10px; }

.less-padding {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-right: 5px;
  padding-bottom: 2px; }

/* c-button-choices */
.c-button-choices {
  margin-left: 0;
  margin-right: 0;
  min-height: 50px; }
  .c-button-choices .multiple-choice label {
    font-size: 12px;
    height: 54px; }
  .c-button-choices label.selected-1 {
    background-color: lightgreen; }
  .c-button-choices label.selected-2 {
    background-color: lightblue; }
  .c-button-choices div.answer {
    height: 100%;
    padding-left: 10px;
    margin-top: 2px; }

.optimized-space button.btn {
  height: 28px;
  padding-top: 3px; }

.c-q-notes textarea {
  width: 100%;
  box-sizing: border-box; }

/* c-q-slider-with-numeric */
.c-q-slider-with-numeric {
  margin-left: 0px;
  margin-right: 0px;
  min-height: 50px; }
  .c-q-slider-with-numeric input {
    height: 28px; }
  .c-q-slider-with-numeric input[type=number] {
    -moz-appearance: textfield; }

/* Chrome*/
.c-q-slider-with-numeric input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.ec-control-label {
  display: block; }

.engine-cols .ec-question-array-number input, .engine-cols .ec-question-single-number input {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 50%;
  font-size: 1.6em; }

.engine-cols .ec-question-single-number input {
  display: inline-block; }

.engine-cols .ec-question-single-number span.single-unit {
  font-size: 1.6em; }

.engine-cols .ec-question-array-number input {
  font-size: 1.2em; }

.engine-cols .c-composite-spinner {
  width: 50%;
  display: inline-block; }

.c-tag-list-reasons {
  min-height: 50px; }

.p-list-style.small-size .dwwr {
  min-width: inherit !important; }
  .p-list-style.small-size .dwwr .dwfl {
    min-width: 45px !important;
    width: 45px; }
    .p-list-style.small-size .dwwr .dwfl .dww .dw-ul .dw-li {
      font-size: 14px !important; }

.p-list-style.small-size img.ec-question-icon, .p-list-style.small-size img.ec-question-single-number, .p-list-style.small-size img.ec-question-array-number {
  width: 70px;
  text-align: center;
  vertical-align: middle;
  padding-top: 45px; }

.p-list-style.small-size .spinner-unit-text {
  font-size: 12px; }

.p-list-style.small-size .c-spinner-array .ec-control-label {
  font-size: 12px; }

.p-list-style.medium-size .dwwr {
  min-width: inherit !important; }
  .p-list-style.medium-size .dwwr .dwfl {
    min-width: 80px !important;
    width: 80px; }
    .p-list-style.medium-size .dwwr .dwfl .dww .dw-ul .dw-li {
      font-size: 26px !important; }

.p-list-style.medium-size img.ec-question-icon, .p-list-style.medium-size img.ec-question-single-number, .p-list-style.medium-size img.ec-question-array-number {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  padding-top: 25px; }

.p-list-style .report-email-consent {
  margin-top: 20px; }

.c-spinner-array .ec-control-label {
  transform: rotate(90deg);
  padding-left: 25px;
  color: #ffffff; }

.c-spinner-array .spinner {
  padding-top: 5px;
  padding-left: 5px;
  text-align: center; }

.c-spinner-array .dwwr {
  min-width: inherit; }

.c-spinner {
  margin-top: 15px; }
  .c-spinner .spinner {
    padding-top: 5px;
    padding-left: 5px;
    text-align: center;
    background-color: #106092; }
  .c-spinner .spinner-unit-text {
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    padding-top: 55px;
    color: #ffffff; }

/* make the icons scale better when the viewport's width is between 1300 and 1000 pixels wide  */
@media (min-width: 1130px) and (max-width: 1300px), (min-width: 660px) and (max-width: 775px) {
  body .ep-icontab-container .ep-icontab-icon {
    height: 60px;
    width: 67px; }
  body .ep-icontab-container .answer-score {
    font-size: 1.4em;
    top: 60px; } }

@media (min-width: 993px) and (max-width: 1129px), (min-width: 565px) and (max-width: 659px) {
  body .ep-icontab-container .ep-icontab-icon {
    height: 50px;
    width: 55px; }
  body .ep-icontab-container .answer-score {
    font-size: 1.2em;
    top: 50px; } }

@media (max-width: 564px) {
  body .ep-icontab-container .ep-icontab-icon {
    height: 30px;
    width: 33px; }
  body .ep-icontab-container .answer-score {
    font-size: 0.8em;
    top: 28px; } }

.c-mc-categorized .hidden-checkbox, .c-q-big-square-radio-choices-multi .hidden-checkbox, .c-q-big-round-radio-choices .hidden-checkbox {
  position: absolute;
  visibility: hidden; }

/*
The desktop may display multiple questions on top of each other using the
list presentation.  If every column fills the available space equally, a 5
column choice above a 4 column choice won't have columns that line up.
To solve this aesthetic problem, we're setting width as if every question
has max_columns_for_matrix_questions and filling in the right with space for
questions that use less than that.
*/
body.desktop .c-q-big-round-radio-choices,
body.desktop .c-q-big-square-radio-choices-multi,
body.desktop .c-ma-review-header, body.desktop .c-q-radio-choices {
  border: none; }
  body.desktop .c-q-big-round-radio-choices .choices > div,
  body.desktop .c-q-big-square-radio-choices-multi .choices > div,
  body.desktop .c-ma-review-header .choices > div, body.desktop .c-q-radio-choices .choices > div {
    min-width: 16.6666666667%;
    padding-left: 2px;
    padding-right: 2px; }

body.desktop .flexible-choice.flex-buttons span {
  min-width: 100px;
  /* width fixed to help the flex-buttons look consistent in a grid layout */ }

body.desktop .flexible-choice.flex-buttons > label {
  width: inherit; }

.c-q-big-round-radio-choices {
  border-top: 1px solid #CCC;
  margin-left: 0;
  margin-right: 0; }

.c-q-big-square-radio-choices-multi {
  border-top: 1px solid #CCC;
  margin-left: 0;
  margin-right: 0; }

.c-ma-review-header .choices .choice {
  overflow: hidden;
  text-overflow: ellipsis; }

.c-q-radio-choices {
  margin-left: 0;
  margin-right: 0; }
  .c-q-radio-choices .choices > div {
    text-align: center; }
    .c-q-radio-choices .choices > div input {
      height: 22px;
      transform: scale(2); }

.c-mc-categorized .category-title {
  margin-top: 5px;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 8px 8px 0 0; }

.c-mc-categorized .choice-row {
  border-radius: 4px;
  padding-left: 5px; }

.c-mc-categorized .highlight-row {
  background-color: #eee; }

.c-mc-categorized .choices {
  font-size: 2vh; }
  .c-mc-categorized .choices .big-round-button {
    height: 2vh;
    width: 2vh; }

.c-q-checkbox {
  margin-left: 0;
  margin-right: 0; }

.c-q-checkbox-6 {
  margin-left: 0;
  margin-right: 0; }
  .c-q-checkbox-6 .choices > div {
    text-align: center; }
    .c-q-checkbox-6 .choices > div input {
      height: 22px;
      transform: scale(2); }

.c-q-mc-categorized .category-box {
  border-radius: 8px;
  margin-bottom: 1vh;
  margin-left: 5.55%; }

.big-round-button-selected {
  border: 1px solid black !important; }

.big-round-button {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  margin: 5px 0 0 0;
  text-align: center;
  border: 1px solid lightgrey;
  color: #333;
  background-color: lightgrey; }

.big-square-button-selected {
  background-color: blue; }

.big-square-button {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 5px 0 0 0;
  text-align: center;
  color: #333;
  background-color: lightgrey; }

.notes-hidden {
  display: none; }

.cdsm-datepicker .cdsm-datepicker-date {
  padding: 8px;
  border-radius: 10px; }

.cdsm-datepicker .cdsm-datepicker-time {
  padding: 8px;
  border-radius: 10px; }

.cdsm-datepicker .cdsm-datepicker-datetime {
  padding: 8px;
  border-radius: 10px; }

.colour-picker {
  padding: 5px; }
  .colour-picker > div {
    display: flex;
    flex-direction: row; }
    .colour-picker > div .colour-option {
      flex-grow: 1;
      padding-bottom: 5px;
      cursor: pointer;
      border: 1px solid transparent; }
      .colour-picker > div .colour-option .name {
        font-weight: bold;
        transition: color 0.3s; }
      .colour-picker > div .colour-option.selected {
        border-color: #ddd; }
        .colour-picker > div .colour-option.selected .name {
          color: #000; }
        .colour-picker > div .colour-option.selected .colour-sample {
          border-color: #000;
          box-shadow: 0 0 10px #000 inset; }
      .colour-picker > div .colour-option .colour-sample {
        height: 50px;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
        border-radius: 10px;
        transition: box-shadow 0.3s; }

body.desktop .cdsm-datepicker .date-time-header {
  font-size: 18px; }

body.tablet .cdsm-datepicker .header {
  font-size: 4vh; }

.flexible-c-answer {
  display: flex;
  flex-wrap: wrap; }

.field-helper {
  background-color: #fdffe8;
  position: absolute;
  border-style: solid;
  border-color: #888;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 5px #fff5a3 inset, 0 0 5px #666; }
  .field-helper h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold; }

.eula-acknowledgement-modal {
  width: 95vw; }
  .eula-acknowledgement-modal .eula {
    padding-left: 9px;
    padding-right: 9px;
    overflow-y: auto;
    max-height: 400px;
    color: #000000; }
  .eula-acknowledgement-modal .agree-confirmation {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-right: 10px; }

.content-acknowledgement-modal {
  width: 300%; }
  .content-acknowledgement-modal h2 {
    color: #000000;
    font-family: Arial, san-serif; }
  .content-acknowledgement-modal .agree-confirmation {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-right: 10px; }
  .content-acknowledgement-modal .frame_wrapper {
    width: 100%;
    height: 500px; }
  .content-acknowledgement-modal iframe {
    display: block;
    width: 100%;
    height: 100%; }

.start-video-title {
  text-align: left;
  margin-left: 10px;
  height: 40px;
  margin-right: 10px;
  border-style: solid;
  border-color: red; }
