/*==================== globel ==================================================================== */
* {
	position: relative;
	/* box-sizing: border-box; */
}

body {
	font-family: 'Noto Sans TC', sans-serif;
}

@font-face {
	font-family: 'Noto Sans TC', sans-serif;
	src: url('fonts/Noto_Sans_TC/ Noto Sans TC.otf');
	src: url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
	src: url('fonts/Noto_Sans_TC/NotoSansTC-Regular.otf,NotoSansTC-Medium.otf,NotoSansTC-Bold.otf,NotoSansTC-Black,NotoSansTC-Thin');
}

#ctl00_ctl00_ContentPlaceHolder1_lblValidateSalary,
.RadButton_Bootstrap,
.RadLabel,
.RadLabel_Bootstrap,
.rddlItem,
.rddlItemSelected,
.rddlFakeInput,
.RadInput_Bootstrap,
.RadInputMgr_Bootstrap,
.rgRow,
.rgAltRow,
.rgHeader,
tr,
td,
table,
.RadWindow_Bootstrap {
	font-family: 'Noto Sans TC', sans-serif, Microsoft JhengHei !important;
}


.margin-bottom16px {
	margin-bottom: 16px;
}


.RadWindow .rwTitle {
	box-sizing: none !important;
}

/* 讓列印無亂碼========================================================================*/

.riTextBox,
.hoveredempty,
.radEmptyMessageCss,
.riEmpty,
.riEnabled,
.riTextBox,
th,
tr,
td,
table {
	font-style: normal !important;
	font-weight: 500 !important;
}

.RadCheckBox,
.RadButton,
.RadButton_Bootstrap,
.rbCheckBox,
.rbRounded,
.rbIconButton,
.riTextBox,
.riEnabled {
	font-weight: 500 !important;
	font-style: normal !important;
}

/* 問卷標題的字，取代h3跟h4用的========================================================================*/

.fontsize-h3 {
	text-align: left;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 2.3em;

}

.fontsize-h4 {
	text-align: left;
	font-size: 1em;
	font-weight: 600 !important;
	line-height: 1.5em;
}

.fontw600-fontsize18 {
	font-weight: 600;
	font-size: 18px;
}

.fontsize17px {
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 20px;
}

.fontsize14px-c-m {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 30px;
	color: rgb(49, 73, 153);
}



/* ==倒數計時跟載入資料 =============================================================================*/

.plTime-css-top-right {
	height: 32px;
	padding: 3px;
	width: 215px;
	border-radius: 10px;
	position: fixed;

	z-index: 9;
	top: 85px;
	right: 0px;
}



.plTime-css-top-right-down {
	height: 32px;
	padding: 3px;
	width: 215px;
	border-radius: 10px;
	position: fixed;
	z-index: 9;
	top: 120px;
	right: 0px;
}

.plTime-css {
	margin: 3px;
	font-size: 14px;

}

/* .plMain-css {
} */

#ctl00_ctl00_ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_plLoadPanel,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_plTime {
	width: 220px;
}

.plTime-css-top-wapper {
	height: 70px;
	width: 210px;
	position: fixed;
	top: 88px;
	right: 0px;
	background: rgb(231, 234, 238);
	border-radius: 10px;
	box-shadow: 8px 6px 15px rgba(0, 0, 0, 0.2);
	z-index: 5;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ddlYear {
	width: 110px;
}

/* 問卷左邊的nav=============================================================================================*/

.Left-Menu-css {
	margin-top: 6px;
	margin-left: 32px;
	background: rgb(56, 106, 172);
	width: 60px;
	position: fixed;
	left: 0px;
	z-index: 3;
	border-radius: 15px;
	box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.25);
}

.Left-Menu-css a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	padding: 15px;
	display: block;
}

.Left-Menu-css ul {
	display: block;
	margin: 0;
	padding: 0;
}

.Left-Menu-css ul li {
	display: block;
}

.Left-Menu-css ul li:hover {
	background: rgb(78, 156, 148);
	box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.25);
	font-family: 'Noto Sans TC', sans-serif, Microsoft JhengHei !important;

}

.Left-Menu-css ul li:hover ul {
	display: block;
}

.Left-Menu-css ul li ul {
	position: absolute;
	left: 55px;
	display: none;
	width: 200px;
	top: 0px;

}

.Left-Menu-css ul li ul li {
	background: rgb(78, 156, 148);
	display: block;

}

