#nhk_calc .form-group {
  position: relative;
}

#nhk_calc .form-group div.texttt {
  position: absolute;
  border-left: 1px solid #ccc;
  right: 5px;
  bottom: 2px;
  padding-left: 10px;
}

#nhk_calc .form-control {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

#nhk_calc input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

#nhk_calc input[type=number]::-webkit-outer-spin-button,
#nhk_calc input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#nhk_calc select.form-control {
  width: 100%;
  cursor: pointer;
}

#nhk_calc textarea.form-control {
  width: 100%;
  resize: vertical;
}

#nhk_calc label {
  width: 100%;
  padding-bottom: 0px;
  cursor: pointer;
}

#nhk_calc label:hover {
  border-bottom: 1px solid #ccc;
}

#nhk_calc #nhk_calc_2 {
  display: none;
}

#nhk_calc #nhk_calc_2 .bold {
  text-align: center;
  font-weight: bold;
}

#nhk_calc #nhk_calc_2 .nhk_message {
  display: none;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#nhk_calc #nhk_calc_2 .nhk_message span {
  font-weight: 700;
  font-size: 30px;
}

#nhk_calc #nhk_calc_2 .nhk_contactdata {
  display: none;
}

#nhk_calc .cb_cont {
  padding-top: 10px;
}

#nhk_calc .cb_cont label {
  font-weight: 300 !important;
  font-size: 0.9em;
  padding-top: 5px;
}

#nhk_calc .btn {
  background-color: #ffca1f !important;
  color: #333 !important;
  border: none !important;
}

#nhk_calc .btn:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
}

#nhk_calc .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: calc( 50% - 40px);
}

#nhk_calc .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

#nhk_calc .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

#nhk_calc .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

#nhk_calc .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#nhk_calc .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

#nhk_calc .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#nhk_calc .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

#nhk_calc .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#nhk_calc .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

#nhk_calc .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#nhk_calc .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

#nhk_calc .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#nhk_calc .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

#nhk_calc .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#nhk_calc .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

#nhk_calc .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#nhk_calc .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

#nhk_calc .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

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

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

.ui-autocomplete {
  z-index: 30 !important;
}

.ui-autocomplete .ui-menu-item {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */