﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  リピートオーダー
-------------------------------------------------------------------- */

div.repeatorder_ table {
  margin: 0;
  width: 100%;
}

table.repeatorder_ th {
  text-align: center;
}

table.formlist_.repeatorder_ .msg_ {
  text-align: center;
}

table.repeatorder_ th.item_code_ {
  width: 180px;
  font-size: 13px;
}

table.repeatorder_ .item_code_ {
  min-width: 100px;
}

table.repeatorder_ .name_ {
  min-width: 150px;
  font-size: 13px;
}

table.repeatorder_ .size_ {
  min-width: 80px;
  font-size: 13px;
}

table.repeatorder_ .price_ {
  min-width: 80px;
  font-size: 13px;
  color: #404040;
}

table.repeatorder_ th.qty_ {
  min-width: 60px;
  font-size: 13px;
}

table.repeatorder_ td.qty_ {
  white-space: nowrap;
  text-align: left;
}

table.repeatorder_ td.qty_ .block-qty-unit {
  display: flex;
  align-items: center;
}

table.repeatorder_ td.qty_ input[name="qty"] {
  width: 3.75em;
  height: 2.5em;
  padding: 4px 8px;
  text-align: right;
  box-sizing: border-box;
}

table.repeatorder_ input.qty_ {
  text-align: right;
  font-size: 13px;
}

table.repeatorder_ .amt_ {
  min-width: 80px;
  font-size: 13px;
}

table.repeatorder_ .msg_ {
  min-width: 70px;
  font-size: 13px;
}

table.repeatorder_ .line0_.msg_ {
  font-size: 13px;
}

table.repeatorder_ td.price_,
table.repeatorder_ td.amt_ {
  color: #e61d50;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}

table.repeatorder_ td.exclude_price_ {
  color: #333;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}

table.repeatorder_ .detail_ {
  width: 140px; 
  min-width: 140px;
  font-size: 13px;
  vertical-align: top;
  word-break: break-all;
  
}

div.repeatorder_ .onProcess_ {
  background-image: url(../../img/usr/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

div.repeatorder_ .selected {
  color: #0d0;
  background-color: #fff;
}

div.repeatorder_ .pointer_ {
  cursor: pointer;
}

div.repeatorder_ .imgbox_ {
  margin-top: 1.5em;
  border: 1px solid #999;
}

div.repeatorder_ span.unit_ {
  width: 32px;
  margin: 5px;
  font-size: 11px;
  white-space: normal;
}

#suggestArea {
  background-color: white;
  border: 1px solid black;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 8pt;
  position: absolute;
  top: 50px;
  left: 5px;
  color: black;
}

.itemNotFound {
  text-align: center;
  color: Gray;
  font-size: 10pt;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  width: 250px;
}

.itemLine {
  padding: 0 5px 0 5px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
}

.itemLine:not(:first-child) {
  border-top: 1px solid #ccc;
}

.itemLine .itemGoods,
.itemLine .itemCode,
.itemLine .itemCode2,
.itemLine .itemCode3 {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.itemLine .itemName {
  clear: both;
}

.delButton {
  cursor: pointer;
}

.repeatorder_ tr.error_ td {
  background-color: #f0f0f0;
  color: #666;
}

.repeatorder_ tr.error_ td.line_.detail_ img {
    opacity: 0.6;
}