.q-container { }

.q-text {
  display: inline-block;
  font-weight: bolder;
  font-size: 110%;
}

.q-closing { display: inline-block }

.q-input { display: inline-block }

.q-info { }

.hover-active { }

.hover:hover { background-color: darkseagreen }

.html-editor { }
.html-editable { }

textarea.info { background-color: rgb(254, 254, 191) }

.section-answers { }

.section-answer { }

.q-container[data-type="ChoiceAndText"] .form-control {
  display: inline-block;
  width: 50%;
}

.not-applicable { color: silver; }

.highlight { background-color: lemonchiffon }

.q-answer-container, .q-design-container {
  margin-top: 25px;
}

.answers .footer {
  margin-top: 50px;
}

.to-actionlist{}
.classification{}

.card-title {
  background-color: lightblue;
  padding: 10px;
}

.card-header {
  background-color: lightyellow;
}

.rep-indent1 {
  margin-left: 25px;

}

.rep-indent2 {
  margin-left: 50px;
}

.field-validation-error {
  color: crimson;
  background-color: lemonchiffon
}

.client-responsible-person{}

table, td, th {
  border-collapse: collapse;
  border: 1px solid;
}

th {
  font-weight: bold;
  text-align: left;
  background-color: rgb(250, 227, 212);
  padding: 5px;
}

td {
  padding: 5px;
}

table.projectstatus {
  border: none
}

table.projectstatus td {
  border: none
}

table.striped {
  width: 100%
}

table.striped tr:nth-child(odd) {
  background-color: #c4efe1;
}

.edit-btn{}

