/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.table-bordered > thead > tr > th {
  border: 1px solid #000;
}
.table-bordered > thead > tr > td {
  border: 1px solid #000;
}

@font-face {
  font-family: "CorporateACon-Reg";
  src: url("../files/CorporateACon-Reg.woff") format("woff");
}

@font-face {
  font-family: "CorporateS-Regular";
  src: url("../files/CorporateS-Regular.woff") format("woff");
}

body {
  background-color: #000;
  font-family: "CorporateS-Regular";
  font-size: 16px;
}

.survey-welcome {
  font-family: "CorporateS-Regular";
  font-size: 16px;
  color:#fff !important;
}

#outerframeContainer {
  padding-left: 32px;
  padding-right: 32px;
}

/* email validation */
/* .bg-valid { border:1px solid #14AE5C !important; } */
.error-input { border:1px solid #E75041 !important; }


.mb-theme_2024-09,
.amg-theme_2024-09 {
  /*pointer-events: auto; */
  -webkit-overflow-scrolling: touch;
  /*transform: translateZ(0px) perspective(200px);*/
  max-width: 640px;
  width: 100%;
  height: 100%;
}

#outerframeContainer,
#bootstrap-alert-box-modal {
  max-width: 640px;
}

.header-text {
  position: relative;
 /* padding-top: 30px; */
  padding-bottom: 30px;
  color: #fff;
}

.header-text > h1,
h2 {
  font-family: CorporateACon-Reg;
  font-weight: normal;
  margin: 0;
  line-height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-text > h1 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.header-text > span {
  width: 40px;
}

.header-text > h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  margin-top: 18px;
}

.text-end {
  padding-left: 0;
  padding-right: 0;
}

.text-container {
  border: 0 !important;
}

.text-container .question-text {
  font-family: "CorporateS-Regular" !important;
  font-size: 16px;
}

.intro-text .question-text {
  font-family: "CorporateS-Regular";
  font-size: 16px;
}

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

/* group-1 */

#group-1 {
  border: 1px solid #00adef;
  margin: -12px;
  margin-bottom: 32px;
}

#group-1 .question-container {
  border: none;
}

#group-1 .space-col {
  margin-bottom: 1em;
}

#group-1 .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#group-1 .intro-text .question-text {
  font-size: 16px;
}

#group-1 .question-text {
  font-family: "CorporateS-Regular";
  font-size: 16px;
}

#group-1 .question-text,
#group-1 .question-title-container {
  padding-top: 0;
  padding-bottom: 0;
}
#group-1 .ls-answers {
  padding-top: 0;
}

#group-1 .question-valid-container {
  margin-bottom: 0;
}

.input-error.question-container,
#group-1.input-error.question-container
 {
  border-color: #dc3545;
}

/* group-2 */
#group-2 {
  margin-top: -36px;
}

#group-2 .space-col {
  margin-top: 1.5em;
}

/* end groups */

/* ds info text */
.ds-info-text .question-title-container {
  padding-top: 0;
}

.ds-info-text.question-container {
  border: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.ds-info-text .question-text {
  font-family: "CorporateS-Regular" !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.ds-info-text .question-text .ls-label-question a {
  text-decoration: underline;
  color: #fff;
}

/* end ds info */




.ls-answers {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.ls-answers.answers-list.yesno-button {
  padding-bottom: 6px;
}

#navigator-container {
  margin-top: -16px;
}

.ls-answers.checkbox-list {
  padding-bottom: 0;
  margin-bottom: -4px;
}

.black_theme .icon-bar {
  background: white;
  height: 2px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 29px;
}

.icon-bar {
  width: 16px;
  display: block;
  height: 1px;
  margin: 0px;
  background-color: white;
}

.navbar {
  display: none;
}

#welcome-container .survey-name {
  display: none;
}

.ls-privacy-body {
  display: none;
}

.h4 .text-primary {
  display: none;
}

.asterisk {
  display: none;
}

.ls-questionhelp:before {
  display: none;
}

.ls-answers .answer-item .date-item .dropdown-item span {
  color: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.question-container {
  margin-bottom: 16px;
  border: 1px solid #efefef;
  background-color: #000;
  padding: 16px 8px;
}

.question-help-container {
  margin-bottom: 0;
}

.question-valid-container {
  margin-bottom: 16px;
}

.question-title-container {
  padding-top: 0.5em;
  padding-bottom: 0;
}

.space-col {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/**** Typo ****/
h1,
h2,
.question-text {
  font-family: CorporateACon-Reg, serif;
  font-size: 24px;
  margin-bottom: 4px;
}

.ls-questionhelp {
  color: #fff;
  font-style: italic;
}

.text-info,
.question-text,
.control-label.radio-label {
  color: #fff;
}

.text-info {
  color: #fff !important;
}

.text-danger {
  color: red;
}

.completed-text {
  color: #fff;
  font-family: "CorporateS-Regular";
  margin-top: 50%;
}

.spacer {
  margin-top: 1.5em;
}

button,
input,
select,
textarea {
  font-family: "CorporateS-Regular";
  background-color: #808080;
  color: #fff;
}

.radio-item label,
.checkbox-item label {
  color: #fff;
  padding-left: 20px;
}

.checkbox-item label::after {
  color: #fff;
}

.mb-1 {
  margin-bottom: 16px !important;
}

.checkbox-item input[type="checkbox"] {
  height: 24px;
  width: 24px;
}

/**** buttons ****/

.btn {
  padding: 16px;
}

.btn-group,
.btn-group-vertical {
  width: 100%;
  gap: 16px;
}

#ls-button-submit {
  width: 100%;
  background-color: #00adef;
  border-color: #00adef;
  margin-bottom: 64px;
}

#ls-button-submit:hover {
  color: #fff;
}

.btn-primary {
  background-color: #808080;
  border-color: #808080;
}

.btn-primary:hover {
  background-color: #00adef;
  border-color: #00adef;
}

label::after {
  background-color: #00adef;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00adef;
  background-image: none;
  border-color: #00adef;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #00adef;
  border-color: #00adef;
}

/* Multiplechoice bootstrap buttons unchecked focus*/
.btn-check .btn-primary:focus,
.btn-check:focus + .btn-primary {
  background-color: #00adef;
  border: 1px solid #00adef;
  box-shadow: none;
  color: #fff;
}
.btn-check:focus:checked + .btn-primary,
.btn-check .btn-primary:focus:checked {
  background-color: #00adef;
  border-color: #00adef;
  color: #fff;
}

.radio-item label::after {
  background-color: #00adef;
}

.btn {
  font-size: 16px;
  border-radius: 0;
  width: 150px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #00adef;
  border-color: #00adef;
  color: #fff;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #00adef;
  border-color: #00adef;
  color: #fff;
}

.yesno-button .ls-icon {
  display: inline;
  padding-right: 8px;
}

.yesno-button .btn:hover {
  color: #fff;
}

#ls-button-previous {
  display: none;
}

