#calculator .hide {
  display: none;
}

.error__message {
  color: red;
  font-weight: bold;
}

#calculator p {
  margin-bottom: 5px;
}

.cat_a.checkbox,
.cat_b.checkbox,
.cat_c.checkbox {
  transform: scale(1.4);
  margin-right: 10px;
  margin-left: 3px;
  margin-bottom: 6px;
}

input[type="checkbox"]:focus {
  outline: initial !important;
  outline-offset: initial !important;
}

.group-all label.br {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.group-all label.br span {
  line-height: 22px;
  margin-bottom: 8px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media print {
  header#masthead,
  .fbc.fbc-page,
  aside#secondary,
  .calculator__form,
  .entry-footer,
  .footer-widget-area,
  footer#colophon,
  #cookie-law-info-bar,
  #cookie-law-info-again,
  .cli-modal,
  .cli-modal-backdrop,
  .entry-header,
  #to2print,
  #to_top_scrollup,
  #INDWrap,
  #printCount,
  .application {
    display: none !important;
  }
  #main .hentry .entry-content {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  article.page {
    border: 0 !important;
  }
}

.application {
  clear: both;
  margin-top: 20px;
}

.application form label {
  margin-bottom: 20px;
  display: block;
}

.application legend {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}

#to2print h2 {
  color: #0064A7;
}

form#application input:required:valid {
  /*border-color: green;*/
}

form#application input:invalid {
  border-color: red;
}