@charset "utf-8";

/* basic info

ci
#4288d7
#a2c5ed



col-md-push-*  往左推 
col-sm-offset-* 往右推 

強迫換行，英文字會被切一半 word-break: break-all;
單字換行 word-wrap:break-word;
都不換行 white-space:nowrap;
nth-child 
:nth-child(odd) 奇 :nth-child(even) 偶
:first-child 第一 :last-child 最後
https://www.great-good.tw/articles/css_nth_chile/

:last-of-type :first-of-type :nth-of-type

*/

button,
a,
input,
textarea {
	outline: none !important;
}

/*去除內陰影*/


body::-webkit-scrollbar {
	/*整體的scrollbar樣式*/
	width: 7px;
}

body::-webkit-scrollbar-track,
.lightbox-pop::-webkit-scrollbar-track {
	/*scrollbar 軌道*/
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
}

body::-webkit-scrollbar-thumb,
.lightbox-pop::-webkit-scrollbar-thumb {
	/*bar的樣式*/
	background-color: #000;
	outline: none !important;
	/*bar border*/
	background-image: -webkit-linear-gradient(45deg,
			/*情角*/
			#000,
			/*第一段上方間變 25%*/
			transparent 25%, transparent 50%,
			/*第一段下方間變*/
			#000,
			/*第二段上方間變*/
			#000, transparent 25%, transparent 50%);
	/*第二段下方間變*/
}

body::-webkit-scrollbar-track-piece {
	/*滚动条没有滑块的轨道部分*/
	width: 7px;
}


.lightbox-pop::-webkit-scrollbar {
	width: 4px;
}

.lightbox-pop::-webkit-scrollbar-track-piece {
	width: 4px;
}

.lightbox-pop::-webkit-scrollbar-thumb {
	background-image: linear-gradient(#333, #333);
}

.select-moon select::-webkit-scrollbar {
	width: 4px;
}

.select-moon select:focus::-webkit-scrollbar {
	width: 4px;
}

.select-moon select:focus::-webkit-scrollbar-track-piece {
	width: 4px;
}

.select-moon select:focus::-webkit-scrollbar-thumb {
	background-color: #fff;
	background-image: linear-gradient(#fff, #fff);
}

/*Loader loading 下載 logo 轉場動畫*/
#Loader {
	display: none;
	position: absolute;
	width: 150px;
	height: 150px;
	animation-name: flash;
	border-radius: 75px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border-radius: 75px;
	border: 2px solid #fff;
	border-top: 1px solid #fcb040;
}

#LoaderPic {
	display: none;
	position: absolute;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.svg);
	background-size: 150px auto;
	background-position: center;

}

#LoaderBG {
	display: none;
	width: 100%;
	position: absolute;
	opacity: 0.8;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	/*下載 下載背景 loadingbg*/
}


.bodyblur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.bodyblur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.bodyblur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


/*besic*/
body {
	background-color: #fff;
}



/*上方資訊列*/

.navbar {
	position: absolute;
	width: 100%;
}

.menu-header {
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 1);
	height: 3.6em;
}

.navbar-header {
	float: left;
	position: absolute;
}

.menu-header .user-info {
	height: 6.5em;
	width: 12em !important;
	margin-top: -0.9em;
}

.menu-header .user-info img {
	width: 34px !important;
	height: 34px !important;
	border-radius: 17px;
	margin-top: 1.5em;
	margin-left: 1em;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #fff;

}

.menu-header .user-info h1 {
	font-size: 1.7em !important;
	white-space: nowrap;
	line-height: 0;
	color: #fff;
	font-weight: 600;
	margin-top: 0.4em;
	margin-left: 1.8em;
	line-height: 1.7em !important;
}

.syscg {
	border-radius: 4px;
	left: 8em;
	margin-left: 6em;
	top: 0.3em !important;
	width: 8em !important;
}

.syscg .icon-recruit a,
.syscg .icon-accounting a {
	background-image: url(../images/icon_recruit.svg);
	background-repeat: no-repeat;
	display: block;
	width: 3em;
	height: 2.8em;
	background-size: 2.6em auto;
	background-position: 0.3em 0.2em;
	border-right: 2px #6d4d95 solid;
	margin-right: 0.6em;
	float: left;
}

.syscg li {
	float: left;
}

.syscg .icon-accounting a {
	background-position: 0.5em 0.3em;
	background-size: 2.4em auto;
	background-image: url(../images/icon_accounting.svg);
}

.tip-sys {
	font-size: 1.3em;
	padding: 0.6em;
	border: none !important;
	background-color: rgba(252, 176, 64, 0.95);
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	font-weight: 500;
}

.navbar-nav {
	margin-left: 10%;
}

.version-sidenav {
	height: 50px;
	background: #fff;
	text-align: right;
}

.navbar .logout {
	width: 40px;
	position: absolute;
	right: 0;
}

.navbar .logout a {
	display: block !important;
	background-color: 000 !important;
	border: none;
	background-image: url("../images/icon_logout.svg");
	background-repeat: no-repeat;
	width: 2.3em;
	height: 2.4em;
	margin-top: 0.5em;
	background-size: 2em auto;
	background-position: 0em;
}

.nav .logout a:hover {
	background-image: url("../images/icon_logout.svg");
	background-repeat: no-repeat;
	background-size: 2em auto;
	background-position: 0 0.4em;
}

.navbar-inverse .navbar-nav>.logout>a:hover {
	background-color: #000;
	background-image: url("../images/icon_logout.svg");
}

.nav .logout i {
	display: none;
}

.quick-link .breadcrumb {}

.quick-link a {
	text-decoration: none;
	color: #d26a0e;
	margin: 0em 0em;
}

.quick-link a:hover {
	color: #d26a0e;
}

.quick-link .home {
	margin: 0;
	padding: 0;
}

.quick-link .home .home-recruit {
	background-image: url(../images/.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1em;
	height: 2.4em;
	margin-left: 0.2em;
	margin-top: 0.1em;
	background-size: 1em auto;
	float: left;
}

.quick-link .breadcrumb .home {
	padding-bottom: 0.1em;
	padding-left: 0.8em;
	padding-top: 0em;
	margin-top: 2em;
	background-image: url(../images/icon_recruitBg.svg_);
	background-size: 4em auto;
	background-repeat: no-repeat;
	background-position: left 0.2em;
	color: #999;
	font-size: 1.6em;
	height: 60px !important;
	line-height: 74px;
	font-family: "Gen Jyuu Gothic Light";
}

.breadcrumb {
	height: 40px;
	border-radius: 0;
	padding: 0;
	background-color: rgba(234, 47, 135, 1);
	/*會計*/
	background-color: rgba(0, 158, 145, 1);
	/*人事*/
}

.breadcrumb li {
	margin: 0;
}

.breadcrumb li i {
	color: #3a2850;
}

.breadcrumb li a:hover i {
	color: #5b5b5b;
}


/*資訊列*/


/* Navbar container 上方資訊列*/
.new-navbar {
	font-family: "Noto Sans CJK TC Light";
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	background: linear-gradient(to right, #4288d7, #d46500, #d46500, #d46500, #4288d7);
	background: linear-gradient(to right, #d46500, #d46500);
	background: linear-gradient(to right, #f2f2f2, #f2f2f2);
	border-top: 13px #4288d7 solid;
	height: 66px;
}

/* Links inside the navbar */
.new-navbar a {
	float: left;
	font-size: 16px;
	color: #472272;
	text-align: center;
	padding: 16px 16px;
	text-decoration: none;
}

.new-navbar a:hover {
	color: #472272;
}

/* The dropdown container */
.new-dropdown {
	float: left;
}

/* Dropdown button */
.new-dropdown .dropbtn {
	border: none;
	outline: none;
	color: #666;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 1em;
	background-color: transparent;
	margin-top: 4px;
	margin-right: 0.5em;
	font-size: 1.4em;
	cursor: pointer;
}

.new-dropdown .dropbtn:hover {
	color: #666;
}

.new-dropdown .dropbtn:focus {
	color: #666;
}


/* Add a red background color to navbar links on hover 滑過項目後點擊項目效果*/
.new-navbar a:hover,
.new-dropdown:hover .dropbtn {
	background-color: rgba(255, 255, 255, 1);
	color: #a2c5ed;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);



	/*filter: blur(4px);*/
	/*-webkit-filter: blur(4px);*/
	/*opacity:0.5;*/
	background-image: url("../images/icon_logo_normal.svg");
	background-size: 4em auto;
	background-repeat: no-repeat;
	background-position: 1.5em 0.5em;
}

.new-dropdown .menu-class-down {
	background-color: #fff;
	color: #4288d7;

}



/* Mega Menu header, if needed */
.dropdown-content .header {
	background-color: rgba(255, 255, 255, 0);
	padding: 16px;
	color: #ccc;
	text-align: center;


}

.dropdown-content .header h2 {
	color: #999;
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 0em;
	text-align: center;
	font-size: 1.8em;
	line-height: -3em;
	height: 2em;
	padding-bottom: 1em;
	border-bottom: 2px solid #f2f2f2;

}


/*newMenu*/
/* Show the dropdown menu on hover */
.new-dropdown:hover .dropdown-content {
	display: block;
	margin-top: 0px;

}

/* Create three equal columns that floats next to each other */
.all-column {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.column {
	padding: 0px;
	height: 370px;

}

.column h3 {
	font-size: 1.3em;
	text-align: center;
	color: #8b8b8b;
	margin: 0.2em;
	padding: 0.2em;
	border-radius: 8px;
	background-color: rgba(237, 237, 237, 0);
}

/* Style links inside the columns */
.column a {
	float: none;
	color: #000;
	padding: 12px 8px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.2em;
}

.column a:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	transition: 0.5s;
}

.column a i {
	margin-right: 0.5em;
}

.column span {
	padding: 0.4em;
	font-size: 0.8em;
	margin-left: 0.5em;
	border-radius: 4px;
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
}

/* Add a background color on hover */

.menu-d2 {}

.menu-d2 .menu-header .user-info {
	right: 2%;
	top: 4em;
	width: auto;
}

.menu-d2 .menu-header .user-info h1 {
	font-size: 1.5em;
	white-space: nowrap;
	line-height: 0;
	margin-top: 0.85em;
	font-family: "Gen Jyuu Gothic Light";
	color: #999;
}

.menu-d2 .menu-header .user-info h1:first-letter {
	font-weight: 600;
	color: #999;
}

.menu-d2 .menu-header .user-info img {
	margin-right: 0.5em;
	width: 56px;
	height: 56px;
}

.menu-d2 .syscg {
	position: absolute;
	width: 180px;
	height: 40px;
	top: 0.8%;
	margin-left: -90px;
	margin-top: 0px;
}

.menu-d2 .syscg .icon-recruit a,
.menu-d2 .syscg .icon-accounting a,
.menu-d2 .syscg .icon-holiday a {
	border: none;
}


.menu-d2 .breadcrumb .active {
	position: absolute;
	justify-content: center;
	text-align: center;
	height: 50px;
	width: 77%;
	margin-top: -0.8em;
}

.menu-d2 .breadcrumb .active h1 {
	/*列表頁/最上方標題*/
	font-weight: 600 !important;
	font-size: 1.3em;
	margin-top: 0em;
	color: #fff;
	animation: spin 3s linear infinite;
	animation-duration: 6s;
	animation-fill-mode: both;
	animation-name: flash;
	font-family: "Gen Jyuu Gothic Light";
}

.menu-d2 .breadcrumb .active i {
	/*列表頁/最上方標題 icon*/
	display: none;
}

.menu-d2 .breadcrumb li:nth-child(1) {
	height: 50px;
}

.menu-d2 .breadcrumb li:nth-child(2) a {}

.menu-d2 .breadcrumb li:nth-child(3) {}

.menu-d2 .breadcrumb li:nth-child(2) i {}

.menu-d2 .breadcrumb li:nth-child(3) span i {
	font-size: 1em;
	color: #4288d7;
	margin-right: 0.5em;
}

.menu-d2 .breadcrumb li:nth-child(2) a,
.menu-d2 .breadcrumb li:nth-child(2) i {
	display: none;
}

.new-dropdown-bgimg {}

.new-dropdown-bgimg img {
	position: absolute;
}

/*newMenu*/

/* Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}    
 */


/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*使用者資訊 切換使用者 下拉*/
.peopleCg {
	position: absolute;
	right: 6em !important;
	margin-top: -2.5em;
	display: block !important;
	background-color: 000 !important;
	border: 0px solid;
	padding-left: 0;
}

.peopleCg select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	font-family: "Noto Sans CJK TC Light";

}

.peopleCg .select>.input-group-addon {
	font-size: 2em;
}

.select-moon {
	text-align: center;
}

.select-moon select {
	font-size: 0.9em;
	font-weight: 900;
	color: #666;
	width: 100%;
	text-align-last: center;
	border: none;
	background-color: #fff;
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: 95% 1em;
	box-shadow: 0 0 10px rgba(170, 170, 170, 0);
	border-radius: 0;
	border-bottom: 0px solid #4288d7;
}

.select-moon select:after {}

.select-moon select:focus {
	color: #fff;
	background-color: #000;
	border: none;
	border-bottom: 0px solid #4288d7;
}

.select-moon select option {}

.select-none select {
	color: #999;
	background-color: #efefef;
	border-bottom: 1px #999 solid;
}

.select-yes select {
	color: #fff;
	background-color: #5bc0de;
	border-bottom: 1px #2097bb solid;
}

.select-no select {
	color: #000;
	background-color: #fff;
	border-bottom: 1px #ccc solid;
}

.form-page b {
	font-size: 1em;
}

.page-contact .form-page h2 {
	margin: 0;
	padding: 0;
	border: 0px solid #000;
	font-size: 1.4em;
}

.page-contact div.col-sm-1,
.page-contact div.col-sm-2,
.page-contact div.col-sm-3,
.page-contact div.col-sm-4,
.page-contact div.col-sm-5,
.page-contact div.col-sm-6,
.page-contact div.col-sm-7,
.page-contact div.col-sm-8,
.page-contact div.col-sm-9,
.page-contact div.col-sm-10,
.page-contact div.col-sm-11,
.page-contact div.col-sm-12 {
	border: 0px solid;
}



a.btn,
.pagination a,
a.icon-list-menu,
a.tip-sort,
.search-inp input[type=text]:focus {
	transition: 0.5s;
	/*按鈕漸變*/
}

.justify-center a {
	display: flex;
	justify-content: center;
	text-align: center;
}

a.icon-content,
a.icon-permission,
a.icon-pay,
a.icon-copy,
a.icon-class {
	background-color: #fff;
	background-image: url("../images/icon_content.svg");
	background-size: 1.7em auto;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #dedede !important;
	transition: 0.5s;
}

a.icon-content:hover,
a.icon-permission:hover,
a.icon-pay:hover,
a.icon-copy:hover,
a.icon-release:hover,
a.icon-resume:hover,
a.icon-add:hover,
a.icon-class:hover {
	border: 1px solid #4288d7 !important;
}

a.icon-permission {
	background-image: url("../images/icon_permission.svg");
}

a.icon-content:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_content_d.svg");
}

a.icon-permission:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_permission_d.svg");
}

a.icon-pay {
	background-size: 1.1em auto;
	background-image: url("../images/icon_pay.svg");
}

a.icon-pay:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_pay_d.svg");
}

