@charset "utf-8";
/* CSS Document */

.ui-tabs .ui-tabs-panel {
	padding: 1em 0.3em 0em;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.2em 1em;
}

#productCategory {
	text-align: center;
	margin: 20px 0px;
}

#inputCuttingshhtTextString {
	display: block;
	width: 95%;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 5px;
}

#cuttungSheetStatusLine {
	padding: 5px;
	border: 1px solid rgb(17, 87, 27);
	text-align: center;
	margin-bottom: 10px;
	color: white;
	background: rgb(17, 87, 27);
}

#cuttungSheetStatusLine>ul>li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}

#cuttingsheetInfoArea {
	text-align: center;
	margin: 10px;
}

#cuttingsheetInfoArea>ul>li {
	display: inline-block;
	margin: 0 4px;
	font-size: 14px;
}

#colorSelecterArea {
	text-align: center;
	margin: 10px;
}

.statusData {
	font-size: 18px;
	font-weight: bold;
}

.noSpace {
	margin: 0px !important;
}

#prodactInfoFormArea {}

#explainArea {
	padding-right: 20px;
}

.explainMessage {
	font-size: 12px;
	color: red;
	text-align: right;
}

#selectFont {
	padding: 3px;
	margin: 1px;
	font-size: 16px;
	border: #999999 1px solid;
}

#inputCharSize,
#inputCharSpace,
#inputSheetCount {
	width: 40px;
	text-align: center;
}

#etcColorArea {
	display: none;
	margin: 5px 0px;
	text-align: right;
	padding-right: 20px;
}

#inputEtcColor {
	width: 150px;
}

#commandButtonArea {
	margin-top: 5px;
	text-align: right;
}

#estDataArea {
	margin: 10px 0px;
}

#estTable {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

#estTable>tbody>tr>th {
	background: rgb(231, 231, 231);
}

#estTableTitle {
	font-size: 16;
	font-weight: bold;
	background: rgb(88, 95, 124) !important;
	color: white;
}

#estTable>tbody>tr>th,
#estTable>tbody>tr>td {
	border: 1px solid gray;
}

#mirrorCheckboxArea {
	margin: 5px 0px;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
}

#mirrorString {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.tani {
	font-size: 10px;
}

.refrect-lr {
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#oderTabs-2 {
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	gap: 15px;
}

#dataUpload_left {
	display: flex;
	width: 40%;
	min-height: 230px;
	background-color: #f7f7f7;
	border: 2px dashed #9a9a9a;
	box-sizing: border-box;
	padding: 40px;
	text-align: center;
	flex-direction: column;
	justify-content: space-evenly;
	border-radius: 20px;
}

#dataUpload_right {
	width: 60%;
	min-height: 230px;
	text-align: left;
	background-color: #ffffff;
	box-sizing: border-box;
}

.fileDropArea.is-dragover {
	border-color: #2c7be5;
	background-color: #eef4ff;
}

.uploadTitle {
	font-weight: bold;
	margin: 6px 0 8px 0;
}

.uploadHint {
	margin: 4px 0;
	font-size: 12px;
}

.uploadButton {
	display: inline-block;
	margin-top: 8px;
	padding: 6px 12px;
	background-color: #2c7be5;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
}

.uploadButton input {
	display: none;
}

.uploadFileList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.uploadFileList li {
	margin-bottom: 6px;
	padding: 6px 8px;
	border-radius: 4px;
}

.uploadRowOdd {
	background-color: #f6f6f6;
}

.uploadRowEven {
	background-color: #ececec;
}

.uploadFileIndex {
	display: inline-block;
	width: 24px;
	font-weight: bold;
}

.uploadRemove {
	margin-left: 6px;
	font-size: 11px;
}

.uploadRules {
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	padding: 8px;
	border-radius: 4px;
	line-height: 1.4;
}

.uploadRulesTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.uploadRulesTable th,
.uploadRulesTable td {
	border: 1px solid #d5d5d5;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

.uploadRulesTable th {
	background-color: #f3f3f3;
	white-space: nowrap;
	width: 30%;
}
