/*KOLORY
JASNE:
  color: #000000;//general-color
  background-color: #ecf9ec; #f0fbf0//general-background-color
  div.(even).background-color: #d9f2d9;#d6f5d6//table-even-background-color
  input.background-color: #f4ffff;//input-background-color
  textareabackground-color: #f9fff9;//textarea-border-color

  border-color: #9fdf9f;##aeeaae//general-border-color
  div.div.border-color: #b3e6b3;//inner-border-color
  input.focus.border-color: #133913;//input-focus-border-color

  div.(hover).color: #133913;//answer-hover-color
*/

body {
  /*background-image: url("../_img/AZetKa.gif");*/
  background-color: #ecf9ec;/*general-background-color*/
  color: black;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
}

.developer-mode > div:first-child > div:first-child::before {
  background-color: red;
  color: black;
  content: " developer-mode ";
  width: 15rem;
}
.developer-mode > div {
  border-color: red;
}
.no-rearrange > div:first-child > div:first-child::after {
  background-color: yellow;
  color: black;
  content: " no-rearrange ";
}
.no-rearrange > div {
  border-color: yellow;
}

a,
input,
progress,
select {
  background-color: #f4ffff;/*input-background-color*/
  border: 1px solid #9fdf9f;/*general-border-color*/
  font-size: 100%;
}
button {
  background-color: #b3e5b3;/*#d9f2d9;/*#d6f5d6//table-even-background-color*/
  border: 1px solid #9fdf9f;/*general-border-color*/
  font-size: 100%;
}
progress {
  color: #194d19;/*input-focus-border-color*/
}
a {
  border-radius: 5px;
  box-shadow: 2px 2px 2px #9fdf9f;
  color: red;
  padding: 1px 5px;
  text-decoration: none;
}
input {
  /*box-sizing: border-box;*/
  padding: 0.1em;
}
input:focus {
  border-color: #38ad38;/*#194d19;/*input-focus-border-color*/
  box-shadow: 10 10;
  outline-color: #38ad38;/*#194d19;/*input-focus-border-color*/
}
input[type=button],
input[type=submit] {
  border-radius: 5px;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  visibility:hidden;
}
input[type=email],
input[type=text] {
  min-width: 15rem;
}
input[type=date],
input[type=time] {
  font-size: 120%;
}
textarea {
  background-color: #f9fff9;/*input-background-color*/
  border: 1px solid #9fdf9f;/*general-border-color*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  height: 8em;
  min-width: 20rem;/*51%;*/
}
select {
  margin: 0.25rem;
  min-width: 15em;
}
/*
select[multiple]:hover {
  color: red;
  height: 100%;
}
*/
/*
select[multiple] > option:first-child {
  display: none;
}
*/
option {
  background-color: #ecf9ec;
  padding: 2px;
}
option:nth-child(even) {
  background-color: #d9f2d9;
}
button {
  border-radius: 5px;
}
button:focus {
  border-color: #38ad38;/*194d19;/*input-focus-border-color*/
  box-shadow: 10 10;
  outline-color: #38ad38;/*#194d19;/*input-focus-border-color*/
}
button:disabled {
  border-color: grey;
  color: grey;
}

footer {
  font-size: 80%;
  font-style: italic;
  text-align: right;
}

.screen-lock .alert-box,
.sl-alert-box {
  background-color: #d9f2d9;/*2c2e3a;*/
  box-shadow: 5px 5px green;
}

.progress-display {
  background-color: #d9f2d9;
  box-shadow: 10px 10px green;
}
@media only screen and (max-width: 768px) {
  .progress-display {
    box-shadow: 7px 7px green;
  }
}
@media only screen and (max-width: 470px) {
  .progress-display {
    box-shadow: 3px 3px green;
  }
}
@media only screen and (max-width: 420px) {
  .progress-display {
    box-shadow: 2px 2px green;
  }
}
.progress-display > progress {
  border: 1px solid green;
  height: 30px;
}

