
/* IE */
input:-ms-input-placeholder {
  color:#757575;
}

/* Edge */
input::-ms-input-placeholder {
  color:#757575;
}

.button {
  display       : inline-block;
  font-size     : 14pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 19px 35px;
  background    : #0059b3;
  color         : #ffffff;
  line-height   : 1em;
  border: 0;
}

.product {
  background-color: #eee;
  margin:10px;
  padding:10px;
}

.product-name {
  font-weight: bold;
}

.product-description {
  font-size: 0.8em;
  color:#444444;
}

#inquiryBody {
  ime-mode:active;
  height:100px;
}

.tooltip {
  position: absolute;
  background: #0d3664;
  border-radius:3px;
  margin-top: 5px;
  padding: 6px 12px;
  font-family: arial;
  font-size: 0.8em;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  z-index:100;
}
.tooltip:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0d3664 transparent;
  left:35px;
}
.fadeout {
  animation : fadeOut 4s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% { opacity: 1; }
  66% { opacity: 1; }
  100% { opacity: 0; }
}

@media print, screen and (min-width: 768px) {

  .qChoice label {
    display:block;
    margin-bottom:15px;
  }

}

@media print, screen and (max-width: 767px) {

  .qChoice label {
    display:block;
    margin-bottom:14px;
    font-size:1.1rem;
  }

}

hr.cut_line {
  border:0;
  height:1px;
  background-image:-webkit-linear-gradient(left, rgba(0,0,0,0), rgba(102,102,102,0.75), rgba(0,0,0,0));
  background-image:-moz-linear-gradient(left, rgba(0,0,0,0), rgba(102,102,102,0.75), rgba(0,0,0,0));
  background-image:-ms-linear-gradient(left, rgba(0,0,0,0), rgba(102,102,102,0.75), rgba(0,0,0,0));
  background-image:-o-linear-gradient(left, rgba(0,0,0,0), rgba(102,102,102,0.75), rgba(0,0,0,0));
  margin-bottom:80px;
  width:60%;
}
