@charset "utf-8";
/**
 * 拡張スタイル
 */

/* ページ最大幅 */
.container-lock {
	max-width: 1024px;
}
.container-lock-conditions {
	max-width: 1024px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
@media (max-width: 575.98px) {
	.container-lock-conditions {
		padding-right: 0;
		padding-left: 0;
	}
}

/* コンテンツ拡張 */
div#main {
	padding-top: 10px;
	padding-bottom: 10px;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 575.98px) {
	.page-title-bar > .container,
	.page-title-bar > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

.modal-wide {
	max-width: 750px;
}

.modal-wide-msg {
	max-width: 600px;
}

/* ドロップダウン拡張 */
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #343a40;
}

/* ナビレスポンシブ */
.nav-tabs-responsive {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

/* datatables拡張 */
table.dataTable {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.DTFC_LeftBodyLiner {
	z-index: 2;
}
div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
	border-bottom: none;
}
table.table-bordered.dataTable tfoot th,
table.table-bordered.dataTable tfoot td {
	border-bottom-width: 0;
}

tfoot tr.table-danger td.col-span {
	border-right-color: #f5c6cb;
	border-left-color: #f5c6cb;
}
tfoot tr td.col-span {
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
table > tbody > tr.even.rows_hover td,
table > tbody > tr.odd.rows_hover td {
	background-color: #ffc;
	border-color: #dee2e6;
}
div.DTFC_LeftHeadWrapper table thead th {
	background-color: #d5ffcc !important;
}

/* dropzone拡張 */
.dropzone .dz-preview {
	margin: 0 auto;
	width: 100%;
}
.dropzone .dz-preview .dz-image {
	width: 100%;
}

.dropzone {
	min-height: 77px;
	padding: 5px;
}

.dropzone .dz-preview {
	min-height: auto;
}
.dropzone .dz-preview .dz-image {
	height: 45px;
}
.dropzone .dz-preview .dz-details {
	padding: 1em;
}
.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 0;
	width: 50%;
	float: left;
	text-align: right;
}
.dropzone .dz-preview .dz-details .dz-filename {
	width: 50%;
	float: right;
	text-align: left;
}
.dropzone .dz-preview .dz-error-message {
	opacity: 1;
	width: 100%;
	top: 105px;
	left: 0;
}
.dropzone .dz-preview .dz-error-message:after {
	left: 49%;
}

/* アラート表示拡張 */
.invalid-feedback {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.35rem;
	padding: 0.25rem 0.5rem;
	position: relative;
	white-space: pre-wrap;
}
.invalid-feedback:after {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -11px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(220, 53, 69, 0.9);;
	z-index: 1;
	line-height: 0;
}

/* ページタイトル */
.page_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 従業員用サイズ */
form.form-normal {
	font-size: 1.25rem !important;
}
form.form-normal .form-normal {
	font-size: 1.25rem !important;
}
form.form-normal .btn-normal {
	font-size: 1.25rem !important;
}

/* 従業員用大きめサイズ */
form.form-big {
	font-size: 2.5rem !important;
}
form.form-big .form-big {
	font-size: 2.5rem !important;
}
.btn-big,
form.form-big .btn-big {
	font-size: 2.0rem !important;
	padding: 0.58rem;
	/*border-radius: 1rem;*/
	border-width: 3px;
}
.btn-big-L,
form.form-big .btn-big-L {
	font-size: 2.5rem !important;
	padding: 2.2rem;
	border-radius: 1rem;
	border-width: 5px;
}
.btn-big-XL,
form.form-big .btn-big-XL {
	font-size: 3.5rem !important;
	padding: 2.2rem;
	border-radius: 1.25rem;
	border-width: 8px;
}
.btn-big-back,
form.form-big .btn-big-back {
	font-size: 2.5rem !important;
	padding: 0.2rem;
	border-radius: 0.5rem;
	border-width: 3px;
}
.btn-big-back-a,
form.form-big .btn-big-back-a {
	font-size: 2.0rem !important;
	padding: 0.2rem 0.8rem;
	border-radius: 0.5rem;
	border-width: 3px;
}
.input-area {
	background-color: #faebd7 !important;
}
form.form-big .label-S {
	font-size: 1.7rem !important;
}
form.form-big .input-L {
	font-size: 3rem !important;
}
.rounded-tl-0 {
	border-top-left-radius: 0 !important;
}
.btn-big-dlg,
form.form-big .btn-big-dlg {
	font-size: 3.0rem !important;
	padding: 2.0rem;
	border-radius: 1rem;
	border-width: 5px;
}
.modal-footer .btn.btn-dlg-center {
	margin: 10px auto 0;
}

/* 不具合テーブル */
.table-fuguai thead td {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
}

/* 定型文ボタン */
.btn-group > .btn-addmsg,
.btn-group-vertical > .btn-addmsg {
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
}

/* 不適合報告 */
.futekigo_bar {
	font-size: 1.5rem;
	border-style: outset;
}

/* メッセージ */
.btn-no-use-msg {
	display: inline-block;
	padding: 0.4rem 0;
	line-height: 1.5;
}
.tooltip-inner {
	line-height: 1.5rem;
	font-size: 12px;
}

/* ソフトウエアキーボード */
.num_key {
	height: 35px;
}
.num_key_big {
	height: 60px;
	font-size: 2.0rem;
}
.num_key_big2 {
	height: 40px;
}
.key_focus_in {
	border: 3px solid rgb(255 0 50 / 50%);
}
.key_focus_in.form-control[readonly]:focus {
	border: 3px solid rgb(255 0 50 / 50%);
}

/* ロット発番 */
.lot-gray {
	border-color: #b2b2b2 !important;
	background-color: #e6e6e6 !important;
	color: #191919 !important;
}
.btn-lot-gray {
	border-color: #b2b2b2 !important;
	background-color: #e6e6e6 !important;
	color: #191919 !important;
}
.btn-lot-gray:hover {
	border-color: #b2b2b2 !important;
	background-color: #cccccc !important;
}
.btn-lot-gray:focus {
	border-color: #b2b2b2 !important;
	background-color: #cccccc !important;
}

.lot-orange {
	border-color: #e8b659 !important;
	background-color: #f5deb3 !important;
	color: #2c1f06 !important;
}
.btn-lot-orange {
	border-color: #e8b659 !important;
	background-color: #f5deb3 !important;
	color: #2c1f06 !important;
}
.btn-lot-orange:hover {
	border-color: #e8b658 !important;
	background-color: #eec985 !important;
}
.btn-lot-orange:focus {
	border-color: #e8b658 !important;
	background-color: #eec985 !important;
}

.lot-blue {
	border-color: #47d1ff !important;
	background-color: #b2ebff !important;
	color: #002633 !important;
}
.btn-lot-blue {
	border-color: #47d1ff !important;
	background-color: #b2ebff !important;
	color: #002633 !important;
}
.btn-lot-blue:hover {
	border-color: #47d1ff !important;
	background-color: #7addff !important;
}
.btn-lot-blue:focus {
	border-color: #47d1ff !important;
	background-color: #7addff !important;
}

.lot-green {
	border-color: #74ea4c !important;
	background-color: #bcf5a9 !important;
	color: #0f2d05 !important;
}
.btn-lot-green {
	border-color: #74ea4c !important;
	background-color: #bcf5a9 !important;
	color: #0f2d05 !important;
}
.btn-lot-green:hover {
	border-color: #74ea4c !important;
	background-color: #97ef7a !important;
}
.btn-lot-green:focus {
	border-color: #74ea4c !important;
	background-color: #97ef7a !important;
}

/* 点滅 */
.custom-blink {
	animation: blink 1.5s infinite;
	color: #e79600;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
