/* common css
--------------------------------------------------------- */

/* header
--------------------------------------------------------- */
.page-header p {
  word-break: break-all;
}

.textalign_left {
  text-align: left;
}
.textalign_center {
  text-align: center;
}
.textalign_right {
  text-align: right;
}

/* loading
--------------------------------------------------------- */
.loading {
  background-image:url(../img/gif-load.gif);
  background-repeat:no-repeat;
  background-position:50% 50%;
  height: 150px;
}

.map-loading {
  color: #fff;
  width: 98%;
  height: 98%;
  position: absolute;
  background-image:url(../img/map_loading.gif);
  background-repeat:no-repeat;
  background-position:50% 50%;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 10000;
}

.btn-row {
  display: none;
  position: absolute;
  top: 5;
  right: 5;
}

.submit-area { padding-bottom: 5px; }

.field-item-area {
  position: relative;
}

.activefield {
  background-color: silver;
  ##opacity: 0.4;
  padding: 5px;
}

input, textarea {
  font-family: inherit !important;
}

textarea { resize: none; }

#ui-datepicker-div {
  z-index: 991 !important;
}

.form-caption {
  font-size: 90%;
  margin: -5px 0 5px 5px;
  word-break: break-all;
}

.form-caption p {
  margin: 0;
}

div.birthday-text {
  display: inline-block;
  margin: 0 10px;
}

#field-area {
  /*overflow: hidden;*/
  /*height: 100%;*/
}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê‘Jï¿½Ú—p
--------------------------------------------------------- */
.complete_form input {
  display: none;
}
.complete_form textarea {
  display: none;
}

/* confirm
--------------------------------------------------------- */
#input-page .submit-area, #confirm-page .submit-area {
  margin-top: 18px;
}

#confirm-page {
  display: none;
}

.custom-btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#confirm-page .dropify-preview {
  display: block;
}

#confirm-page .sc-form-label  {
  display: block !important;
/*  font-weight: bold; */
}

#confirm-form .confirm-address {
  padding: 5px 10px;
}

#confirm-form .file-name {
  text-align: center;
  margin-top: 5px;
}

#confirm-form .form-control {
  display: flex;
  align-items: center;
/*     height: auto; */
}

#confirm-message {
  padding: 15px 0;
}

.sc-anim-labeltop #confirm-form .form-horizontal .form-group {
  margin-bottom: 15px;
}

.sc-anim-labeltop #confirm-form .form-horizontal .control-label, .sc-anim-labeltop #confirm-form .form-horizontal .form-control-static {
  margin-top: 0px;
}


@media (min-width: 768px) {
  #confirm-page .confirm-btn-area {
    display: flex;
    justify-content: space-between;
  }

  #confirm-page .confirm-btn-area .row {
    width: 50%;
  }
}

#confirm-form {
  margin-bottom: 25px;
}
#confirm-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none !important;
  box-shadow: none;
  min-height: auto !important;
  height: auto;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#confirm-form > div[class^="sc-group-"] {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
#confirm-form > div[class^="sc-group-"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid;
  opacity: 0.4;
}

#confirm-form .sc-group-birthday .form-control {
  width: auto !important;
  min-width: auto !important;
}
#confirm-form .sc-group-birthday .birthday-text {
  padding-top: 10px;
  align-items: center !important;
}

#confirm-form .sc-form-label {
  min-height: auto !important;
  margin-top: 0;
}
#confirm-form .control-label {
  min-height: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
