/***************************************************************/
/* bu : blue
/* wh : white
/* bk : black
/* og : orange
/* gn : green
/* rd : red
/* yl : yellow
/* pl : purple
/* pk : pink
/* gy : gray
/* br : brown
/***************************************************************/
@charset "utf-8";
:root
{
	--color-highlight:#ffc6d7;
	--color-hightext:#e28daa;
	
}
body
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #656565;
	margin: 0px;
	background-color: #fff;
	overflow-y: scroll;
	padding: 147px 0px 0px 0px;
	
}
body.dashboardbg
{
	background-color:#fff;
	padding:0px 0px 0px 0px;
}
.error{color:rgba(128,0,0,1.0);}
a
{
	text-decoration:none;
	cursor:pointer;
	color: inherit;
}
a:hover
{
	
}
input, select, textarea, table, button, textarea
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	outline:none;	
}
select
{
	height: 30px;
    line-height: 30px;
    font-size: 12px;
}
textarea
{
	height:120px;
	border:1px solid #dadada;
	width:calc(100% - 30px);
	padding:3px 15px;
	line-height: 30px;
	resize:none;
	border-radius:3px;
}
input[type="text"],
input[type="password"]
{
	height: 30px;
    border: 1px solid #dadada;
    padding: 3px 15px;
    line-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}
