.year-checkboxes .form-checkboxes {
  display: inline-flex;
  flex-wrap: wrap;
}

.year-checkboxes .form-checkboxes .form-group {
  margin: 0.25rem 0.5rem 0 0;
}

.form-group > label.option {
  display: inline-block;
  font-size: 16px;
}

.form-group > select > option:disabled {
  color: #cd5c5c;
}

.form-item-year-combined,
.form-item-singlepackage {
  display: inline-block;
}

.row-cat-question .form-item,
.col-cat-question .form-item {
  display: block;
}
.survey-controls .form-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.year-checkboxes.form-checkbox {
  display: none;
}

.year-checkboxes.form-checkbox + label {
  background-color: white;
  border-radius: 2px;
  color: black;
  border: solid black 1px;
  padding: 5px 15px;
}

.year-checkboxes.form-checkbox:checked + label {
  background-color: #2d67ca;
  color: white;
}

.year-checkboxes.form-checkbox:disabled + label {
  cursor: not-allowed;
  background-color: gray;
  color: white;
}

.button.form-submit {
  display: block;
}

input[type=submit]:disabled {
  cursor: not-allowed;
}
