body {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
}

table.heatpumps {
  clear: both;
}

table.heatpumps td {
  background-color: #f1f1f1;
  border: 0 solid #fff;
  border-collapse: collapse;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  white-space: nowrap;
}

table.analysis_form td {
  background-color: #f1f1f1;
  border: 0 solid #fff;
  border-collapse: collapse;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  vertical-align: top;
  font-size: 12px;
  /*white-space: nowrap;*/
}

.logos {}

.logos .logo {
  float: right;
  margin: 2px;
  width: 100px;
  height: 30px;
  border: 1px solid #eee;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 1px 2px;
}

select {
  width: 430px;
}

select#model,
select#producer {
  min-width: 300px;
}

input.values {
  width: 100px;
  text-align: right;
}

/* Spinner */
.spinner {
  margin: 100px 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 200;
  text-align: center;
  display: none;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #777;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

table.analysis_form td.result-cell {
  border-top: solid 1px #000;
  border-bottom: double 3px #000;
}

#lr_result_explanation {
  padding-bottom: 19px;
}

#analysis_distance,
#analysis_night_op,
#analysis_noise_abatement_measure1_value,
#analysis_noise_abatement_measure2_value,
#analysis_noise_abatement_measure_other1_value,
#analysis_noise_abatement_measure_other2_value,
#analysis_night_operation_active_from,
#analysis_night_operation_active_to,
#analysis_blocked_operation_from,
#analysis_blocked_operation_to,
#analysis_noise_abatement_measure4_active_from,
#analysis_noise_abatement_measure4_active_to {
  text-align: right;
}

#analysis_noise_abatement_measure1_value,
#analysis_noise_abatement_measure2_value,
#analysis_noise_abatement_measure_other1_value,
#analysis_noise_abatement_measure_other2_value,
#analysis_night_op_from,
#analysis_night_op_to,
#analysis_night_operation_active_from,
#analysis_night_operation_active_to,
#analysis_cascading_heatpumps_number,
#analysis_blocked_operation_from,
#analysis_blocked_operation_to,
#analysis_noise_abatement_measure4_active_from,
#analysis_noise_abatement_measure4_active_to {
  width: 80px;
}

#analysis_night_op_from,
#analysis_night_op_to {
  width: 50px;
  background-color: transparent;
  border: none;
  color: black;
  font-weight: bold;
}

.opt-input-field {
  display: inline;
  margin-left: 30px;
}

#analysis_setting_inside_not_possible_select_text,
#analysis_optimized_site_custom_reason {
  display: block;
  width: 400px;
}

.result-icon {
  width: 30px;
  margin-bottom: -10px;
  margin-right: 8px;
  margin-left: 2px;
}

.download-icon {
  width: 30px;
  margin-bottom: -10px;
  margin-top: -6px;
  margin-right: 8px;
  margin-left: 2px;
  float: right;
}

/*
table.analysis_form tr td:first-child {
  width: 200px;
}
*/
table.analysis_form tr td:nth-child(3n+3),
table.analysis_form tr td:nth-child(3n+4) {
  text-align: right;
  width: 60px;
}


@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

table.analysis_form td.bg-success {
  background-color: #DFF0D8;
}

table.analysis_form td.bg-failure {
  background-color: #F2CEDE;
}

.col1 {
  width: 190px;
}

.col_optional {
  background-color: #f8f7f7 !important;
  color: #646464 !important;
}

.title_with_cb_logo {
  background: url(../images/pdf_logo.png) right no-repeat;
  background-size: 80px;
}