@charset "utf-8";
:root
{
	--color-major: #474853;
	--color-minor:#367da2;
	--color-highlight: #F08770;
	--color-darklight: #eb6042;
	--color-red:#e4002b;
	--color-green:#64c534;
	--color-yellow:#fddd49;
	--color-blue:#637cf3;
	--color-deep-gray:#888888;
	--color-light-gray:#c9c9c9;
	--color-white:#f8f8f8;
	--color-pink:#f46c6e;
	--color-orange:#ff8800;
	--color-major-text:#22252a;
	--liff-caption-major: #A20202;
	--liff-caption-minor: #f1b100;
	--liff-caption-button:#ac9683;
	--liff-caption-text:#623f3f;
	
	--ready-red:#ff0000;
	--ready-green:#008800;
	--ready-purple:#9932CC;
}
html
{
	font-size:62.5%;
}
body
{
	font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
	font-size: 1.3rem;
	color: #202023;
	margin: 0px;
	padding: 0px;
	background-color: #97dbfe;
	background-image: url(../../img/body_bg.jpg?ver=<?=$_version?);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: scroll;
}
.error
{
	color:rgba(128,0,0,1.0);
}
a
{
	text-decoration:none;
	color:#037ef3;
	cursor:pointer;
}
a:hover
{
	text-decoration:underline;
}
input, select, textarea, table, button, textarea
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	outline:none;	
}
select
{
	height: 30px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 3px 15px 3px 5px;
	width: 100%;
}
textarea
{
	height:120px;
	border:1px solid #dadada;
	width:100%;
	box-sizing: border-box;
    padding: 3px 12px;
    line-height: 21px;
	resize:none;
	border-radius:3px;
}
input[type="text"],
input[type="password"]
{
	height: 30px;
    border: 1px solid #dadada;
    width: 100%;
    padding: 3px 12px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
}
input[readonly="readonly"]
{
	background-color: #dadada;
	cursor: not-allowed;
}
input.w100{width:100px;}
select.w100{width:100px;}
select.w150{width:150px;}
*::-webkit-input-placeholder { color: #bbb; }
*:-moz-placeholder { color: #bbb; }
*::-moz-placeholder { color: #bbb; }
*:-ms-input-placeholder { color: #bbb; }
.clear{clear:both;}
.center{text-align:center !important;}
._iDATE{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.bold{font-weight:700 !important;}
.smallcaps{font-variant:small-caps !important;}
.pagebreak{page-break-after: always;}
.nowrap{white-space: nowrap;}
*[id$="_init"],
*[id$="_init"] *
{
	display:none !important;
}
._REDSTAR::before
{
	content:"*";
	color:#f00;
}
.color_red
{
	color: var(--color-red) !important;
}
.color_green
{
	color: var(--color-green) !important;
}
.bg_red
{
	background-color: var(--color-red) !important;
}
.bg_green
{
	background-color: var(--color-green) !important;
}
.bg_pink
{
	background-color: var(--color-pink) !important;
}
/*****************************************************/
/*
/*	icon font
/*
/*****************************************************/
@font-face
{
	font-family: "cha-iconfont";
	src:url("../fonts/cha-iconfont.eot");
	src:url("../fonts/cha-iconfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/cha-iconfont.woff") format("woff"),
		url("../fonts/cha-iconfont.ttf") format("truetype"),
		url("../fonts/cha-iconfont.svg#cha-iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class*="_ICON"]::before
{
	font-family: "cha-iconfont" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*****************************************************/
/*
/*	button style
/*
/*****************************************************/
.btns_box
{
	margin-top:15px;
	margin-bottom:15px;
}
button
{
	cursor:not-allowed;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	letter-spacing: 0.7px;
	text-align: center;
	white-space:nowrap;
	border: 1px solid #e2e3de;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	background-color: #EBEBEB;
	color: #a7a7a7;
	line-height: 26px;
	padding: 0px 6px 0px 7px;
	font-size: 13px;
}
button.enable
{
	cursor: pointer;
}
.btn_gybk.enable
{
    background-color: #f9f9f6;
    border-color: #cfd0c8;
    color: #4b4f56;
}
.btn_gybk.enable:hover
{
    background-color: #edede8;
}
.btn_pkwh.enable
{
    background-color: #f46c6e;
	color: #fff;
}
.btn_pkwh.enable:hover
{
	background-color: #eb3a3c;
}
.btn_buwh.enable
{	
    background-color: #3057a1;
    color: #fff;
}
.btn_buwh.enable:hover
{
    background-color: #182d53;
}
.btn_grwh.enable
{
	background-color: #2c9f45;
    color: #fff;
}
.btn_grwh.enable:hover
{
    background-color: #25853A;
}
.btn_buwh1.enable
{
    background-color: #4975A1;
    border: 2px solid #093755;
    color: #fff;
}
.btn_buwh1.enable:hover
{
    background-color: #093755;
}
/*****************************************************/
/*
/*	table style
/*
/*****************************************************/
._TABLElist
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	/* border-top:1px solid #e5e5e5; */
}
._TABLElist caption
{	
	color: var(--color-major);
	font-size:19px;
	background-color:transparent;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px;
}
._TABLElist caption::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	/* margin-left:10px; */
}
._TABLElist thead tr
{
	background-color: var(--color-major);
}
._TABLElist thead th
{
	background-color: var(--color-major);
	color: #fff;
	/* box-shadow:0px -2px 0px var(--color-minor) inset; */
	padding: 8px 13px 8px 13px;
	font-size: 14px;
	font-weight: initial;
	letter-spacing: 0.6px;
	white-space:nowrap;
	position:relative;
}
._TABLElist tfoot th
{
	background-color: #fff;
	box-shadow:0px 2px 0px var(--color-major) inset;
	padding: 12px 15px 10px 15px;
	color:#888;
	font-size: 14px;
	letter-spacing: 0.6px;
	white-space:nowrap;
	position:relative;
}
._TABLElist th::after
{
	display:block;
	content:attr(eng);
	letter-spacing:0px;
	font-size:11px;
	font-variant:small-caps;
	color:#888;
	/* margin-top:-5px; */
}
._TABLElist tr td
{
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	position:relative;
	text-align:center;
}
._TABLElist tr:last-child td
{
	border-bottom: none;
}
._TABLElist tr:nth-child(2n) td
{
	background-color: #fff;
}
._TABLElist tr:nth-child(2n+1) td
{
	background-color: #f8f8f8;
}
._TABLEview
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
}
._TABLEview caption
{
	text-align: left;
    color: #346B8B;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 8px;
}
._TABLEview caption::after
{
	content:attr(eng);
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: auto;
	margin-left: 3px;
}
._TABLEview th
{
	text-align: right;
	color: #594d52;
	font-weight: normal;
	letter-spacing: 1px;
	/* width: 40px; */
	white-space: nowrap;
	padding: 0px 8px 0px 15px;
}
._TABLEview th::after
{
	content:attr(eng);
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: auto;
}
._TABLEview td
{
	padding: 10px 15px 10px 0px;
	color: var(--color-major-text);
	font-size: 1.4rem;
	width: 50%;
}
._TABLEview td input[type="text"],
._TABLEview td select,
._TABLEview td textarea
{
	border-color: #dcd9da;
	background-color: #dcd9da;
	border-radius: 7px;
}
._TABLEview td input[type="text"]
{
	padding: 3px 8px;
}
._TABLEview td input[readonly="readonly"]
{
	background-color: transparent;
	border-color: transparent;
	padding: 0px;
	width: 50px;
}
._TABLEview td button
{
	line-height: 28px;
	margin-left: 2px;
}
._TABLEview.fixed_width
{
	table-layout:fixed;
	word-break:break-all;
}
._TABLEview.fixed_width td
{
	width:calc(50% - 162px);
}
._TABLEbox
{
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	background-color: #b9bfc6;
	margin:0px auto;
	border: 1px solid #9aa3ae;
	border-radius: 3px;
	table-layout:fixed;
}
._TABLEbox caption
{	
	color: var(--color-major);
	font-size:19px;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px 5px 0px;
	background-color:rgba(255,255,255,0.3);
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
._TABLEbox caption::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	margin-left:10px;
	font-size:15px;
}
._TABLEbox th
{	
	padding: 3px 15px 7px 15px;
	width: 70px;
	text-align: right;
	/* width: calc(13.33% - 30px); */
}
._TABLEbox td
{	
	padding: 5px 15px;
	width: calc(25% - 130px);
}
.JAS_SRH_INNER_BOX
{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.JAS_SRH_PAGE_BOX
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.JAS_SRH_PAGE_ALL::before
{
	content: "/";
	margin: 0px 5px;
}
._TABLE_hrefs
{
	text-align:center;
	white-space:nowrap;
}
._TABLE_hrefs *
{
	margin:0px 5px;
}
._TABLE_hrefs a,
._TABLE_hrefs label
{
	color:#037ef3;
	cursor:pointer;
	text-decoration:none;
}
._TABLE_hrefs a:hover,
._TABLE_hrefs label:hover
{
	text-decoration:underline;
}

._TABLEframe
{
	overflow:auto;
	position:relative;
}
._TABLEfixed
{
	table-layout: fixed;
	width:auto;
	min-width:100%;
}
._TABLEfixed td,
._TABLEfixed th
{
	width:auto;
	white-space:nowrap;
}
._TABLEfixed tr.fixed_top th
{
	position:sticky;
	top:0px;
	z-index:2;
}
._TABLEfixed tr.fixed_bottom th
{
	position:sticky;
	bottom:0px;
	z-index:2;
}
._TABLEfixed th.fixed_left,
._TABLEfixed td.fixed_left,
._TABLEfixed th.fixed_right,
._TABLEfixed td.fixed_right
{
	position:sticky;
} 

._TABLEfixed th.fixed_left_lastone
{
	/* box-shadow:-1px 0px 0px 0px #e6e6e6 inset; */
}
._TABLEfixed td.fixed_left_lastone
{
	/* box-shadow:-1px 0px 0px 0px #646372 inset; */
}
._TABLEfixed th.fixed_right_firstone
{
	/* box-shadow:1px 0px 0px 0px #e6e6e6 inset; */
}
._TABLEfixed td.fixed_right_firstone
{
	/* box-shadow:1px 0px 0px 0px #646372 inset; */
}
/*****************************************************/
/*
/* 	Google Authenticator
/*
/*****************************************************/
.ga_code_box
{
	display:inline-block;
	width:calc(16.66% - 10px);
	padding:0px 5px;
	max-width:50px;
}
input.ga_code
{
	font-weight:700;
	padding:10px 0px;
	width:100%;
	text-align:center;
	font-size:25px;
}
/*****************************************************/
/*
/* 	PRICE
/*
/*****************************************************/
._PRICE
{
	
}
._PRICE::before
{
	content:"$";
	margin-right: 2px;
}
/*****************************************************/
/*
/*	box_bg
/*
/*****************************************************/
.box_bg
{
	max-width: 414px;
    height: 100vh;
    margin: 0px auto;
}
.box_bg_top
{
	width: 100%;
	height: 32px;
	background-image: url(../../img/box_bg_top.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.box_bg_box
{
	width: 100%;
	min-height: calc(100vh - 67px);;
	background-image: url(../../img/box_bg_box.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 0px 25px;
	box-sizing: border-box;
	position: relative;
}
.box_bg_bottom
{
	width: 100%;
	height: 35px;
	background-image: url(../../img/box_bg_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#unopeneds .box_bg_box
{
	display: flex;
	justify-content: center;
	align-items: center;
}
#unopeneds .box_bg_box::after
{
	content:" ";
	display: block;
	width: 80%;
	height: 60px;
	background-image: url(../../img/unopeneds.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.JAS_NEW_ADD,
.JAS_SAVE,
.JAS_CLOSE_WINDOW
{
	position: fixed;
	right: 9px;
	bottom: 7px;
	width: 50px;
	height: 50px;
	cursor: not-allowed;
	background-color: #91939b;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	color: rgb(255 255 255 / 30%);
	font-family: "cha-iconfont" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.JAS_CLOSE_WINDOW
{
	bottom: auto;
	top: 5px;	
}
.JAS_NEW_ADD.enable
{
	cursor: pointer;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.JAS_SAVE.enable
{
	cursor: pointer;
	background-color: var(--color-green);
	color: var(--color-white);
}
.JAS_CLOSE_WINDOW.enable
{
	cursor: pointer;
	background-color: var(--color-deep-gray);
	color: var(--color-white);
}
.JAS_NEW_ADD::before
{
	content: "\f067";
	font-weight: 900;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.JAS_SAVE::before
{
	content: "\e05b";
	font-size: 25px;
}
.JAS_CLOSE_WINDOW::before
{
	content: "\f00d";
	font-weight: 900;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.FONT_AWESOME
{
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-light-gray);
	border-radius: 3px;
	font-family: "Font Awesome 5 Free";	
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: not-allowed;
}
.FONT_AWESOME.enable
{
	cursor: pointer;
}
.FONT_AWESOME::before
{
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--color-light-gray);
}
.FONT_AWESOME.enable:hover
{
	border-color: var(--color-deep-gray);
}
.FONT_AWESOME.enable:hover::before
{
	color: var(--color-deep-gray);
}
._COPY
{
	font-family: "Font Awesome 5 Free";	
	cursor: pointer;
}
._COPY::after
{
	content: "\f0c5";
	margin-left: 15px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--color-light-gray);
}
._COPY:hover::after
{
	font-weight: 700;
}
/**** 2024.12.18 cha ****/
._EDIT
{
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
._EDIT::after
{
	font-family: "cha-iconfont";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--color-light-gray);
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
._EDIT::after
{
	content: "\e07d";
}
._EDIT.active
{
	padding-right: 0px;
}
._EDIT.active::after
{
	display: none;
}
._EDIT:hover::after
{
	color: var(--color-deep-gray);
}
/*--- 2024.12.18 cha ---*/

/**** 2024.07.03 ****/
#_ADD, #_IMPORT, #_EXPORT
{
	cursor:pointer;
}
._VIEW, ._REMOVE, ._SAVE, ._BACK, ._PRINT, ._SEARCH, ._CLEAR, ._SELECTALL
{
	white-space: nowrap;
}
._VIEW:hover, ._REMOVE:hover, ._SAVE:hover, ._BACK:hover, ._PRINT:hover, ._SEARCH:hover, ._CLEAR:hover, ._SELECTALL:hover
{
}
._VIEW::before, ._REMOVE::before, ._SAVE::before, ._BACK::before, ._PRINT::before, ._SEARCH::before, ._CLEAR::before, ._SELECTALL::before
{
	content:"";
	width:13px;
	height:13px;
	float:left;
	background-image:url(../../homebase/img/view.png);
	background-position:left;
	background-repeat:no-repeat;	
	background-size:contain;
	margin-right:5px;
	margin-top: 2px;
	display:none;
}
._VIEW::after
{
	content:"檢視";
}
._REMOVE::before
{
	background-image:url(../../homebase/img/remove.png);
}
._REMOVE::after
{
	content:"刪除";
}
._SAVE::before
{
	background-image:url(../../homebase/img/save.png);
}
._SAVE::after
{
	content:"存檔";
}
._BACK::before
{
	background-image:url(../../homebase/img/back.png);
}
._BACK::after
{
	content:"返回";
}
._PRINT::before
{
	background-image:url(../../homebase/img/print.png);
}
._PRINT::after
{
	content:"列印";
}
._SEARCH::before
{
	background-image:url(../../homebase/img/search.png);
}
._SEARCH::after
{
	content:"搜尋";
}
._CLEAR::before
{
	background-image:url(../../homebase/img/clear.png);
}
._CLEAR::after
{
	content:"清除";
}
._SELECTALL::before
{
	background-image:url(../../homebase/img/selectall.png);
}
._SELECTALL::after
{
	content:"全(不)選";
}
/*--- 2024.07.03 ---*/

/*--- 2025.04.20 ---*/
#ja_xxoo
{
	max-width: 800px;
	height: 100vh;
	background-color: #ffffff;
	margin: 0px auto;
	position: relative;
}
#main
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 72px;
	overflow-y: scroll;
}
#menus_bg
{
	border: 3px solid #f00;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 50px;
	box-sizing: border-box;
	z-index: 5;
	display: none;
}