@charset "utf-8";
@import url(common.css);

/* Based on dxperformer.css, adjusted for mobile/responsive */
*{
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

img{
  border: 1px solid #d3d3d3;
  max-width: 100%;
  height: auto;
}

/* Links */
a{ text-decoration : none; }
a:link, a:visited, a:active { color: #0000ff; }
a:hover { color: #ff0000; }

/* Layout */
body{
  text-align: center;
  background-color:#CCCCCC;
}

html, body{
  overflow-x: hidden;
  width: 100%;
}

*, *:before, *:after{
  box-sizing: border-box;
}

div.page{
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  background-color: #faf5f5;
  overflow-x: hidden;
}

div.page > img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

div.content{
  text-align: left;
  padding: 0 10px;
  overflow-x: hidden;
}

/* Footer */
div#footer{
  border-bottom: 1px solid #a9a9a9;
  padding: 10px;
}

#footer span{
  color: #c0c0c0;
  font: 12px Arial;
}

/* Errors */
.error{
  padding: 2px;
  font-weight: bold;
  color: red;
}

span.require{ color: red; }

/* Forms */
#claim_category{
  float:left;
  width:92%;
  height:40px;
}

p.message{
  width: 90%;
  margin: 10px auto;
  text-align: left;
}

fieldset{
  width: 90%;
  margin: 0 auto 20px;
}

legend{
  text-align: left;
  font-size: 14px;
  color: #808080;
  padding: 0 3px;
  font-weight: bold;
  margin:0 5px;
}

fieldset textarea, fieldset select, fieldset table{
  margin: 0 auto;
  width: 90%;
}

fieldset table{
  margin: 10px auto;
}

fieldset p{
  text-align: left;
}

fieldset th{
  text-align: left;
  vertical-align: top;
  width: 35%;
}

fieldset td{
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
}

table.attach{
  width: 100%;
}

table.attach th.attach{
  text-align: left;
  vertical-align: top;
  width: 35%;
  font-weight: normal;
}

table.attach td.attach{
  text-align: left;
  vertical-align: top;
}

input.text{
  width: 90%;
  float:left;
  padding:2px;
  height:30px;
}

textarea{
  float:left;
  padding:2px;
  margin:10px;
  border:solid 1px #999999;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

p.btn{
  text-align: center;
  margin-bottom: 10px;
}

p.btn input.form_btn{
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  cursor: pointer;
  border: 1px solid #cc6699;
  background-color: #ffe4ef;
  color: #333333;
  border-radius: 3px;
  max-width: 100%;
  box-sizing: border-box;
}
p.btn input.form_btn:hover{
  background-color: #ffcde0;
}
td.confirm{
  text-align: left;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
}

/* New inquiry link */
p.new_link{
  margin:10px 30px;
  text-align: right;
}

/* Anchor */
p.anchor{
  float:left;
  width: 60%;
  text-align: left;
}

/* History blocks */
#last_content h3, #histories h3{
  margin: 0 auto;
  width: 90%;
  border: 1px solid #cccccc;
  background-color: #dcdcdc;
  padding:5px 0;
}

#histories h3{ margin-top: 30px; }

#last_content table, #histories table{
  margin: 0 auto 10px;
  width: 90%;
  border: 1px solid #dcdcdc;
  border-collapse : collapse;
  table-layout: fixed;
}

#last_content th, #histories th{
  text-align: left;
  padding-left: 5px;
  color :#6495ed;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

#last_content th.is_send, #histories th.is_send{
  color :#db7093;
}

#histories th{
  border-top :1px dashed #dcdcdc;
}

#last_content td, #histories td{
  padding: 5px;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
}

#last_content td.file, #histories td.file{
  padding: 1px 5px;
  text-align: right;
}

#last_content table.file, #histories table.file{
  width: auto;
  margin:0 0 0 auto;
  border-style: none;
  table-layout: auto;
}

#last_content td.history_date, #histories td.history_date{
  padding: 1px 5px;
  text-align: right;
  font-size: 12px;
  color: #c0c0c0;
}

fieldset#detail table{
  table-layout: fixed;
  width: 100%;
}

div#complete{
  margin: 30px auto;
  line-height: 18px;
  padding: 0 5px;
}

#complete p{
  margin: 10px 5px;
}

#complete a{
  font-size: 12px;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-all;
  display: inline-block;
  max-width: 100%;
}

/* Make <pre> wrap to avoid overflow */
pre{
  margin: 5px 3px;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

#complete-actions{
  margin: 20px auto;
  text-align: center;
}

#complete-actions p{
  margin: 10px 0;
}

#complete-actions .form_btn,
#complete-actions .complete-home-link{
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  cursor: pointer;
  border: 1px solid #cc6699;
  background-color: #ffe4ef;
  color: #333333;
  border-radius: 3px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  text-decoration: none;
}

#complete-actions .form_btn:hover,
#complete-actions .complete-home-link:hover{
  background-color: #ffcde0;
  color: #333333;
}