a.icon-copy {
	background-size: 1.4em auto;
	background-image: url("../images/icon_copy.svg");
}

a.icon-copy:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_copy_d.svg");
}

a.icon-release {
	width: 2.5em;
	height: 2.5em;
	background-image: url("../images/icon_release.svg");
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: 0.75em center;
	background-color: #fff;
	border: 1px solid #ccc;
}

a.icon-release:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_release_d.svg");
}

a.icon-resume {
	width: 2.5em;
	height: 2.5em;
	background-image: url("../images/icon_resume.svg");
	background-size: 1.8em auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

a.icon-resume:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_resume_d.svg");
}

a.icon-class {
	width: 3.5em;
	height: 2.5em;
	background-image: url("../images/icon_class.svg");
	background-size: 1.8em auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}

a.icon-class:hover {
	background-color: #4288d7 !important;
	background-image: url("../images/icon_class_d.svg");
}

a.icon-add {
	font-weight: 900;
	width: 2.5em;
	height: 2.5em;
	background-image: url("../images/icon_add.svg");
	background-size: 2em auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: 1px solid #ccc;
}

a.icon-add:hover {
	background-color: #4288d7;
	background-image: url("../images/icon_add_d.svg");
}

.list-message a.icon-add {
	border-radius: 20px;
	border: 1px solid #ccc;
	width: 26px;
	height: 26px;
	background-size: 20px auto;
	background-position: 0.16em 0.28em;
	background-image: url("../images/icon_add.svg");

}

.list-message a.icon-add:hover {
	background-image: url("../images/icon_add_d.svg");
	background-color: #14b9b7;
	border: 1px solid #14b9b7 !important;
}

.list-message a.icon-message {
	padding-left: 0.6em;
	color: #14b9b7;
	width: 1.6em;
	font-weight: 900;
	font-size: 1.3em;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	margin-left: 0.6em;
	border-radius: 0;
	box-shadow: 0px 0px 8px 0px rgba(170, 170, 170, 0) !important;
}

.list-message a:nth-child(2) {
	line-height: 0.6em;
	height: 1.3em;
}

a.btn-danger {
	font-weight: 900;
}

.underline {
	height: 1px;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px dotted #dbdbdb;
}

.dropdown li,
.tip-title,
.menu-header h1 {
	font-family: "Open Sans", sans-serif, "Microsoft JhengHei";
}


.list-tip {
	position: fixed;
	width: 30%;
	left: 35%;
	bottom: 15%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.list-tip h2 {
	font-size: 1.3em;
	font-weight: 400;
	color: #666;
	padding: 0.8em;
	padding-top: 1em;
	text-align: center;
	width: 400px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 8px 0px rgba(170, 170, 170, 0.5);

}

.list-tip {
	animation-name: bounceIn, bounceOut;
	animation-duration: 3s;
	/*anima play time*/
	animation-delay: 1s;
	/*暫停幾秒開始播*/
	animation-iteration-count: 1;
	/*repeat*/
	animation-duration: 8s;
	animation-fill-mode: both;
}

.select-style div {
	margin: 0;
	padding: 0;
}

.list-a {
	padding-bottom: 2em;
}

.txps .form-group textarea {
	height: 25em;
}


.set,
.dropdown {
	position: absolute;
	right: 4em;
	line-height: 3.5em;
}

.dropdown li a {
	font-weight: 900;
	font-size: 110%;
}

.set button {
	background-color: transparent;
	border: none;
	color: #fff;
}

.set button i {
	font-size: 150%;
}

.ds-area div {
	padding-top: 0.25em;
}

.ds-area label.control-label {
	top: 0.35em;
	font-size: 1.3em;
	color: #666;
}

.pp-area div {
	padding-top: 1.25em;
}

.tableh {
	padding: 0;
	height: 50px;
	display: table-cell;
	float: left;
}




strong.number-absolute {
	display: table-cell;
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	color: #e9951a;
	color: #008eb1;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 0.2em;
	font-weight: 900;
	font-size: 1em;
	margin-top: -2.2em;
	margin-left: -1em;

}

/*STEP 求職者 流程 在職 離職*/

.recruit-kpi-info {
	padding-top: 1.8em;
}

.recruit-kpi-contact {
	width: 100%;
	position: sticky;
	top: 57px;
	padding: 0em !important;
	padding-bottom: .2em !important;
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 6px 6px 6px #f2f2f2;
}

.recruit-kpi-info strong,
.recruit-kpi-contact strong {
	font-size: 0.92em;
	color: #999;
	margin-right: 0.2em;
	text-transform: uppercase;
	font-family: "Noto Sans TC Light";
	font-weight: 600;
	text-align: center;
}

.recruit-kpi-contact strong {
	padding: 0.5em 0.7em;
	color: #C2C2C2;
}

.recruit-kpi-info strong b,
.recruit-kpi-contact strong b {
	color: #000;
	margin-left: 0.3em;
}

.recruit-kpi-contact strong.disable,
.recruit-kpi-contact strong.end {
	background-color: #f3ffff;
	color: #35b2ae;

}

.recruit-kpi-contact strong.end {
	background-color: #000;
	color: #ccc;
}

.recruit-kpi-contact strong.active {
	background-color: #b52222;
	color: #fff;
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
}


/*搜尋*/

.serach-btns {
	position: absolute !important;
	right: 0;
}

.serach-btns input[type=text] {
	border: 1px solid #ccc !important;
	font-size: 1.1em;
}

.serach-btns input[type=text]:focus {
	border: 2px solid #4288d7;
}

.serach-btns div:last-of-type a {
	background-color: #4288d7;
	border: 1px solid #4288d7;
	color: #fff;
	padding: .4em 2em;
}

.serach-btns div:last-of-type a:hover {
	background-color: #fff;
	color: #4288d7;
	padding: .4em 2em;
}

/*招募記錄*/
.recruit-info .title b {
	color: #666;
}

.recruit-info .title h1 {
	border-bottom: 1px solid #ccc;
}

.recruit-info .title strong:nth-child(0n+1) {
	border-radius: 6px;
	width: 18px;
	height: 18px;
	padding: 0 1em;
	background-color: #CD1616;
	color: #fff;
}

.recruit-info .title strong:nth-last-child(1) {
	border-radius: 6px;
	width: 18px;
	height: 18px;
	padding: 0 1em;
	background-color: #000;
	color: #fff;
}

.recruit-info .contact {
	padding: 2em !important;
}

.recruit-info .contact .modify {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 3em;
}

.recruit-info .contact .modify a:hover {
	color: #fff;
}



/*tab list-tab list-btn 按鈕列表 nav-tabs*/

.nav-tabs {
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

.nav-tabs {
	margin-top: .6em;
	/* 看不到線時調整 線不見*/
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
	/*選單下方的底線高度*/
}


.nav-tabs .to-list a {
	/*list-icon*/
	border: none;
	color: #000;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0.3em 0.8em;
}

.nav-tabs>li {}

.nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	font-weight: 600;
	color: #999;
	background-color: #fff;
	margin-bottom: 0.05em;
}

.nav-tabs>li>a:hover {
	border-radius: 0;
	background-color: #f1f3f2;
	color: #000;
	border: none;
	transition: 0.5s;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	cursor: default;
	color: #fff;

	background-color: #4288d7;
	border: none;
	border-radius: 0;
}





.sub button[type=submit],
.sub button[type=button] {
	margin: 0em;
	margin-top: 0em;
	font-weight: 900;
	font-size: 140%;
	background-color: rgba(225, 225, 225, 0.8);
	color: #1c1f26;
	border: 1px #ccc solid;
	border-radius: 3px;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0;
}

.sub button[type=submit]:focus,
.sub button[type=button]:focus {
	background: #9d8bb3;
	color: #fff;
}

.sub button[type=submit]:hover,
.sub button[type=button]:hover {
	background: #e86e0b;
	background-color: rgba(92, 61, 129, 0.6);
	color: #fff;
	border: 1px #d3c5e3 solid;
}


/*input style form 表單*/

.form-control {
	font-size: 16px;
	line-height: 1.42857143;
	color: #81511c;
	background-color: #fff;
	border: 1px solid #ccc;
}

.form-control:focus {
	border: 2px solid #fff;
	background-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 223, 223, .9);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(223, 223, 223, .9);
}

.form-textarea textarea {
	background-color: rgba(255, 255, 255, 0.9);
}

.form-group textarea {
	background-color: #f2f2f2;
	max-width: 100%;
	min-width: 100%;
	border: 1px solid #f2f2f2;
	height: 5em;
	transition: 0.5s;
}

.form-group textarea:focus {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 10em;
	transition: 0.5s;

}

.form-group label cite {
	font-style: normal;
}

input[type=text].form-control,
input[type=text].form-control:focus {
	transition: 0.5s;
}



.form-address .col-sm-10_5 div:first-of-type {
	padding-left: 0;
}

.form-address .col-sm-10_5 div:last-of-type {
	padding-right: .3em;
}

.sw-botton label,
.page-radio {
	line-height: 185%;
}