.Left-Menu-css ul li ul li a {
	display: block !important;
}

.Left-Menu-css ul li ul li:hover {
	background: rgb(98, 180, 172);
}

.member-img-3 {
	width: 38px;
	margin: 13px;
}

.member-img-3-a {
	margin: 0px !important;
	padding: 0px !important;
	height: 55px !important;
}

.member-img-3:hover {
	filter: grayscale(80%);
}


/* ==================== 框線的設定 ================================================================  */
.container {
	width: 1170px;
	margin: 0 auto;
	/* border: 1px solid #999; */
	padding: 0 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.col-1-2,
.col-1-3,
.col-5-6,
.col-1-6 {
	float: left;
	padding: 0 15px;
}

.col-1-2 {
	width: 80%;
}

.col-1-3 {
	width: 33.33333%;
}

.col-5-6 {
	width: 83.33333%;
}

.col-1-6 {
	width: 16.66667%;
}

/* custom */
.wrapper {
	overflow: hidden;
}

/*====================  假裝的內容元件 =======================================================================*/

.elements {
	font-size: 20px;
	padding: 10px;
	/* border:1px solid #000; */
}

.givePadding {
	padding-top: 150px;
	padding-bottom: 180px;
}

.main-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==================== navbar ============================================================================== */
.navbar {
	background-color: rgb(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.navbar .elements {
	height: 80px;
}

.StyleinLineFlex {
	display: inline-block;
	width: 400px;
}

.poj-title a {
	width: 110px;
	font-size: 16px;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	padding-bottom: 8px;
	float: right;
}

.poj-img {
	padding-top: 16px;
	float: left;
	margin: 0;
	padding-left: 38px;
}

.icon-logout-css:hover,
.poj-img:hover {
	filter: invert(0.5);
}

.poj-img a img {
	height: 26px;
}


/*====================  btnSave ============================================================================ */
.btnSave-InlineFlex {
	display: inline-flex;
	width: 420px;
	margin: 0 auto;
	padding-left: 32px;
	padding-bottom: 8px;
	padding-top: 16px;

}

.btnSave_Click-css {
	border: #004097 !important;
	background-color: #004097 !important;
	color: rgb(255, 255, 255) !important;
	width: 150px !important;
	margin-right: 16px !important;
	height: 48px !important;
	border-radius: 10px !important;
}

.btnSave-folt-R {
	margin: 8px 8px 32px 8px;
	text-align: center;
	float: right;
}

.btnSave-folt-L {
	margin: 8px 8px 32px 8px;
	text-align: center;
	float: left;
}

.exportElement-css {
	border: #7191be;
	background-color: #7191be;
	color: rgb(255, 255, 255);
	width: 150px;
	margin-right: 16px;
	height: 48px;
	border-radius: 10px;
	cursor:pointer;
}


/*====================  jumbotron ====================================================================== */

.jumbotron {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

.jumbotron .elements {
	height: 500px;
}

.jumbotron .elements-04 {
	height: 350px;
}

.elements-04 {
	font-size: 20px;
	padding: 10px;
}

/*====================  Footer ========================================================================= */
.footer {
	padding-top: 0px;
	padding-bottom: 16px;
	text-align: center;
}

.footer-elements-3 {
	display: inline-flex;
}

.footer-elements-text {
	margin: 16px !important;
	color: rgb(129, 125, 125) !important;
	font-size: 0.8em !important;
	letter-spacing: 2px !important;
	border-width: 0px !important;
	border-color: none !important;
}

.footer-elements-text-cc {
	color: rgb(129, 125, 125);
	font-size: 0.8em;
	letter-spacing: 2px;
	line-height: 20px;
}

/* ================ 置中elements中Div ================================================================== */

.elements div {
	display: inline-block;
}

.jb-logo-img {
	padding: 8px;
}

/* =============== 右上方的按鈕 ======================================================================== */
.clientele-login-btn {
	position: fixed;
	top: 3%;
	right: 8%;
}

.clientele-login-btn-note {
	position: relative;
	top: -20px;
	left: -30px;
}

.login-for-clientele {
	width: 150px;
	height: auto;
	border: 2px solid #7DBBF8;
	box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15) !important;
	border-radius: 24px;
	font-size: 18px;
	display: inline-block;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin: 0px;
}

.login-for-clientele:hover {
	border: 2px solid rgb(84, 132, 180) !important;
	color: rgb(107, 106, 106) !important;
}


.registered-for-clientele {
	width: 150px;
	height: auto;
	font-size: 18px;
	background-color: rgb(138, 192, 247) !important;
	border: 2px solid rgb(138, 192, 247) !important;
	box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15) !important;
	border-radius: 24px;
	display: inline-block;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin: 0px;
}

.registered-for-clientele:hover {
	color: rgb(255, 251, 251) !important;
	background-color: rgb(70, 159, 248) !important;
	border: 2px solid rgb(70, 159, 248) !important;
}

/* ================ info-boX-IMG ==========================================================================*/
.elements .imgSize-info-box {
	padding-top: 100px;
}

.imgSize-info-box-btn {
	width: 180px;
	font-size: 24px;
	background-color: #f7ab02;
	border: 2px solid #f7ab02;
	box-shadow: 12px 12px 7px rgba(0, 0, 0, 0.15);
	border-radius: 24px;
	height: auto;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin: 0px;
	position: absolute;
	top: 70%;
	right: 24%;
	z-index: 3;
}

.imgSize-info-box-2-3 {
	padding: 16px 0;
}

.imgSize-info-box-4 {
	padding: 8px 0;
}

/* ================ ClientSide-AfterLogin / 登入後的css =========================================================*/

.jumbotron .elements-al-01 {
	padding-top: 90px;
	padding-left: 10%;
	padding-right: 10%;
}

.header-menu-btn {
	padding-top: 20px;
}

.header-menu-btn div {
	padding: 8px;
}

.header-menu-btn div a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	padding: 8px;
	margin: auto 8px;
}

.header-menu-btn div a:hover {
	font-size: 18px;
	color: rgb(201, 199, 199);
	padding: 8px;
	margin: auto 8px;
}

.navbar-afterlgin {
	background-color: #003F98;
	padding: 8px 16px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 3;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.2);
}

