@charset "utf-8";

#common_search_table th{
	position: relative;
}


.unique_filter_area{
	display: none;
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
	padding: 5px;
	width: 250px;
}

.unique_filter_data{
	max-height: 220px;
	overflow-y: auto;
}
.unique_filter_close{
	width: 100%;
	text-align: right;
	cursor: pointer;
}
.unique_filter_close span{
	width: 10%;
	text-align: center;
	display: inline-block;
}

/* modal-xlはbootstrap v4.2.1追加から追加なので、独自に定義する */
.modal-xl{
	/* max-width: 1140px !important; */
	max-width: 100% !important;
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body{
	overflow-y: auto;
}

.org_modal_height{
	height : calc(100vh - 20px) !important;
}

.processing_begin,
.processing_end{
	display: none;
	color: red;
}

.add_item_template{
	display: none;
}

/* bootstrapのrowにて必要な部分だけを再宣言 */
.org_row{
	display: flex;
	/*flex-wrap: wrap;*/
}

/*
	bootstrapのスタイルでは、iOSのSafariにおいて横スクロールが発生した場合
	縦スクロールが効かなくなるので、独自のスタイルを宣言
 */
.org_table-responsive{
	display: block;
	-webkit-overflow-scrolling: touch;
	/*height: 70vh;*/
	height: calc(100vh - 190px);
}

.table_height{
	height: 50vh;
	overflow-y: auto;
}

.default_hide{
	display: none;
}

.item_box_border{
	border: solid 1px #000000;
	border-radius: 5px;
}

.selected_table_tr{
	background-color: #ffa500 !important;
}
.picking_modal_tr_row:HOVER{
	background-color: #e0ffff !important;
}

.fontsize12{
	font-size: 12px;
}
.fontsize18{
	font-size: 18px;
}

.fontsize08{
	font-size: 0.8rem;
}

/* 共通検索中に操作できないよに表示するモーダル */
.modal_area_not_touch{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	display: none;
	z-index: 200;
}

/* sales historyテーブルを１画面で収めるデザイン */
.sh_width_customer_code{
	width: 114px;
	font-size: 10px;
	word-break: keep-all;
	white-space: unset !important;
}
.sh_width_brand{
	width: 158px;
	font-size: 10px;
	word-break: break-all;
	/* white-space: unset !important; */
}
.sh_width_items{
	width: 247px;
	font-size: 10px;
	word-break: break-all;
	/* white-space: unset !important; */
}
.sh_width_kb_code{
	width: 90px;
	font-size: 10px;
	word-break: keep-all;
	white-space: unset !important;
}
.sh_width_unit{
	font-size: 10px;
	/* width: 123px; */
	width: 50px;
	white-space: unset !important;
}
.sh_width_u_p{
	font-size: 10px;
	/* width: 108px; */
	width: 50px;
	white-space: unset !important;
}
.sh_width_add_column{
	/* width: 2%; */
	font-size: 10px;
	width: 36px;
	white-space: unset !important;
}
/* sales historyテーブルを１画面で収めるデザイン */

/* bootstrapの.card-bodyの値を変更 */
.org_card-body{
	padding: 1rem;
}
/* bootstrapの.form-groupの値を変更 */
.org_form-group{
	margin-bottom: 0.4rem;
}

.img_picking_item{
	max-width: 150px;
	max-height:170px;
	object-fit: cover;
}

.add_item_element{
	border-bottom: 3px dotted #000000;
	margin: 0px 0px 15px 0px;
}

.qty_text{
	width: 100px;
	font-size: 18px;
}
.kbcode_text{
	width: 115px;
	font-size: 18px;
}
.sample_view_area{
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
}
.sample_view_area input{
	margin-top: 12px;
}

.qty_unit_area{
	width: 60px;
}

.img_calculator{
	width: 35px;
}

.edit_qty{
	height: 37px;
}

.width_rate_32{
	width: 32% !important;
}

.btn_view_target_area{
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	/* ボタンが隠れてしまうので削除予定
	overflow-x: auto;
	overflow-y: hidden;
	*/
}

.common_search_table{
	position: relative;
}

.org_table-responsive{
	overflow: auto;
}

.common_search_thead_css{
	background-color: #ffffff;
	/* モーダル画面サイズよりスクロール分を引いたサイズ */
	/* width: 1088px; */
}

.search_target_area{
	padding-left: 1rem;
}

.org_row{
	display: flex;
	flex-wrap: wrap;
}

.search_data_row{
	padding: 5px;
}

.search_data_row:hover{
	background-color: #e0ffff;
}

.search_text_area{
	padding: 1rem;
	min-height: 70px;
}

.btn-info2 {
	color: #fff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}

.error_view_over_limit{
	padding-left: 1rem;
}
.search_conditions_button_area{
	padding-left: 1rem;
	margin-bottom: 10px;
}

.min-height_37{
	min-height: 37px;
}
.min-height_61{
	min-height: 61px;
}
.min-height_70{
	min-height: 70px;
}

.max-height_65vh{
	max-height: 65vh;
}
.customer_code_area{
	width: 160px;
}
.customer_code_area input{
	font-size: 18px;
}

.max-width_rate_15{
	max-width: 15%;
}

.border1px_1{
	border: solid 1px black;
}
.border1px_2{
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

#double-scroll{
	width: 100%;
}

 @media screen and (max-width: 1199px) {
	.en {
		/* white-space: pre; */
		/* overflow-wrap: break-word; */
		/* display: block; */
		/* display:none; */
		 /* width: 100%;  */
		 display: table;

	 

  }
  }


  @media screen and (max-width: 991px) {
	.mar_20{
		display: none;

  }
  }
  .mar_20{
	  margin-right: 20px;
  }

  
  /* @media screen and (max-width: 991px) {
	.marlf{
		margin-left: 0px;
	}  
  } */

/* stockやitemの検索要素領域 .col-sm-1のサイズ設定のみ流用[stw : search_target_wrap] */
.stw_row_short_area{
	margin-right: 5px;
	padding: 5px;
	width: 130px;
}
.stw_row_barcode_area{
	margin-right: 5px;
	padding: 5px;
	width: 230px;
}
.stw_row_middle_area{
	margin-right: 5px;
	padding: 5px;
	width: 250px;
}
.stw_row_long_area{
	margin-right: 5px;
	padding: 5px;
	width: 320px;
}
/* stockやitemの検索モーダル表示ボタンデザイン[stwra : stw_row_area] */
.stwra_btn_style{
	width: 100%;
	margin-bottom: 10px;
}
/* stockやitemの検索入力欄デザイン[stwra : stw_row_area] */
.stwra_input_style{
	border: solid 1px #3490dc;
	padding: .375rem .15rem;
}
.stwra_input_style::placeholder{
	text-align: center;
}
/* プレビューボタンのデザイン */
.btn_preview_style{
	margin-bottom: 20px;
	width: 157px;
}

@media screen and (max-width: 1199px) {
	.enter {
		 display: table;
  }
}

/* スマホ用に横幅制限を取り除く為にbootstrapクラスの流用上書き begin */
.row_nowrap{
	display: flex;
	flex-wrap: nowrap;
	margin-right: -15px;
	margin-left: -15px;
	width: 100%;
}
.setting_search_condition_area{
	display: flex;
	overflow-x: auto;
}
/* スマホ用に横幅制限を取り除く為にbootstrapクラスの流用上書き end */
.qrcode{
	margin-top:10px;
}

/*online picking sheet*/

  .name {
    width: 18%;
    overflow: hidden;
  }

  .name30 {
    width: 30%;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
  }

  .height_10px {
    height: 10px;
  }

  .height_30px {
    height: 30px;
  }

  .img_qrcode {
    max-width: 100%;
    height: 60px;
    padding: 0px 0px 0px 0px;
  }

  .preview_font_size_8 {
    font-size: 8px;
  }


.img_select_item_candidate{
	/*max-width: 160px;*/
	max-height: 180px;
	object-fit: cover;
}

.img_delete_multiple_select_item{
	width: 15px;
	height: 15px;
}

.h-modal_main_contents{
	height: calc(100% - 62px);
}
.h-modal_list_contents{
	height: calc(100vh - 280px);
}