.ioe-list .trhover .det {
	text-align: justify;
}

.sw-botton input[type=text],
.sw-botton input[type=password],
.form-page textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	letter-spacing: 1px;
}

.sw-botton input[type=text]:focus,
.form-page textarea:focus {
	background-color: #f2f2f2;
	color: #000;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.sw-botton .control-label,
.ig-style .control-label,
.form-page .control-label {
	font-size: 1em !important;
	color: #000;
	font-family: "Gen Jyuu Gothic P ExtraLight";

}

.datetime label {
	position: relative;
	padding-top: !important;
	height: 36px !important;
}

.datetime label cite {
	font-style: normal !important;
	font-size: 1.1em;
	line-height: 56px;
	height: 56px;
}

.page-contact label.col-sm-6 {
	padding-top: 1.5em !important;
}



.control-label b {
	position: absolute;
	font-size: 1em !important;
	padding: 0 !important;
	margin: 0;
	/*
    transform:rotate(5deg);
    animation: spin 5s linear infinite;
	transition: 0.5s;
	*/

	color: #ff6c00 !important;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../images/icon_req.svg);
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid;
	margin-left: -1.1em;
	margin-top: -0.5em;
}




/*lightbox */

.light-box-div {
	min-height: 41vh;
	/*light-box 最小高度*/
	background-color: #fff;
	padding-bottom: 0.05em;
	border-radius: 0 !important;
}

.light-box-div div.sw-botton {
	padding-bottom: 1em;
	border-bottom: 1px solid #eaeaea;
}

.light-box-div col-sm-6 {
	padding: 0;
	margin: 0;
}

.light-box-div label.control-label {
	color: #666;
}

.light-box-div .submit-btn {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.light-box-div .submit-btn button[type=button] {
	width: 100%;
	background-color: #4288d7;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	border-top: 1px solid #eaeaea;
	border-radius: 0;
	margin: 0;

}

.light-box-div .submit-btn button[type=button]:hover {
	background-color: #ff6c00;
	color: #fff;
	border-radius: 0;
	transition: 0.5s;

}



/*light-box-div switch radio check box*/

.search-Advanced .switch-field {
	display: flex;
	margin-bottom: 1.5em;
	overflow: hidden;
	top: 1.2em;
}

.search-Advanced .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.search-Advanced .switch-field label {
	font-weight: 900;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid #ccc;
	transition: all 0.3s ease-in-out;

}

.search-Advanced .switch-field label:hover {
	cursor: pointer;
}

.search-Advanced .switch-field input:checked+label {
	background-color: #4288d7;
	color: #fff;

}

.search-Advanced .switch-field input:checked+label:nth-last-child(2) {}

.search-Advanced .switch-field input:checked+label:nth-last-child(4) {}

/*指定switch-field範圍內全物件的第幾個物件要被改變*/

.search-Advanced .switch-field input:checked+label:nth-of-type(2) {}

.search-Advanced .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.search-Advanced .switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}


.search-Advanced .select-box label {
	border: 0px solid;
	position: relative;
	float: left;
}

.search-Advanced .select-box .select-moon {
	border: 1px solid;
	float: left;
}


/*switch*/



.lb-pagehelp div {
	padding: 1em;
	font-size: 1.5em;
}


.classBg {
	background-color: rgba(234, 104, 162, 0.8);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: 900;
	font-size: 120%;
}

.classBg .form-group {
	height: 3em;
	margin: 0;
}

.form-group textarea {
	height: 4.5em;
}


.allselect {
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1em;
	padding: 1em 0 0.3em 0;
}


.dashboard-form .ds-title {
	padding-top: 0.8em !important;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-form .ds-title .ds-box {
	width: auto;
}

.basic-title,
.form-data-title {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-weight: 900;
	margin-top: 0.5em;
	font-size: 120%;
	border-radius: 3px 3px 0 0;
}

.form-data-title {
	border-bottom: none;
	padding-top: 0.5em;
}

.form-data-title i,
.form-data-title h3 {
	margin-left: 1.5em;
	margin-top: 1.2em;
}

.form-data-title h3,
.day-sv h3,
.year-sv h3 {
	display: inline;
	font-size: 100%;
	font-weight: 900;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.form-main {
	background-color: rgba(245, 245, 245, 0.9);
	margin: 0 0.1em;
	padding: 0em 0em;
	margin-bottom: 1em;
}

.pro-help {
	background-color: rgba(234, 104, 162, 0.8);
}

.pro-help h3 {
	font-size: 120%;
	color: #fff;
	padding: 1em;
	margin: 0;
}

.players {
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 1em;
}

.players a {
	font-size: 80%;
}

.tab-help a {
	margin: 0;
	position: absolute;
	top: 0.5em;
}

.brand-user {
	margin: 0;
	padding: 0;
}

.brand-user,
.brand-user i {
	color: #fff;
}

.brand-user h4 {
	font-size: 120%;
	font-weight: 900;
}

.brand-user[type=input] {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
}

.cdata {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-weight: 900;
	width: 23.5%;
	margin-top: 0.5em;
}

.function-down {
	background-color: transparent;
	font-size: 100%;
}

.function-down i {
	display: none;
}

.function-down span {
	margin-top: 0.5em;
	display: inline-block;
}



/*function-area*/

.function-area {
	display: table-cell;
	float: right;
	margin-right: 1.5em;
	text-align: right;
	padding: 0 !important;
	box-sizing: border-box;
	border: 1px;
	margin-top: 1.5em;
}

.function-area a,
.sys-sonMenu a {
	width: 4.5em;
	height: 2.5em;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0.5em;
	margin: 0;
}

.function-area a:hover {
	background-color: #f2f2f2;
	transition: 0.5s;
}

.function-area a.icon-list-edit {
	background-image: url(../images/icon_pagewidth.svg);
	background-size: 2em auto;
	width: 4.5em;
	transition: all 0.25s linear;
}

.function-area a.icon-list-edit:hover {
	background-image: url(../images/icon_pagewidth_d.svg);
	background-size: 2em auto;
	background-color: transparent;
	width: 4.5em;
	transform: scale(1.2);
	transition: all 0.25s linear;
}

.sys-sonMenu a.icon-list-menu,
.sys-sonMenu-close a.icon-list-menu {
	position: fixed;
	bottom: 3.8em;
	right: 12em;
	width: 4.5em;
	height: 4.5em;
	border-radius: 32px;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

	background-image: url(../images/icon_menu.svg);
	background-size: 2em auto;
	background-color: rgba(255, 255, 255, 0.8);
	background-repeat: no-repeat;
	background-position: center;

	animation-fill-mode: both;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-name: fadeInRight;

}

.sys-sonMenu a.icon-list-menu:hover {
	background-image: url(../images/icon_menu_d.svg);
	border: 1px solid #fff;
	background-color: #4288d7;
}

.sys-sonMenu-close a.icon-list-menu {
	animation-name: fadeOutRight;
}



/*system right NewMenu > sonMenu*/

.mm-navbar__title img {
	display: none;
}


.mm-panel_opened {
	/*logo*/
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/logo.svg);
	background-size: 6em auto;
	background-position: 62% 22%;
}

.mm-panels .mm-listview,
.mm-navbar {
	display: table-cell;
	position: fixed;
	top: 50%;
	/*子item外框*/
}

.mm-navbar {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin-top: 0%;
	top: 43.2%;
	/*title*/
}

.mm-panels .mm-navbar a.mm-navbar__title {
	display: table-cell;
	background-size: 2em auto;
	background-repeat: no-repeat;
	background-position: center;
	color: #4288d7;
	margin: 0 !important;
	padding: 0;
	font-weight: 900;
	border: 0px solid;
	display: inline-block;
	width: 10.5em;
	margin-bottom: 2em !important;
}

.mm-btn {
	margin-top: -1.3em;
}

.mm-btn_prev,
.mm-navbar__btn {
	/*title選單箭頭*/
}


.mm-listitem* {
	border: none;
	/*item title*/
}

.mm-listitem {
	width: 100% !important;
}

.mm-listitem a.mm-btn,
.mm-listitem a.mm-listitem__text {
	/*子item*/
	font-size: 1.2em;
	display: table-cell;
	width: 14.5em;
	border-bottom: 1px #ccc solid;
	padding: 1em;
	margin: 0;
}

.mm-listitem a.mm-btn:hover {
	background-color: rgba(177, 177, 177, 0.2);

}

.mm-sronly {
	border: 3px solid #C92629;
}




/*lightbox-pop*/

.lightbox-pop {
	width: 15%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0;
	border: 4px solid #eaeaea;
	position: absolute;
	right: 1%;

	overflow: auto;
	overflow-x: hidden;
	height: 272px;
}

.lightbox-pop .tablelist li {
	padding: 0 !important;
	border: solid 0px;
}

.lightbox-pop .ioe-list tr td {
	text-align: left;
}

.lightbox-pop .ioe-list>tbody>tr:hover {
	background-color: rgba(177, 177, 177, 1);

}


/*add-page*/

.tab-pane {
	padding-top: 1.5em;
}

.add-menubg {
	margin: 0;
	padding: 0;
	padding-bottom: 5em;
}

.add-menubg input[type=text] {
	color: #000;
}

.add-menubg input[type=text] {
	color: #000;
}

.add-page {
	padding-top: 2.6em;
}

.add-page .item-list .single,
.add-page .pop-title {
	text-align: center;
}

.add-page .item-list .item,
.add-page .item-list .item h2 {
	font-size: 16px;
}

.add-page table {
	width: 100%;
}

.add-page .pop-title p {
	font-size: 0.5em;
	color: #666;
}

.add-page .pop-title strong {
	font-size: 0.8em !important;
}

.add-page .title-box {
	right: 0;
	margin-top: 0em;
	text-align: right;
	position: absolute;
	color: #666;
	font-size: 1em;
}

.add-page .title-box strong {
	font-size: 1.3em !important;
}

.add-page .point {
	margin-top: 3em;
}

.add-page .pop-box {
	height: 5.5em;
}

.add-page .pop-box .acc {
	padding-top: 0.5em;
}

.add-page .photo-view {
	text-align: center;
}




.add-page .customer-rule {
	background-color: #f2f2f2;
	padding: 0.5em;
	text-align: center;
	font-size: 1.5em;
}

.add-page .title-box strong,
.add-page .item strong {
	margin-left: 0.2em;
	font-size: 1em;
}

.add-page .item-list .mainContact {
	font-size: 1.3em;
	background-color: #f9edb4;
	color: #000;
	padding: 0.5em;
	border-top: 1px solid #cfb53b;
}

.add-page .item,
.add-page .single h2 {
	padding: 0;
	margin: 0;
}

.add-page .single {
	border-top: 1px solid #ccc;
}

.add-page .single h2 {
	background-color: #ccc;
	color: #402660;
	font-weight: bold;
	width: auto;
	padding: 0.5em;
}

.add-page .single span b,
.add-page .item span,
.add-page .single div,
.add-page .double {
	padding: 0.5em;
}

.add-page .single p {
	padding: 0.4em;
}

.add-page .double {
	padding: 0.4em;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-weight: bold;
	font-size: 1.2em !important;
}

.add-page .double strong {
	font-size: 1.2em !important;
	color: #000;
}

.add-page .item-list .rule {
	border-bottom: 1px solid #ccc;
	background-color: #0e5a4b;
	color: #fff;
}

.add-page .single .pay {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	color: #000;
}

.class-style input[type=text],
.class-style input[type=Int] {
	padding: 0.1em !important;
	text-align: center;
	font-size: 1em;
}

.h5 {
	height: 5em;
}

.m1 {
	margin-top: -1em;
}

.add-title,
.mod-title {
	background: #c18d66;
	padding: 1em 0em;
	margin-bottom: 0;
	top: -1em;
	position: relative;
}


/*messenge*/

.newBar-messenge {
	height: 3.8em !important;
}

.newBar-messenge strong b {
	font-size: 1.3em;
	color: #fff;
	background-color: #4175C5;
	padding: 0.1em 0.6em;
	margin: 0 0.2em;
}

.messenge .title {
	padding: 0;
	margin-top: 0em;
}

.messenge .title h1,
.messenge .title h2 {
	margin: 0;
	padding: 0.5em;
	position: static;
	float: left;
	font-size: 100%;
	font-size: 1.2em;
	background-color: #f2f2f2;
}

.messenge .title h1 {
	color: #26a2b8;
}

.messenge .title h1 strong {
	margin-right: 1em;
	color: #000;
}

.messenge .contact {
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
}

.messenge .contact strong {
	padding-left: 0.2em;
}

.messenge .contact p {
	padding: 0.5em;
	padding-bottom: 0;
}



/*quick-area 送出*/

.quick-area {
	position: sticky;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 !important;
	background-color: #f2f2f2;
	margin-top: 1em;
}

.quick-area .left {
	white-space: nowrap;
}

.quick-area .left,
.quick-area .right {
	margin: 0 !important;
	padding: 0 !important;
}

.quick-area .left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quick-area .left .qa-item {
	position: relative;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.2em;

}

.quick-area .left .toggle-group label {
	text-indent: -1em;
}

.quick-area .left label {
	padding-right: 0.2em;
}


.quick-area .right button[type=submit] {
	background-color: #4288d7;
	color: #fff;
	border-radius: 0px;
	font-size: 1.4em;
	font-weight: 600;
	padding: 0 !important;
	border: none;
	display: block;
	width: 100%;
	line-height: 2.5em;
	border-left: 1px solid #4288d7;
	height: 2.5em;

}

.quick-area .right button[type=submit]:hover {
	background-color: #77aae3;
	color: #fff;
	border-left: 1px solid #ccc;
	box-shadow: 0 0 36px var(--clr);
	transition: 0.3s;
	height: 3em;
}

.quick-area .left .quick-left-item {
	margin-left: 3em;
	float: left;
}

.quick-area .sub {
	padding: 0 !important;
}

.pbottom {
	position: fixed;
	bottom: 0%;
	border: 0px solid;
	margin-left: 0em;
}






.help-info {
	background-image: url(../images/icon_tip.svg);
	background-size: 1.6em auto;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 2em;
	margin-left: 2.8em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
	font-weight: 900;
}

.newBar {
	position: sticky;
	top: -1px;
	margin: 0;
	padding: 0;
	line-height: 2.8em;
	display: block;
	margin-top: -1em;
	width: 100%;
	height: 3.5em;
	position: fixed;
	background-color: #fff;
	background-image: url(../images/titleBg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	font-size: 1.6em;
	padding-top: 1em;
	font-family: "Gen Jyuu Gothic P ExtraLight";
	font-weight: 900;
}

.divBar {
	position: sticky;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 2.4em;
	display: block;
	margin-top: em;
	margin-bottom: 1em;
	width: 100%;
	height: 2.4em;
	background-color: #fff;
	background-image: url(../images/titleBg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	font-size: 1.6em;
	font-family: "Gen Jyuu Gothic P ExtraLight";
	font-weight: 900;
}

/*light-box*/
.basic-lightbox {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	border-radius: 0;
	background-color: rgba(255, 255, 255, 1);
	padding: 2.54em;
	margin: 0;
	height: 100%;
}

.basic-lightbox a {
	margin: 0;
	font-size: 130%;
}

.basic-lightbox .btn {
	background-color: #fff;
	color: #666;
	border: none;
	border: 1px solid #ccc;
}

.basic-lightbox .btn:hover {
	background-color: #4288d7;
	color: #fff;
	border: none;
	border: 1px solid #4288d7;
}

.basic-lightbox .btn-success:hover {
	border: 1px solid #24a881;
	background-color: #24a881;
	color: #fff;
}

.basic-lightbox .btn-danger {
	border: 1px solid #d9534f;
	background-color: #d9534f;
	color: #fff;

}

.basic-lightbox .btn-danger:hover {
	background-color: #e28987;
	border: 1px solid #d9534f;
	color: #fff;
}

.basic-lightbox h2 {
	color: #000;
}

.basic-lightbox {
	padding: 0;
}

.basic-lightbox .bl-contact h2 {
	padding: 2em 1em;
}

.basic-lightbox .bl-botton {
	padding: 0 !important;
	border: 0px solid;
}

/*table style*/
.row .col-sm-6 {
	height: 4.2em;
	padding-top: 1em;
	border: solid 0px;
}


/*btn style botton*/
a.btn-danger:hover {
	background-color: #fff;
	color: #d9534f;
}


/*search-bar*/

.search-bar {
	margin-top: 0em !important;
	position: sticky;
	top: 0em;
	background-color: rgba(255, 255, 255, 0.9) !important;
	padding: 0;
	border: 0px solid;
	margin: 0;
}

.search-inp * {}

.search-inp,
.search-inp div:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-inp div:nth-child(1) {
	padding-right: 0;
}

.search-inp input[type=text] {
	font-size: 1.24em;
	text-align: center;
	margin: 0;
	margin-top: 0.5em;
	padding: 1.2em;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: inset 0 0 0em rgba(0, 0, 0, 0);
	background-image: url(../images/icon_search.svg);
	background-size: 1.2em auto;
	background-repeat: no-repeat;
	background-position: 2em 0.7em;
	border: 2px solid #fff;
	width: 80%;
	transition: all 0.25s linear;
	/*anima back*/
}

.search-inp input[type=text]:focus {
	background: none;
	background-color: #fff;
	color: #000;
	border: 2px solid #4288d7;
	width: 100%;
	transition: all 0.25s linear;
}

.search-inp .col-sm-9 input[type=text],
.search-inp .col-md-9 input[type=text] {
	background-position: 1em 0.7em;
}

.search-inp .h-search {
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin-top: 0.7em;
	border-left: 1px solid #ececec;
}

.search-inp a {
	background-image: url(../images/icon_menu_g.svg);
	background-size: 1.4em auto;
	background-repeat: no-repeat;
	background-position: 90% center;
	border: 1px solid #ececec;
	color: #000;
	padding-right: 2.5em;
	margin-top: -0.2em;
}

.search-inp a:hover {
	border: 1px solid #fff;
	background-color: #4288d7;
	color: #fff;
	background-image: url(../images/icon_menu_d.svg);
}

.search-inp a.icon-h-search {
	background-size: 1.2em auto;
	background-position: 90% 0.8em !important;
}

.search-inp a.icon-add-insurance {
	background-image: url(../images/icon_addinsurance.svg);
}

.search-inp a.icon-add-insurance:hover {
	background-image: url(../images/icon_addinsurance_d.svg);
}

.search-inp a.icon-family-insurance {
	background-image: url(../images/icon_family.svg);
	background-size: 1.6em auto;
}

.search-inp a.icon-family-insurance:hover {
	background-image: url(../images/icon_family_d.svg);
}

.search-inp a.icon-download {
	background-size: 1.2em auto;
	background-image: url(../images/icon_download.svg);
}

.search-inp a.icon-download:hover {
	background-image: url(../images/icon_download_d.svg);
}

/*select-area*/

.select-area {
	margin-top: 0.2em;
}

.sc-select button.btn.dropdown-toggle.btn-default {}

.sc-select span.filter-option.pull-left {
	padding-top: 0.1em;
	font-size: 1em !important;
}




/*switch*/
.switch-field {
	display: flex;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	/*	background-color: #4288d7;*/
	background-color: #fff;
	color: rgba(138, 119, 167, 1);
	/*	font-size: 2em;*/
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 2px solid #ccc;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked+label {
	/*	background-color: #ea68a3;*/
	background-color: #4288d7;
	color: #fff;
	box-shadow: none;
}

.switch-field input:checked+label:nth-last-child(2) {
	background-color: #4288d7;
}

.switch-field input:checked+label:nth-last-child(4) {
	background-color: #aaa;
}

/*指定switch-field範圍內全物件的第幾個物件要被改變*/
/*
.switch-field input:checked + label:nth-of-type(2) ,.switch-field input:checked + label:nth-of-type(3){
   background-color: #aaa;
}
指定switch-field範圍內第幾個input物件要被改變*/
.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.switch-field span {
	color: #ccb2e3;
	padding-top: 0.2em;
	padding: 0.2em;
	height: 3.45em;
	padding-left: 0.3em;
	width: 1.6em;
	background-color: rgba(62, 41, 99, 0.5);
}

/*switch*/



/*btn-area add 新增*/

.btn-area {
	position: fixed;
	border: 0px solid #000 !important;
	bottom: 1em;
	right: 2em;
	justify-content: flex-end;
	display: flex;
	align-items: center;

}

.btn-area .btn-add {
	margin-top: -7em;
	margin-right: 0.5em;
	width: 7em;
	height: 7em;
	background-image: url(../images/add_btn.svg);
	background-size: 7em auto;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left;
	border: none;
	transition: all 0.25s linear;
}

.btn-area .btn-add:hover {
	width: 9em;
	height: 9em;
	background-size: 9em auto;
	background-color: transparent;
	outline: none !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	background-image: url(../images/add_btn_d.svg);
	margin-right: 0em;
	transition: 0.5s;
	transform: scale(1);
	transition: all 0.25s linear;
	/*
    animation: spin 1s linear infinite;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-name: flash;
    animation: spin 2s linear infinite;
    */
}

.btn-dl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ig-style .btn-view a,
.ig-style .btn-dl a,
.btn-dl a,
a.btn-dl {
	display: block;
	width: 4em;
	height: 2.5em;
	background-size: 2.5em auto;
	background-image: url(../images/icon_view.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.ig-style .btn-dl a,
.btn-dl a,
a.btn-dl {
	background-image: url(../images/icon_dl.svg);
}

.ig-style input[type=text] {
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-align: right;
	padding: 0.8em;
	height: 2.2em;
}

.ig-style .input-file .btn-default {
	background-color: #fff;
	color: #000;
	border: none;
	border-right: 1px solid #ccc;
	padding-left: 4em;
	padding-right: 4em;
	margin-top: 0.1em;
	margin-left: 0.1em;
}

.ig-style .input-file .btn-default:hover {
	border-right: 1px solid #fff;
	background-color: #ff6c00;
	color: #fff;
}


/*promess-area tip help 提示 訊息*/

.promess-area {
	position: fixed;
	bottom: 9.5em;
	left: 0em;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	background-color: #ff6c00;
	padding: 0.8em 2em;
	padding-left: 1.8em;
	animation-name: fadeInDelayLeft;
	animation-delay: 0;
	/*間隔幾秒開始*/
	animation-duration: 2.1s;
	/*end 單一動畫週期秒數*/
	animation-iteration-count: 2;
	/*end repeat 播放次數*/
	animation-direction: alternate;
	/*正/逆向播放*/
	animation-play-state: running;
	animation-fill-mode: both;
	transition-timing-function: cubic-bezier(0, 0, 0.1, 2);

}

.promess-area i {
	display: block;
	width: 1.7em;
	height: 1.7em;
	background-image: url("../images/icon_content_d.svg");
	background-size: 1.7em auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	margin-right: 0.5em;
}

.promess-area strong {
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
}

.promess-area b {
	color: #fff;
	margin-left: 0.3em;
	margin-right: 0.3em;
	font-weight: 700;
	font-size: 1.5em;
}




.dssc-select {
	background-color: rgba(255, 255, 255, 1.00);
}

.dssc-select-schedule {
	background-color: rgba(255, 255, 255, 1.00);
	border-bottom: 1px #f2f2f2 solid;
	height: 51px;
}

.sc-select-schedule {
	background-color: rgba(255, 255, 255, 1.00);
}



/*tab list-tab list-btn 按鈕列表 nav-tabs*/
.btn-group-justified {
	position: sticky;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}

.btn-group-justified .nav-tabs {
	margin-bottom: 0.5em !important;
}

/*求職者 文件上傳*/
.file-detail-title {
	border-bottom: 1px #ccc solid !important;
	padding-top: 1em;
	padding-bottom: 0.2em;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
}

.file-detail-title h3 {
	margin-top: 0;
	font-size: 1.3em;
	color: #999;
}

.file-detail-title strong {
	margin-right: 0.8em;
	border-right: 1px solid #ccc;
	padding-right: 1em;
	color: #000;
}

.mt1 {
	margin-top: 1em;
}


.dbox {
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: transparent;
}

.ds-title {
	background: #f5f5f5;
}

.form-textarea textarea {
	background-color: rgba(255, 255, 255, 0.9);
}

.cm-members,
.cm-info {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 1em;
	border-radius: 3px 0 0 0;
	color: #fff;
	font-size: 110%;
	font-weight: 900;
}

.cm-info {
	border-radius: 0 3px 0 0;
}

.pro-class h3 {
	display: inline;
	color: #fff;
	font-weight: 900;
	font-size: 120%;
	margin-left: 0.5em;
}

.main-contact {}

.im-items {
	margin-top: 0;
}

.im-items .item span {
	font-weight: 900;
	font-size: 135%;
	border: 1px solid #333;
	padding: 1em 0em;
	background: url(../images/icons1.svg) no-repeat;
	background-position: right;
	background-size: 4em auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.im-items .item .order {
	background: url(../images/icons2.svg) no-repeat;
	background-size: 3.2em auto;
	background-position: right;
	background-color: rgba(0, 0, 0, 0.5);
}

.im-items .item p {
	background-color: rgba(255, 255, 255, 0.65);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	font-size: 200%;
	font-weight: 900;
	color: #484047;
	border-radius: 0 0 10px 10px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
	padding: 0.5em 0em;
	text-shadow: 1px 1px 1px #fff;
}

.im-items .item .tip a {
	color: #999;
}

.im-items .col-sm-2_4 {
	margin-right: 1%;
	width: 19%;
}

.im-items .col-sm-6 {
	margin-right: 1%;
	width: 49%;
}



/*tablelist*/
.tablelist {
	/*padding-left: 0; padding-right: 0;*/
}

.tablelist .ioe {
	/*box-shadow: 0 0 1em rgba(170,170,170,0.3);*/
}


.tablelist .ioe-list tbody td h2 {
	font-size: 1.1em;
	margin: 0;
}

.tablelist .ioe-list tbody td b {
	font-size: 1.2em;
}

.ioe-list .trhover .utxtem {
	height: 32px !important;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.6em !important;
	float: left;
	margin-bottom: 0.6em;
	background-color: #fff;

}

.ioe-list .trhover .utxtem a {
	padding: 0em;
	display: inline-flex;
}

.ioe-list .trhover .utxtem a:nth-child(odd) {
	padding: 0.2em;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	color: #000;
	margin-left: 0px;
}

.ioe-list .trhover .utxtem a:nth-child(odd):hover {
	background-color: #000;
	color: #fff;
}

.ioe-list .trhover .utxtem a:nth-child(even) {
	padding-bottom: 0em;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 0px 6px 6px 0px;
	width: 1.64em;
	margin-top: -0.4em;
	margin-right: -3px;
	border: 1px solid #ccc;
	border: none;
	height: 24px !important;
	background-color: #fff;
	color: #d9534f !important;
	font-family: "Arvo";
	font-size: 0.9em;
	height: 27px !important;
}

.ioe-list .trhover .utxtem a:nth-child(even):hover {
	color: #fff !important;
	background-color: #d9534f;
}

.ioe-list .trhover .utxtem a.necessary {
	color: #d9534f;
}

.ioe-list .trhover .utxtem a.necessary:hover {
	background-color: #d9534f;
	color: #fff;
}

.ioe-list .utxtem a.keypoint {
	color: #DD0104 !important;
	background-color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.ioe-list .utxtem a.keypoint:hover {
	color: #fff !important;
	background-color: #DD0104 !important;
}

.ioe-list a.check-all {
	color: #28a6ae;
	background-color: #fff;
	padding: 0.3em 3em;
	border-radius: 6px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.ioe-list a.check-all:hover {
	color: #fff;
	background-color: #28a6ae;
}

.ioe-list .trhover .check-now .utxtem a:nth-child(odd) {
	color: #fff;
	background-color: #000;
}

.ioe-list .trhover .check-now .utxtem a:nth-child(odd):hover {
	background-color: #fff;
	color: #000;
}

.ioe-list .trhover .check-now .utxtem a.keypoint {
	background-color: #d9534f;
	color: #fff !important;
}

.ioe-list .trhover .check-now .utxtem a.keypoint:hover {
	color: #d9534f !important;
	background-color: #fff !important;
}

.ioe-list .check-now a.check-all {
	color: #fff;
	background-color: #28a6ae;
}

.ioe-list .check-now a.check-all:hover {
	color: #28a6ae;
	background-color: #fff;
}



.ioe-list .trhover .check-now .utxtem a:nth-child(even) {
	color: #fff;
	background-color: #000;
}

.ioe-list .trhover .check-now .utxtem a:nth-child(even):hover {
	color: #fff;
	background-color: #d9534f;
}

.ioe-list .trhover .check-finish .utxtem a:nth-child(odd) {
	color: #666;
	background-color: #f2f2f2;
}

.ioe-list .trhover .check-finish .utxtem a:nth-child(odd):hover {
	color: #000;
	background-color: #fff;
}

.ioe-list .trhover .check-finish .utxtem a.keypoint {
	color: #666 !important;
	background-color: #f2f2f2;
}

.ioe-list .trhover .check-finish .utxtem a.keypoint:hover {
	color: #d9534f !important;
	background-color: #fff !important;
}

.file-paper tr td {
	border-right: 2px solid #f2f2f2;
}





.tablelist .ioe thead {
	border-bottom: 2px #ccc solid;
}

.tablelist .ioe th {
	padding-left: 0;
	padding-right: 0;
	font-size: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	color: #777;
	border-bottom: 2px #ccc solid;
	font-size: 1em;
	font-weight: 600;
}

.tablelist .ioe-list {
	margin-top: 0em;
}

.tablelist .ioe-list td {
	padding: 0.6em;
	padding-left: 0;
	padding-right: 0;
	font-weight: 900;
	color: #000;
	font-weight: 500;
}

.tablelist .ioe-list td input,
.tablelist .ioe-list td select,
.tablelist .ioe-list td label {
	font-family: "Open Sans", "sans-serif", "Microsoft JhengHei";
	font-weight: bold;
}

.tablelist .ioe-list td select {
	/*
	font-family: "Bebas Neue";
	font-size: 1.1em;
	color: #777;
	*/
	font-family: "Arvo";
	font-size: 1.1em;
}

.tablelist .ioe-list td:nth-child(2) first-letter,
.tablelist .ioe-list .nameid p:first-letter {
	font-family: "Arvo";
	font-weight: 0;
	color: #000;
	margin-right: 2px;
}

.tablelist .ioe-list .key {
	color: #000;
}

.tablelist .ioe-list .nameid h2 {
	margin: 0.1em;
	font-size: 1.2em;
	font-weight: 900;
}

.tablelist .ioe-list .nameid p {
	font-family: "Arvo";
	color: #666;
}


.tablelist .sort .tip-area .tip-title a.tip-sort,
.tablelist .sort .tip-area .tip-title a.active {
	/*排序按鈕*/
	padding: 0.2em 0.5em;
	background: #fff;
	font-size: 100%;
	color: #666;
	border-radius: 4px;
	box-shadow: 0 0 1em rgba(170, 170, 170, 0.3);
}

.tablelist .sort .tip-area .tip-title a.active {
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
	background-color: #4288d7;
	color: #fff;
	text-decoration: none;
}

.tablelist .sort .tip-area .tip-title a.tip-sort:hover {
	color: #fff;
	background-color: #4288d7;
}

.tablelist .sort a.tip-sort:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4288d7;
}



.sort .tip-area {
	display: flex;
	justify-content: center;
}

.tablelist .sort .tip-area .tip-title {
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.tablelist .sort .tip-area .tip-title a.tip {
	position: absolute;
	background: none;
	top: 0.25em;
	margin-right: 0.4em;
	width: auto;
}

.tablelist .sort .tip-area a.tip i {
	position: absolute;
	border: 2px solid #4288d7;
	border-radius: 12px;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
	background-image: url("../images/icon_question.svg");
	background-size: 1.5em auto;
	background-repeat: no-repeat;
	background-position: center;
}

.tablelist .sort .tip-area {
	border: 0px solid;
}

.tablelist .sort .tip-area .tip-box {
	border: 0px solid #eaeaea;
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #4288d7;
	color: #fff;
	position: absolute;
	top: 2.8em;
	margin-left: 0;
	padding: 0 0.8em;
	width: 18em;
	text-align: justify;


}

.tablelist .sort .tip-area .tip-box h2 {
	font-size: 1.1em;
	font-weight: 700;
}

.tablelist .ioe .left,
.tablelist .ioe-list .left {
	text-align: justify;
}




.ioe-list>tbody>tr {
	border-top: 1px #ccc f2f2f2;
	border-left: 1px #fff f2f2f2;
	border-right: 1px #fff f2f2f2;
	border-bottom: 0px #ccc f2f2f2;
	background-color: #fff !important;
}

.ioe-list>tbody>tr:hover {
	background-color: #fef5cd;
	box-shadow: 0 0 0.7em rgba(170, 170, 170, 0);
	border-radius: 8px !important;
	background-color: rgba(170, 170, 170, 0.1) !important;
}

.ioe-list>tbody>tr:hover .vendor,
.ioe-list>tbody>tr:hover .user-info {
	font-size: 1em;
	font-weight: 900;
	color: #e86e0b;
}

.ioe-list>tbody>tr:hover .vendor {
	font-size: 1.2em;
}

.disp .ioe-list .trhover .time i {
	font-size: 1.2em;
}

.ioe-list .inslist-tag {
	background-color: #FFFFCC !important;
	background-repeat: no-repeat;
	background-image: url(../images/.svg);
	background-position: -0.7em 0.2em;
	background-size: 3em auto;
	transition: 0.3s;
	/*
	animation: spin 8s linear infinite;
	animation-duration: 8s;
	animation-fill-mode: both;
	animation-name: flash;
	*/

}

.ioe-list .inslist-tag:hover {
	background-color: #FFFFCC !important;
	transition: 0.3s;
}

.ioe-list .inslist-tag .data b {
	color: #FFFFCC;
}


/*置頂 釘選 凍結 列表 sticky*/
.ins-area {
	position: sticky;
	top: 59px;
	/*第二排高度*/
}

.file-detail-title {
	position: sticky;
	top: 0px;
	/*第二排高度*/
}

/*z-index*/
.navbar-header {
	z-index: 0;
	/*最上方列表*/
}

.navbar {
	z-index: 0;
	/*列表頁/最上方標題*/
}

.new-dropdown-bgimg img {
	z-index: 0;
	/*選單列-閃現子menu/上方標題logo*/
}

.quick-link .active span {
	z-index: 1;
	/*列表頁/最上方標題*/
}

.chiller-cb span {
	z-index: 1;
	/*列表頁/最上方標題*/
}

.chiller-cb label {
	z-index: 2;
	/*列表頁/最上方標題*/
}

.tablelist {
	z-index: 8;
	/*列表頁item*/
}

.authority-list .class-item h3 {
	z-index: 8;
	/*權限頁/列表標題*/
}

.new-dropdown .dropbtn {
	z-index: 9;
	/*選單列-閃現子menu*/
}

.quick-link .active span {
	z-index: 9;
	/*列表頁/最上方標題*/
}

.lightbox-title {
	z-index: 9;
	/*lightbox/標題*/
}

.newBar {
	z-index: 9;
	/*lightbox/標題*/
}

.ins-area {
	z-index: 9;
	/*列表頁item/專案資訊-保險按鈕列表*/
}

.btn-group-justified,
.file-detail-title {
	z-index: 9;
	/*列表內頁/上方列表menu*/
}

.recruit-kpi-contact {
	z-index: 10;
	/*set by set*/
}




.items-right .add-ir a {
	z-index: 10;
	/*最上方列表/中間標題*/
}

.menu-d2 .breadcrumb {
	z-index: 10;
	/*最上方列表/中間標題背景*/
}

.menu-d2 .breadcrumb .active h1 {
	z-index: 11 !important;
	/*最上方列表/中間標題*/
}

.navbar .logout {
	z-index: 16 !important;
	/*最上方列表/登出*/
}

.list-tip {
	z-index: 17;
	/*列表頁/下方提示動畫*/
}

.syscg {
	z-index: 18;
	/*列表頁/最上方標題系統切換 icon*/
}

.tablelist .ioe {
	z-index: 19;
	/*列表頁/列表標題*/
}

.set,
.dropdown {
	z-index: 20;
	/*列表頁/最上方標題*/
}

.page-pag,
.page-pag-none {
	z-index: 20;
	/*列表頁/無頁碼狀態*/
}

.search-bar {
	z-index: 21;
	/*列表頁/搜尋bar*/
}

.page-pag .pagination {
	z-index: 22;
	/*列表頁/最下方頁碼*/
}

.lightbox-pop {
	z-index: 24;
}

.tablelist .sort .tip {
	z-index: 25 !important;
	/*列表頁/最上方標題*/
}

.sys-sonMenu a,
.sys-sonMenu-close a {
	z-index: 25;
	/*子選單按鈕*/
}

.btn-area {
	z-index: 26;
	/*列表頁/新增按鈕*/
}

.promess-area {
	z-index: 27;
	/*列表頁/快速提示*/
}

.new-dropdown .dropdown-content {
	z-index: 27;
	/*列表頁/最上方標題*/
}

.file-detail-title {
	z-index: ;
	/*列表頁/最上方標題*/
}






#Loader {
	z-index: 10001;
	/*最下方頁碼*/
}

#LoaderPic {
	z-index: 10001;
	/*最下方頁碼*/
}

#LoaderBG {
	z-index: 9999;
	/*最下方頁碼*/
}

/*z-index*/


.tablelist .ioe {
	position: sticky;
	top: 68px;
}

.tablelist .top {
	top: 0px;
}

.papers-user .tablelist .ioe {
	position: sticky;
	top: 53px;
}


/*page-pag*/

.page-pag,
.page-pag-none {
	position: sticky;
	bottom: 0px;
	background-image: linear-gradient(transparent, #fff, #fff);
	margin: 0;
	margin-bottom: 0em;
	margin-top: 1em;
}

.page-pag-none {
	width: 100%;
	height: 3.3em;
}

.page-pag .pagination a.previous,
.page-pag .pagination a.next {
	border-radius: 25px;
	border: 1px solid #fff;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0 1em;
}

.page-pag .pagination a.previous:hover,
.page-pag .pagination a.next:hover {
	background: #fff;
	color: #000;
	border: 1px #fff solid;
	box-shadow: 0 0 1em rgba(170, 170, 170, 0.3);
}

.page-pag .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-pag .pagination a,
.page-pag .pagination .active a {
	font-size: 1.2em;
	padding: 0 0.5em;
	color: #666;
	width: 48px;
	text-align: center;
}

.page-pag .pagination .active a {
	background-color: #4288d7;
	color: #fff;
	font-size: 1.2em;
	border: 1px #4288d7 solid;
	top: 0em;
}

.page-pag .pagination strong {
	margin-right: 1em;
	font-weight: 300;
	font-size: 1.2em;
	color: #666;
}

.pager-member {
	padding-top: 0.5em;
	position: absolute;
	left: -2%;
}

.pager-member .pages {
	padding: 0;
	color: #b7b7b7;
	font-size: 1.2em;
}

.page-pag .pagination .bootstrap-select {
	margin-top: 0.8em;
	margin-left: 1em;
}


.page-pag ul .previous1,
.page-pag ul .previous2,
.page-pag ul a.previous3,
.page-pag ul a.previous4,
.page-pag ul .next1,
.page-pag ul .next2,
.page-pag ul a.next3,
.page-pag ul a.next4 {
	display: block;
	background-repeat: no-repeat;
	width: 50px;
	height: 40px;
}

.page-pag ul .previous1,
.page-pag ul a.previous3 {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.2em auto;
	background-position: 0;
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-pag ul a.previous3 {
	background-image: url(../images/icon_arrow_nextend_d.svg);
}

.page-pag ul .previous2,
.page-pag ul a.previous4 {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-image: url(../images/icon_arrow_next.svg);
	background-size: 1.7em auto;
	background-position: center;
	margin-right: 0.5em;

}

.page-pag ul a.previous4 {
	background-image: url(../images/icon_arrow_next_d.svg);
}

.page-pag ul .next1,
.page-pag ul a.next3 {
	background-image: url(../images/icon_arrow_next.svg);
	background-size: 1.7em auto;
	background-position: center;
	margin-left: 0.5em;
}

.page-pag ul a.next3 {
	background-image: url(../images/icon_arrow_next_d.svg);
}

.page-pag ul .next2,
.page-pag ul a.next4 {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.7em auto;
	background-position: 0;
}

.page-pag ul a.next4 {
	background-image: url(../images/icon_arrow_nextend_d.svg);
}


/*頁數*/
.page-pag .selectStyle-title button.btn.dropdown-toggle.btn-default {
	padding: 0.2em;
	text-align: center;
}

.page-pag .selectStyle-title span.pull-left {
	text-indent: 0.5em;
}


/*勞保 保險 按鈕 列表*/
.ins-area {
	padding: 0;
	padding-top: 0em;
	padding-bottom: 1em;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ins-area strong {
	font-weight: normal;
	font-size: 1em;
}




/*date datebox lightbox 日曆 日期 星期 行事曆 選日期*/
.dateBox-area .areaL {
	border-right: 1px solid #f2f2f2;
}

.dateBox-area .areaL div:nth-child(1) {
	padding: 0;
}

.dateBox-area .areaL .dateBox .moon-selectbar,
.dateBox-area .areaL .moon-selectbar {
	margin-bottom: 0 !important;
	margin-top: 0.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar,
.dateBox-area .areaL .moon-selectbar {
	padding: 1em;
	margin-bottom: 1.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar div,
.dateBox-area .areaL .moon-selectbar div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .dateBox .moon-selectbar .titleDate,
.dateBox-area .areaL .moon-selectbar .titleDate {
	font-size: 1.5em;
	font-family: "Arvo";
	letter-spacing: 1px;
	line-height: 1.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar a.icon-rev,
.dateBox-area .areaL .moon-selectbar a.icon-rev {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.7em auto;
	background-position: 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dateBox-area .areaL .dateBox .moon-selectbar a.icon-next,
.dateBox-area .areaL .moon-selectbar a.icon-next {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.7em auto;
	background-position: 0;
	background-repeat: no-repeat;
}

.dateBox-area .areaL .dateBox .week-selectbar {
	padding: 0;
}

.dateBox-area .areaL .dateBox {
	padding-bottom: 2em;
}

.dateBox-area .areaL .dateBox .titleDate {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .dateBox .week-selectbar table {
	padding: 0;
	margin: 0;
}

.dateBox-area .areaL .dateBox .week-selectbar table td {
	border: 1px solid #ccc;
}

.dateBox-area .areaL .dateBox .week-selectbar table th {
	border: none;
	border-bottom: 2px solid #fcb040 !important;
	color: #999;
	padding: 1em !important;
}

.dateBox-area .areaL .dateBox .week-selectbar table th,
.week-selectbar table td {
	padding: 0;
	text-align: center;
}

.dateBox-area .areaL .dateBox .selectbar-list td a.btn {
	border-radius: 0;
	width: 100%;
	color: #000;
	font-size: 1.2em;
	font-family: "Arvo";
}

.dateBox-area .areaL .dateBox .selectbar-list td a.btn:hover,
.selectbar-list td a.ative {
	background-color: #fcb040;
	color: #fff;
	border: 1px solid #e86e0b !important;
	/*
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
	*/
}

.dateBox-area .areaL .dateBox .selectbar-list td a.today {
	background-color: #1eccc2;
	color: #fff;
}

.dateBox-area .areaL .dateBox .selectbar-list td a.today:hover {
	background-color: #ffe1b4;
	color: #e86e0b;
	border: 1px solid #e86e0b;
}

.dateBox-area .areaL .dateBox .selectbar-list td.passday {
	background-color: #f2f2f2;
}

.dateBox-area .areaL .dateBox .selectbar-list td.passday a {
	color: #999;
	font-weight: normal;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people {
	background-color: #f2f2f2;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people a {
	color: #999;
	font-weight: normal;
}

.dateBox-area .areaL .dateBox .selectbar-list td span.badge,
.dateBox-area .areaL .dateBox .selectbar-list td span.badge2 {
	border-radius: 0;
	font-family: "Bebas Neue";
	font-size: 1.2em;
	font-weight: 300;
	width: 1.2em;
	position: absolute !important;
	background-color: #f00;
	color: #fff;
	margin-left: -1.2em;
	margin-top: 0em;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people span.badge {
	background-color: #999;
	color: #fff;
}


.selectm {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .btn-group {
	margin-right: 1em;
}

.dateBox-area .areaL a.project-btn {
	color: #fff;
	border-radius: 3px;
	padding: 0.4em 1.5em;
	background-color: #e86e0b;
	text-decoration: none;
	border: 1px solid #e86e0b;
	position: absolute;
	right: 0;
}

.dateBox-area .areaL a.project-btn:hover {
	color: #e86e0b;
	background-color: #fff;
}

.dateBox-area .areaL .help {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1em;
}

.dateBox-area .areaL .help strong {
	font-size: 1.2em;
	padding-right: 1em;
}

.dateBox-area .areaL .help .today b,
.dateBox-area .areaL .help .insEdit b,
.dateBox-area .areaL .help .insAtive b {
	display: block;
	float: left;
	width: 3em;
	background-color: #1eccc2;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	font-weight: normal;
}

.dateBox-area .areaL .help .insAtive b {
	width: 2em;
	background-color: #f00;
	color: #fff;
	font-family: "Arvo";
}

.dateBox-area .areaL .help .insEdit b {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}


.dateBox-area .areaR {
	padding-right: 0em;
}

.dateBox-area .areaR .dateBox-info {
	padding: 0 !important;
	padding-left: 0em !important;
}

.dateBox-area .areaR .dateBox-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaR .dateBox-info iframe {
	border: none;
}

.dateBox-area .areaR .dateBox-area {
	padding: 0;
	padding-left: 1em;
}

.dateBox-area .areaR .dateBox-info .tab-pane {
	padding: 0 !important;
	padding-left: 1em;
}

.dateBox-area .areaR .dateBox-info .tab-pane div.col-sm-6 {
	padding-right: 0;
}

.dateBox-area .areaR .dateBox-info .tab-pane .form-group input[type=text] {
	width: 80%;
}

.dateBox-area .areaR .date .form-group .col-sm-9 {
	padding: 0 !important;
	border: 1px solid;
}

.dateBox-area .areaR .date label.col-sm-9 input[type=text] {
	width: 85%;
}

.dateBox-area .areaR .dateBox-info .sub-recruit a {
	/*右邊iframe 加退保下方按鈕*/
	left: 0;
	bottom: 0;
	position: fixed;
	width: 10em !important;
	border: 0px solid;
	font-size: 1.3em !important;
	padding: 0.3em;
}

.dateBox-area .areaR .dateBox-info .sub-recruit a.btn-danger:hover {
	background-color: #cd221d;
	color: #fff;
}

.add-menubg .info-page .sub-recruit {
	position: fixed;
	bottom: 0;
}

.add-menubg .info-page .sub-recruit a {
	width: 26em !important;
	font-size: 1.3em;
	padding: 0.5em;
	margin: 0;
}

.add-menubg .sBar {
	position: sticky;
	top: 0px;
	padding: 1em;
	padding-top: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-weight: 900;
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.7);
}

.light-box-div .divBar {
	margin-bottom: 0;
}



/*權限設定 權限 authority*/
.authority-list {
	padding-top: 4em;
}

.authority-list .item {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.authority-list .item .btn-group .title2 {
	background: #f9f4ff;
	color: #e86e0b;
}

.authority-list .userN {
	padding: 0;
	margin: 0;
}

.authority-list .all-in {
	text-align: center;
	background-color: #f2f2f2;
	padding: 0.5em;
	margin: 0 !important;
	font-weight: 600;
}

.authority-list .all-in strong {
	margin-right: 0.5em;
}

.authority-list .class-item {
	position: absolute;
	right: 20em;
}

.authority-list .class-item h3 {
	font-size: 1.3em;
	position: absolute;
	white-space: nowrap;
	top: -0.3em;
	padding-left: 2em;
	letter-spacing: 0.3em;
	border-radius: 8px 8px 0 0;
}

.authority-list .class-title {
	text-align: right;
	margin: 0 !important;
	padding: 0.5em;
	padding-right: 1.2em;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	font-family: "Noto Sans CJK TC Light";
}

.authority-list .main-title {
	text-align: center;
	padding: 0.5em;
	background-color: #f2f2f2;
	color: #000;
	border-bottom: 1px solid #e86e0b;
	margin: 0 !important;
	font-size: 1.2em;
	font-family: "Noto Sans CJK TC Light";

}

.authority-list .detail-title {
	display: flex;
	text-align: right;
	background-color: #fff4e5;
	color: #000;
	padding: 1.2em 1em;
	padding-right: 1em;
	margin: 0 !important;
	font-size: 1.2em;
	float: left;
	margin-left: 1em !important;
	border-right: 0px solid #4288d7;
}

.authority-list .item .btn-group {}

.authority-list .item .btn-group .form-group {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.authority-list .class-item .btn-group {
	margin: 0 !important;
	padding: 0 !important;
}

.authority-list .class-item {
	height: 0;
}

.authority-list .bootstrap-select button[type=button] {
	margin: 0;
	padding: 0;
	background-image: none !important;
}

.authority-list .bootstrap-select .caret {
	display: none;
}

.authority-list .bootstrap-select {
	padding-top: 0 !important;
}

.authority-list .form-group {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.authority-list .form-group div.col-sm-6 {
	padding: 0;
	padding-left: 1em;
	border: 0px solid;
	margin-top: 0em;
	padding-bottom: 0;
	height: 3em;
}

.authority-list .form-group label.col-sm-6 {
	border: 0px solid;
	width: 7.5em;
	height: 3em;
	margin-top: -0.5em;
}


.page-contact {
	margin-top: 1em;
}

.page-contact .form-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-fluid {
	overflow-x: visible;
}


.sign .signature,
.sign .signature .signature {
	border: 5px rgba(151, 151, 151, 0.3) solid;
	height: 20em;
}

.sign .signature-btn input[type=submit] {
	margin-bottom: 1em;
	width: 95%;
}

.sign .signature-btn .ip-button input[type=button],
.sign .signature-btn .ip-button input[type=submit] {
	border-radius: 0;
	width: 100%;
	margin-top: 0.7em;
	font-size: 1.6em;
	color: #000;
	background-color: transparent;
}

.sign .signature-btn .ip-button input[type=button] {
	border-right: 1px solid #ccc;
}


.signButton {
	display: none !important;
}

/*resume*/
.icon-resume-title,
.icon-ins {
	margin-left: 0.6em;
	margin-top: 0.2em;
	position: relative;
	float: left;
	width: 8.8em;
	background-repeat: no-repeat;
	background-image: url(../images/icon_filelink.svg);
	background-position: 0.5em 0;
	background-size: 1.8em auto;
	font-size: 1.2em;
	border-radius: 3px;
	padding-left: 3em;
	line-height: 2em;
	border: 1px solid #f2f2f2;
	transition: all 0.25s linear;
}

.icon-resume-title:hover {
	background-color: #f2ab42;
	color: #fff;
	border: 1px solid #fff;
	background-image: url(../images/icon_link_d.svg);
	transform: scale(1.2);
	transition: all 0.25s linear;
}

.resume-dl-area {
	padding: 0;
	margin-top: 1em;
}

.resume-dl-area a {
	margin: 0em 0.1em;
	border: 1px solid #fff;
	border-right: 1px solid #ececec;
	padding: 0.3em;
	padding-left: 0.8em;
	padding-right: 2.3em;
	background-repeat: no-repeat;
	background-image: url(../images/icon_link.svg);
	background-position: 90% 35%;
	background-size: 1.3em auto;
	transition: all 0.25s linear;
}

.resume-dl-area a:hover {
	background-color: #F2AB42;
	color: #fff;
	border: 1px solid #fff;
	background-image: url(../images/icon_link_d.svg);
	transform: scale(1.2);
	transition: all 0.25s linear;
}

.list-table-item {
	background-color: #ffefd8;
	border-bottom: 2px solid #4288d7;
	padding: 0 !important;
	padding: 0.3em;
}

.list-table-item .trhover:hover {
	background-color: #ffefd8;
}

.list-table-item .items {
	padding: 0.5em;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-table-item .items a {
	position: relative;
	float: left;
	margin-right: 1em;
	padding: 0.2em 0.6em;
}

.list-table-item .items a:hover {
	color: #fff;
	background-color: #4288d7;
	border: 1px solid #fff;
}

.list-table-item .items a.btn-dl {
	border: 1px solid #ccc;
	background-size: 2em auto;
	padding: 0 !important;
	padding: -0.4em 0.6em;
	height: 1.9em;
}

.list-table-item .items a.btn-dl:hover {
	border: 1px solid #fff;
	background-image: url(../images/icon_dl_d.svg);
}

.recruit-add-btn a {
	position: absolute;
	right: 2em;
	top: -0.1em;
	margin-right: 1.5em;
	margin-top: 1.1em;
}

/*checkbox Style*/
.check-style {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.8em;
}

.check-style label {
	font-size: 1.3em;
	font-weight: 300;
}

.span_pseudo,
.chiller-cb span:before,
.chiller-cb span:after {
	content: "";
	display: inline-block;
	background: #fff;
	width: 0;
	position: absolute;
	transform-origin: 0% 0%;
}

.chiller-cb {
	position: relative;
	display: flex;
	align-items: center;
}

.chiller-cb input {
	display: none;
}

.chiller-cb input:checked~span {
	background: #fd2727;
	border-color: #fd2727;
}

.chiller-cb input:checked~span:before {
	width: 1.5em;
	height: 0.225em;
	transition: width 0.1s;
	transition-delay: 0.3s;
}

.chiller-cb input:checked~span:after {
	width: 0.6em;
	height: 0.225em;
	transition: width 0.1s;
	transition-delay: 0.2s;
}

.chiller-cb input:disabled~span {
	background: #ececec;
	border-color: #dcdcdc;
}

.chiller-cb input:disabled~label {
	color: #dcdcdc;
}

.chiller-cb input:disabled~label:hover {
	cursor: default;
}

.chiller-cb label {
	padding-left: 2em;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.3em;
}

.chiller-cb h2 {
	white-space: nowrap;
	font-size: 1em;
}

.chiller-cb span {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	border: 2px solid #ccc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition: all 0.2s;
	box-sizing: content-box;
}

.chiller-cb span:before {
	transform: rotate(-55deg);
	top: 1.4em;
	left: 0.6em;
}

.chiller-cb span:after {
	transform: rotate(35deg);
	bottom: 0.6em;
	left: 0.35em;
}



/* costom style*/

.btn-submit {
	color: #240700;
	background-color: #fbdb05;
	border-color: #240700;
}

.btn-submit:focus {
	color: #240700;
	background-color: #dac117;
	border-color: #240700;
}

.btn-submit:hover {
	color: #240700;
	background-color: #dac117;
	border-color: #240700;
}

.btn-submit:active {
	color: #240700;
	background-color: #dac117;
	border-color: #240700;

}

.btn-submit.active:hover,
.btn-submit:active:focus {
	color: #240700;
	background-color: #fbdb05;
	border-color: #240700;
}

.btn-submit:active {
	background-image: none;
}

.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-submit .badge {
	color: #d9534f;
	background-color: #fff;
}

.editlistbox .btn-primary,
.editlistbox .btn-success,
.editlistbox .btn-info,
.editlistbox .btn-warning,
.editlistbox .btn-danger,
.search-bar .btn-primary,
.search-bar .btn-success,
.search-bar .btn-info,
.search-bar .btn-warning,
.search-bar .btn-danger {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

/*上傳圖片 update img*/

.lightbox-title h1 {
	margin-bottom: 0;
}

.updateflie-box-area {
	padding: 0 !important;
}

.fancybox-skin .updateflie-box .col-sm-12 {
	padding: 0 !important;
	text-align: center;

}

.fancybox-skin .updateflie-box .col-sm-12 label.icon-upimg {
	margin-left: 5em;

}

.fancybox-skin .updateflie-box .upimg {
	padding: 4em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.fancybox-skin .updateflie-box .upimg img {
	border-radius: 6px;
	border: 4px solid #ccc;
}

.updateflie-box h2 {
	margin: 0;
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	font-weight: 900;
	color: #999;
}

.updateflie-title,
.updateflie-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0px solid;
	margin-top: 2em;
}

.updateflie-btn {
	margin-top: 0em;
}

.updateflie-title img {
	margin: 1em 1em;
	margin-top: 0;
}

.updateflie-title .upimg {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.updateflie-title .upimg img {
	max-height: 300px;
	width: auto;
}

.updateflie-btn label.icon-upimg,
.updateflie-box label.icon-upimg,
.updateflie-btn a.icon-crop-img,
.updateflie-box a.icon-crop-img,
.updateflie-btn a.icon-rotate-img,
.updateflie-box a.icon-rotate-img {
	display: block;
	float: left;
	background-image: url("../images/icon_update_img.svg");
	background-size: 1.8em auto;
	background-repeat: no-repeat;
	background-position: 0.5em 0.3em;
	transition: 0.5s;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 2.5em;
	color: #000;
	box-shadow: inset 0 0 0em rgba(0, 0, 0, 0);
}

.updateflie-btn a.icon-upimg:hover,
.updateflie-btn a.icon-crop-img:hover,
.updateflie-btn a.icon-rotate-img:hover .updateflie-box a.icon-upimg:hover,
.updateflie-box a.icon-crop-img:hover,
.updateflie-box a.icon-rotate-img:hover {
	color: #fff;
	border-radius: 4px;
	background-color: #4288d7;
}

.updateflie-btn a.icon-crop-img,
.updateflie-box a.icon-crop-img {
	background-image: url("../images/icon_crop_img.svg");
	background-size: 1.5em auto;
}

.updateflie-btn a.icon-rotate-img,
.updateflie-box a.icon-rotate-img {
	background-image: url("../images/icon_rotate_img.svg");
	background-size: 1.5em auto;
}

.updateflie-btn a.icon-upimg:hover,
.updateflie-box a.icon-upimg:hover {
	background-image: url("../images/icon_update_img_d.svg");
}

.updateflie-btn a.icon-crop-img:hover,
.updateflie-box a.icon-crop-img:hover {
	background-image: url("../images/icon_crop_img_d.svg");
}

.updateflie-btn a.icon-rotate-img:hover,
.updateflie-box a.icon-rotate-img:hover {
	background-image: url("../images/icon_rotate_img_d.svg");
}

.add-page div:nth-last-child(odd) .updateflie-box {
	border-right: 0px solid #ccc;
}


.trhover .time h2 {
	font-size: 1em !important;
	font-weight: 900;
	color: #666;
	margin: 0em;
}

.trhover .time .done {
	color: #ff67e6;
}

.trhover .time b {
	font-size: 0.8em !important;
	color: #666;
}

.trhover .code {
	font-size: 80%;
}

.trhover .dd a {
	font-size: 10%;
}


.other-sales .trhover .time i {
	position: absolute;
	left: 1.7em;
	margin-top: 0.2em;
	color: #18a8a6;
}

.other-sales .trhover {
	background-color: rgba(241, 241, 241, 0.5) !important;
}

.list-ps p {
	padding: 0.3em 0.5em;
	background-color: rgba(238, 238, 238, 0);
}

background-color:rgba(238, 238, 238, 0);
}

.list-ps i {
	color: #18a8a6;
	margin-right: 0.2em;
}


/*date datebox lightbox 日曆 日期 星期 行事曆 選日期*/
.dateBox-area .areaL {
	border-right: 1px solid #f2f2f2;
}

.dateBox-area .areaL div:nth-child(1) {
	padding: 0;
}

.dateBox-area .areaL .dateBox .moon-selectbar,
.dateBox-area .areaL .moon-selectbar {
	margin-bottom: 0 !important;
	margin-top: 0.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar,
.dateBox-area .areaL .moon-selectbar {
	padding: 1em;
	margin-bottom: 1.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar div,
.dateBox-area .areaL .moon-selectbar div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .dateBox .moon-selectbar .titleDate,
.dateBox-area .areaL .moon-selectbar .titleDate {
	font-size: 1.5em;
	font-family: "Arvo";
	letter-spacing: 1px;
	line-height: 1.5em;
}

.dateBox-area .areaL .dateBox .moon-selectbar a.icon-rev,
.dateBox-area .areaL .moon-selectbar a.icon-rev {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.7em auto;
	background-position: 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dateBox-area .areaL .dateBox .moon-selectbar a.icon-next,
.dateBox-area .areaL .moon-selectbar a.icon-next {
	background-image: url(../images/icon_arrow_nextend.svg);
	background-size: 1.7em auto;
	background-position: 0;
	background-repeat: no-repeat;
}

.dateBox-area .areaL .dateBox .week-selectbar {
	padding: 0;
}

.dateBox-area .areaL .dateBox {
	padding-bottom: 2em;
}

.dateBox-area .areaL .dateBox .titleDate {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .dateBox .week-selectbar table {
	padding: 0;
	margin: 0;
}

.dateBox-area .areaL .dateBox .week-selectbar table td {
	border: 1px solid #ccc;
}

.dateBox-area .areaL .dateBox .week-selectbar table th {
	border: none;
	border-bottom: 2px solid #fcb040 !important;
	color: #999;
	padding: 1em !important;
}

.dateBox-area .areaL .dateBox .week-selectbar table th,
.week-selectbar table td {
	padding: 0;
	text-align: center;
}

.dateBox-area .areaL .dateBox .selectbar-list td a.btn {
	border-radius: 0;
	width: 100%;
	color: #000;
	font-size: 1.2em;
	font-family: "Arvo";
}

.dateBox-area .areaL .dateBox .selectbar-list td a.btn:hover,
.selectbar-list td a.ative {
	background-color: #fcb040;
	color: #fff;
	border: 1px solid #e86e0b !important;
	/*
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
	*/
}

.dateBox-area .areaL .dateBox .selectbar-list td a.today {
	background-color: #1eccc2;
	color: #fff;
}

.dateBox-area .areaL .dateBox .selectbar-list td a.today:hover {
	background-color: #ffe1b4;
	color: #e86e0b;
	border: 1px solid #e86e0b;
}

.dateBox-area .areaL .dateBox .selectbar-list td.passday {
	background-color: #f2f2f2;
}

.dateBox-area .areaL .dateBox .selectbar-list td.passday a {
	color: #999;
	font-weight: normal;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people {
	background-color: #f2f2f2;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people a {
	color: #999;
	font-weight: normal;
}

.dateBox-area .areaL .dateBox .selectbar-list td span.badge,
.dateBox-area .areaL .dateBox .selectbar-list td span.badge2 {
	border-radius: 0;
	font-family: "Bebas Neue";
	font-size: 1.2em;
	font-weight: 300;
	width: 1.2em;
	position: absolute !important;
	background-color: #f00;
	color: #fff;
	margin-left: -1.2em;
	margin-top: 0em;
}

.dateBox-area .areaL .dateBox .selectbar-list td.other-people span.badge {
	background-color: #999;
	color: #fff;
}


.selectm {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaL .btn-group {
	margin-right: 1em;
}

.dateBox-area .areaL a.project-btn {
	color: #fff;
	border-radius: 3px;
	padding: 0.4em 1.5em;
	background-color: #e86e0b;
	text-decoration: none;
	border: 1px solid #e86e0b;
	position: absolute;
	right: 0;
}

.dateBox-area .areaL a.project-btn:hover {
	color: #e86e0b;
	background-color: #fff;
}

.dateBox-area .areaL .help {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1em;
}

.dateBox-area .areaL .help strong {
	font-size: 1.2em;
	padding-right: 1em;
}

.dateBox-area .areaL .help .today b,
.dateBox-area .areaL .help .insEdit b,
.dateBox-area .areaL .help .insAtive b {
	display: block;
	float: left;
	width: 3em;
	background-color: #1eccc2;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	font-weight: normal;
}

.dateBox-area .areaL .help .insAtive b {
	width: 2em;
	background-color: #f00;
	color: #fff;
	font-family: "Arvo";
}

.dateBox-area .areaL .help .insEdit b {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}


.dateBox-area .areaR {
	padding-right: 0em;
}

.dateBox-area .areaR .dateBox-info {
	padding: 0 !important;
	padding-left: 0em !important;
}

.dateBox-area .areaR .dateBox-info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dateBox-area .areaR .dateBox-info iframe {
	border: none;
}

.dateBox-area .areaR .dateBox-area {
	padding: 0;
	padding-left: 1em;
}

.dateBox-area .areaR .dateBox-info .tab-pane {
	padding: 0 !important;
	padding-left: 1em;
}

.dateBox-area .areaR .dateBox-info .tab-pane div.col-sm-6 {
	padding-right: 0;
}

.dateBox-area .areaR .dateBox-info .tab-pane .form-group input[type=text] {
	width: 80%;
}

.dateBox-area .areaR .date .form-group .col-sm-9 {
	padding: 0 !important;
	border: 1px solid;
}

.dateBox-area .areaR .date label.col-sm-9 input[type=text] {
	width: 85%;
}


/* AllNewNavbar 上方資訊列  新版 改版 新資訊列 */

/*
.AllNewNavbar{z-index: 9; position: sticky; top: 0px; /*第1排高度}
.new-navbar{z-index: 9; position: sticky; top: 70px; /*第2排高度}
.search-bar{z-index: 9; position: sticky; top: 132px; /*第3排高度}
.tablelist .ioe{z-index: 9; position: sticky; top: 201px; /*第4排高度}

.search-bar ,.tablelist .ioe{background-color: rgba(255,255,255,1.00)!important;}

*/

/*
.main-contact{
	padding-top: 70px !important;
}
.new-navbar{
	height: 62px; 
}

*/


.AllNewNavbar div {
	height: 5em;
}

.AllNewNavbar {
	padding: 0;
	z-index: 100;
	display: block;
	background-color: #fff;
	height: 5em;
}

.AllNewNavbar h2,
.AllNewNavbar h3 {
	margin: 0;
	font-style: normal;
	font-size: 1.5em;
}

.AllNewNavbar cite {
	font-style: normal;
}

.AllNewNavbar a {
	text-decoration: none;
}

.AllNewNavbar .newTitle,
.AllNewNavbar .newLogout,
.AllNewNavbar .newSelect,
.AllNewNavbar .newUserinfo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.AllNewNavbar .newSyscg {
	padding-top: 1.2em;
}

.AllNewNavbar .newSyscg span {
	position: absolute;
	left: 16px;
	top: 88px;
	font-size: 1.6em;
	font-weight: normal;
	color: #666;
}

.AllNewNavbar .newSyscg a.icon-recruit,
.AllNewNavbar .newSyscg a.icon-accounting {
	display: block;
	float: left;
	margin-left: 1em;
	width: 2.5em;
	height: 2.5em;
	background-image: url("../images/icon_newRecruit.svg");
	background-size: 2.5em auto;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	transition: 0.5s;
}

.AllNewNavbar .newSyscg a.icon-recruit {
	margin-left: 1.6em;
}

.AllNewNavbar .newSyscg a.icon-recruit:hover,
.AllNewNavbar .newSyscg a.icon-accounting:hover {
	background-color: #4288d7;
	background-image: url("../images/icon_newRecruit_d.svg");
}

.AllNewNavbar .newSyscg a.icon-accounting {
	background-image: url("../images/icon_newAccounting.svg");
	background-size: 2.5em auto;
}

.AllNewNavbar .newSyscg a.icon-accounting:hover {
	background-image: url("../images/icon_newAccounting_d.svg");
}

.AllNewNavbar .newSyscg a:hover::before {
	z-index: 9;
	content: attr(data-msg);
	position: absolute;
	display: inline-block;
	top: 55px;
	border: 1px solid #fff;
	padding: 0.5em;
	font-size: 1.3em;
	padding: 0.6em;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	font-weight: 600;
	transition: 0.5s;
	box-shadow: 6px 6px 6px #ccc;
}

.AllNewNavbar .newTitle h2 {
	text-align: center;
	font-weight: 600;
	width: 90%;
	border-radius: 6px;
	padding: 0.3em;
	color: #fff;
	background-color: #4288d7;
	animation: spin 3s linear infinite;
	animation-duration: 6s;
	animation-fill-mode: both;
	animation-name: flash;
}

.AllNewNavbar .newUserinfo h3 cite {
	display: block;
	width: 120px;
	padding-top: 4px;
}

.AllNewNavbar .newUserinfo h3 {
	text-align: center;
}

.AllNewNavbar .newUserinfo h3 img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: left;
}

.AllNewNavbar .newSelect {
	padding-top: 1em;
}

.AllNewNavbar .newLogout a {
	display: block;
	width: 3em;
	height: 2em;
	background-image: url("../images/icon_newLogout.svg");
	background-size: 2em auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.AllNewNavbar .newLogout a:hover {
	background-image: url("../images/icon_newLogout_d.svg");
	transition: 0.5s;
}














.btn-dl {
	color: #1c1f26;
	background-color: #fff;
	border-color: #fff;
}

.btn-dl:hover,
.btn-dl:focus {
	color: #fff;
	border-color: #fff;
}

.btn-dl:active,
.btn-dl.active:hover,
.btn-dl:active:focus {
	color: #fff;
	border-color: #fff;
}

.btn-dl.disabled:hover,
.btn-dl[disabled]:hover,
fieldset[disabled] .btn-dl:hover,
.btn-dl.disabled:focus,
.btn-dl[disabled]:focus,
fieldset[disabled] .btn-dl:focus {
	border-color: #fff;
}

.btn-dl .badge {
	color: #000;
	background-color: #fff;
}

.btn-dl .badge {
	color: #000;
	background-color: #fff;
}

.btn-dl {
	color: #1c1f26;
	background-color: #fff;
	border-color: #fff;
}

.btn-dl:hover,
.btn-dl:focus {
	color: #fff;
	border-color: #fff;
}

.btn-dl:active,
.btn-dl.active:hover,
.btn-dl:active:focus {
	color: #fff;
	border-color: #fff;
}

.btn-dl.disabled:hover,
.btn-dl[disabled]:hover,
fieldset[disabled] .btn-dl:hover,
.btn-dl.disabled:focus,
.btn-dl[disabled]:focus,
fieldset[disabled] .btn-dl:focus {
	border-color: #fff;
}

.btn-dl .badge {
	color: #000;
	background-color: #fff;
}

.btn-main {
	color: #1c1f26;
	background-color: #fff;
	border-color: #ccc;
}

.btn-main:hover,
.btn-main:focus {
	color: #fff;
	background-color: #b28850;
	border-color: #926747;
	/*color: #fff; background-color: #009e91; border-color: #0f6059;*/
}

.btn-main:active,
.btn-main.active:hover,
.btn-main:active:focus {
	color: #fff;
	background-color: #b28850;
	border-color: #926747;
	/*color: #fff; background-color: #009e91; border-color: #0f6059;*/
}

.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus {
	background-color: #b28850;
	border-color: #926747;
}

.btn-dl .badge {
	color: #000;
	background-color: #fff;
}

#NewMenu:not(.mm-menu) {
	display: none;
}
}

@media screen and (max-width: 1024px) {

	.navbar-header a img {
		margin-top: -0.5em;
	}

	.pager .previous a,
	.pager .next a {
		font-size: 2em;
	}

	.trhover .time b {
		letter-spacing: -0.1em;
		font-size: 80%;
	}

	.tablelist .ioe th {
		font-size: 85%;
	}


	.mm-navbar {
		top: 38.2%;
		/*sonmenu-title*/
	}

	a.icon-resume {
		background-position: 0.35em center;
	}
}

@media screen and (max-width: 1152px) {
	.mm-navbar {
		top: 38.2%;
		/*sonmenu-title*/
	}

	a.icon-resume {
		background-position: 0.35em center;
	}
}

@media screen and (max-width: 1366px) {
	.mm-navbar {
		top: 38.2%;
		/*sonmenu-title*/
	}

	a.icon-resume {
		background-position: 0.35em center;
	}

}