.navbar-afterlgin .elements {
	height: 80px;
}

.navbar-afterlgin .logoutbutton a span img {
	height: 24px;
}

.icon-logout-css {
	margin-right: 32px !important;
}

.header-menu-btn-RadButton {
	font-size: 18px !important;
	color: rgb(255, 255, 255) !important;
	padding: 0px !important;
	margin: 0px !important;
	border-color: rgba(204, 204, 204, 0) !important;
	border: 0px !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

.header-menu-btn-RadButton:hover {
	font-size: 18px !important;
	color: rgb(201, 199, 199) !important;
	padding: 0px !important;
	margin: 0px !important;
	border-color: rgba(204, 204, 204, 0) !important;
	border: 0px !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

/* ================================填表小幫手視窗================================ */

#RadWindowWrapper_ctl00_rwMT {
	width: 1200px !important;
}


#alert1583810194537_content {
	height: 100px !important;
}



/* ================Member.aspx ========================================================================== */

/* 左邊提示 */

.LeftBottom-btn-PrivateService-Member {
	width: 200px;
	height: 150px;
	padding: 10px 10px 16px 10px;
	border-radius: 20px;
	background-color: rgb(243, 241, 193);
	box-shadow: 8px 12px 25px rgba(59, 42, 42, 0.25);
	position: fixed;
	left: 16px;
	bottom: 30%;
	z-index: 3;
	overflow: hidden;
}

.LeftBottom-btn-PrivateService-Member:hover {
	background-color: rgb(235, 234, 182);
	width: 260px;
	height: 260px;
}

.LeftBottom-btn-PrivateService-p-Member {
	margin: 6px;
	color: rgb(68, 58, 119);
	font-size: 14px;
}

.LeftBottom-btn-PrivateService-img-Member {
	width: 160px;
	margin: 8px auto;
}

.LeftBottom-btn-PrivateService-p-2-11 {
	margin: 6px;
	color: rgb(55, 45, 107);
	font-size: 11px;
	padding-left: 10px auto;
	width: 190px;
}



/* 左邊提示終點 */

.width420px {
	width: 420px;
}

.margin4px {
	margin: 8px;
}

.Member-wapper {
	box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.25);
	border-radius: 24px;
	width: 100%;
	margin: 8px;
	padding: 8px;
}

.lblCompanyID-right {
	text-align: right;
	font-size: 14px;
	color: #525050;
	font-family: 'Noto Sans TC', sans-serif, Microsoft JhengHei !important;
}

