@charset "utf-8";

.preuser-form-outline {
  width: 800px;
  margin: 10px auto 10px auto;
}

.element-outline {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.comments-outline {
  text-align: left;
}

.form-table {
  width: 700px;
}

.table-caption {
  color: #fff;
  background-color: #c03;
  font-size: 16px;
  font-weight: bold;
  padding: 15px
}

#form-button-area .btn {
  margin: 10px;
}

#file-addition {
  width: 110px;
  min-width: 110px;
}

.attachment-files .file-row {
  margin-bottom: 10px;
}

.attachment-files .file-row:last-child {
  margin-bottom: 0px;
}
.attachment-files .file-row .delete-button {
  float: left;
  margin-right: 10px;
}

.attachment-files .file-deletion {
  float: left;
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
}

.attachment-files .file-row .file-name, .attachment-files .file-row .file-size {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.file-name, .file_size {
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

.attachment-files .file-row .file-size {
  float: right;
}

.comment {
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 15px;
}

.comment.comment-admin {
  background-color: #F2F2F2
}

.comment.comment-user {
  background-color: #F8E6D8
}

.comment > .comment-header {
  padding-bottom: 6px;
}

.comment > .comment-body {
  background-color: white;
  border-radius: 6px;
  min-height: 8em;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-logout {
  min-width: 90px;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 18px;
}

.progress-tracker {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.progress-step {
  width: 125px;
  height: 60px;
  border-radius: 15px 0 0 15px;
  color: #fff;
  background-color: #c03;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
}

.progress-step-right {
  width: 25px;
  height: 60px;
  background-color: #c03;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.progress-step-last {
  width: 150px;
  height: 60px;
  border-radius: 15px;
  color: #fff;
  background-color: #c03;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
}

.progress-step-out {
  filter: opacity(20%);
}

.inquiry-box {
  text-align: center;
  width: 600px;
  margin: 29px auto 0px auto;
  padding: 20px;
  line-height: 2em;
  border: 1px solid #a9a9a9;
  font-weight: bold;
}

.inquiry-box button {
  font-weight: normal;
}
