@charset "UTF-8";
.space-col {
  margin-top: inherit;
  margin-bottom: inherit;
}

.privacy {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}
.privacy .h4 {
  font-size: inherit;
}
.privacy .text-primary {
  color: inherit;
}
.privacy .limit-text-window {
  padding: 15px 0;
  border: none;
}

p.ls-privacy-body:last-child {
  margin-bottom: 0;
}

.survey-description.text-info, .survey-name.text-info {
  color: inherit;
}
.survey-description.text-center, .survey-name.text-center {
  text-align: left;
}

.survey-welcome.h4 {
  font-size: inherit;
  font-family: inherit;
}
.survey-welcome.text-primary {
  color: inherit;
}

.group-description.row {
  margin-left: 0;
  margin-right: 0;
}
.group-description.well {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.table thead tr, .table thead th {
  border-bottom: none;
}

.table-bordered thead tr th, .table-bordered thead tr td {
  border-bottom-width: 1px;
}

.table thead tr th .header_separator, .table thead tr td .header_separator, .table thead tr:first-child th .header_separator, .table thead tr:first-child td .header_separator, .table tbody tr th .header_separator, .table tbody tr td .header_separator, .table tbody tr:first-child th .header_separator, .table tbody tr:first-child td .header_separator, .table tfoot tr th .header_separator, .table tfoot tr td .header_separator, .table tfoot tr:first-child th .header_separator, .table tfoot tr:first-child td .header_separator {
  padding: 0;
}

.group-title.text-center {
  text-align: left;
}

.logo-container > img {
  padding: 10px 0;
}

.question-container {
  border: none;
}

@media (max-width: 767px) {
  .navbar-brand.logo-container {
    padding-left: 15px;
  }
  .navbar-brand.logo-container.hidden-xs {
    display: block !important;
  }
}
body {
  background: lightgrey;
}

#welcome-container {
  background: white;
}

.privacy {
  background: lightyellow;
}

.question-container {
  background-color: white;
}

.question-title-container {
  background: white;
}

.question-valid-container {
  background: #eee;
}

.question-help-container {
  background: #eee;
}

.ls-em-success {
  color: darkgreen;
}

.ls-em-error {
  color: red;
}

.qback_red .question-title-container {
  background: red;
}

.qback_orange .question-title-container {
  background: darkorange;
}

.qback_green .question-title-container {
  background: darkgreen;
}

div.qvideo {
  display: flex;
}
div.qvideo video {
  max-width: 100%;
  height: auto;
}
div.qvideo .question-title-container,
div.qvideo .qvideo .answer-container {
  flex-grow: 2;
}
div.qvideo .question-title-container {
  background: transparent;
  color: #5A1D64;
}
div.qvideo .answer-container {
  padding-left: 30px;
}
div.qvideo .question-valid-container {
  display: none;
}

.checkbox-item label {
  padding-left: 13px;
}
.checkbox-item label::before {
  width: 24px;
  height: 24px;
}
.checkbox-item label::after {
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  border: 1px solid;
  border-color: grey;
  border-radius: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0;
  font-size: 11px;
  color: #2c3e50;
  text-align: center;
}
.checkbox-item .ls-label-xs-visibility {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: 24px;
}
.checkbox-item input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
  font-size: 1.7rem;
  background-color: transparent;
}
.checkbox-item label.ls-label-xs-visibility::after {
  line-height: 24px;
  width: 24px;
}

body {
  font-size: 16px;
}

#welcome-container {
  padding: 15px;
  margin-bottom: 15px;
}
#welcome-container h1:first-child {
  margin-top: 0;
}

.form-change-lang {
  margin-bottom: 1rem;
}

.group-header {
  margin-bottom: 2rem;
}

.group-title {
  font-size: 3rem;
}

.question-container img {
  max-width: 100%;
  height: auto;
}

.question-title-container {
  display: flex;
  gap: 5px;
  font-size: 2rem;
  border-bottom: 1px solid lightgrey;
  padding: 15px;
}

.question-valid-container {
  padding: 0 15px;
}

.ls-question-help,
.ls-questionhelp {
  margin-bottom: 0;
}

.question-text p:last-of-type {
  margin-bottom: 0;
}

.answer-container {
  padding: 15px;
}

.boilerplate .answer-container {
  display: none;
}

.ls-answers {
  padding: 0;
}

.answers-list li:last-of-type {
  margin-bottom: 0;
}
.answers-list.form-inline li:last-of-type {
  margin-bottom: 1em;
}

.question-help-container {
  padding: 0 15px;
}

.ls-question-message:first-child,
.ls-questionhelp:first-child {
  padding-top: 10px;
}

.ls-question-message:last-child,
.ls-questionhelp:last-child {
  padding-bottom: 10px;
}

.yesno-button,
.gender-button {
  float: none;
  max-width: 300px;
}

.hide-first-row table.ls-answers tr.answers-list:first-child {
  display: none;
}

#surveys-list-container {
  background: white;
  padding-top: 30px;
}

li.form-group:last-child {
  margin-bottom: 0;
}

ul.sortable-list {
  border: none;
  background: #eee;
}

#surveys-list-container {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .checkbox-text-item .checkbox-item {
    margin-bottom: 15px;
  }
}
.top-container {
  margin-right: auto;
  margin-left: auto;
}

.progress {
  margin-top: 20px;
  border-radius: 0;
  box-shadow: none;
}

#navigator-container {
  margin-top: 1em;
}

.group-description {
  margin-bottom: 15px;
}

sup.fa {
  top: 0;
}

.table > thead > tr > th.header_separator,
.table > tbody > tr > th.header_separator,
.table > tfoot > tr > th.header_separator,
.table > thead > tr > td.header_separator,
.table > tbody > tr > td.header_separator,
.table > tfoot > tr > td.header_separator {
  padding: 2px;
}

.table > caption + thead > tr:first-child > th.header_separator,
.table > colgroup + thead > tr:first-child > th.header_separator,
.table > thead:first-child > tr:first-child > th.header_separator,
.table > caption + thead > tr:first-child > td.header_separator,
.table > colgroup + thead > tr:first-child > td.header_separator,
.table > thead:first-child > tr:first-child > td.header_separator {
  padding: 2px;
}

.slider-track {
  background-image: none;
  background-color: #ddd;
  border-radius: 0;
  box-shadow: none;
}

.slider-track-low,
.slider-track-high {
  border-radius: 0;
}

.slider-selection {
  background-image: none;
  background-color: #ff005f;
  border-radius: 0;
}

.slider-handle {
  background-image: none;
}

.completed-wrapper {
  border: 1px solid #e6e6e6;
  background: white;
}

.completed-text {
  font-size: 18px;
  padding: 15px;
}/*# sourceMappingURL=plain.css.map */