input::-webkit-input-placeholder { color: #dadada; }
input:-moz-placeholder { color: #dadada; }
input::-moz-placeholder { color: #dadada; }
input:-ms-input-placeholder { color: #dadada; }
.clear{clear:both;}
.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.pagebreak{page-break-after: always;}
*[id$="_init"]{display:none;}
._REDSTAR::before
{
	content:"*";
	color:#f00;
	margin-right:5px;
}
.page_title 
{
    font-family: 'Crimson Text', serif;
    text-align: center;
    font-size: 37px;
    line-height: 52px;
    text-transform: uppercase;
    padding-bottom: 50px;
    color: #000;
    font-weight: bold;
}
.page_title span 
{
    display: block;
	font-size: 15px;
	letter-spacing: 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-top: -6px;
	line-height: initial
}
/***************************************************************/
/* BUTTON STYLE */
button
{
	font-size:15px;
	border: none;
	padding:12px 28px;
	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;
	color: #c3c3c3;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	white-space:nowrap;
}
button.enable{cursor: pointer;}
/**/
.button_bkwh
{
	border:1px solid #888;
	color:#888;
	background-color:#262626;
}
.button_bkwh.enable
{
    border: 1px solid #222222;
    color: #959595;
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5),inset 0px -34px 15px -15px rgba(0, 0, 0, 0.65);
    border-radius: 2px;
}
.button_bkwh.enable:hover
{
	background-color: #000;
	box-shadow: none;
}
/**/
.button_gybk
{
    border: 1px solid #e2e3de;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    background-color: #f9f9f6;
    color: #c8cabf;
    line-height: 26px;
    padding: 0px 6px 0px 7px;
    font-size: 13px;
}
.button_gybk.enable
{
    border-color: #cfd0c8;
    color: #4b4f56;
}
.button_gybk.enable:hover
{
    background-color: #edede8;
}
/**/
.button_gnwh.enable
{
    border-radius:3px;
	background-color:#27a770;
	border-color:#27a770;
	color:#fff;
}
.button_gnwh.enable:hover
{
	box-shadow:0px 0px 10px #000;
}
/**/
.button_bkwh1
{
	width: 180px;
	font-size: 13px;
    padding: 12px 28px;
    line-height: 28px;
    padding: 0px;
    border-color: #d8d8d8;
    color: #cecece;
    letter-spacing: 0;
    font-weight: 400;
    background-color: transparent;
}
.button_bkwh1.enable
{
	color: #303030;
    border: 1px solid #303030;
    background-color: #fff;
}
.button_bkwh1.enable:hover,
.button_bkwh1.enable.active
{
	background-color: #111;
    color: #fff;
    border: 1px solid #111;
}
.button_bkwh1.enable.active:hover
{
	background-color: #969696;
    border: 1px solid #969696;
}
/**/
.button_whbk
{
	color: #afafaf;
	border: 1px solid #B2B2B2;
	border-radius: 6px;
	background-color: #ffffff;
}
.button_whbk.enable
{
	color: #484848;
	border-color: #f4f4f4 transparent #d8d9d9 #e5e5e6;
	background-image: -webkit-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -moz-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -ms-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -o-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: linear-gradient(to bottom,#e8e9e9,#d8d9d9);
}
.button_whbk.enable:hover
{
	color: #000;
}
/***************************************************************/
/*															   */
/* TABLE STYLE 												   */
/*															   */
/***************************************************************/
._DEFAULT
{
	width:100%;
	border-spacing:0px;
	border: 1px solid;
	border-color: #e9eae6 #e2e3de #d6d6d1;
	border-right:none;
	border-bottom:none;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
    background-color:#fff;
}
._DEFAULT caption
{
	font-weight:700;
	padding:0px 0px 8px 0px;
	font-size: 16px;
}
._DEFAULT th
{
	padding: 10px 15px;
	border-right: 1px solid #d3d4c9;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	white-space:nowrap;
	background-color: #f9f9f6;
	width:100px;
}
._DEFAULT td
{	
	padding: 10px 15px;
	border-right: 1px solid #d3d4c9;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
._DEFAULT tr:last-child th,
._DEFAULT tr:last-child td
{
	border-bottom: 1px solid #d6d6d1;
}
._DEFAULT th:last-child,
._DEFAULT td:last-child
{
	border-right: 1px solid #e2e3de;
}

._TABLElist
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
._TABLElist caption
{	
	color: #797979;
    font-size: 17px;
    background-color: transparent;
    letter-spacing: 0.65px;
    position: relative;
    padding: 15px 0px 7px;
}
._TABLElist caption::after
{
	content: attr(eng);
    letter-spacing: 0px;
    margin-left: 3px;
    text-transform: uppercase;
}
._TABLElist th
{
	border-bottom: 1px solid #e5e5e5;
    background-color: #f9f9f6;
    padding: 10px 15px 10px 15px;
    color: #55574c;
    font-size: 15px;
    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 td
{
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	position:relative;
	text-align:center;
}
._TABLEview
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.5;
	background-color:#fff;
	border-left:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
._TABLEview caption
{	
	color: #797979;
    font-size: 17px;
    background-color: transparent;
    letter-spacing: 0.65px;
    position: relative;
    padding: 15px 0px 7px;
}
._TABLEview caption::after
{
	content: attr(eng);
    letter-spacing: 0px;
    margin-left: 3px;
    text-transform: uppercase;
}
._TABLEview th
{
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #f9f9f6;
    padding: 10px 15px;
    color: #55574c;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: left;
    width: 125px;
}
._TABLEview td
{
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
._TABLEview th::after
{
	content:attr(eng);
	font-size:9px;
	margin-left:5px;
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
}
._newTABLEview
{
	width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 21px;
}

#jahot ._LIST
{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	width:100%;
	position:relative;
	display:table;
	margin-top:50px;
}
#jahot ._LIST_caption
{
	font-size:17px;
	padding:0px 10px;
	margin-bottom:5px;
	letter-spacing:3px;
}
#jahot ._LIST_ths
{
	position:absolute;
	width:100%;
	left:0px;
	top:-50px;
	background-color:#707169;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	height:50px;
	line-height:50px;
}
#jahot ._LIST_ths>div
{
	float:left;
	padding:0px 15px;
	color:#fff;
	white-space:nowrap;
}
#jahot ._LIST_tds
{
	display:table-row;
}
#jahot ._LIST_tds>div
{
	display:table-cell;
	padding:10px 15px;
	border-bottom:1px solid #e5e5e5;
}
#jahot ._LIST_tds:nth-child(2n+1)
{
	background-color:#f8f8f8;
}
#jahot ._VIEW
{
	width:100%;
	position:relative;
	border-spacing:0px;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#jahot ._VIEW caption
{
	font-size:17px;
	padding:0px 10px;
	margin-bottom:5px;
	letter-spacing:3px;
	text-align:left;
}
#jahot ._VIEW th
{
	background-color:#f8f8f8;
	padding:10px 15px;
	border-bottom:1px solid #e5e5e5;
	box-shadow:-1px 0px 0px 0px #e5e5e5 inset;
}
#jahot ._VIEW td
{
	padding:10px 15px;
	border-bottom:1px solid #e5e5e5;
	box-shadow:-1px 0px 0px 0px #e5e5e5 inset;
}
/***************************************************************/
/*
/* PRICE
/*
/***************************************************************/
._PRICE
{
    
}
._PRICE::before
{
	content: "NT$";
    margin-right: 2px;
}
/***************************************************************/
/*
/* CAPTION
/*
/***************************************************************/
._CAPTION
{	
	color: #27a770;
	font-size:19px;
	background-color:transparent;
	font-weight: 700;
	letter-spacing: 1.5px;
	position: relative;
	padding:10px 0px;
	text-align:center;
}
._CAPTION::after
{
	content:attr(eng);
	letter-spacing:0px;
	font-variant:small-caps;
	color:#888;
	margin-left:10px;
}
/***************************************************************/
/*
/* WARNING
/*
/***************************************************************/
._WARNING
{
	box-shadow:0px 0px 0px 2px #f00 inset;
}
select._WARNING
{
	border:2px solid #f00;
}

/***************************************************************/
/*
/* #jastudio_frontdesk
/*
/***************************************************************/
#jastudio_frontdesk
{
	position:relative;
}
#jastudio_frontdesk #menus_bg
{
    z-index: 2;
    background-color: #ffffff;
    height: 147px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}
#jastudio_frontdesk.opencart,
#jastudio_frontdesk.opencart #menus_bg
{
	width:calc(100% - 300px);
}
#jastudio_frontdesk #menus_switch
{
	display:none;
}
#jastudio_frontdesk #logo
{
	width: 80px;
    height: 67px;
    display: block;
    margin: 17px auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/wish/logo2020.svg);
}
#jastudio_frontdesk #menus_bot_mid_links
{
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 23px;
}
#jastudio_frontdesk .menus_bot_mid_link
{
	color:#333;
	width:100px;
	display:inline-block;
}
#jastudio_frontdesk .menus_bot_mid_link2
{
	display:none;
}
#jastudio_frontdesk .menus_bot_mid_link_eng
{
	display:inline;
	cursor:pointer;
}
#jastudio_frontdesk .menus_bot_mid_link_cht
{
	display:none;
	cursor:pointer;
}
#jastudio_frontdesk .menus_bot_mid_link:hover .menus_bot_mid_link_eng
{
   display:none;
}
#jastudio_frontdesk .menus_bot_mid_link:hover .menus_bot_mid_link_cht
{
   display:inline;
}
#jastudio_frontdesk #menus_top_left_links
{
    display: block;
    z-index: 2;
    position: absolute;
    top: 10px;
    left:50px;
}
#jastudio_frontdesk .menus_top_left_link
{
	width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
}
#wish_search_box
{
	display: none;
	font-family: initial;
    border-bottom: 1px solid #454545;
    float: none;
    position: absolute;
    left: 100%;
    width: 180px;
	top:0px;
    height: 26px;
}
#wish_search_box label
{
	font-size:12px;
	text-transform: uppercase;
}
#wish_search_keyword
{
	border-color: transparent;
    width: 100%;
    padding: 1px 3px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    margin: 0;
    background-color: transparent;
}
#wish_search_keyword::-webkit-input-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#wish_search_keyword::-moz-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#wish_search_keyword:-ms-input-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#jastudio_frontdesk #menus_bot_right_links
{
    z-index: 2;
    position: absolute;
    bottom: 5px;
    right: 35px;
}
#jastudio_frontdesk .menus_bot_right_link
{
    display: inline-block;
    margin-left: 25px;
    color:#333;
    text-align:  center;
}
#jastudio_frontdesk .menus_bot_right_link:after
{
	content:attr(alt);
	display:block;
	text-transform:uppercase;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 0.5px;
	transform: scale(0.8);
	margin-top: 3px;
}
#jastudio_frontdesk .menus_bot_right_link.mobile_link
{
	display:none;
}
#jastudio_frontdesk .link_cart_total_qty
{
	margin-right: 5px;
}



#jastudio_frontdesk #menus_links
{
    display: block;
    z-index: 2;
    position: absolute;
    top: 57px;
    right: 52px;
}
#jastudio_frontdesk .menus_link
{
	position: relative;
    cursor: pointer;
    float: left;
    margin-right: 17px;
    padding: 0px 5px;
}
#jastudio_frontdesk .menus_link:nth-last-child(2)
{
	margin-right: 0px;
}
#jastudio_frontdesk .menus_link_img
{
	position:absolute;
	width:30px;
	height:30px;
	top:7px;
	left:50%;
	margin-left:-16px;
	background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    display: none;
    cursor: inherit;
}
#jastudio_frontdesk .menus_link_opt
{
	font-size: 13px;
    letter-spacing: 0.67px;
    cursor: inherit;
}
#jastudio_frontdesk .menus_link_eng
{
	display:none;
	font-size:9px;
	font-variant:small-caps;
	text-align:right;
    cursor: inherit;
}
#jastudio_frontdesk .menus_link:nth-child(n+2)::before
{
	content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background-color: #333;
    left: -9px;
    top: 3px;
}
#jastudio_frontdesk .menus_sublinks
{
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	border:1px solid #dadada;
	border-top:none;
	background-color:#fff;
	border-radius:0px 0px 3px 3px;
	box-shadow:0px 0px 10px #000;
}
#jastudio_frontdesk .menus_sublink
{
	white-space:nowrap;
	padding:15px 30px;
}
#jastudio_frontdesk .menus_sublink:nth-child(n+2)
{
	border-top:1px solid #dadada;
}
#jastudio_frontdesk #menus_fixed_bg
{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	left:0px;
	top:0px;
	z-index:3;
}
#jastudio_frontdesk #menus_fixeds
{
	position:absolute;
	width:auto;
	height:calc(100% - 60px);
	background-color:#005387;
	right:-100%;
	top:0px;
	padding-top:60px;
}
#jastudio_frontdesk #menus_fixeds_close
{
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:30px;
	background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url(../../img/close.svg);
}
#jastudio_frontdesk .menus_fixed
{
	color:#f8f8f8;
	padding:20px 60px 20px 60px;
	position:relative;
	border-top:1px solid #80A9C3;
	border-bottom:1px solid #002A44;
	cursor:pointer;
}
#jastudio_frontdesk .menus_fixed.haschild::after
{
	content:"";
	width:0px;
	height:0px;
	border-top:8px solid #f8f8f8;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:none;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-4px;
}
#jastudio_frontdesk .menus_fixed.active.haschild::after
{
	content:"";
	width:0px;
	height:0px;
	border-bottom:8px solid #f8f8f8;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:none;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-4px;
}
#jastudio_frontdesk .menus_fixed_img
{
	position:absolute;
	width:30px;
	height:30px;
	left:15px;
	top:50%;
	margin-top:-15px;
	background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}
#jastudio_frontdesk .menus_subfixeds
{
	display:none;
	background-color:#002A44;
	border-bottom:1px solid #80A9C3;
}
#jastudio_frontdesk .menus_subfixed
{
	color:#f8f8f8;
	padding:10px 60px 10px 60px;
	position:relative;
	cursor:pointer;
}
#jastudio_frontdesk .menus_subfixed::before
{
	content:"";
	width:2px;
	height:100%;
	position:absolute;
	left:30px;
	top:0px;
	background-color:#f8f8f8;
}

#wish_popout
{
	display:none;
	z-index:11;
	position:fixed;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	cursor:pointer;
}
#wish_popout_inbox
{
	position:absolute;
	left:3%;
	top:3%;
	width:94%;
	height:94%;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image:url("../../resource/index/popout/20240606.gif");
    cursor:pointer;
}
#jastudio_frontdesk #menu_left_toggles
{
	display:none;
}

/***************************************************************/
/* HOTZONE */
#hotzone
{
	
}
/***************************************************************/
/* LEFT MENU @ HOTZONE */
#hotzone_top
{
	position: fixed;
	top: 0;
	right: 0;
	left: 230px;
	height: 62px;
	z-index: 1;
	background: #dcdcdc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#hotzone_logos
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    padding: 12px 0px 12px 28px;
	position:relative;
}
#hotzone_logo
{
    width: auto;
    height: 38px;
	display:block;
	max-width: 92px;
}
#hotzone_icon
{
	height:34px;
	padding:9px 0px 16px 53px;
	margin-left:20px;
	position:absolute;
	width:135px;
	left:0px;
	bottom:0px;
	letter-spacing:7px;
	font-weight:700;
	background-image:url(../../homebase/img/title.png);
	background-position:6px 7px;
	background-repeat:no-repeat;
	border-top:1px solid #c2c2c2;
	color:#222;
	line-height:17px;
}
#hotzone_icon::after
{
	content:" Administration System";
	color:#888;	
	font-size:70%;
	letter-spacing:-0.1px;
	font-weight: normal;
}
#hotzone #menus
{
	position:absolute;
	left:225px;
	bottom:0px;
	display:none;
}
#hotzone .menu
{
	float:left;
	padding:5px 25px;	
	margin-right:10px;
	border:1px solid #c8c8c8;
	border-bottom:none;
	border-radius:3px 3px 0px 0px;
	background-image:linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-o-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-moz-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-webkit-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	color: #6c6c6c;
}
#hotzone .menu:hover,
#hotzone .menu.active
{
	color:#fff;
	border-color: #333;
	background-image:linear-gradient(top,#4d4d4d 40%,#333 60%);
	background-image:-o-linear-gradient(top,#4d4d4d 40%,#ddd 60%);
	background-image:-moz-linear-gradient(top,#4d4d4d 40%,#ddd 60%);
	background-image:-webkit-linear-gradient(top,#4d4d4d 40%,#333 60%);
    box-shadow: inset 1px 1px 3px -1px rgba(255, 255, 255, 0.75);
}
/***************************************************************/
/* QUICK MENU @ HOTZONE */
#hotzone #quick
{
    text-align: right;
}
#hotzone #quick a
{
    display: inline-block;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #474746;
    line-height: 60px;
    padding: 0px 10px;
}
#hotzone #quick #admin
{
	display: inline-block;
	font-size: 17px;
	color: #000;
	position: relative;
	padding: 18px 8px 0px;
	border-bottom: 1px solid #fff;
}
#hotzone #quick #admin::after
{
	content: "";
	position: absolute;
	background-image:url(../../img/admin.svg);
	background-position: center 6px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	top: 12px;
	left: -35px;
}
#hotzone #quick #logout
{
	position: relative;
	padding-left: 23px;
	margin-left: 21px;
}
#hotzone #quick #logout::after
{
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	top: 32%;
	left: 0;
	border-left: 1px solid #a9aaa4;
}
#hotzone #quick #go2front
{
	padding-right: 18px;
}
/***************************************************************/
/* SUB-MENU @ HOTZONE */
#hotzone_submenus
{
    background: #a9aaa4;
    height: 100%;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 1;
}
#hotzone_title
{
    color: #fff;
    letter-spacing: 1px;
    position:absolute;
    right: 15px;
    bottom: 11px;
    -webkit-font-smoothing: antialiased;
}
#hotzone .submenu
{
	cursor:pointer;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding-left: 28px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.5px;
	display:block;
}
#hotzone .submenu:hover
{	
	background-color: #e0e2d2;
}
#hotzone .submenu.active
{
	background-color: #707169;
	color: #FFF;
}
#hotzone .submenu[href="order-list-v3"]::after,
#hotzone .submenu[href="order-his-v3"]::after
{
	content:"New Version";
	background-color:#f9bd0b;
	color:#fff;
	border-radius: 3px;
	padding: 0px 5px 2px 4px;
	font-size: xx-small;
	margin-left: 4px;
}
.hotzone_submenu2s
{
	display:none;
	padding: 0px 28px;
	padding-bottom: 10px;
}
.hotzone_submenu2s.active
{
	display:block;
}
#hotzone .submenu2
{
	display: block;
	color: rgba(51, 51, 51, 0.65);
	line-height: 24px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding:5px 0px 5px 24px;
}
#hotzone .submenu2:first-child
{
	border-top: 1px solid rgba(112, 113, 105, 0.4);
}
#hotzone .submenu2:hover
{
	color: rgba(51, 51, 51, 1);
	background-color: #e0e2d2;
}
#hotzone .submenu.active+.hotzone_submenu2s
{
	background-color: #707169;
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2
{
	color: rgba(255, 255, 255, 0.55);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2:first-child
{
	border-top:1px solid rgba(255, 255, 255, 0.25);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2:hover
{
	background-color:transparent;
	color: rgba(255, 255, 255, 1);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2.active
{
	color: #FFC107;
}
#_ADD, #_IMPORT, #_EXPORT
{
	cursor:pointer;
}
._EDIT, ._VIEW, ._REMOVE, ._SAVE, ._BACK, ._PRINT, ._SEARCH, ._CLEAR, ._SELECTALL
{
	/*	
	padding:2px 7px;
	border-radius: 3px;
	background-image:linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-o-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-moz-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-webkit-linear-gradient(top,#fff 40%,#e6e6e6 60%);
    box-shadow: inset 2px 0px 0px #fff,inset -2px 0px 0px #fff;
	text-align:center;
	border:1px solid #d1d1d1;
	cursor:pointer;
	margin:5px;
	font-size: 13px;
	*/
	white-space: nowrap;
}
._EDIT:hover, ._VIEW:hover, ._REMOVE:hover, ._SAVE:hover, ._BACK:hover, ._PRINT:hover, ._SEARCH:hover, ._CLEAR:hover, ._SELECTALL:hover
{
	/*
	border:1px solid #333;
	color:#000;
	*/
}
._EDIT::before, ._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:"存檔";
}
._EDIT::before
{
	background-image:url(../../homebase/img/edit.png);
}
._EDIT::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:"全(不)選";
}
#hotzone_subtitle
{
    padding: 0 8px 0 12px;
    text-align: left;
    border: 1px solid;
    border-color: #e9eae6 #e2e3de #d6d6d1;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    background-color: #f9f9f6;
    font-size: 15px;
    line-height: 46px;
    position:relative;
}
#hotzone_subtitle img
{
	float:left;
	height:20px;
	width:auto;
	margin-right:5px;
	margin-top:-4px;
	display: none;
}
#hotzone_search_box
{
    float: right;
    position: relative;
    margin-top: 9px;
    padding: 0px 25px 0px 0px;
    line-height: initial;
}
#hotzone_search
{
	height: 24px;
	line-height: 24px;
	border-color: #cfd0c8;
	border-radius: 2px 0px 0px 2px;
	vertical-align: top;
}
#hotzone_search_submit
{
    position: absolute;
    width: 24px;
    height: 26px;
    right: 0px;
    top: 0px;
    border: 1px solid #cfd0c8;
    border-radius: 0 2px 2px 0;
    border-left: none;
    background-color: #fff;
    background-image: url("../../img/search.svg");
    background-position: center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
/***************************************************************/
/*
/* #hotzone #main @ head.php
/*
/***************************************************************/
#hotzone #main 
{
    margin-left: 230px;
    margin-right: 30px;
    padding-top: 75px;
    padding-bottom: 80px;
    padding-left: 30px;

}