.display-inline {
	display: inline-flex;
}


/* 緞帶區域 */
.Member-title {
	font-size: 20px !important;
	font-weight: 500;
	width: 600px;
	height: 86;
	position: relative;
	background: rgb(68, 118, 184);
	color: #fff;
	text-align: center;
	margin: 20px auto;
	letter-spacing: 3px;
}

.Member-title-sh {
	margin: 0px;
	width: 550px;
	text-align: center;
	padding: 25px;
	font-size: 22px;
}

.Member-title-s {
	font-size: 14px;
	padding-left: 8px;
	color: #fff9f9;
	letter-spacing: 2px;
}

.Member-title:before,
.Member-title:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid rgb(42, 90, 153);
	z-index: -1;
}

.Member-title:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;

}

.Member-title:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;

}

.Member-title-sh:before,
.Member-title-sh:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: rgb(39, 30, 124) transparent transparent transparent;
	bottom: -1em;
}

.Member-title-sh:before {
	left: 0;
	border-width: 1em 0 0 1em;
}

.Member-title-sh:after {
	right: 0;
	border-width: 1em 1em 0 0;
}

.member-img-2 {
	width: 48px;
	text-align: left;
	margin: 13px;
	position: absolute;
	left: 100px;

}

/* 框格線 */

.Member-form-btn {
	position: relative;
	background-color: #fff;
	border-bottom: solid 2px rgb(205, 211, 230);
	margin: 8px auto;
	text-align: center;
	width: 600px;
	padding-bottom: 8px;
}

.Member-form-btn-2 {
	position: relative;
	text-align: center;
	margin: 8px auto;
	border-radius: 20px;
	width: 500px;
	padding: 8px auto;
}

/* 說明文字 */
.Member-form-btn-text {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 15px;
	color: #368080;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 4px auto;
}

.Member-form-btn-text-p {

	font-size: 15px;
	letter-spacing: 2px;
	line-height: 18px;
	color: #368080;
	padding-top: 4px auto;

}

/*填寫狀態 */
.Member-lblValidateMember {
	margin: 4px;
	padding: 4px;
}

.Member-lblValidateMember-2 {
	position: absolute;
	right: 10%;
	top: 20%;
}

/* 問卷hover的樣式 */

.Member-FancyButton {
	display: inline-block;
	color: rgb(18, 48, 88);
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	transition: all 0.3s;
}

.Member-FancyButton:hover {
	color: rgb(245, 104, 80);
}

.Member-FancyButton:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 0%;
	height: 5px;
	background-color: rgb(18, 48, 88);
	transition: all 0.3s;
}

.Member-FancyButton:after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 0%;
	height: 5px;
	background-color: rgb(18, 48, 88);
	transition: all 0.3s;
}

.Member-FancyButton:hover:before {
	width: 100%;
	background-color: rgb(245, 104, 80);
	left: 0;
}

.Member-FancyButton:hover:after {
	width: 100%;
	background-color: rgb(245, 104, 80);
	right: 0;
}

/* 問卷圖片樣式 */
.member-img {
	width: 110px;
	margin-top: 32px;
	margin-bottom: 16px;
}

/* 問卷下載框 */

.Member-form-btn-2 {
	padding-bottom: 32px;
}

/* 下載報告按鈕 */

.btnDownloadSalary-hover {
	padding: 4px;
}

.btnDownloadSalary-hover:hover {
	padding: 8px;
}

/* ================MemberBase.aspx ========================================================================== */

.margin-left8px {
	margin-left: 8px;
}

.width180px {
	width: 180px !important;
}

.width800px {
	width: 800px !important;
}

.lblTime-css {
	margin: 2px;
	padding-left: 6px;
	padding-top: 6px;
}



.MemberBase-title-rl {
	display: flex;
	width: 60px !important;
	height: 250px;
	background-color: rgb(248, 252, 142);
	justify-content: center;
	align-items: center;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 18px;
	color: rgb(18, 48, 88);
	margin-right: 21px;
}


.MemberBase-title-r2 {
	display: flex;
	width: 60px !important;
	height: 250px;
	background-color: rgb(164, 195, 207);
	justify-content: center;
	align-items: center;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 18px;
	color: rgb(18, 48, 88);
	margin-right: 21px;
}