/*top-banner top-banner top-banner top-banner top-banner top-banner top-banner top-banner top-banner*/
.top-banner {
  display: flex;
  height: 20px;
  justify-content: space-between;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.top-banner img {
  font-style: italic;
}
.top-banner > div:first-child {
  text-align: left;
  width: 50rem;
}
.top-banner > div:nth-child(2) {
  text-align: center;
}
.top-banner > div:last-child {
  background-image: url("../_img/AZetKa-pass.gif");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 60px 13px;
  font-size: smaller;
  font-style: italic;
  min-width: 80px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .top-banner > div:last-child {
    background-size: 40px 9px;
    min-width: 60px;
  }
}
@media only screen and (max-width: 470px) {
  .top-banner > div:last-child {
    background-size: 36px 8px;
    min-width: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .top-banner > div:last-child {
    background-size: 30px 7px;
    min-width: 35px;
  }
}



/*middle-banner middle-banner middle-banner middle-banner middle-banner middle-banner middle-banner*/
.middle-banner {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  width: 99%;
}

.questions-place {
  align-content: flex-start;
  display: block;/*flex;*/
  justify-content: center; /*w poziomie*/
  overflow: auto;
  width: 99%;
}
.buttons-place {
  display: flex;
  justify-content: space-around;
  padding: 1.5em 0;
  width: 99%;
}
.page-nav-buttons {
  visibility: hidden;
}
.nav-button {
  min-width: 6em;
}

.cookies-info {
  align-items: center;
  background-color: #aeeaae;/*general-border-color*/
  border-width: 0;/*1px solid #aeeaae;/*general-border-color*/
  bottom: 5px;
  /*color: red;*/
  display: none;
  justify-content: space-between;
  left: 5px;
  margin: 0 auto;
  opacity: 0.8;
  padding: 1em;
  position: fixed;
  right: 5px;
  z-index: 10;
}
.cookies-info > div {
  padding: 0 1em;
}

.ask-user-box {
  background-color: #9fdf9f;/*general-border-color*//*#d9f2d9;/*table-even-background-color*/
  display: none;
  margin: 2em auto;
  max-width: 90%;
  min-width: 60%;
  text-align: center;
}
.ask-user-box > p {
  text-align: center;
}
.info-color {
  color: green;
}
.error-color {
  color: red;
}

.notification {
  font-size: 125%;
  /*font-style: italic;*/
  /*font-weight: bold;*/
  margin: auto;
  padding: 1em 3em 0;
}
.notification-text {
  /*font-style: italic;*/
  padding-left: 4em;
}

form {
  width: 100%;
}

.questionnaire {
/*  align-content: flex-start;*/
  display: none;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
  justify-content: center;
  width: 100%;
}

.page_ {
  /*background-color: #ecf9ec;/*general-background-color*/
  border-bottom: 1px solid transparent;
  display: none;/*block*/
  height: 100%;
  text-align: center;
  width: 100%;
}
.page_ > div {
  margin: 0 auto;
}

.question_,
.question_cont,
.tpintro_ {
  max-width: 1100px;
  padding: 0.5rem 2rem 0;
}
@media only screen and (max-width: 768px) {
  .question_,
  .question_cont,
  .tpintro_ {
    padding: 0.25rem 1rem 0;
  }
}
@media only screen and (max-width: 470px) {
  .question_,
  .question_cont,
  .tpintro_ {
    padding: 0;
  }
}

.question_ > div,
.question_cont > div,
.tpintro_ > div {
  margin: 0 auto;
}

.question_ img,
.question_cont img,
.tpintro_ img {
  max-width: 100%;
}

.survey-title {
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}
/*
.survey-title {
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}
*/
.survey-name {
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  margin: auto;
  padding: 0.5rem 3rem;
  text-align: center;
}

.survey-info {
  font-size: 115%;
  line-height: 1.4;
  padding: 1rem 5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .survey-info {
    padding: 0.5rem 3rem;
  }
}
@media only screen and (max-width: 470px) {
  .survey-info {
    padding: 0.5rem 1rem;
  }
}

.intv_id-info > div {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-align: center;
}
.intv_id-descr {
  margin: auto;
  padding-top: 1rem;
  /*text-align: left;*/
}
.intv_id-scheme {
  /*border: 1px solid #9fdf9f;/*general-border-color*/
  border-collapse: collapse;
  display: table;
  margin: 0 auto;
}
.intv_id-scheme > div {
  display: table-row;
}
.intv_id-scheme > div > div {
  /*border: 1px solid #b3e6b3;/*inner-border-color*/
  display: table-cell;
  font-family: "Consolas", Courier, monospace;/*Courier New;*/
  padding: 2px 5px;
  text-align: center;
}
.intv_id-scheme > div:first-child > div {
  border-bottom: 1px solid grey;
  font-family: Helvetica;
  font-style: italic;
  /*width: 7em;*/
}
.intv_id-scheme > div > div:first-child {
  /*border-right: 1px solid grey;*/
  font-family: Helvetica;
  font-style: italic;
  text-align: right;
}
.intv_id-scheme > div > div:not(:first-child) {
  min-width: 6em;
}
.intv_id-scheme > div > div:not(:last-child) {
  border-right: 1px dashed grey;
}


.section-text {
  font-size: 115%;
  font-weight: bold;
  margin: auto;
  padding: 0.5rem 2rem 0.5rem;
}

.question-text {
  font-size: 110%;
  max-width: 1100px;
  padding: 0.5rem 2rem;
  /*padding: 0.5em 3em;*/
  text-align: left;
}
.question-text > p {
  margin: 0;
  padding-top: 0.5rem;
}
.question-text > p:first-child {
  min-width: 80%;
  padding-top: 0;
}
.question-text-1em > p {
  padding-left: 1rem;
}
.question-text-1em > p:first-child {
  text-indent: -1rem;
}
.question-text-2em > p {
  padding-left: 2rem;
}
.question-text-2em > p:first-child {
  text-indent: -2rem;
}
.question-text-3em > p {
  padding-left: 3rem;
}
.question-text-3em > p:first-child {
  text-indent: -3rem;
}

.intro-text {
  font-size: 110%;
  max-width: 1100px;
  padding: 0.5em 2rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .question-text,
  .intro-text {
    padding: 0.5rem 1rem;
    /*padding: 0.5em 1.5em;*/
  }
}
@media only screen and (max-width: 470px) {
  .question-text,
  .intro-text {
    padding: 0.25rem 0;
    /*padding: 0.25em 0.25em;*/
  }
}

.intro-text > p,
.intro-text > div {
  margin: 0;
  padding-top: 0.5rem;
}
.intro-list > li {
  margin-left: 1rem;
  text-align: left;
}
.intro-image > img {
  border: 1px solid grey;
  max-width: 100%;
}
/*
.intro-title {
  font-size: 120%;
  font-weight: bold;
}
.intro-bold {
  font-weight: bold;
}
.intro-italic {
  font-style: italic;
}
.intro-bold-italic {
  font-style: italic;
  font-weight: bold;
}
.intro-small {
  font-size: 80%;
}
.intro-large {
  font-size: 120%;
}
.intro-indent {
  padding-left: 2rem;
}
*/

.statements2 {
  font-size: 110%;
  font-style: italic;
  padding: 0.5rem 3rem 1rem 5rem;
  text-align: center;
}
/*.statements2 > div:not(:nth-child(2)) {*/
.statements2 > div {
  padding: 0.25rem 0;
  text-indent: -1em;
}
.statements2 > div:nth-child(2) {
  text-align: center;
}
.test-prod {
  font-style: italic;
  font-variant: small-caps;
}
.interviewer-info,
.interviewer-info-pl,
.interviewer-info-de,
.interviewer-info-en,
.interviewer-info-it {
  color: #770000;
  font-style: italic;
  margin: 0 auto;
  padding: 0.5em 4em 0.5em 7em;
  text-align: left;
  /*text-decoration-line: underline;*/
  text-indent: -2em;
}
.interviewer-info::before,
.interviewer-info-pl::before {
  content: "[ ANKIETER: ";
}
.interviewer-info-de::before {
  content: "[ INTERVIEWERIN: ";
}
.interviewer-info-en::before {
  content: "[ INTERVIEWER: ";
}
.interviewer-info-it::before {
  content: "[ INTERVISTATRICE: ";
}
.interviewer-info::after,
.interviewer-info-pl::after,
.interviewer-info-de::after,
.interviewer-info-en::after,
.interviewer-info-it::after {
  content: "]";
}
.interv-info,
.interv-info-pl,
.interv-info-de,
.interv-info-en,
.interv-info-it {
  color: #770000;
  font-style: italic;
}
.interv-info::before,
.interv-info-pl::before {
  content: "[ ANKIETER: ";
}
.interv-info-de::before {
  content: "[ INTERVIEWERIN: ";
}
.interv-info-en::before {
  content: "[ INTERVIEWER: ";
}
.interv-info-it::before {
  content: "[ INTERVISTATRICE: ";
}
.interv-info::after,
.interv-info-pl::after,
.interv-info-de::after,
.interv-info-en::after,
.interv-info-it::after {
  content: " ]";
}

.fill-info {
  color: #264626;
  font-style: italic;
  padding-bottom: 1em;
  text-align: center;
}
.fill-info::before {
  content: "(";
}
.fill-info::after {
  content: ")";
}
.error-hint {
  display: none;
}
.question-sub-info {
  /*font-size: 95%;*/
  font-style: italic;
  /*padding: 0 3em 0.5em 3em;*/
  padding: 0.5rem 3rem;
  text-decoration: underline;
  /*text-decoration-line: underline;*/
}
.item-description-5em {
  font-size: 95%;
  font-style: italic;
  padding: 0 2em 0.5em 7em;
  text-align: left;
  text-indent: -5em;
}

.tpintro_ ,
.tpintro_ > div,
.tpintro_ input {
  text-align: center;
}
.tpintro_ input {
  font-size: 200%;
}

.tpintro-text {
  max-width: 1100px;
  padding: 0.5em 0;
  text-align: center;
}
.tpintro-text > p {
  padding: 0.5em 0;
}
.tpintro-text > p:first-child {
  font-size: 110%;
  font-weight: bold;
}
.tpintro-text > p:nth-child(2) {
  text-decoration: underline;
}
.tpintro-text > p:nth-child(3) {
  font-style: italic;
}
.tpintro-text > p:nth-child(4) {
  font-style: italic;
  /*text-decoration: underline;*/
}
.tpintro-text input {
  text-align: center;
}


.wait-text {
  padding: 1em 3em 0.5em 3em;
  text-align: center;
}
.quotas-counts {
  color: grey;
  display: inline-flex;
  font-family: Lucida Console, monospace;
  font-variant: small-caps;
  font-weight: normal;
  max-width: 70%;
  padding: 1em 2em;
  text-align: left;
}
.quotas-counts > div {
  margin: 0 1em;
}
.quotas-counts > div:last-child {
  display: none;
}
.show-quotas-counts {
  background-color: transparent;
  border-color: transparent;
  bottom: 0px;
  font-size: 50%;
  left: 110px;
  position: fixed;
  z-index:100;
}

.restore-progress {
  text-align: center;
  width: 100%;
}
.restore-progress > progress {
  height: 1em;
  margin: auto;
  width: 51%;
}

.comment {
  border: 1px solid grey;
  display: none;
  font-style: italic;
  font-variant: small-caps;
  text-align: center;
}
.developer-mode .comment {
  display: block;
}

.config-comment {
  background-color: #ecf9ec;/*general-background-color*/
  border: 1px solid lightgrey;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 66%;*/
  font-style: italic;
  font-weight: normal;
  letter-spacing: 2px;
  /*margin-left: 0;*/
  max-width: 80%;
  /*padding: 1em;*/
  overflow-x: auto;
  text-align: left;
  white-space: pre;
}
.config-comment::before {
  content: "config.json params:";
  font-variant: small-caps;
}
.developer-mode .config-comment {
  display: block;
}
/*
.config-comment::after {
  content: "-----";
}
*/

.answer-table-conjoint1,
.answer-table-conjointN-noinp {
  background-color: #ecf9ec;/*general-background-color*/
  /*border: 0.5px solid #9fdf9f;/*general-border-color*/
  display: table;
  max-width: 100%;
  margin-bottom: 1rem;
}
.answer-table-conjoint1 > div,
.answer-table-conjointN-noinp > div {
  display: table-row;
}
.answer-table-conjoint1 > div:first-child > div,
.answer-table-conjointN-noinp > div:first-child > div {
  vertical-align: bottom;
}
.answer-table-conjoint1 > div > div,
.answer-table-conjointN-noinp > div > div {
  display: table-cell;
  vertical-align: top;
  /*vertical-align: middle;*/
}
.answer-table-conjoint1 > div > div {
  padding: 5px 3px;
}
.answer-table-conjointN-noinp > div > div > label {
  display: block;
  padding: 5px 3px;
}

.answer-table-conjoint1 > div:nth-child(even),
.answer-table-conjointN-noinp > div:nth-child(even) {
  background-color: #d9f2d9;
}
.answer-table-conjoint1 > div > div:first-child,
.answer-table-conjointN-noinp > div > div:first-child {
  font-size: 90%;
  font-style: italic;
  padding: 5px 3px;
  text-align: left;
}
.answer-table-conjoint1 > div > div:nth-child(even),
.answer-table-conjointN-noinp > div > div:nth-child(even) {
  /*background-color: #ecf9ec;*/
  width: 1rem;
}
/*
.answer-table-conjoint1 > div > div:nth-child(2n+2),
.answer-table-conjointN-noinp > div > div:nth-child(2n+2) {
  border-width: 0;
}
*/
.answer-table-conjoint1 > div > div:nth-child(2n+3),
.answer-table-conjointN-noinp > div > div:nth-child(2n+3) {
  min-width: 6rem;
  text-align: center;
}
.answer-table-conjoint1 > div:first-child > div:nth-child(2n+3),
.answer-table-conjointN-noinp > div:first-child > div:nth-child(2n+3) {
  border-top: 3px groove #ecf9ec;/*general-background-color*/
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.answer-table-conjoint1 > div > div:nth-child(2n+3),
.answer-table-conjointN-noinp > div > div:nth-child(2n+3) {
  border-left: 3px groove #ecf9ec;/*inner-border-color*/
  border-right: 3px groove #ecf9ec;/*inner-border-color*/
}
.answer-table-conjoint1 > div:last-child > div:nth-child(2n+3),
.answer-table-conjointN-noinp > div:last-child > div:nth-child(2n+3) {
  border-bottom: 3px groove #ecf9ec;/*general-background-color*/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.answer-table-conjointN-noinp > div:last-child > div {
  height: 0px;
  padding: 0px;
}
.answer-table-conjointN-noinp input {
  display: none;
}




.answer_ {
  /*display: block;/*flex;*/
  /*flex-flow: row wrap;
  justify-content: space-around;*/
  max-width: 100%;/*1100px;*/

  padding-top: 1em;
/*  padding: 0 3em;*/
}
@media only screen and (max-width: 768px) {
  .answer_ {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 470px) {
  .answer_ {
    padding-top: 0;
  }
}




.answer_ > div,
.answer_ > select {
  margin: 0 auto;
/*  max-width: 99%;*/
}
/*
.answer_ > div::before,
.answer_ > div::after {
  content: '';
  display: block;
  width: 200%;
}
*/
.video-disp {
  max-width: 100%;
/*  padding: 2em 0;*/
}

.concept-img {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .concept-img {
    width: 100%;
  }
}

option:checked,
.input-checked {
  background-color: #339933;/*#00805b;/*#b3e6b3;/*checked-background-color*/
  border-color: #66cc66;/*#00805b  !important*/
  color: white;/*#007700;/*answer-hover-color*/
}
.input-error {
  border-color: red !important;
}
.disabled-label {
  color: #aaaaaa;
}

.answer-table {
  background-color: #ecf9ec;/*general-background-color*/
  border: 2px solid #9fdf9f;/*general-border-color*/
  display: table;
  max-width: 100%;
}
.answer-table > div {
  display: table-row;
}
.answer-table > div:first-child > div {
  vertical-align: top;
}
.answer-table > div:nth-child(n+2) > div {
  vertical-align: middle;
}
.answer-table > div > div {
  border-bottom-color: #ecf9ec;/*general-background-color*/
  border-left-color: #b3e6b3;/*inner-border-color*/
  border-right-color: #b3e6b3;/*inner-border-color*/
  border-style: solid;
  border-top-color: #ecf9ec;/*general-background-color*/
  border-width: 1px;
  display: table-cell;
}
.answer-table > div > div input {
  margin: 1px;
}
.answer-table > div > div > label {
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
}
.answer-table > div > div input[type=number] {
  width: 8rem;
}
.answer-table > div > div input[type=email],
.answer-table > div > div input[type=text] {
  min-width: 15rem;
}
.answer-table > div > div textarea {
  min-width: 20rem;
}
.answer-table-wide > div > div input[type=email],
.answer-table-wide > div > div input[type=text],
.answer-table-wide > div > div textarea {
  min-width: 30rem;
}
@media only screen and (max-width: 900px) {
  .answer-table > div > div input[type=number] {
    width: 7rem;
  }
    .answer-table > div > div input[type=email],
  .answer-table > div > div input[type=text] {
    min-width: 13rem;
  }
  .answer-table > div > div textarea {
    min-width: 18rem;
  }
  .answer-table-wide > div > div input[type=email],
  .answer-table-wide > div > div input[type=text],
  .answer-table-wide > div > div textarea {
    min-width: 27rem;
  }
}
@media only screen and (max-width: 768px) {
  .answer-table > div > div input[type=number] {
    width: 6rem;
  }
    .answer-table > div > div input[type=email],
  .answer-table > div > div input[type=text] {
    min-width: 12rem;
  }
  .answer-table > div > div textarea {
    min-width: 16rem;
  }
  .answer-table-wide > div > div input[type=email],
  .answer-table-wide > div > div input[type=text],
  .answer-table-wide > div > div textarea {
    min-width: 24rem;
  }
}
@media only screen and (max-width: 470px) {
  .answer-table > div > div input[type=number] {
    width: 5rem;
  }
  .answer-table > div > div input[type=email],
  .answer-table > div > div input[type=text] {
    min-width: 9rem;
  }
  .answer-table > div > div textarea {
    min-width: 12rem;
  }
  .answer-table-wide > div > div input[type=email],
  .answer-table-wide > div > div input[type=text],
  .answer-table-wide > div > div textarea {
    min-width: 18rem;
  }
}
@media only screen and (max-width: 420px) {
  .answer-table > div > div input[type=number] {
    width: 4rem;
  }
  .answer-table > div > div input[type=email],
  .answer-table > div > div input[type=text] {
    min-width: 8rem;
  }
  .answer-table > div > div textarea {
    min-width: 10rem;
  }
  .answer-table-wide > div > div input[type=email],
  .answer-table-wide > div > div input[type=text],
  .answer-table-wide > div > div textarea {
    min-width: 15rem;
  }
}

.answer-table > div > div img {
  vertical-align: middle;
}
.answer-table-std > div:first-child > div,
.answer-table-single-line > div:first-child > div {
  vertical-align: middle;
}
.answer-table-std label, 
.answer-table-single-line label {
  padding: 3px;
}
.answer-table-std > div:nth-child(even) {
  background-color: #d9f2d9;
}
.answer-table-std > div:nth-child(even) > div {
  border-bottom-color: #d9f2d9;
  border-top-color: #d9f2d9;
}
.answer-table-std > div > div {
  text-align: left;
  vertical-align: middle;
}
.answer-table-std > div > div:first-child {
  min-width: 8em;
  vertical-align: top;
}
.answer-table-std > div > div:first-child > label {
  text-align: left;
}


.compact-columns > div > div {
  min-width: 4em;
  padding: 0;
}


.answer-table-draggable input,
.answer-table-draggable textarea {
  display: none;
}
.answer-table-draggable > div:nth-child(even) {
  background-color: #d9f2d9;
}
.answer-table-draggable > div:first-child > div {
  vertical-align: middle;
}
.answer-table-draggable > div:nth-child(even) > div {
  border-bottom-color: #d9f2d9;
  border-top-color: #d9f2d9;
}
.answer-table-draggable > div > div:first-child {
  min-width: 8rem;
  padding: 6px 3px;
  text-align: left;
}
.answer-table-draggable > div > div:first-child > label {
  text-align: left;
}
.answer-table-draggable > div > div:not(:first-child) {
  min-width: 12rem;
}
.answer-table-draggable > div > div:not(:first-child) > span {
  margin: 0 3px;
}
.draggable {
  background-color: #9fdf9f;/*general-border-color*/
  padding: 3px;
  /*margin:  0.5rem;*/
  min-width: 8rem;
}
.draggable:hover {
  color: #007700;/*answer-hover-color*/
  cursor: grab;
}
.draggables-source {
  background-color: #ecf9ec;/*general-background-color*/
  border: 2px solid #9fdf9f;/*general-border-color*/
  display: inline-block;
  /*flex-wrap: wrap;*/
  justify-content: center;
  min-height: 2rem;
  min-width: 15rem;
  max-width: 80%;
  padding: 3px;
  vertical-align: middle;
}
.draggables-target {
  min-height: 3rem;
  min-width: 10rem;
}
.draggables-source > span,
.draggables-target > span {
  display: inline-block;
  margin: 3px;
  min-width: 8rem;
}


.answer-table-vert > div:hover,
.answer-table-vert-noinp > div:hover {
  color: #007700;/*answer-hover-color*/
}
.answer-table-vert > div:first-child > div,
.answer-table-vert-noinp > div:first-child > div {
  vertical-align: middle;
}
.answer-table-vert > div > div:first-child,
.answer-table-vert-noinp > div > div:first-child {
  min-width: 4rem;
  /*text-align: left;*/
}
/*
@media only screen and (max-width: 768px) {
  .answer-table-vert > div > div:first-child,
  .answer-table-vert-noinp > div > div:first-child {
    min-width: 3rem;
  }
}
@media only screen and (max-width: 470px) {
  .answer-table-vert > div > div:first-child,
  .answer-table-vert-noinp > div > div:first-child {
    min-width: 2rem;
  }
}
*/

.answer-table-vert > div:nth-child(even),
.answer-table-vert-noinp > div:nth-child(even) {
  background-color: #d9f2d9;
}
.answer-table-vert > div:nth-child(even) > div,
.answer-table-vert-noinp > div:nth-child(even) > div {
  border-bottom-color: #d9f2d9;
  border-top-color: #d9f2d9;
}
.answer-table-vert-noinp > div > div:nth-child(n+2) { /*INPUT inside*/
  display: none;
}
.answer-table-vert > div input[type=checkbox],
.answer-table-vert > div input[type=radio] {
  text-align: center;
  width: 2em;
}
.answer-table-vert > div > div > label {
  padding: 4px 3px;
  text-align: left;
}
.answer-table-vert-noinp > div > div > label {
  border: 1px solid transparent;
  border-radius: 2px;
  justify-content: start;
  padding: 4px 3px;
  text-align: left;
}
.center-label > div > div:first-child > label {
  justify-content: center;
  text-align: center;
}

.answer-table-vert-mc,
.answer-table-vert-mc-noinp {
  border-width: 0;
}
.answer-table-vert-mc > div,
.answer-table-vert-mc-noinp > div {
  vertical-align: middle;
}
.answer-table-vert-mc > div > div,
.answer-table-vert-mc-noinp > div > div {
  min-width: 8rem;
  text-align: center;
}
.answer-table-vert-mc > div > div:hover,
.answer-table-vert-mc-noinp > div > div:hover {
  color: #007700;/*answer-hover-color*/
  /*text-decoration: underline;*/
}
.answer-table-vert-mc-noinp > div > div > input {
  display: none;
}
.answer-table-vert-mc > div > div > label,
.answer-table-vert-mc-noinp > div > div > label {
  border: 1px solid transparent;
  border-radius: 2px;
  /*float: left;*/
  min-width: 8rem;
  padding: 5px 3px;
  text-align: center;
  /*padding-left: 1em;
  text-align: left;*/
}
.answer-table-vert-mc > div > div > input[type=checkbox],
.answer-table-vert-mc > div > div > input[type=radio] {
  float: right;
  width: 3em;
}
.answer-table-vert-mc > div > div input[type="text"],
.answer-table-vert-mc-noinp > div > div input[type="text"] {
  min-width: 8rem;
}
@media only screen and (max-width: 900px) {
  .answer-table-vert-mc > div > div,
  .answer-table-vert-mc-noinp > div > div,
  .answer-table-vert-mc > div > div > label,
  .answer-table-vert-mc-noinp > div > div > label,
  .answer-table-vert-mc > div > div input[type="text"],
  .answer-table-vert-mc-noinp > div > div input[type="text"] {
    min-width: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .answer-table-vert-mc > div > div,
  .answer-table-vert-mc-noinp > div > div,
  .answer-table-vert-mc > div > div > label,
  .answer-table-vert-mc-noinp > div > div > label,
  .answer-table-vert-mc > div > div input[type="text"],
  .answer-table-vert-mc-noinp > div > div input[type="text"] {
    min-width: 6rem;
  }
}
@media only screen and (max-width: 470px) {
  .answer-table-vert-mc > div > div,
  .answer-table-vert-mc-noinp > div > div,
  .answer-table-vert-mc > div > div > label,
  .answer-table-vert-mc-noinp > div > div > label,
  .answer-table-vert-mc > div > div input[type="text"],
  .answer-table-vert-mc-noinp > div > div input[type="text"] {
    min-width: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .answer-table-vert-mc > div > div,
  .answer-table-vert-mc-noinp > div > div,
  .answer-table-vert-mc > div > div > label,
  .answer-table-vert-mc-noinp > div > div > label,
  .answer-table-vert-mc > div > div input[type="text"],
  .answer-table-vert-mc-noinp > div > div input[type="text"] {
    min-width: 3rem;
  }
}
.answer-table-vert-mc > div:nth-child(even) > div:nth-child(odd),
.answer-table-vert-mc > div:nth-child(odd) > div:nth-child(even),
.answer-table-vert-mc-noinp > div:nth-child(even) > div:nth-child(odd),
.answer-table-vert-mc-noinp > div:nth-child(odd) > div:nth-child(even) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-vert-mc > div:first-child > div,
.answer-table-vert-mc-noinp > div:first-child > div {
  border-left-width: 2px;
  border-top-width: 2px;
}
.answer-table-vert-mc > div > div:first-child,
.answer-table-vert-mc-noinp > div > div:first-child {
  border-left-width: 2px;
}
.answer-table-vert-mc > div > div,
.answer-table-vert-mc-noinp > div > div {
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.answer-table-vert-mc > div:first-child > div,
.answer-table-vert-mc-noinp > div:first-child > div {
  border-top-color: #b3e6b3;/*inner-border-color*/
}
.answer-table-vert-mc > div > div,
.answer-table-vert-mc-noinp > div > div {
  border-bottom-color: #b3e6b3;/*inner-border-color*/
}


.answer-table-horiz > div:first-child > div {
  border-bottom: 1px solid  #b3e6b3;/*inner-border-color*/
  min-width: 4em;
  padding: 0.5em;
}
.answer-table-horiz-1-noinp > div:first-child > div {
  display: none;
}
.answer-table-horiz-2-noinp > div:last-child > div {
  display: none;
}
.answer-table-horiz > div > div:nth-child(even),
.answer-table-horiz-noinp > div > div:nth-child(even),
.answer-table-horiz-1-noinp > div > div:nth-child(even),
.answer-table-horiz-2-noinp > div > div:nth-child(even) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-horiz-1-noinp > div:last-child > div,
.answer-table-horiz-2-noinp > div:first-child > div {
  vertical-align: middle;
}


.answer-table-horiz-1-noinp > div > div,
.answer-table-horiz-2-noinp > div > div {
  max-width: 8rem;
  min-width: 4rem;
  padding: 0;
}
.answer-table-horiz-1-noinp > div > div > label,
.answer-table-horiz-2-noinp > div > div > label {
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 4px;
  text-wrap: balance;
  word-break: break-word;
  /*padding: 0.3em 0.5em;*/
}
.answer-table-horiz-1-noinp > div > div > label > input[type="text"],
.answer-table-horiz-2-noinp > div > div > label > input[type="text"] {
  max-width: 7.5rem;
  min-width: 4rem;
}

@media only screen and (max-width: 900px) {
  .answer-table-horiz-1-noinp > div > div,
  .answer-table-horiz-2-noinp > div > div {
    max-width: 7rem;
    min-width: 3.5rem;
  }
  .answer-table-horiz-1-noinp > div > div > label > input[type="text"],
  .answer-table-horiz-2-noinp > div > div > label > input[type="text"] {
    max-width: 6.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .answer-table-horiz-1-noinp > div > div,
  .answer-table-horiz-2-noinp > div > div {
    max-width: 5rem;
    min-width: 2.5rem;
  }
  .answer-table-horiz-1-noinp > div > div > label,
  .answer-table-horiz-2-noinp > div > div > label {
    padding: 3px;
  }
  .answer-table-horiz-1-noinp > div > div > label > input[type="text"],
  .answer-table-horiz-2-noinp > div > div > label > input[type="text"] {
    max-width: 4rem;
  }
}
@media only screen and (max-width: 470px) {
  .answer-table-horiz-1-noinp > div > div,
  .answer-table-horiz-2-noinp > div > div {
    max-width: 4.5rem;
    min-width: 1.5rem;
  }
  .answer-table-horiz-1-noinp > div > div > label,
  .answer-table-horiz-2-noinp > div > div > label {
    padding: 2px;
  }
  .answer-table-horiz-1-noinp > div > div > label > input[type="text"],
  .answer-table-horiz-2-noinp > div > div > label > input[type="text"] {
    max-width: 3.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .answer-table-horiz-1-noinp > div > div,
  .answer-table-horiz-2-noinp > div > div {
    max-width: 4rem;
    min-width: 1rem;
  }
  .answer-table-horiz-1-noinp > div > div > label > input[type="text"],
  .answer-table-horiz-2-noinp > div > div > label > input[type="text"] {
    max-width: 3rem;
  }
}

.answer-table-horiz-1-noinp > div > div:hover,
.answer-table-horiz-2-noinp > div > div:hover {
  color: #007700;/*answer-hover-color*/
  /*text-decoration: underline;*/
}


.answer-table-horiz-xn > div:first-child > div,
.answer-table-horiz-xn-noinp > div:first-child > div,
.answer-table-horiz-xn2s > div:first-child > div,
.answer-table-horiz-xn2s-noinp > div:first-child > div,
.answer-table-horiz-xn2sttms > div:first-child > div,
.answer-table-horiz-xn2sttms-noinp > div:first-child > div {
  border-bottom: 0.5px solid  #b3e6b3;/*inner-border-color*/
}

.answer-table-horiz-xn > div:nth-child(n+2):hover,
.answer-table-horiz-xn-noinp > div:nth-child(n+2):hover,
.answer-table-horiz-xn2s > div:nth-child(n+2):hover,
.answer-table-horiz-xn2s-noinp > div:nth-child(n+2):hover,
.answer-table-horiz-xn2sttms > div:not(:first-child) > div:hover, 
.answer-table-horiz-xn2sttms-noinp > div:not(:first-child) > div:hover {
  color: #007700;/*answer-hover-color*/
}

.answer-table-horiz-xn > div:first-child > div:first-child,
.answer-table-horiz-xn-noinp > div:first-child > div:first-child,
.answer-table-horiz-xn2s > div:first-child > div:first-child,
.answer-table-horiz-xn2s-noinp > div:first-child > div:first-child,
.answer-table-horiz-xn2sttms > div:first-child > div:first-child,
.answer-table-horiz-xn2sttms-noinp > div:first-child > div:first-child {
  font-style: italic;
  text-align: left;
  vertical-align: middle;
}

.answer-table-horiz-xn > div:first-child > div:nth-child(n+2),
.answer-table-horiz-xn-noinp > div:first-child > div:nth-child(n+2),
.answer-table-horiz-xn2s > div:first-child > div:nth-child(n+2),
.answer-table-horiz-xn2s-noinp > div:first-child > div:nth-child(n+2),
.answer-table-horiz-xn2sttms > div:first-child > div:nth-child(n+2),
.answer-table-horiz-xn2sttms-noinp > div:first-child > div:nth-child(n+2),
.table-xn-header,
.table-xn2s-header {
  font-size: 90%;
  font-weight: bold;
}
.answer-table-horiz-xn > div:first-child > div:not(:first-child),
.answer-table-horiz-xn-noinp > div:first-child > div:not(:first-child),
.answer-table-horiz-xn2s > div:first-child > div:not(:first-child):not(:last-child),
.answer-table-horiz-xn2s-noinp > div:first-child > div:not(:first-child):not(:last-child),
.table-xn-header > div:not(:first-child),
.table-xn2s-header > div:not(:first-child):not(:last-child) {
  padding: 1px;
  max-width: 8em;
  min-width: 3em;
  text-wrap: balance;
  word-break: break-word;
}
.answer-table-horiz-xn > div:not(:first-child) > div,
.answer-table-horiz-xn-noinp > div:not(:first-child) > div,
.answer-table-horiz-xn2s > div:not(:first-child) > div,
.answer-table-horiz-xn2s-noinp > div:not(:first-child) > div,
.answer-table-horiz-xn2sttms > div:not(:first-child) > div,
.answer-table-horiz-xn2sttms-noinp > div:not(:first-child) > div {
  vertical-align: middle;
}
.answer-table-horiz-xn > div > div:first-child,
.answer-table-horiz-xn-noinp > div > div:first-child,
.answer-table-horiz-xn2s > div > div:first-child,
.answer-table-horiz-xn2s-noinp > div > div:first-child,
.answer-table-horiz-xn2s > div > div:last-child,
.answer-table-horiz-xn2s-noinp > div > div:last-child {
  min-width: 8em;
  text-wrap: balance;
  word-break: break-word;
}
.answer-table-horiz-xn2sttms > div > div,
.answer-table-horiz-xn2sttms-noinp > div > div {
  min-width: 12em;
}
.answer-table-horiz-xn > div > div:first-child > label,
.answer-table-horiz-xn-noinp > div > div:first-child > label,
.answer-table-horiz-xn2s > div > div:first-child > label,
.answer-table-horiz-xn2s-noinp > div > div:first-child > label,
.answer-table-horiz-xn2sttms > div > div:first-child > label,
.answer-table-horiz-xn2sttms-noinp > div > div:first-child > label {
  justify-content: start;
  text-align: left;
  text-wrap: balance;
  word-break: break-word;
}
.answer-table-horiz-xn2s > div > div:last-child > label,
.answer-table-horiz-xn2s-noinp > div > div:last-child > label,
.answer-table-horiz-xn2sttms > div > div:last-child > label,
.answer-table-horiz-xn2sttms-noinp > div > div:last-child > label {
  justify-content: end;
  text-align: right;
  text-wrap: balance;
  word-break: break-word;
}
.answer-table-horiz-xn > div > div > label,
.answer-table-horiz-xn-noinp > div > div > label,
.answer-table-horiz-xn2s > div > div > label,
.answer-table-horiz-xn2s-noinp > div > div > label,
.answer-table-horiz-xn2sttms > div > div > label,
.answer-table-horiz-xn2sttms-noinp > div > div > label,
.table-xn-header-- > div > label,
.table-xn2s-header-- > div > label {
  padding: 5px 3px;
}
.answer-table-horiz-xn-showup > div:not(:first-child) > div > label,
.answer-table-horiz-xn-showup-row > div > label {
  padding: 5px 3px;
}
.answer-table-horiz-xn > div:nth-child(even),
.answer-table-horiz-xn-noinp > div:nth-child(even),
.answer-table-horiz-xn2s > div:nth-child(even),
.answer-table-horiz-xn2s-noinp > div:nth-child(even), 
.answer-table-horiz-xn2sttms > div:nth-child(even) ,
.answer-table-horiz-xn2sttms-noinp > div:nth-child(even) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-horiz-xn > div:nth-child(even) > div,
.answer-table-horiz-xn-noinp > div:nth-child(even) > div,
.answer-table-horiz-xn2s > div:nth-child(even) > div,
.answer-table-horiz-xn2s-noinp > div:nth-child(even) > div,
.answer-table-horiz-xn2sttms > div:nth-child(even) > div,
.answer-table-horiz-xn2sttms-noinp > div:nth-child(even) > div {
  border-bottom-color: #d9f2d9;/*table-even-background-color*/
  border-top-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-horiz-xn-noinp > div > div > input[type=checkbox],
.answer-table-horiz-xn-noinp > div > div > input[type=radio],
.answer-table-horiz-xn2s-noinp > div > div > input[type=checkbox],
.answer-table-horiz-xn2s-noinp > div > div > input[type=radio],
.answer-table-horiz-xn2sttms-noinp > div > div > input[type=checkbox],
.answer-table-horiz-xn2sttms-noinp > div > div > input[type=radio] {
    display: none;
}
.answer-table-horiz-xn-noinp > div:not(:first-child) > div:not(:first-child) > label,
.answer-table-horiz-xn2s-noinp > div:not(:first-child) > div:not(:first-child):not(:last-child) > label {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  display: block;
  justify-content: center;
  margin: 1px auto;
  padding: 1px 0;
  text-align: center;
  width: 3em;
}

.medium-columns-xn-noinp > div:first-child > div:not(:first-child),
.medium-columns-xn-noinp > div:not(:first-child) > div:not(:first-child),
.medium-columns-xn2s-noinp > div:first-child > div:not(:first-child):not(:last-child),
.medium-columns-xn2s-noinp > div:not(:first-child) > div:not(:first-child):not(:last-child) {
  width: 2.5em;
}
.medium-columns-xn-noinp > div:first-child > div:not(:first-child) > label,
.medium-columns-xn-noinp > div:not(:first-child) > div:not(:first-child) > label,
.medium-columns-xn2s-noinp > div:first-child > div:not(:first-child):not(:last-child) > label,
.medium-columns-xn2s-noinp > div:not(:first-child) > div:not(:first-child):not(:last-child) > label {
  width: 2.4em;
}

.compact-columns-xn-noinp > div:first-child > div:not(:first-child),
.compact-columns-xn-noinp > div:not(:first-child) > div:not(:first-child),
.compact-columns-xn2s-noinp > div:first-child > div:not(:first-child):not(:last-child),
.compact-columns-xn2s-noinp > div:not(:first-child) > div:not(:first-child):not(:last-child) {
  width: 2em;
}
.compact-columns-xn-noinp > div:first-child > div:not(:first-child) > label,
.compact-columns-xn-noinp > div:not(:first-child) > div:not(:first-child) > label,
.compact-columns-xn2s-noinp > div:first-child > div:not(:first-child):not(:last-child) > label,
.compact-columns-xn2s-noinp > div:not(:first-child) > div:not(:first-child):not(:last-child) > label {
  width: 1.9em;
}


.cols-5em > div > div { min-width: 5em; }
.cols-6em > div > div { min-width: 6em; }
.cols-7em > div > div { min-width: 7em; }
.cols-8em > div > div { min-width: 8em; }

.answer-range {
  padding: 0.5em 0;
}
.answer-range > div {
  display: table-row;
}
.answer-range > div > div {
  border-width: 0;
}
.answer-range > div:first-child > div {
  display: table-cell;
}
.answer-range input {
  margin: 0 auto;/*1.5em;*/
  width: 92%;
}
.answer-range > div:nth-child(2) > div {
  cursor: default;
  display: flex;
  justify-content: space-between;
}
.answer-range > div:nth-child(2) > div > div {
  display: block;
  min-width: 4em;
  padding: 0 0.2em;
  text-align: center;
}
.answer-range > div:nth-child(2) > div > div:hover {
  color: #007700;/*answer-hover-color*/
  /*text-decoration: underline;*/
}
.answer-range > div:nth-child(2) > div > div:nth-child(n+2) {
  border-left: 1px solid #b3e6b3;/*inner-border-color*/
}


.answer-table-range > div:first-child,
.answer-table-select > div:first-child,
.answer-table-range2s > div:first-child,
.table-range-header,
.table-range2s-header {
  font-size: smaller;
  font-weight: bold;
}
.answer-table-range > div:first-child > div:not(:first-child),
.answer-table-select > div:first-child > div:not(:first-child),
.answer-table-range2s > div:first-child > div:not(:first-child):not(:last-child),
.table-range-header > div:not(:first-child),
.table-range2s-header > div:not(:first-child):not(:last-child) {
  padding: 2px;
  width: 4em;
}
.answer-table-range > div:first-child > div:not(:first-child) > div,
.answer-table-range2s > div:first-child > div:not(:first-child):not(:last-child) > div,
.table-range-header > div:not(:first-child) > div,
.table-range2s-header > div:not(:first-child):not(:last-child) > div {
  display: flex;
  justify-content: space-between;
}
.answer-table-range > div:first-child > div:not(:first-child) > div > div,
.answer-table-range2s > div:first-child > div:not(:first-child):not(:last-child) > div > div,
.table-range-header > div:not(:first-child) > div > div,
.table-range2s-header > div:not(:first-child):not(:last-child) > div > div {
  display: block;
  overflow: hidden;
  padding: 0 0.2em;
  width: 4em;
}
.answer-table-range > div:first-child > div:not(:first-child) > div > div:not(:first-child),
.answer-table-range2s > div:first-child > div:not(:first-child):not(:last-child) > div > div:not(:first-child),
.table-range-header > div:not(:first-child) > div > div:not(:first-child),
.table-range2s-header > div:not(:first-child):not(:last-child) > div > div:not(:first-child) {
  border-left: 1px solid #b3e6b3;
}

.answer-table-range > div:nth-child(n+2):hover,
.answer-table-select > div:nth-child(n+2):hover,
.answer-table-range2s > div:nth-child(n+2):hover {
  color: #007700;/*answer-hover-color*/
}
/*
.answer-table-range > div:nth-child(n+2):hover > div:first-child,
.answer-table-select > div:nth-child(n+2):hover > div:first-child,
.answer-table-range2s > div:nth-child(n+2):hover > div:first-child,
.answer-table-range2s > div:nth-child(n+2):hover > div:last-child {
}
*/

.answer-table-range > div:not(:first-child) > div,
.answer-table-select > div:not(:first-child) > div,
.answer-table-range2s > div:not(:first-child):not(:last-child) > div {
  vertical-align: middle;
}
.answer-table-range > div > div:first-child,
.answer-table-select > div > div:first-child {
  min-width: 8em;
  /*text-align: left;*/
                                               
}
.answer-table-range2s > div > div:first-child,
.answer-table-range2s > div > div:last-child {
  min-width: 6em;
  /*text-align: left;*/
  /*text-align: right;*/
}
.answer-table-range > div > div > label,
.answer-table-select > div > div > label,
.answer-table-range2s > div > div > label {
                         
  padding: 2px 3px;
}
.answer-table-range > div > div:first-child > label,
.answer-table-select > div > div:first-child > label,
.answer-table-range2s > div > div:first-child > label {
  justify-content: start;
  text-align: left;
}
.answer-table-range2s > div > div:last-child > label {
  justify-content: end;
  text-align: right;
}
.answer-table-range > div:nth-child(even),
.answer-table-select > div:nth-child(even),
.answer-table-range2s > div:nth-child(even) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-range > div:nth-child(even) > div,
.answer-table-select > div:nth-child(even) > div,
.answer-table-range2s > div:nth-child(even) > div {
  border-bottom-color: #d9f2d9;/*table-even-background-color*/
  border-top-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-range input[type=range],
.answer-table-range2s input[type=range] {
  margin: 0 auto;
  width: 90%
}
.answer-table-range > div:nth-child(even) > div > input,
.answer-table-select > div:nth-child(even) > div > input,
.answer-table-range2s > div:nth-child(even) > div > input {
  background-color: #d9f2d9;
}


/*
.answer-table-range > div:first-child > div:not(:first-child) {
  padding-left: 0;
  padding-right: 0;
}
*/

.answer-table-grid {
  background-color: #ecf9ec;/*general-background-color*/
  display: block;
  width: max-content;
}
.answer-table-grid > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  width: max-content;
  /*margin: 0 auto;*/
}
.answer-table-grid > div > div {
  align-content: center;
  /*border: 1px solid #b3e6b3;/*inner-border-color*/
  border: 1px solid transparent;
  /*
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  */
  margin: 0;
  /*min-height: 102%;/*64px;*/
  /*padding: 1px;*/
}
.answer-table-grid > div > div:hover {
  color: #007700;/*answer-hover-color*/
  /*text-decoration: underline;*/
}
.answer-table-grid > div:first-child > div {
  border-top: 2px solid #9fdf9f;/*general-border-color*/
}
.answer-table-grid > div > div:first-child {
  border-left: 2px solid #9fdf9f;/*general-border-color*/
}
.answer-table-grid > div > div:last-child {
  border-right: 2px solid #9fdf9f;/*general-border-color*/
}
.answer-table-grid > div:last-child > div {
  border-bottom: 2px solid #9fdf9f;/*general-border-color*/
}
.answer-table-grid > div:nth-child(even) > div:nth-child(even),
.answer-table-grid > div:nth-child(odd) > div:nth-child(odd) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.answer-table-grid > div > div > input {
  display: none;
}
.answer-table-grid > div > div > label {
  align-content: center;
  border: 1px solid #9fdf9f;
  font-size: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*height: auto;*/
  /*margin: 1px;*/
  min-height: 80px;
  min-width: 80px;
  padding: 2px;
  /*padding-top: 100%;*/
}
.answer-table-grid > div > div > label > img {
  min-height: 80px;
  min-width: 80px;
}
.answer-table-grid > div > div > label > input {
  width: 100%;
}

.grid-low-profile {
  min-height: 16px;
}

.grid-cell-50 > div > div > label {
  min-height: 50px;
  width: 50px;
}
.grid-cell-50 > div > div > label > img {
  height: 50px;
  width: 50px;
}
.grid-cell-100 > div > div > label {
  min-height: 100px;
  width: 100px;
}
.grid-cell-100 > div > div > label > img {
  height: 100px;
  width: 100px;
}
.grid-cell-150 > div > div > label {
  min-height: 150px;
  width: 150px;
}
.grid-cell-150 > div > div > label > img {
  height: 150px;
  width: 150px;
}
.grid-cell-200 > div > div > label {
  min-height: 200px;
  width: 200px;
}
.grid-cell-200 > div > div > label > img {
  height: 200px;
  width: 200px;
}
.grid-cell-250 > div > div > label {
  min-height: 250px;
  width: 250px;
}
.grid-cell-250 > div > div > label > img {
  height: 250px;
  width: 250px;
}
.grid-cell-300 > div > div > label {
  min-height: 300px;
  width: 300px;
}
.grid-cell-300 > div > div > label > img {
  height: 300px;
  width: 300px;
}
.grid-cell-free > div > div > label {
  min-height: 100px;
  min-width: 100px;
}
.grid-cell-free > div > div > label > img {
  min-height: 100px;
  min-width: 100px;
}

@media only screen and (max-width: 768px) {
  .answer-table-grid > div > div > label {
    min-height: 70px;
    width: 70px;
  }
  .answer-table-grid > div > div > label > img {
    height: 70px;
    width: 70px;
  }
  .grid-low-profile {
    min-height: 12px;
    }
  .grid-cell-100 > div > div > label {
    min-height: 75px;
    width: 75px;
  }
  .grid-cell-100 > div > div > label > img {
    height: 75px;
    width: 75px;
  }
  .grid-cell-200 > div > div > label {
    min-height: 150px;
    width: 150px;
  }
  .grid-cell-200 > div > div > label > img {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 470px) {
  .answer-table-grid > div > div > label {
    border-width: 1px;
    min-height: 45px;
    width: 45px;
  }
  .answer-table-grid > div > div > label > img {
    height: 45px;
    width: 45px;
  }
  .grid-low-profile {
    min-height: 8px;
  }
  .grid-cell-100 > div > div > label {
    min-height: 50px;
    width: 50px;
  }
  .grid-cell-100 > div > div > label > img {
    height: 50px;
    width: 50px;
  }
  .grid-cell-200 > div > div > label {
    min-height: 100px;
    width: 100px;
  }
  .grid-cell-200 > div > div > label > img {
    height: 100px;
    width: 100px;
  }
}

.answer-table-narrow > div:first-child > div {
  min-width: 2em;
}

.answer-open {
  display: block;
  min-width: 51%;
}
.answer-open textarea {
  height: 20rem;
  min-width: 40rem;
}
@media only screen and (max-width: 768px) {
  .answer-open {
    min-width: 51%;
  }
  .answer-open textarea {
    height: 12rem;
    min-width: 28rem;
  }
}
@media only screen and (max-width: 470px) {
  .answer-open textarea {
    min-width: 20rem;
  }
}

.answer-upload-multi-box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.answer-upload-multi-box > div,
.answer-upload-box {
  align-items: center;
  border: 1px solid darkgrey;
  box-shadow: 2px 3px black;
  display: flex;
  flex-direction: column;
  margin: 5px;
  overflow: hidden;
}
.answer-upload-title {
  display: block;
  font-weight: bold;
}
.answer-upload-multi-box > div > div,
.answer-upload-box > div,
.answer-upload-div {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin: 5px;
  width: 300px;
}
.answer-upload-multi-box > div > div > img,
.answer-upload-box > div > img,
.answer-upload-image {
  background-image: url('../_img/upload-image.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  /*border: 1px solid grey;*/
  height: 100%;
  width: 100%;
}
.answer-upload-multi-box > div > textarea,
.answer-upload-box > textarea,
.answer-upload-text {
  height: 3rem;
  max-width: 100%;
}
.answer-upload-multi-box > div > input,
.answer-upload-box > input,
.answer-upload-file {
  display: none;
  height: 3rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .answer-upload-multi-box > div > div,
  .answer-upload-box > div,
  .answer-upload-div {
    height: 250px;
    width: 250px;
  }
}
@media only screen and (max-width: 470px) {
  .answer-upload-multi-box > div > div,
  .answer-upload-box > div,
  .answer-upload-div {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .answer-upload-multi-box > div > div,
  .answer-upload-box > div,
  .answer-upload-div {
    height: 150px;
    width: 150px;
  }
}
.img-upload-input {
  margin-left: 100px;
}

.conf-table-revert {
  border-width: 0;
  display: table;
}
.conf-table-revert > div > div {
  border-width: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.conf-table-revert > div > div:first-child {
  text-align: center;
  width: 2em;
}
.conf-table-revert > div > div:nth-child(2) {
  font-style: italic;
  text-align: left;
  width: 30em;
}

.images-slider {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 400px;
  max-width: 99%;
  overflow: auto;
}
.images-slider > img {
  height: 100%;
  padding: 0 2px;
}

.showcard {
  text-align: center;
}
.showcard > div {
  font-style: italic;
}
.showcard > img {
  width: 96%;
}
@media only screen and (max-width: 768px) {
  .showcard > img {
    width: 98%;
  }
}
@media only screen and (max-width: 470px) {
  .showcard > img {
    width: 100%;
  }
}


.film-screen {
  height:480px;
  max-width: 95%;
  min-width: 60%;
  text-align: center;
  width: 640px;
}

.error-comment {
  color: red;
  font-size: 80%;
  font-style: italic;
}
.answer-block {
  text-align: center;
}
.picture-left {
  float: left;
}
.order-no {
  display: none;
  /*visibility: hidden;*/
}

.test-product {
  text-align: center;
}
.test-prod-img {
  text-align: center;
}

.centred {
  text-align: center;
}




/*bottom-banner bottom-banner bottom-banner bottom-banner bottom-banner bottom-banner */
.bottom-banner {
  align-items: center;
  background-color: #9fdf9f;/*general-border-color*/
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 80%;
  height: 20px;
  justify-content: space-between;
  /*padding: 0 2px;*/
  position: fixed;
  width: 100%;
}
.bottom-banner-left {
  max-width: 30%;
  /*padding-left: 2px;*/
  text-align: left;
}
.bottom-banner-center {
  min-width: 35%;
  text-align: center;
}
.bottom-banner-center > progress {
  width: 350px;
}
@media only screen and (max-width: 992px) {
  .bottom-banner-center > progress {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .bottom-banner-center > progress {
    width: 150px;
  }
}
@media only screen and (max-width: 470px) {
  .bottom-banner-center > progress {
    width: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .bottom-banner-center > progress {
    width: 90px;
  }
}
.bottom-banner-right {
  font-size: 70%;
  font-style: italic;
  max-width: 30%;
  /*padding-right: 2px;*/
  padding-top: 4px;
  text-align: right;
}


.monitor-div {
  border: 1px solid grey;
  display: none;
  font-size: 60%;
  height: 90%;
  left: 0;
  overflow: auto;
  position: fixed;
  top:  5%;
  width: 150px;
  word-wrap: break-word;
}

.iframe-php-div {
  border: 1px solid grey;
  display: none;
  font-size: 60%;
  height: 20%;
  left: 150px;
  overflow: auto;
  position: fixed;
  top:  80%;
  width: 50%;
  word-wrap: break-word;
}

.waiting-intv-id {
  color: black;
  font-style: italic;
}
.started-intv-id {
  color: lightskyblue;
  font-style: italic;
}
.changed-intv-id {
  color: orange;
  /*text-decoration: line-through;
  text-decoration-color: black;*/
}
.removed-intv-id {
  color: orange;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-style: dashed;
}
.quited-intv-id {
  color: grey;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-style: dashed;
}
.complete-intv-id {
  color: green;
}
.nonpart-intv-id {
  color: lightgrey;
}

.list-title {
  color: lightgreen;
  font-size: 120%;
  font-style: italic;
  padding: 0.5em 3em;
}


/*== realizacja.php restart.php surveyshow.php ==*/
.surveyshow-table {
  border-collapse: collapse;
  display: table;
  font-size: small;
  margin: 5px;
  max-width: 100%;
}
.surveyshow-table > div {
  display: table-row;
}
.surveyshow-table > div:first-child {
  background-color: lightgrey;/* #b3e6b3;/*inner-border-color*/
}
.surveyshow-table > div:nth-child(2n+3) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.surveyshow-table > div > div {
  border: 1px solid #9fdf9f;/*general-border-color*/
  display: table-cell;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
.surveyshow-table > div:first-child > div {
  /*background-color: grey;/* #b3e6b3;/*inner-border-color*/
  border: 2px ridge grey;
  font-weight: bold;
  cursor: pointer;
  padding: 1px 2px;
}
.surveyshow-table > div:first-child > div > select {
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  min-width: 5rem;
}
.surveyshow-table > div:first-child > div option {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}
.surveyshow-table > div:first-child > div:first-child {
  font-size: 140%;
  padding: 0 2px;
}
.surveyshow-table > div:first-child > div:nth-child(n + 5) {
  border-collapse: separate;
  cursor: pointer;
  min-width: 6rem;
  padding: 2px;
}
.surveyshow-table > div:first-child > div > span:last-child {
  font-style: italic;
  font-weight: normal;
}
/*
.surveyshow-table > div:first-child > div:nth-child(n + 8) > span:first-child {
  font-weight: bold;
}
.surveyshow-table > div:first-child > div:nth-child(n + 8) > span:last-child {
  font-style: italic;
}
*/

.surveyshow-table > div:nth-child(n+2) > div:first-child {
  background-color: lightgrey;
  font-style: italic;
  text-align: center;
}
.surveyshow-table > div:nth-child(n+2) > div:nth-child(2) {
  text-align: right;
}
.surveyshow-table > div:nth-child(n+2) > div:nth-child(3) {
  font-weight: bold;
}
.surveyshow-table > div:nth-child(n+2) > div:nth-child(4) {
  color: blue;
  font-family: "Consolas", Courier, monospace;
  font-size: 105%;
}
.surveyshow-table > div:nth-child(n+2) > div:nth-child(n+5) {
  width: 12em;
}

.surveyshow-controls {
  margin-left: 1rem;
}
.surveyshow-controls > div {
  border: 2px ridge grey;
  font-size: small;
  margin-top: 5px;
  /*min-width: 6rem;*/
  padding: 3px;
  text-align: center;
}
.surveyshow-controls > div:hover {
  cursor: pointer;
}
.surveyshow-controls > div input {
  font-style: normal;
  font-weight: normal;
}

.surveyshow-controls > div select {
  font-style: italic;
  font-weight: bold;
  min-width: 5rem;
}
.surveyshow-controls > div option {
  font-style: normal;
  font-weight: normal;
}


/*== wyniki.php resultsshow.php ==*/
.resultsshow-table {
  border: 1px solid #9fdf9f;/*general-border-color*/
  border-collapse: collapse;
  display: table;
  font-family: "Consolas", Courier, monospace;
}
.resultsshow-table > div {
  display: table-row;
}
.resultsshow-table > div:first-child {
  background-color: lightgrey;
  color: lightgreen;
  cursor: default;
  font-family: Verdana, Geneva, sans-serif;
  font-size: small;
  /*font-weight: bold;*/
}
.resultsshow-table > div:nth-child(2n+3) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.resultsshow-table > div > div {
  border: 1px solid #9fdf9f;/*general-border-color*/
  display: table-cell;
  padding: 0.2em;
  text-align: center;
}
.resultsshow-table > div:first-child > div {
  padding: 5px 1px;
}
.resultsshow-table > div:nth-child(n+2) > div:first-child {
  background-color: lightgrey;
  color: lightgreen;
  font-family: Verdana, Geneva, sans-serif;
  font-size: smaller;
  font-style: italic;
  text-align: center;
}
/*
.resultsshow-table > div > div:nth-child(2) {
  text-align: left;
}
*/
.resultsshow-table-3-9-smaller > div > div:nth-child(3),
.resultsshow-table-3-9-smaller > div > div:nth-child(4),
.resultsshow-table-3-9-smaller > div > div:nth-child(5),
.resultsshow-table-3-9-smaller > div > div:nth-child(6),
.resultsshow-table-3-9-smaller > div > div:nth-child(7),
.resultsshow-table-3-9-smaller > div > div:nth-child(8),
.resultsshow-table-3-9-smaller > div > div:nth-child(9) {
  font-size: smaller;
  /*font-weight: bold;*/
  text-align: left;
}

.preview-table {
  /*border: 1px solid #9fdf9f;/*general-border-color*/
  border-collapse: collapse;
  display: table;
  width: 99%;
}
.preview-table > div {
  display: table-row;
}
.preview-table > div > div {
  border: 1px solid #9fdf9f;/*general-border-color*/
  display: table-cell;
  padding: 5px;
}
.preview-table > div > div:first-child {
  font-family: "Consolas", Courier, monospace;
  width: 10rem;
}



/*== consentsshow.php ==*/
.consentsshow-table {
  border: 1px solid #9fdf9f;/*general-border-color*/
  border-collapse: collapse;
  display: table;
  font-family: Verdana, Geneva, sans-serif;
}
.consentsshow-table > div {
  display: table-row;
}
.consentsshow-table > div:first-child {
  background-color: lightgrey;
  color: lightgreen;
  /*font-weight: bold;*/
}
.consentsshow-table > div:nth-child(2n+3) {
  background-color: #d9f2d9;/*table-even-background-color*/
}
.consentsshow-table > div > div {
  border: 1px solid #9fdf9f;/*general-border-color*/
  display: table-cell;
  padding: 2px 5px;
  text-align: center;
}
.consentsshow-table > div:first-child > div {
  padding: 5px;
}
.consentsshow-table > div:nth-child(n+2) > div:first-child {
  background-color: lightgrey;
  color: lightgreen;
  font-size: smaller;
  font-style: italic;
}
.consentsshow-table > div:nth-child(n+2) > div:first-child::after {
  content: ".";
}
.consentsshow-table > div:nth-child(n+2) > div:nth-child(2) {
  font-family: "Consolas", Courier, monospace;
  /*font-weight: bold;*/
  text-align: left;
}
.consentsshow-table > div:nth-child(n+2) > div:nth-child(3) {
  font-size: smaller;
}
.consentsshow-table > div:nth-child(n+2) > div:nth-child(4),
.consentsshow-table > div:nth-child(n+2) > div:nth-child(5) {
  font-style: italic;
  text-align: left;
}
.consentsshow-table > div:nth-child(n+2) > div:nth-child(n+6) {
  font-family: "Consolas", Courier, monospace;
  font-size: smaller;
  text-align: left;
}



/*======================================================*/

div.param-line {
  display: flex;
}
/*
div.param-line:last-of-type {
}
*/
div.param-name {
  background-color: #d9f2d9;
  border: 1px solid #47d147;
  border-bottom-width: 0;
  border-right-width: 0;
  color: red;
  float: left;
  width: 20%;
}
div.param-line:last-of-type > div.param-name {
  border-bottom-width: 1px;
}
div.param-value {
  background-color: #d9f2d9;
  border: 1px solid #47d147;
  border-bottom-width: 0;
  color: blue;
  float: left;
  width: 70%;
}
div.param-line:last-of-type > div.param-value {
  border-bottom-width: 1px;
}
div.param-value:after {
  clear: both;
  content: "";
}


.intv-start-table {
  display: table;
  border: 1px solid grey;
  border-width: 1px 1px 0 1px;
  margin: 0 auto;
}
.intv-start-table > div {
  display: table-row;
}
.intv-start-table > div > div {
  border-bottom: 1px solid grey;
  display: table-cell;
  font-size: 90%;
  padding: 0.5rem;
}
.intv-start-table > div > div:not(:last-child) {
  border-right: 2px solid #283838;
}
.intv-start-table > div:first-child > div:first-child {
  /*font-size: 120%;*/
  padding-bottom: 0;
  padding-top: 0;
}
.intv-start-table > div:not(:first-child) > div:first-child {
  font-size: 60%;
}
.intv-start-table > div > div > a {
  /*background-color: #303030;*/
  border: 1px solid silver;/*#303030;*/
  /*box-shadow: 3px 3px #2B2B2B, 3px -3px #2B2B2B, -3px -3px #2B2B2B, -3px 3px #2B2B2B;*/
  color: lightblue;
  font-style: italic;
  padding: 1px 3px;
}
.intv-start-table > div > div > a:hover {
  background-color: blue;
  /*text-decoration: underline;*/
}
.intv-start-table > div:not(:first-child) > div:nth-child(4) {
  font-weight: bold;
}
.intv-start-table > div:not(:first-child) > div:nth-child(5) {
  font-weight: bold;
  font-style: italic;
}
.intv-start-table > div:not(:first-child) > div:nth-child(6) {
  font: monospace, Consolas;
}
.intv-start-table > div:not(:first-child) > div:nth-child(7) {
  font-style: italic;
}

.intv-start-table-used-row {
  background-color: #303030;
  color: grey;
}
.intv-start-table-even-row {
  background-color: #304030;
}
.intv-start-table-odd-row {
  background-color: #303040;
}
/*
.intv-start-table-bttn {
  cursor: pointer;
}
.intv-start-table-used-bttn {
  color: grey;
  width: 6rem;
}
.intv-start-table-not-used-bttn {
  color: green;
  width: 6rem;
}
.intv-start-table-warn {
  color: red;
}
.intv-start-table-datetime {
  font-size: 80%;
  text-align: right;
}
.intv-start-table-refresh {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}
*/