/**** form ****/

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "CorporateS-Regular";
  background-color: #808080;
  color: #fff;
  font-size: 16px;
  border: 1px solid #808080;
  box-shadow: none !important;
}

textarea,
input[type="text"] {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  background-clip: padding-box !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.input-group-addon.btn.btn-primary {
  color: #fff;
  background-color: #808080;
}

.form-control:focus {
  color: #fff;
  background-color: #808080;
  border-color: #00adef;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 8px #00adef;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #00adef;
}

.form-select {
  border: 1px solid #808080;
  border-radius: 0;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-color: #808080;
}

/* Star Rating overwrite */

.stars-list.answers-list {
  min-height: 48px;
}

.star-cancel {
  color: #727272;
}

.star-cancel.star-drained {
  color: #932424;
}

.star-cancel.star-hover {
  color: #a12424;
  text-shadow: none;
  color: #797979;
}

.star-cancel.star-drained {
  color: #932424;
}

.star-cancel.star-hover {
  color: #a12424;
  text-shadow: none;
  color: #797979;
}

.star-1 {
  color: #808080;
}

.star-1.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-1.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-1.star-drained.star-hover {
  text-shadow: none;
}

.star-2 {
  color: #808080;
}

.star-2.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-2.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-2.star-drained.star-hover {
  text-shadow: none;
}

.star-3 {
  color: #808080;
}

.star-3.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-3.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-3.star-drained.star-hover {
  text-shadow: none;
}

.star-4 {
  color: #808080;
}

.star-4.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-4.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-4.star-drained.star-hover {
  text-shadow: none;
}

.star-5 {
  color: #808080;
}

.star-5.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-5.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-5.star-drained.star-hover {
  text-shadow: none;
}

.star-6 {
  color: #808080;
}

.star-6.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-6.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-6.star-drained.star-hover {
  text-shadow: none;
}

.star-7 {
  color: #808080;
}

.star-7.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-7.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-7.star-drained.star-hover {
  text-shadow: none;
}

.star-8 {
  color: #808080;
}

.star-8.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-8.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-8.star-drained.star-hover {
  text-shadow: none;
}

.star-9 {
  color: #808080;
}

.star-9.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-9.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-9.star-drained.star-hover {
  text-shadow: none;
}

.star-10 {
  color: #808080;
}

.star-10.star-rated-on:not(.star-stub) {
  color: hsl(197, 100%, 47%);
}

.star-10.star-drained {
  color: hsl(197, 100%, 47%);
}

.star-10.star-drained.star-hover {
  text-shadow: none;
}

/* checkbox */

.checkbox-item label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -20px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-horizontal .checkbox-item label::before {
  top: 7px;
}

.checkbox-item label::after {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 1px;
  top: 1px;
  border-radius: 0;
  padding-left: 0;
  padding-top: 0;
  font-size: 16px;
  margin-left: -21px;
  margin-top: -1px;
}

.form-horizontal .checkbox-item label::after {
  top: 8px;
}

.checkbox-item input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  /* set the position at same place than label::after */
  position: absolute;
  left: 0;
  /* margin-right: -20px; input is out of label : must remove position:relative from label and set it to .checkbox-item*/
}

.checkbox-item input[type="checkbox"]:focus + label::before,
.checkbox-item input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox-item input[type="checkbox"]:checked + label::after,
.checkbox-item input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox-item input[type="checkbox"]:indeterminate + label::after,
.checkbox-item input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox-item input[type="checkbox"]:disabled + label,
.checkbox-item input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox-item input[type="checkbox"]:disabled + label::before,
.checkbox-item input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-item.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox-item.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