.MemberBase-b-txt {
	color: #368080;
	margin: 4px 0px;
	font-size: 14px;
	padding-left: 16px;
	letter-spacing: 1px;
}

.MemberBase-readtxt {
	background-color: #ffe4e4;
	font-size: 16px;
	color: #fe5b5b;
	border: 1px solid #fe5b5b;
	padding: 10px 10px;
	margin: 15px 0 15px 0;
	border-radius: 4px;
}

.MemberBase-readtxt-left {
	color: #FF362F;
	margin: 6px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.font15px-css {
	font-size: 15px;
}

/* salary.aspx也有使用 */


/* ================MemberAuth.aspx ========================================================================== */

.width70px {
	width: 70px !important;
}

.width115px {
	width: 115px !important;
}

.width125px {
	width: 125px !important;
}

.width130px {
	width: 130px !important;
}

.width240px {
	width: 240px !important;
}

.width310px {
	width: 310px !important;
}

.width390px {
	width: 390px !important;
}

.TxtBuleStyle {
	font-weight: 600;
	color: rgb(38, 23, 102);
}

.EmptyMessage-b-t {
	color: #368080 !important;
}

.EmptyMessage-r-t {
	color: #ff0000 !important;
}


.ContactPersonStyle {
	color: rgb(47, 20, 168);
	background-color: rgba(255, 252, 67, 0.7);
	padding: 8px;
	position: absolute;
	left: 20px;
	top: 60px;
	width: 20px;
	font-size: 22px;
}


/* 左邊的提示 */
.LeftBottom-btn-PrivateService {
	width: 160px;
	height: 150px;
	padding: 4px;
	border-radius: 20px;
	background-color: rgb(243, 241, 193);
	box-shadow: 8px 12px 25px rgba(59, 42, 42, 0.25);
	position: fixed;
	left: 16px;
	bottom: 30%;
	z-index: 3;
	overflow: hidden;
}

.LeftBottom-btn-PrivateService:hover {
	background-color: rgb(235, 234, 182);
	width: 210px;
	height: 210px;
}

.LeftBottom-btn-PrivateService-p {
	margin: 7px;
	color: rgb(68, 58, 119);
	font-size: 14px;
	width: 150px;
}

.LeftBottom-btn-PrivateService-p-2 {
	margin: 5px;
	color: rgb(55, 45, 107);
	font-size: 14px;
	padding-left: 10px;
	width: 190px;
}

.LeftBottom-btn-PrivateService-img {
	width: 110px;
	margin: 8px auto;
}


/* ================Condition.aspx ========================================================================== */
.linehigh30px {
	line-height: 30px;
}

.bold {
	font-weight: 600;
}

.Condition-title {
	text-align: left;
}

.padding-left72px {
	padding-left: 72px;
}

.div-margin {
	margin: 8px;
}

.condition-ul {
	list-style-type: decimal;
	text-align: left;
}

.condition-ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	list-style: none;
}

.Condition-title-s-1 {
	height: 30px;
	color: rgb(49, 73, 153) !important;
	line-height: 20px;
	margin: 4px;
	font-weight: 500 !important;
}


.Noun-definition {
	padding: 0px 40px;
	width: 100%;
	text-align: left;
}

.Noun-definition-content {
	width: 880px;
	padding-left: 25px;
	padding-top: 8px;
	font-size: 15px;
}

.Noun-definition .Condition-title span {
	color: #324141;
	line-height: 25px;
	text-indent: -100px;
	margin: 4px;
}

.Noun-definition-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}

.Condition-title-rl {
	display: flex;
	width: 46px !important;
	background-color: rgb(248, 246, 145);
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgb(18, 48, 88);
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	z-index: 1;
	margin: 8px;
	padding: 4px;
}

.Condition-title-rl-bg-1 {
	background-color: rgb(248, 246, 145);
}

.Condition-title-rl-bg-2 {
	background-color: rgb(168, 202, 212);
}

.height-800px {
	height: 800px !important;
}

.height-700px {
	height: 760px !important;
}

.height-350px {
	height: 350px;
}

.height-310px {
	height: 310px;
}

.height-300px {
	height: 300px;
}

.height-290px {
	height: 290px;
}

.height-270px {
	height: 270px;
}

.height-260px {
	height: 260px;
}

.paddingleft40 {
	padding-left: 40px;
}

.paddingleft100 {
	padding-left: 100px;
}

