label {
  font-size: 14px;
  color: #555;
}

.resize_div {
  height: 34px;
  line-height: 34px;
  color: #555;
}

.has-error .resize_div {
	color: #a94442;
	border: 1px solid #a94442;
	border-radius: 6px;
	padding-left: 15px;
}

.price_input {
  width: 100px;
  float: left;
}

.price_span {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  color: #555;
}

.price_span > select {
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.price_span > select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.btn_submit_bg {
    color: #fff;
    background-color: #F9986D;
}

.border_none {
    border: none;
}

.result_show {
  display: none;
}

/*.option_1 {
  width: 78px;
  height: 94px;
  margin-left: 15px;
  background-image: url('/img/option_1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 40px;
}

.option_2 {
  width: 78px;
  height: 94px;
  margin-left: 15px;
  background-image: url('/img/option_2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 40px;
  margin-bottom: 20px;
}*/

.option_1_change, .option_2_change {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  margin: 40px 0px 20px;
}

.position_relative {
  position: relative;
}

.dollar_sign {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 15px;
}

.text-indent15 {
  text-indent: 15px;
}

label {
  white-space: nowrap;
}

.line_height {
  line-height: 34px;
}

.cal_div {
  /*height: 24px;*/
  line-height: 34px;
  font-size: 14px;
  color: #555;
  font-weight: 700;
}

.choose_type {
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.choose_type:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

@media (min-width: 768px) {
    #extra_income {
      margin-top: 39px;
    }
    .partner {
      margin-top: 35px;
    }
}



    