.noid-EForm input, .noid-EForm textarea, .noid-EForm select{
	text-indent:10px;
	margin:5px 0px;
	padding:0px;
	border:1px solid #cccccc;
	max-width:100%;
	width: 100%;
}
.noid-EForm textarea{
	text-indent:0px;
	padding-left:10px;
}

.noid-error,.noid-error-format{
	border:1px solid #ffc107 !important;
	background-color:#fff7de;
	padding: 10px;
}
.noid-EForm textarea{
 height:100px;
}
.noid-EForm textarea.TA-sizeL{
 height:400px;
 font-size:1em !important;
 line-height:1.2em;
 padding:10px;
}

.noid-EForm input[type=checkbox], .noid-EForm input[type=radio]{
	margin-right:10px;
}
.noid-EForm input[type=file]{
	display:none;
}
.noid-EForm input::placeholder, .noid-EForm textarea::placeholder{
	font-size:14px;
	color:#cccccc;
}
.noid-EForm .fUpload_preview{
	width: calc( 100% - 80px - 10px - 6px);
    
	display: inline-flex;
    justify-content: center;
    vertical-align: top;
	height:150px;
	margin-right:10px;
	
	background-position: center center;
    background-size: 110px;
	border: 1px solid #cccccc;
}
.noid-EForm .fUpload_option{
	min-height:60px;
	position:relative; 
	padding:10px;
	background-color: #f7f7f7;
	width:100%;
}
.noid-EForm .fUpload_option:not(.onPreview) .fUpload_preview{
	background-image:url('/images/img_sample.png');
	cursor:pointer;
}
.noid-EForm .fUpload_option:not(.onPreview) img{
	display:none;
}
.noid-EForm .fUpload_option.onPreview img{
	background-color:#ffffff;
}
.noid-EForm .fUpload_option .uploadfile_options{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}
	background-color: #f7f7f7;
	width:100%;
}
.noid-EForm .fUpload_option:not(.onPreview) .fUpload_preview{
	background-image:url('/images/img_sample.png');
	cursor:pointer;
}
.noid-EForm .fUpload_option:not(.onPreview) img{
	display:none;
}
.noid-EForm .fUpload_option.onPreview img{
	background-color:#ffffff;
}
.noid-EForm .fUpload_option .uploadfile_options input[type=radio]{
	width:fit-content;
}
.noid-EForm .fUpload_browse{
	background-color: #fbec66;
    background-image: url('/images/icon_upload.png');
    background-position: center center;
    background-size: 64px 64px;
    border-radius: 5px;
    width: 80px;
    height: 150px;
    display: inline-block;
	cursor:pointer;
}
.noid-EForm .fUpload_browse_on{
	background-color: #fbec66;
    background-image: url(/images/icon_upload.png);
    background-position: center center;
    background-size: 64px 64px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    padding: 10px;
    top: calc( (100% - 80px )/ 2);
    right: 0px;
    display: inline-block;
    position: absolute;
}
.noid-EForm .fUpload_browse:hover{
	background-color: #cccccc;
}
.noid-EForm .fUpload_option.onPreview .fUpload_preview img{
	width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.noid-EForm .fTips{
	font-size:12px;
	color:#67c0e8;
	text-align:left;
}
.noid-EForm .noid-error-format .fTips:before {
    content: attr(data-errortips);
    color: #ff0000;
    font-size: 14px;
    display: block;
}
.noid-EForm input 
, .noid-EForm textarea
, .noid-EForm select
, .noid-EForm .fType-CHECKBOX label
, .noid-EForm .fType-RADIO label{
	
	line-height:28px;
	font-size:14px;
	font-family: 'Noto Sans HK', sans-serif;
}
.noid-EForm .fQuest.qhide{
	display:none;
}
.noid-EForm .fQuest.required .fTitle:after{
	 content: '＊';
    color: #ffc107;
    /* font-size: 20px; */
    margin-left: 10px;
}
.noid-EForm .fQuest.required.noid-error .fTitle:before{
	content: '此項為必填:';
	display:block;
	color: #ff0000;
	/* font-size: 20px; */
	margin-right: 10px;
}
.noid-EForm .fTitle{
	display:block;
	font-size:12px;
	text-align:left;
	    color: #9e9e9e;
}
.noid-EForm .fVal{
	font-size:14px;
	text-align: left;
}
.noid-EForm .fVal > span{
	width:100%;
}
.noid-EForm.readonly .fVal{
	font-size:16px;
}
.noid-EForm.readonly .fVal:before{
	display:inline-block;
	content : ' ';
	width:10px;
}
.noid-EForm.readonly .fType-CHECKBOX ul{
	display:inline-grid;
}
.noid-EForm.readonly .fType-CHECKBOX li{
	text-indent:unset;
	display:block;
}
.noid-EForm .fVal.stext span{
	max-width:150px;
	display: inline-flex;
    text-align: left;
}
.noid-EForm .fType-DATE_PERIOD input,.noid-EForm .fType-TIME_PERIOD input{
	width:150px;
} 
.noid-EForm .fType-DATE_PERIOD input:first-child,.noid-EForm .fType-TIME_PERIOD input:first-child{
	margin-right:15px;
}
.noid-EForm .fType-DATE_PERIOD input:last-child,.noid-EForm .fType-TIME_PERIOD input:last-child{
	margin-left:15px;
}
.noid-EForm .fType-DATE_PERIOD span,.noid-EForm .fType-TIME_PERIOD span{
    width: auto;
    line-height: 35px;
}
.noid-EForm .fVal:before {
    content: attr(data-prefix);
    color: #666666;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
	white-space: nowrap;
}
.noid-EForm .fVal:after {
    content: attr(data-suffix);
    color: #666666;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
	margin-left:10px;
}
.noid-EForm .fType-CHECKBOX ul, .noid-EForm .fType-RADIO ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.noid-EForm .fType-CHECKBOX li, .noid-EForm .fType-RADIO li{
	margin-bottom:5px;
	text-align:left;
}
.noid-EForm .fType-CHECKBOX input, .noid-EForm .fType-RADIO input{
	width:auto;
}
.noid-EForm .fType-NAME .fVal
, .noid-EForm .fType-TEL .fVal{
	display:inline-block;
}
.noid-EForm .fType-NAME .fVal-SAT{
	width:80px;
}
.noid-EForm .fType-NAME .fVal-FNAME
,.noid-EForm .fType-NAME .fVal-LNAME{
	width:calc(( 100% - 80px ) / 2 - 10px );
	margin-right:10px;
}
.noid-EForm .fType-TEL .fVal-TCTY
,.noid-EForm .fType-TEL .fVal-TAREA{
	width:80px;
	margin-right:10px; 
}
.noid-EForm .fType-TEL .fVal-T{
	width:calc( 100% - 160px - 20px );
}
.noid-EForm .btnRow{
	position:relative;
}
.noid-EForm .btnRow .fRemark{
	bottom:0px;
	position:absolute;
	left:0px;
}
.noid-EForm .btnSubmit{
    border-radius: 10px;
    padding: 5px 50px;
    line-height: 20px;
    font-size: 20px;
    text-indent: 0px;
    width: auto;
    float: right;
	margin:0px;
}