.position-relative-p8 {
	position: relative;
	margin-bottom: 8px;
}

.text-align-left {
	text-align: left;
}

.color-txt100-c {
	background-color: rgb(246, 247, 208);
	border-radius: 10px;
	padding: 4px;
}

.color-b-c {
	background-color: rgb(215, 233, 240);
	border-radius: 10px;
	padding: 4px;
}

.color-txt100-c-2 {
	background-color: rgba(234, 217, 236, 0.904);
	border-radius: 10px;
	padding: 4px;
}

.color-b-c-2 {
	background-color: rgba(234, 217, 236, 0.904);
	border-radius: 10px;
	padding: 4px;
}


/* ================SalaryPolicy.aspx ========================================================================== */



.color-txt100 {
	background-color: rgb(246, 247, 208);
	margin-top: 12px;
	margin-right: 42px;
	width: 45%;
	display: block;
	padding: 10px;
	border-radius: 10px;
}

.color-b {
	background-color: rgb(215, 233, 240);
	margin-top: 12px;
	width: 45%;
	display: block;
	padding: 10px;
	border-radius: 10px;
}

.display-inline-b-w100 {
	position: relative;
	width: 100%;
	display: inline-flex;
}

/* ----本來在旁邊的填寫欄位------ */
/* 
.pos-right-0 {
	position: absolute;
	bottom: -9px;
	left: 60px;
} */

/* ================OperatorSalary.aspx ========================================================================== */

.list-style-type-none {
	list-style-type: none;
}

.OperatorSalary-li {
	line-height: 22px;
	letter-spacing: 1.4px;
}

.note-b-t {
	color: #368080 !important;
	font-size: 15px;
	padding: 8px;
	margin: 4px auto;
}

.note-b-t-2 {
	color: rgb(14, 14, 14);
	font-size: 17px;
	padding: 4px;
	margin: 4px auto;
	font-weight: 600;
}

.bgc-color {
	background-color: rgb(246, 247, 208);
	padding: 6px;
	border-radius: 5px;
}

.tb-bold-sty {
	width: 100%;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}

.tb-bold-sty td {
	background-color: rgb(215, 233, 240);
	font-size: 14px;
}

.OperatorSalary-css {
	color: #ff0000 !important;

}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ddlDutyType {
	width: 250px;
}

/* ================Bonus.aspx ========================================================================== */

.div-margin-Bonus {
	margin: 16px 0px;
}

.text-align-center {
	text-align: center !important;

}

.bonus-type-01-y {
	width: 250px;
	height: 30px;
	font-weight: 600;
	margin: 4px;
	padding-left: 12px;

}

.bonus-type-02-b {
	background-color: rgb(215, 233, 240);
	width: 98px;
	height: 30px;
	font-weight: 600;
	margin: 4px;
}

.fontsize-h4-bonus {
	text-align: left;
	font-size: 1em;
	font-weight: 600 !important;
	line-height: 1.2em;
}

.bonus-type-01-bg-y {
	background-color: rgb(246, 248, 191) !important;
	padding: 4px;
}

.bonus-type-02-bg-b {
	background-color: rgb(215, 233, 240);
	padding: 4px;
}

.bonus-tbsty1 {
	width: 100%;
}

.txtSuggestion-css-p {
	padding-top: 24px;
	padding-left: 24px;
}

.txtSuggestion-css-box {
	padding-left: 24px;
}

.MemberBase-readtxt-bonus {
	background-color: #ffe4e4;
    font-size: 16px;
    color: #fe5b5b;
    border: 1px solid #fe5b5b;
    padding: 10px 10px;
    margin: 15px 0 15px 0;
    border-radius: 4px;
}

/* ================Welfare.aspx ========================================================================== */

.padding-left-24px {
	padding-left: 24px;
}

.padding-12px {
	padding: 12px 12px 12px 32px;
}

.padding-12px-tb {
	padding-bottom: 12px;
	padding-top: 12px;
}

.padding-12px-b {
	padding-bottom: 12px;
}

.padding-4px {
	padding: 4px;
}

.fontsize14px-c-m-welfare {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 18px;
	color: rgb(49, 73, 153);
}

.ddlHouseRentType-01 {
	margin: 0px auto;
	width: 100%;
	/* height: 130px;
	overflow: hidden; */
}

/* ================Hunter.aspx ========================================================================== */


