 @import url('font_roboto.css');
 
 /* Prevent font scaling in landscape while allowing user zoom */
	html {
		-webkit-text-size-adjust: 100%;
	}

	/* 取消連點放大 */
	html, body {
		touch-action: manipulation;
	}
	
		/* body Style */
	body {
		font-family: 'Roboto', '微軟正黑體','Microsoft JhengHei';
		margin:0;padding:0;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}

	/* Disable Tap Hightligt Color */
	* {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent}
	:focus {outline:none}
	
	/*6c7b94*/
	::placeholder { color:#6c7b94; }
	:-ms-input-placeholder{color:#6c7b94;}
	::-ms-input-placeholder{ color:#6c7b94; }

	/* 主框 */
	/* Phone middle, top:-215px */
	/* PC top, top:0px */
	.fs-main-frame {
		background-color: #f9fbff;
		font-family: 'Roboto',PingFangSC;
		display: table;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

		.fs-main-frame .fs-main-1 {
			text-align:center;
		}
		/* 查詢框 */
		.fs-main-frame .fs-main .fs-search {
			padding: 0 16px 0 16px;
			width: 343px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 148px;
		}

		/* 報表框 */
		.fs-main-frame .fs-main .fs-tables {
			padding: 0;
			max-width: 1140px;
			margin-left: auto;
			margin-right: auto;
			padding:0 20px;
			
		}

	/* 標題(Default) */
	.fs-title {
		font-family: PingFangTC;
		font-size: 28px;
		color: #0d1623;
		font-weight: 600;
		margin: 20px 0px;
		padding-left:35px;
		letter-spacing: 0.7px;
		float: left;
	}

	/* 文字框 */
.fs-main input[type=text] {
	width: 240px;
	margin-bottom: 16px;
	padding: 11px 15px 11px 15px;
	border-radius: 2px;
	border: solid 1px #e6ebf5;
	background-color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.35px;
	color: #0d1623;
}

	/* 身分證 */
	.fs-main input[name=userid] {
		text-transform: uppercase;
	}

	/* 日期ICON */
	.fs-main input[name=date] {
		background: url(../../ICON/calendar-calendar.svg) no-repeat scroll 7px 7px;
		background-position: right 3% top 50%;
		background-color: #FFF;
	}

	/* 按鈕 */
.fs-main .btn-se {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-top: 6px;
	width: 270px;
	height: 40px;
	padding: 9px 0px 9px 0px;
	border-radius: 2px;
	background-color: #c43826;
	border: 0px;
	text-align: center;
	letter-spacing: 0.4px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
	
	

	.fs-main .btn-open {
		width: 70px;
		height: 40px;
		letter-spacing: 0.4px;
		padding: 9px 14px 9px 15px;
	}

	/* del */
	.fs-main-2 .btn-se {
		width: 98px;
	}

	/*----------------------------------------*/
	.fs-main .none-table {
		padding-top: 26px;
		width: 100%;
		height: 320px;
		border-top: 1px solid #d7e0ef;
		text-align: center;
		vertical-align: middle;
	}

		.fs-main .none-table .msg {
			font-family: PingFangTC;
			margin-top: 14px;
			margin-bottom: 14px;
			font-size: 16px;
			color: #3f5372;
		}

	.fs-main .fs-table {
		border-radius: 2px;
		border: solid 1px #e6ebf5;
		background-color: #ffffff;
		margin-bottom:20px;
	}

	.fs-main .fs-tables table {
		border-collapse: collapse;
		width: 100%;
	}

	.fs-main .fs-tables .fs-table thead tr {
		background-color: #f2f5fa;
		border-top: 1px solid #d7e0ef;
		border-bottom: 1px solid #d7e0ef;
	}

	.fs-main .fs-tables .fs-table thead th {
		white-space: nowrap;
		text-align: left;
		font-size: 14px;
		padding: 14px 16px 14px 16px;
		font-family: PingFangTC;
		letter-spacing: 0.35px;
		color: #3f5372;
	}

	.fs-main .fs-tables .fs-table tbody {
		color: #0d1623;
	}

		.fs-main .fs-tables .fs-table tbody tr {
			background-color: #fff;
			border-bottom: 1px solid #e6ebf5;
		}

			.fs-main .fs-tables .fs-table tbody tr:nth-last-child(1) {
				border: 0px;
			}

		.fs-main .fs-tables .fs-table tbody td {
			white-space: nowrap;
			text-align: left;
			font-size: 16px;
			padding: 14px 16px 14px 16px;
			font-family: Roboto,PingFangTC;
		}

	/* 清單 */
	#fs-li-type {
		padding: 0px;
		padding-left: 16px;
	}

		#fs-li-type li {
			display: inline;
			font-family: PingFangTC;
			font-size: 16px;
			margin-right: 28.5px;
			padding-bottom: 13px;
			cursor: pointer;
		}

		#fs-li-type .fs-li-action {
			color: #daa360;
			border-bottom: 4px solid #daa360;
			cursor: none;
		}

		#fs-li-type li:hover {
			color: #daa360;
			border-bottom: 4px solid #daa360;
		}

	/* 地址 */
	.Url-COMADDR {
		cursor: pointer;
		position: relative;
		background: url(../../ICON/ic-location.svg) no-repeat;
		background-position: left 16px bottom 50%;
		padding-left: 40px !important;
	}

		.Url-COMADDR:hover {
			text-decoration: none;
			color: #daa360;
		}

	/* footer info */
	.fs-footer {
		color: #3f5372;
		letter-spacing: 0.35px;
		font-size: 14px;
		background: url(../../ICON/ic-info.svg) no-repeat;
		background-position: left 0px bottom 50%;
		padding:0 20px;
		min-width:320px;
		text-align: left;
	}
	
	
	/* 標題 */
	.fs-title-frame{
		width:100%;
	}

	.fs-title-s {
		float: right;
		height: 24px;
		width: 24px;
		background: url(../../ICON/ic-search.svg) no-repeat;
		background-position: center;
		border: 1px solid #d7e0ef;
		margin: 12px 0px;
		padding: 7px;
		border-radius: 2px;
		background-color: #FFF;
		display: none;
		cursor:pointer;
	}

	.fs-main-2 .fs-title {
		padding-left:0px !important;
	}
	
	/* 隱藏 */
	.hidden {
		display: none;
	}

	.clear {
		clear: both;
		height: 0px;
		width: 0px;
	}

	/*--*/
#alertBox {	
	visibility: hidden;
	position: fixed;
	z-index: 20000;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(0, 0, 0, 0.7);
}

		#alertBox .box {
			vertical-align: middle;
			display: table-cell;
		}

		#alertBox .alert {
			width: 300px;
			height: 240px;
			margin-left: auto;
			margin-right: auto;
			background-color: #FFF;
			border-radius: 2px;
			box-shadow: 0 2px 15px 0 rgba(13, 22, 35, 0.16);
		}

			#alertBox .alert .alert-title {
				padding: 20px;
				color: #0d1623;
				font-weight: 600;
				font-family: PingFangTC;
				font-size: 20px;
			}

			#alertBox .alert .alert-content {
				border-top: solid 1px #e6ebf5;
				border-bottom: solid 1px #e6ebf5;
				padding: 31px 20px;
				color: #3f5372;
				font-family: PingFangTC;
				font-size: 16px;
				letter-spacing: 0.4px;
			}

			#alertBox .alert .alert-btn {
				text-align: right;
				padding: 10px;
			}

				#alertBox .alert .alert-btn .alertBtn {
					-webkit-appearance: none;
					-moz-appearance: none;
					appearance: none;
					font-family: PingFangTC;
					width: 86px;
					height: 40px;
					margin-left: 16px;
					padding: 9px 14px;
					border-radius: 2px;
					border: solid 1px #e6ebf5;
					background-color: #ffffff;
					font-size: 14px;
					cursor: pointer;
				}

				#alertBox .alert .alert-btn .ok {
					border: solid 1px rgba(37, 74, 145, 0);
					background-color: #c43826;
					line-height: 1.57;
					color: #FFF;
				}

		.alertOpen {
			visibility: visible !important;
		}