
.purchaser-content-left {
  padding-right: 40px;
  box-sizing: border-box;
}
.purchaser-content-title {
  width: 100%;
  margin-bottom: 30px;
  color: #010101;
  font-size: 18px;
  border-bottom: 1px solid #010101;
}
.confirm-content-title {
  width: 100%;
  margin-bottom: 30px;
  color: #010101;
  font-size: 18px;
  border-bottom: 1px solid #010101;
}

.form-content {
  padding-bottom: 20px;
}

._form-control {
  width: 100%;
}
._form-control.button-and-input .input {
  width: calc(100% - 112px);
  float: left;
  margin-right: 6px;
}
._form-control.button-and-input .btn {
  width: 106px;
  height: 42px;
  float: left;
  color: #ffffff;
  background-color: #0055a0;
}
._form-control.button-and-input .btn:focus,
._form-control.button-and-input .btn:hover {
  color: #ffffff;
  background-color: #123f65;
}

.input {
  width: 100%;
  padding: 1px 13px 0;
  color: #404040;
  line-height: 39px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}

.input:hover,
.input:focus,
.input:active {
  border-color: #0055a0;
  outline: none;
}

.form-title {
  color: #404040;
  font-size: 16px;
  line-height: 1;
}
.explain {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;
  color: #9c9c9c;
  font-size: 12px;
}
._form-control {
  width: 100%;
}
._form-control.button-and-input .input {
  width: calc(100% - 112px);
  float: left;
  margin-right: 6px;
}
._form-control.button-and-input .btn {
  width: 106px;
  height: 42px;
  float: left;
  color: #ffffff;
  background-color: #0055a0;
}
._form-control.button-and-input .btn:focus,
._form-control.button-and-input .btn:hover {
  color: #ffffff;
  background-color: #123f65;
}


.container.confirm-container {
  max-width: 600px;
}

.confirm-container .confirm-submit {
  width: 100%;
  margin-top: 12px;
  color: #ffffff;
  background-color: #0055a0;
}

.confirm-container .confirm-submit:focus,
.confirm-container .confirm-submit:hover {
  color: #ffffff;
  background-color: #123f65;
}

.radio,
.checkbox {
  height: 24px;
  clear: both;
  overflow: hidden;
}
.radio label,
.checkbox label {
  height: 24px;
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 0!important;
  color: #191919;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.radio label .radio-label,
.checkbox label .checkbox-label {
  display: inline-block;
  float: left;
  margin-left: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.radio label .radio-label .essential,
.checkbox label .checkbox-label .essential {
  color: #0b6bb8;
  margin-right: 4px;
}
.checkbox label input[type=checkbox] {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-image: url(../image/form-toggles-chekbox-off@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio label input[type=radio] {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background-image: url(../image/form-toggles-radiobtn-off@2x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio label input[type=checkbox]::-ms-check,
.checkbox label input[type=checkbox]::-ms-check {
  display: none;
}
.checkbox label input[type=checkbox]:checked {
  background-image: url(../image/form-toggles-chekbox-on@2x.png);
}
.radio label input[type=radio]:checked {
  background-image: url(../image/form-toggles-radiobtn-on@2x.png);
}
.checkbox label input[type=checkbox]:checked + span .all-check {
  color: #0b6bb8;
}
.radio label input[type=radio]:checked + span .essential,
.checkbox label input[type=checkbox]:checked + span .essential {
  color: #0b6bb8;
  font-weight: bold;
}


.checkbox-text {
  float: left;
  color: #0b6bb8;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.checkbox-text .view-more {
  text-decoration: underline;
  cursor: pointer;
}


.textarea {
  width: calc(100% - 26px);
  width: -webkit-calc(100% - 26px);
  padding: 13px;
  box-sizing: content-box;
  resize: none;
  color: #191919;
@include form-placeholder;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.textarea:hover,
.textarea:focus,
.textarea:active {
  border-color: #0055a0;
 outline: none;
 }
.textarea:disabled {
  background-color: #ffffff;
}

.purchaser-content-status {
  clear: both;
}
.purchaser-pay-method {
  padding: 30px 30px 30px 30px;
  font-size: 16px;
  line-height: 1.63;
  background-color: #efefef;
}
.purchaser-pay-method .payco-logo {
  width: 50px;
}
.purchaser-status-content {
  padding: 30px;
  font-size: 16px;
  line-height: 1.63;
  background-color: #efefef;
}
.purchaser-status-content .select-option-list {
  margin: 0;
}
.purchaser-status-content .select-option-list .option-item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  color: #191919;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.24;
  text-overflow: ellipsis;
}
.purchaser-status-content .select-option-list .date {
  margin: 4px 0 12px;
  color: #999999;
  font-size: 14px;
}
.purchaser-status-content .select-option-list .price {
  color: #dc3545;
  font-size: 20px;
  font-weight: bold;
}
.purchaser-status-content .go-purchase {
  text-align: right;
}
.purchaser-status-content .go-purchase .btn {
  width: 100%;
}

@media (max-width: 1200px) {
  .purchase-form-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 990px) {
  .purchaser-status-content .select-option-list .price {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .purchaser-status-content {
    padding: 15px 0;
  }
  
  .purchaser-pay-method {
    padding: 30px 10px 30px 10px;
  }  
}