.Hunter-btnSave_Click-css {

	border: rgb(253, 167, 55) !important;
	background-color: rgb(253, 167, 55) !important;
	color: rgb(255, 255, 255) !important;
	width: 100px !important;
	margin-right: 16px !important;
	height: 36px !important;
	border-radius: 10px !important;
}

.foreignRadioAppenMeText {
	width: 50px;
	/*padding-bottom: 1px;*/
	/*border: 0;*/
	/*border-bottom: 1px #000 solid;*/
	/*background-color: transparent;*/
}

.foreignRadioColumn2 {
	padding-top: 5px;
}

.foreignRequired:after {
	content: " *";
	color: red;
}

/* ================ RWD ==================================================================================== */

@media (max-width:1123px) {
	.container {
		width: 1123px;
	}

	.jumbotron .elements {
		height: auto;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 900px;
	}
}

@media (max-width:1024px) {
	.container {
		width: 1024px;
	}

	.jumbotron .elements {
		height: auto;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 900px;
	}
}

@media (max-width:952px) {
	.container {
		width: 952px;
	}

	.jumbotron .elements {
		height: auto;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 700px;
	}
}

@media (max-width:768px) {
	.container {
		width: 767px;
	}

	.jumbotron .elements {
		height: auto;
	}

	.jb-logo-img img {
		display: none;
	}

	.clientele-login-btn {
		position: fixed;
		top: 3%;
		right: 18%;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 560px;
	}

	.poj-img {
		display: none;
		width: 0px;
	}

	.clientele-login-btn-note {
		display: none !important;
	}

	.clientele-login-btn-note .rbText {
		display: none !important;
	}
}


@media (max-width:575px) {
	.container {
		width: 523px;
		margin: 0 auto;
		/* border: 1px solid #999; */
		padding: 0 15px;
	}

	h1 {
		font-size: 24px;
		margin-top: 0.5em;
	}

	.jumbotron .elements {
		height: auto;
	}

	.jumbotron .elements-04 {
		height: 180px
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 360px;
	}
}

@media (max-width:423px) {
	.container {
		width: 411px;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 360px;
	}

	h1 {
		font-size: 18px;
		margin-top: 0.5em;
	}

	.jumbotron .elements-04 {
		height: 140px
	}

	.footer-elements-text {
		font-size: 12px;
		margin: 4px;
	}

	.login-for-clientele,
	.registered-for-clientele {
		width: 120px;
	}

	.elements {
		font-size: 20px;
		padding: 0px;
		/* border:1px solid #000; */
	}

	.container {
		padding: 0px;
		margin: 0px;
	}

	.footer-elements-text-cc {
		color: rgb(129, 125, 125);
		font-size: 9px !important;
		letter-spacing: 0px;
		line-height: 10px;
	}

}

@media (max-width:375px) {
	.container {
		width: 375px;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 300px;
	}

	h1 {
		font-size: 18px;
		margin-top: 0.5em;
	}

	.jumbotron .elements-04 {
		height: 130px
	}

	.footer-elements-text,
	{
	font-size: 12px;

}

.login-for-clientele {
	width: 120px;
}

.registered-for-clientele {
	width: 120px;
}
}

@media (max-width:320px) {
	.container {
		width: 320px;
	}

	.imgSize-info-box,
	.imgSize-info-box-2-3,
	.imgSize-info-box-4 {
		width: 280px;
	}

	h1 {
		font-size: 16px;
		margin-top: 12px;
	}

	.footer-elements-text {
		font-size: 7px;
	}

	.login-for-clientele {
		width: 105px;
	}

	.registered-for-clientele {
		width: 105px;
	}

	.footer-elements-text {
		margin: 4px 4px 16px 4px;
	}

	.footer-elements-text-cc {
		color: rgb(129, 125, 125);
		font-size: 4px !important;
		letter-spacing: 0px;
		line-height: 5px;
	}
}



/* ================客戶登入後的 RWD ==================================================================================== */

@media (max-width:900px) {
	.header-menu-btn {
		width: 767px;
		display: inline-block;
	}

	.poj-img {
		display: none;
		width: 0px;
	}
}

[data-tooltip]:hover:after {
	z-index:9999;
	display: block;
	position: absolute;
	right:0;
	/*left:10px;
	top:20px;*/
	content: attr(data-tooltip);
	border: 1px solid black;
	background: #eee;
	padding: .25em;
}