@charset "utf-8";

/* basic info 

#415d20 #000 #35b2ae #f3ffff 淡 互補色

col-md-push-*  往左推 往左推格數 對齊  col-sm-offset-* 往右推 往左推格數 對齊
強迫斷行，英文字會被切一半 word-break: break-all; 單字斷行 word-wrap:break-word; 不斷行 white-space:nowrap;
:nth-child(1) :first-child 第一 :last-child 最後 :nth-child(odd) 奇 :nth-child(even) 偶 

*/

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: #35b2ae; outline:none !important; /*bar border*/
  background-image: -webkit-linear-gradient(45deg, /*情角*/ #35b2ae, /*第一段上方間變 25%*/ 
      transparent 25%, transparent 50%, /*第一段下方間變*/#35b2ae, /*第二段上方間變*/ #35b2ae, transparent 25%, transparent 50%);/*第二段下方間變*/
}

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

button, a, input, textarea{
    outline:none !important;
}
/*去除內陰影*/

.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);
}
.select-time strong{
	position: absolute; width: 1.4em; 
	font-size: 2em; font-weight: 900; margin: 0; padding: 0;
	text-align: center; margin-left: -1.4em; margin-top: -0.2em;
	font-family: "Arvo";
	color: #666;
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
}
.select-time .bootstrap-select{margin-right: 5em;}
.select-time .bootstrap-select button{width: 8em; display: block; float: left; }

.input-text-double .form-group .input-text strong{
	border: 1px solid; position: fixed; font-size: 17px; font-weight: 600; color: #fff; background-color: #006C02; 
	padding-top: 4px; padding-left: 4px; padding-right: 4px;
	margin-left: 2px; margin-top: 2px;
}
.input-text-double .form-group .input-text input[type=text]{padding-left: 2em;}




/*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 #f2f2f2;
    border-top: 1px solid #415d20;
}
#LoaderPic{
	display: none;
    position: absolute;
	width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	background-image:url(../images/logo.svg);
    background-size: 150px auto;
	
}
#LoaderBG{
	display: none;
	width:100%;
	position:absolute;
	opacity:0.8;
	top:0px;
	left:0px;
    background-color:rgba(255,255,255,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;}



/*上方資訊列 title*/

.navbar{position:absolute; width:100%;}
.menu-header{margin:0; padding:0; background-color: rgba(255,255,255,1); }
.navbar-header{float:right; position:absolute; }
.menu-header .user-info{
	display: flex; 
	justify-content: center; 
	align-items: center; 
	margin-top: -48px;
	right: 4em !important;
	border-right: 1px solid #f2f2f2;
	padding-right: 1.2em;
}
.menu-header .user-info img{
	width: 34px !important; 
	height: 34px !important;
	border-radius: 17px;
	display:block;
	position:relative; 
	float:left;
}

.menu-header .user-info h1{
	margin: 0;
	font-family: "Soure Sans Pro";
	font-size: 1.5em; 
	white-space:nowrap;
	color:#999;
	margin-top: 2px;
	letter-spacing: 0.01em;
	}
	.menu-header .user-info h1:first-letter{
	font-weight: 600; color:#000 !important;
	}

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

	.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;}

/*new*/





/*上方切換系統圖示 system*/
.syscg{
    border-radius: 4px;  
	left: 8em; margin-left:4em; top:0.4em !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;
	transition: 0.5s;
}
.syscg .icon-recruit a:hover ,.syscg .icon-accounting a:hover{
	background-image:url(../images/icon_recruit_d.svg); 
	background-color: #415d20;
	border-radius: 4px;
	transition: 0.5s;
}
.syscg li{float: left;}
.syscg .icon-accounting a{
    background-position: 0.1em 0.1em !important;
    background-size: 2.9em auto;
	background-image:url(../images/icon_accounting.svg);
}
.syscg .icon-accounting a{background-position: center;}
.syscg .icon-accounting a:hover{
	background-image:url(../images/icon_accounting_d.svg);
}

.tip-sys{
	top: 2.8em !important;
	font-size:1.3em; 
	padding:0.6em; 
	border:none !important;
    background-color:rgba(65,93,32,0.9);
	color:#fff; 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.25em;}
.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;
	transition: 0.5s;
}
.navbar .logout a:hover{
    background-image:url("../images/icon_logout_d.svg"); 
	background-repeat:no-repeat;
	transition: 0.5s;
}
.navbar-inverse{background-color: #fff !important;}
	.navbar-inverse .navbar-nav > .logout > a:hover{
      background-image:url("../images/icon_logout.svg"); 
}
.nav .logout i{display: none;}







/*資訊列*/


/* Navbar container 上方資訊列 主選單*/
.new-navbar {
    font-family: "Noto Sans CJK TC Light";
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    border-top: 9px #415d20 solid !important;
	
}

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

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

/* Dropdown button 閃現menu*/
.new-dropdown .dropbtn{
    border: none;
    outline: none;
    color: #666;
    padding-left: 16px; 
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 0.5em;
    background-color: transparent;
    margin-top: 4px; 
    margin-right: 0.5em;
    font-size: 1.24em; 
    cursor: pointer; 
}.new-dropdown .dropbtn:hover {color: #666;}
.new-dropdown .dropbtn:focus {color: #666;}

.new-dropdown .menu-class-down{
    background-color: #fff;
    color: #415d20;
	font-weight: 600;
	font-size: 1.2em;
	margin-top: 6px;
}


/*滑過項目後點擊項目效果*/
.new-navbar a:hover{
    background-color: rgba(255,255,255,1);
    color: #415d20;
	transition: 0.5s;
}
.new-dropdown:hover .dropbtn {
	/*background: linear-gradient(#415d20, #415d20, #fff);*/
    background-color: rgba(255,255,255,1);
	background-color: #415d20;
    color: #fff;
	transition: 0.5s;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  position: absolute; 
  background-color: rgba(255,255,255,0.98);
  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"); /*主選單 logo 背景圖*/
    background-size: 2.8em auto;
    background-repeat:no-repeat;
    background-position: 1.5em 0.5em; 
}



/* 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; margin-top: -3px !important; padding: 0 !important;  padding-bottom: 0em;
  text-align: center; font-size: 1.3em; height: 1.8em; padding-bottom: 1em; font-weight: normal !important;
    border-bottom: 2px solid #f2f2f2;
}

/*margin padding*/
.pd05{padding: 0.5em;}
.pd1{padding: 1em;}
.pd2{padding: 2em;}

.mtn1{margin-top: -1em !important;}

/*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: 365px;
  
}
.column h3{
    font-size: 1.2em; 
	font-weight: normal;
    text-align: center; 
    color: #999;
	color: #b28247;
	margin: 0.2em;
    padding: 0.2em; 
    border-radius: 8px; 
    background-color: rgba(178,130,71,0);
}
/* Style links inside the columns */
.column a {
  float: none;
  color: #000;
  padding: 8px 6px ;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.1em;
	transition: all 0.25s linear;
}
.column a:hover {
	background-color: #b28247;
	background-color: rgba(65,93,32,0.95); 
	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 .syscg{
 position:absolute; 
 width: 180px; height: 40px; top:0.8%;
 margin-left:-105px; margin-top:0px; 
}
.menu-d2 .syscg .icon-recruit a ,.menu-d2 .syscg .icon-accounting a ,.menu-d2 .syscg .icon-holiday a{border: none;}

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


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

.menu-d2 .breadcrumb{
	display: flex; justify-content: center; align-items: center;
}

.menu-d2 .breadcrumb .active{/*列表頁/最上方標題*/
	position:absolute; 
	text-align: center;
	width: 25%; 
    font-weight: 600 !important;
    font-size: 1.3em;
	line-height: 1em;
    color: #333;
    animation: spin 3s linear infinite;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-name: flash;
	font-family: "Noto Sans CJK TC Light";
	font-family: "Gen Jyuu Gothic Light";
}

.breadcrumb .home{/*列表頁/左方標題*/
	position:absolute;
	left: 0.9em;
    top: 3.6em;
    color: #666; 
    font-size: 1.2em;
}


.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: #415d20; 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 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: 1.5em !important; margin-top: 1em; margin-right: 0em;
    display:block !important;
    background-color:000 !important; 
    border: 0px solid;  
    background-image:url("../images/icon_exchange.svg_"); 
	background-repeat:no-repeat;
	background-size:2em auto;
    background-position: right;
    width: 10em;
    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*/
.select-moon{text-align: center;}
.select-moon select{
	font-size: 0.9em;
	font-weight: 900;
	color: #000; 
	width: 100%; 
	height: 2.7em !important;
    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;
	}
	.select-moon select:after{}
	.select-moon select:focus {
	color:#fff; background-color:#000; border:none; 
	}
	.select-moon select option{}
	
 
.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;
	
}
.page-contact label {
	 border: 0px solid;
	
}
.add-page label{
	border: 0px solid;
	
}
.page-contact .control-label cite ,.add-page .control-label cite{
	display: block;
	height: 3.0em !important; border: 0px solid;
	font-style:normal; 
	padding-top: 1em;
}
.page-contact .form-address .control-label cite ,.add-page .form-address .control-label cite{
	padding-top: 1.5em !important;
}

.page-contact .title{text-align: center; font-size: 1.5em; padding: 0.8em;}



.add-page .title{ color: #666; text-align: center; text-transform: uppercase; font-weight: 900;}

/*button btn menu pop 通用按鈕*/

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 ,a.icon-insurance{
	background-color: #fff;
	background-image: url("../images/icon_content.svg");
	background-size:1.3em auto;
	background-repeat:no-repeat;
    background-position: center;
    border: 1px solid #dedede !important;
	transition: 0.3s;
}
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 ,a.icon-insurance:hover{
	border: 1px solid #415d20 !important;
}

a.icon-permission{
    background-image: url("../images/icon_permission.svg");
}
a.icon-content:hover{
	background-size:1.9em auto;
    background-color: #fff !important;
    background-image: url("../images/icon_content_d.svg");
	border: 1px solid #f2f2f2 !important;
	transition: 0.3s;
}
a.icon-permission:hover{
    background-color: #415d20 !important;
    background-image: url("../images/icon_permission_d.svg");
}
a.icon-pay{
	background-size:1.6em auto;
    background-image: url("../images/icon_pay.svg");
}
a.icon-pay:hover{
    background-color: #415d20 !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: #415d20 !important;
    background-image: url("../images/icon_copy_d.svg");
}
a.icon-release{
	width: 1.5em; height: 2em;
	background-image: url("../images/icon_release.svg");
	background-size:1em auto;
	background-repeat:no-repeat;
    background-position: 0.5em center;
	background-color: #fff;
	border: 1px solid #ccc;
}
a.icon-release:hover{
	background-color: #415d20 !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: #415d20 !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: #415d20 !important;
	background-image: url("../images/icon_class_d.svg");
}
a.icon-insurance{
	width: 3.5em; height: 2.5em;
	background-image: url("../images/icon_insurance.svg");
	background-size:2.3em auto;
	background-repeat:no-repeat;
    background-position: center;
	background-color: #fff;
	margin-left: 20%;
}
a.icon-insurance:hover{
	background-color: #415d20 !important;
	background-image: url("../images/icon_insurance_d.svg");
}
a.icon-line{
	display: block;
	width: 2.5em; height: 2.5em;
	background-image: url("../images/icon_line.svg");
	background-size:2.5em auto;
	background-repeat:no-repeat;
    background-position: 0em center;
	background-color: #fff;
	margin-left: 0.2em;
}
a.icon-line:hover{
	background-image: url("../images/icon_line_d.svg");
	border: 1px solid #ccc;
}


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: #415d20;
	background-image: url("../images/icon_add_d.svg");
}







.date-select .switch-field label i.icon-week ,.date-select label i.icon-moon{
	background-image: url("../images/icon_pay.svg");
	background-size: 2em auto;
	background-repeat:no-repeat;
    background-position:center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.date-select i.icon-week:hover ,.date-select i.icon-moon:hover{
	background-color: #415d20;
	background-image: url("../images/icon_pay.svg");
}



/*自訂義 menu按鈕icon*/
.all-column .column a .icon-conpany{
	background-image: url("../images/icon_conpany.svg") !important;
	background-size: 1.3em auto;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	border: 0px solid #fff;
}

.all-column .column a:hover .icon-conpany{
	color: #fff;
	transition: 0.5s;
	background-image: url("../images/icon_conpany_d.svg")!important;
}


.all-column .column:nth-child(1) a:nth-child(3) ,.all-column .column:nth-child(4) a:nth-child(3) {
	padding: 8px 6px !important;
	padding-top: 8px;
	position: relative;
	display: flex; justify-content: center; align-items: center;
}



/*---------------*/



.list-message a.icon-add{
	border-radius: 24px;
	border: 0px solid #ccc;
	width: 24px; height: 24px;
	background-size: 24px auto;
	background-position: 0.02em 0.15em;
	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: 0px solid #14b9b7 !important;
}
.list-message a.icon-message{
	padding-left: 0.5em;
	color: #14b9b7;
	width: 1.6em;
	font-weight: 900;
	font-size: 1.3em;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	margin-left: 0.1em; 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;
}

.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;}
.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;
	
}



/*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 h2{
	font-family: "Arvo"; width: 21%; text-align: left;
	position: absolute; color: #999; font-size: 1.2em; 
}
.btn-group-justified h2:first-letter{font-weight: 900;}
.nav-tabs{
	margin-top:1em; border-bottom: 1px solid #ccc;
	display:flex; align-items:center; justify-content:center;
	margin-bottom: 0em;
}
.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{border: 1px solid;}
.nav-tabs > li > a{
    border: 0;
	border-radius: 0 ;
	font-weight: 600;
	color: #999;
	background-color: transparent;
	margin-bottom: 0.03em;
	font-size: 1em;
	font-family: "Noto Sans TC Light";
	}
.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: #415d20;
	  border: none;
	  border-radius: 0;
		margin-top: 0.11em !important;
	}
	



/*送出按鈕*/
.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;
	}


.sub-buttom{
	width: 100%; 
	position: fixed;
	bottom: 0;
	padding: 0; padding-right: 1em;
	border: 0px solid;
	padding-top: 2em;
	background: linear-gradient(to top,#fff,#fff,#fff,transparent);
    }
.sub-buttom a{width: 100%; }


/*input style 輸入欄位*/
.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);
}


/*內容*/
.mCon{}



/*dashboard 首頁 資訊看板 人數*/

.dashboard .tablelist .ioe{
	background-color: rgba(255,255,255,0.8) !important;
	position: sticky;/*置頂 釘選 sty */
    top: 55px;
}
.dashboard .info-bar{
	background-color: rgba(255,255,255,0.8) !important;
	padding: 1em; 
	padding-bottom: 0;
	position: sticky;/*置頂 釘選 sty */
    top: -1px;
	z-index: 10;
}
.dashboard .search-bar-sm ,.dashboard .search-bar-sm .ds-area div{
	padding: 0 !important; 
	margin: 0 !important;
}
.dashboard .search-bar-sm .form-control 
,.dashboard .pp-area .btn-group{
	margin: 0 !important; 
	padding: 0 !important;
}
.dashboard .ds-area .form-group .col-sm-10_5 .col-sm-6{
	padding-top: 0 !important;
}
.dashboard .ds-area ,.dashboard .ds-area .form-address{
	padding: 0; margin: 0;
}
.dashboard .ds-area .form-address{
	border: 0px solid;}
.dashboard .ds-area .col-sm-10_5{
	padding-top: 0 !important;
}

.dashboard .dashboard-form .ds-title{
	padding-top:0.8em !important; 
	background-color:transparent !important; 
	display:flex;
    align-items:center;
    justify-content:center;
}
.dashboard .dashboard-form .ds-title .ds-box{width:auto;}
.dashboard .sales{padding-left: 1em;}
.dashboard .pagination ,.dashboard .pager{ margin:0.2em 2em; margin-bottom:0; margin-top:0.5em;}
.dashboard .pagination li{margin-top:0.3em;}
.dashboard .col-sm-12{ margin:0;}
.dashboard .page-pag{margin-top: 1em;}

.dashboard .nr-titles{padding:0; margin:0;}
.dashboard .nr-titles .sale-tager{ padding:0; margin:0; display: none;}
.dashboard .nr-titles .sale-tager div{padding:0; margin:0; background-color:#fff; color:#666;}
.dashboard .nr-titles .sale-tager .t1 
,.dashboard .nr-titles .sale-tager .t2 
,.dashboard .nr-titles .sale-tager .t3 
,.dashboard .nr-titles .sale-tager .t4{
	background-color:#fff; 
	margin-top:0em; 
	padding:0; 
	line-height:3.6em; 
	text-indent:0.7em;
}
.dashboard .nr-titles .sc-select i ,.dashboard .nr-titles .dssc-select i{
	margin-top:0.6em; 
	font-size: 100%;
}
.dashboard .switch-field{margin: 0; padding: 0;}
.dashboard .switch-field label {
	margin: 0;
	margin-top: 0.2em;
	font-size: 1em;
	background-color: #fff;
	color: #666;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	transition: all 0.1s ease-in-out;
}
.dashboard .title-time{padding: 0;}
.dashboard .title-time h3{font-size: 1em; margin: 0;}
.dashboard .switch-field input:checked + label {
	background-color: #415d20;
	color:#fff;
	border: 1px solid #415d20;
	box-shadow: none;
	/*
	animation: spin 2s linear infinite;
	animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: flash;
	*/
}


.dashboard .mf-contact .items .col-sm-3_5 ,.dashboard .mf-contact .items .col-sm-8_5{
	padding:0; margin:0;
}
.dashboard .mf-contact .items{
	border: 1px solid #ccc; 
	border-left: none; 
	border-bottom: 1px solid #ccc;
	padding:0; 
	margin:0.8em; 
	margin-right: 0; 
	margin-bottom:0; 
	width: 24%;
}
.dashboard .items-left .it1 ,.dashboard .items-left .it2 ,.dashboard .items-left .it3{
	font-size:24px; 
	height:45px; 
	border: 1px solid #ccc; 
	border-left:none; 
	text-align:center; 
	line-height:45px;
}
.dashboard .items-left .it1{
	text-align: center;
	font-family: "Noto Sans CJK TC Light";
	background-color: #fefefe;
	font-size: 1.3em; 
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-right:none;
	border-bottom:none;  
	height: 7.82em; 
	line-height:1em;  
	padding: 0em 0.3em; 
	padding-top: 0.7em;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
.dashboard .items-left .it2{
	background-color:#f5f5f5; 
	border: none;
	border-left: 1px solid #ccc;
}
.dashboard .items-left .it2 strong{font-size: 0.9em; color: #666;}
.dashboard .items-left .it3{
	display: none;
	border-bottom:none; 
	border-right:none; 
	border-top:none; 
	background-color:#fff; 
	color:#666;
	border-left: 1px solid #ccc;
}
.dashboard .items-left .it3 .badge ,.dashboard .items-left .it3 .badge2{
	position:absolute; 
	border-radius:50%;
	font-size:13px; 
	left:-0.7em; 
	top: 9em; 
	text-align:center; 
	padding:0; 
	width: 2.3em; 
	height: 2.3em; 
	line-height: 2.2em;
	background-color: #80a9c3; 
	color:#fff;
}
.items-left .it3 .badge2{
	background-color:#fbdb05; 
	color:#71461c;
}

.dashboard .items-left .it1 strong{
	font-size:0.9em;
	letter-spacing: -1px; 
	color:#353942;
}
.dashboard .items-left .it1 p{
	font-size:0.8em; 
	color:#fff; 
	background-color: #9480ac; 
	border-radius: 4px; 
	padding: 0.2em;   
	margin-top: 0.3em;
}
.dashboard .items-right .add-ir{
	text-align: center;
}

.dashboard .items-right a{text-decoration:none;}
.dashboard .items-right .add-ir a i{ display: none;}
.dashboard .items-right .add-ir a:hover i{ }
.dashboard .items-right .add-ir a{
	z-index:10;
	width: 2em; 
	height: 2em; 
	line-height: 1.8em;
	position:absolute;
	right: 0;
	margin: 0em; 
	padding-left: 0.03em;
	background-color: #35b2ae; 
	color:#fff;
	transition: 0.3s;
	background-image: url(../images/icon_addsm.svg); 
    background-size: 1.2em auto;
	background-position: center;
	background-repeat: no-repeat;
}
.dashboard .items-right .add-ir a:hover{
	background-image: url(../images/icon_addsm_d.svg); 
	background-color: rgba(255,255,255,0.95);
	border-left: 1px solid #35b2ae;
	border-bottom: 1px solid #35b2ae;
	color:#fff !important;
	font-size: 3em;
}
.dashboard .items-right .tl-item p{
	border-radius:3px; 
	color:#000; 
	padding:0.2em; 
	margin-top:0.33em; 
	margin-bottom:0.21em;
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.dashboard .items-right .tl-item{color: #000; transition: 0.5s;}
.dashboard .items-right .tl-item:first-child{border-top: none;}
.dashboard .items-right a:nth-child(2) ,.dashboard .items-right a:nth-child(3){border-bottom: 1px solid #ccc;}
.dashboard .items-right .tl-item:hover{background-color: #bcebe7; color: #000; transition: 0.5s;}
.dashboard .items-right .tl-item:hover strong{color: #000;}
.dashboard .items-right .active:hover strong{color: #fff;}

.dashboard .items-right .tl-item a{ border-top:1px solid #ccc;}
.dashboard .items-right .tl-item span{margin-right: 0.3em;}
.dashboard .items-right .tl-item strong{border: 1px solid #ccc; background-color: #fff; padding: 0em 0.2em; font-size: 0.9em;}
.dashboard .items-right .tl-item p{ background-color:#fff;}
.dashboard .items-right .active p{ background:#bcebe7;}
.dashboard .items-right .tl-item i{ font-size:15px;}
.dashboard .items-right .tl-item i span{ margin-left:0em;}
.dashboard .items-right .tl-item b{margin-right: 0.2em; font-size: 1.1em;}
.dashboard .items-right .tl-item ,.items-right .active{
	padding:0.32em 0.6em; padding-bottom:0.2em;
}
.dashboard .items-right{background:#f2f2f2;}
.dashboard .items-right .active{
	background-color: #009e91; color:#fff !important;  width:100%;
	animation-fill-mode: both;
	animation-name: flash;
	animation-delay:1s;
	animation-duration:2s;
	animation-iteration-count: 1.5;
}
.dashboard .items-right .active a{
	background-color: #009e91; color:#fff !important;  width:100%;
	animation-fill-mode: both;
	animation-name: flash;
	animation-delay:1s;
	animation-duration:2s;
	animation-iteration-count: 1.5;
}
.dashboard .items-right .active strong{border: 1px solid #fff; background-color: #009e91;}
.dashboard .help-title{
	width: 98%;
	margin-left: 1%;
	margin-top: 1em;
	background-color: #fff; 
	padding: 0.5em; 
	border-radius: 4px solid #ccc;
	display:flex;
    align-items:center;
    justify-content:center;
}
.dashboard .help-title strong{font-size: 1.2em; margin-right: 1em; font-weight: 400;}


.dashboard .search-bar-sm input[type=text]{
    font-size:1.24em; 
	text-align: center;
    margin: 0; margin-top: 0.5em;
    padding: 1.2em !important; 
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: inset 0 0 0em rgba(0,0,0,0);
	background-color:#fff; 
	background-image: url(../images/icon_search.svg); 
    background-size: 1.2em auto;
    background-repeat:no-repeat;
    background-position: 3em 0.7em;
	border: 2px solid #fff;
	width: 82%;
	transition: all 0.25s linear; /*anima back*/
}
.dashboard .search-bar-sm input[type=text]:focus{
	background-image: none;
    background-color:#fff; 
    color:#000;
	border: 2px solid #415d20;
	width: 100%;
	transition: all 0.25s linear;
	font-weight: 600;
}

.dashboard .search-bar-sm i{display: none;}

.dashboard .ds-area .col-sm-6:nth-child(1){padding-right: 0;}
.dashboard .ds-area div{padding-top: 0.25em;}
.dashboard .ds-area label.control-label{top: 0.3em; font-size: 1.3em; color: #666; white-space:nowrap}
.dashboard .pp-area div{padding-top: 1.25em;}
.dashboard .nav-son li span ,.nav-son li.active-down span{
	position:absolute; top:-0em; z-index:9;
	background-color:rgba(0,158,145,0.7);
	font-size:2.72em;
	border:none;
	border-radius:0;
	font-weight:300;}
.dashboard .nav-son li.active-down span {
	font-size:1em;
}

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

.dashboard .schedule-item h2{margin: 0; padding: 0 !important; font-size: 1.2em;}
.dashboard .schedule-item p ,.dashboard .schedule-item p:hover{margin: 0;}
.dashboard .ws-box-item a{text-decoration: none; color: #000 !important; margin: 0;}

.dashboard .schedule-item .dv-on-tip{/*浮動說明*/
	
}
.dashboard .schedule-item .dv-on-tip p{
	background-color: #415d20; color: #fff;
}





/*文件上傳 檔案上傳 文件管理*/
.ioe-list .trhover .utxtem {
	height: 27px !important; 
	border: 1px solid #ccc; 
	border-radius: 6px;
	margin-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.6em !important;
	float: left; margin-bottom: 0.6em;
	background-color: #fff;
}
.ioe-list .trhover .utxtem a{padding: 0em;}
.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: 4px;
	border-radius: 0px 6px 6px 0px;
	width: 1.64em;  
	margin-top: -0.3em;
	margin-right: -1px;
	border: 1px solid #ccc;
	border-left: none;
	height: 24px !important;
	background-color: #fff;
	color: #d9534f;
	font-family: "Arvo";
	font-size: 0.9em;
	height: 27px !important;
}
.ioe-list .trhover .utxtem a:nth-child(even):hover{
	color: #fff;
	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;
}



.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: 1.1em !important; color: #777; 
    font-family: "Gen Jyuu Gothic Light";
	font-weight: 500;
	
}

.control-label b{
	position: absolute;
    font-size: 1em !important; 
	padding: 0 !important; 
	margin: 0;
    transform:rotate(5deg);
    animation: spin 8s 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;
}


.form-textarea textarea{background-color:rgba(255,255,255,0.9);}
.form-group textarea{
	background-color: #fff; max-width: 100%; min-width: 100%; 
	border: 1px solid #ccc; height: 5em;
	transition: 0.5s;
}
.form-group textarea:focus{
	background-color: #f2f2f2; 
	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;}


/*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;}
.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: #35b2ae;
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
	border-top: 1px solid #eaeaea;
	border-radius: 0;
	margin: 0;
	transition: 0.3s;

}
.light-box-div .submit-btn button[type=button]:hover{
	background-color: #415d20;
	color: #fff;
	border-radius: 0;
	font-size: 1.6em;
	transition: 0.3s;
}


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


.search-Advanced .col-sm-6 div,.search-Advanced .col-sm-12{padding-bottom: 0;}

.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 8px;
	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: #415d20;
	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;}

.search-Advanced .form-group{height: 2.4em; border: 0px solid;}

.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;}


.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: 0.8em;
	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: 2.5em 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: 5.5em; right: 12em;
	width: 4.5em; height: 2em;
	border-radius: 4px;
	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: #415d20;
}

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


.mm-navbar__title img {display: none;}
.mm-navbar{margin-top: -1em;}
.mm-panel_opened{/*logo*/
	display: block;
	width: 100%; 
    background-repeat: no-repeat;
	background-image:url(../images/logo.svg);
    background-size: 9em auto;
    background-position: 56% 22%;
}

.mm-panels .mm-listview ,.mm-navbar {display: table-cell; position: fixed; top: 50%;/*子item外框*/ }
.mm-navbar{border-bottom: 0px 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: #415d20;  margin: 0 !important;
	padding: 0; font-weight: 900;
	border: 0px solid; display: inline-block; width: 10.5em;
	margin-bottom: 2em !important;
	display: none;
}

.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 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; overflow-x: hidden;}
.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 .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;}


.add-page .radio ,.page-contact .radio{
	border: 0px solid #000;
	margin: 0; 
}
.add-page .radio label {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	border: 0px solid #000;
	margin-left: 0em;
	padding-left: 1em; text-indent: 0.6em;
}
.add-page .radio label::before {
	padding: 0;
	position: relative;
	float: left;
	margin-top: 1em;
}
.add-page .radio label::after {
	padding: 0;
	position: relative;
	float: left;
	margin-top: 1em;
}



.add-page .photo-view-contact {padding: 0; margin-top: -3em;}
.add-page .photo-view{
	border: 0px solid; 
	text-align: center;
	padding-bottom: 0em;
}

.add-page .photo-view img{ 
	max-height: 300px !important; max-width: 400px !important;
	border: 6px solid #f2f2f2;
	border-radius: 6px;
	margin-bottom: 0;
}

.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;
}

/*上傳圖片 update img*/
.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-btn label.icon-upimg ,.updateflie-btn a.icon-crop-img ,.updateflie-btn 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{
	color: #fff;
	border-radius: 4px;
	background-color: #415d20;
} 
.updateflie-btn a.icon-crop-img {
	background-image: url("../images/icon_crop_img.svg");
	background-size: 1.5em auto;
} 
.updateflie-btn a.icon-rotate-img{
	background-image: url("../images/icon_rotate_img.svg");
	background-size: 1.5em auto;
} 

.updateflie-btn a.icon-upimg:hover{
	background-image: url("../images/icon_update_img_d.svg");
} 
.updateflie-btn a.icon-crop-img:hover {
	background-image: url("../images/icon_crop_img_d.svg");
} 
.updateflie-btn 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; }


/*messenge*/

.newBar-messenge{height: 3.8em !important; }
.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;}


.add-menubg .messenge .item a.icon-content{
	margin-left: 1em;
}

/*quick-area 送出*/

.quick-area{
	width: 100%;
	position: absolute;
    bottom: 0px;
	background-color: #f2f2f2;
    background-color: rgba(255,255,255,0.7);
    padding: 0 !important; 
    border-top: 1px solid #ccc;
}
.quick-area .left ,.quick-area .right{
    margin: 0 !important; 
	padding: 0 !important;
}


.quick-area .right button[type=submit]{
    background-color: #35b2ae; 
	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 #fff;
	height: 2.5em;
	transition: all 0.25s linear;
}
.quick-area .right button[type=submit]:hover{
    background-color: #415d20; 
	color: #fff; 
	border-left: 1px solid #fff;
	box-shadow: 0 0 36px var(--clr);
	transition: 0.3s;
	height: 2.5em;
	font-size: 1.8em;
}
.quick-area .sub {padding: 0 !important; }

.pbottom{position: fixed; bottom: 0%; margin-left: -1.1em;}
.add-menubg-pbottom{padding: 0;}
.add-menubg-pbottom .pbottom ,.button-sub .pbottom{margin-left: 0.1em;}


.fancybox-skin{background-color: #fff !important; /*另跳視窗背景色*/}


.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;/*置頂 釘選 sty */
    top: -1px;
    margin:0; 
    padding:0;
    line-height: 2.8em;
    display: block;
    margin-top: -0.7em;
    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: 0.7em; 
    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.4em; 
    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 .btn{
	background-color:#fff;
	color:#666; 
    border: none;
    border:1px solid #ccc;
}
.basic-lightbox .btn:hover{
	background-color:#415d20;
	color:#fff; 
    border:none;
    border:1px solid #415d20;
}
.basic-lightbox .btn-success{
	border:1px solid #35b2ae;
	background-color:#35b2ae;
	color:#fff;
}
.basic-lightbox .btn-success:hover{
	border:1px solid #35b2ae;
	background-color:#35b2ae;
	color:#fff;
}

.basic-lightbox .btn-danger{
	border:1px solid #ccc;
	background-color:#fff;
	color:#666;
	
}
.basic-lightbox .btn-danger:hover{
	background-color:#415d20;
	border:1px solid #415d20;
	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;}
.basic-lightbox .bl-botton a{
	margin: 0;
	font-weight: 300; 
	font-size: 1.5em !important; 
	padding: 0.15em 0.6em; 
	font-family: "Soure Sans Pro";
}


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


/*search-bar 搜尋 關鍵字*/

.search-bar{
    margin-top: 0em !important; position: sticky; top: -1px;
    background-color:rgba(255,255,255,0.9) !important /*半透明*/;
	background-color:rgba(255,255,255,1) !important;
	padding: 0; border: 0px solid; margin: 0;
}
.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; 
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: inset 0 0 0em rgba(0,0,0,0);
	background-color:#fff; 
	background-image: url(../images/icon_search.svg); 
    background-size: 1.2em auto;
    background-repeat:no-repeat;
    background-position: 3em 0.7em;
	border: 2px solid #fff;
	width: 82%;
	transition: all 0.25s linear; /*anima back*/
}
.search-inp input[type=text]:focus{
	background-image: none;
    background-color:#fff; 
    color:#000;
	border: 2px solid #415d20;
	width: 100%;
	transition: all 0.25s linear;
	font-weight: 600;
}
.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-bar div:nth-child(4) .h-search{
	margin-left: 1em;
}
.search-inp a{
	background-image: url(../images/icon_menu_g.svg); 
    background-size:1.2em auto;
    background-repeat:no-repeat;
    background-position: 90% 0.8em;
	border: 1px solid #ececec; 
	color: #000;
	padding-right: 2.5em;
	margin-top: -0.2em;
}
.search-inp a:hover{
	border: 1px solid #fff; 
	background-color: #415d20;
	color: #fff;
	background-image: url(../images/icon_menu_d.svg); 
}

.search-inp .search-button{
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin-top: 0em;
}
.search-inp .search-button a{
	background-image: url(../images/icon_search.svg);
	background-color: #000; 
    background-size:1.2em auto;
    background-repeat:no-repeat;
    background-position: 77% 0.6em;
	border: 1px solid #ececec; 
	color: #fff;
	padding-left: 1.6em;
	padding-right: 3em;
	margin-top: -0.6em;
	margin-left: -2.5em;
}
.search-inp .search-button a:hover{
	border: 1px solid #fff; 
	background-color: #415d20;
	color: #fff;
	background-image: url(../images/icon_search.svg); 
}


.search-bar .select-area .input-group button[type=button]{padding: 0; padding-left: 0.4em; width: 5.2em; height: 2.4em;}


/*搜尋標題 時間區間*/
.search-bar .interval h2{font-style: normal; font-size: 1.1em; color: #666;}
.search-bar .interval cite{border-left: 1px solid #ccc; margin-left: 0.5em; padding-left: 0.5em; font-style: normal; color: #415d20; font-weight: 600;}
/*select-area*/

.select-area{margin-top: 0.2em;}
.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: #fff;
	color: #666;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid #ccc;
	transition: all 0.1s ease-in-out;
}

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

.switch-field input:checked + label {
	background-color: #415d20;
	color:#fff;
	border: 1px solid #415d20;
	box-shadow: none;
	/*
	animation: spin 2s linear infinite;
	animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: flash;
	*/
}

.switch-field input:checked + label:nth-last-child(2) {
   background-color: #415d20;
}
.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);
}



/*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: 0em;
    width:6em; 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;
	transition: 0.3s;
	opacity: 0.8;
}
.btn-area .btn-add:hover{
    width: 9em; height: 10em;
    background-size: 10em 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.3s;
	opacity: 1;
	
    /*
	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-left: 0.08em; margin-top: 0.09em; 
}
.ig-style .input-file .btn-default:hover{
    border-right: 1px solid #fff; 
    background-color: #415d20; 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: #415d20;
	padding: 0.8em 3em;
	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);
	/*
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	*/
}
.promess-area i{
	position: absolute;
	display: block;
	width: 3.2em; height: 3.2em;
	background-image: url("../images/icon_tip2.svg");
	background-size: 3.2em auto;
	background-repeat: no-repeat;
    background-position: right;
	transition: 0.5s;
	margin-top: 0em;
	margin-left: 0.8em;
}
.promess-area:before{
	/*
	content: "";
	position: absolute;
	background-color: #ff6c00;
	width: 25px; height: 25px;
	z-index: 1;
	border-style: solid;
	border: 23px solid;
    */
}
.promess-area:after {
	/*
  content: "";
  position: absolute;
  background-color: #ff6c00;
  width: 30px; height: 46px;
  z-index: 1;
  left: -1em;
	*/
}


.promess-area strong{
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
	padding-left: 3em;
}
.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);}



.mt1{margin-top: 1em;}

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

.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;}
	.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%;}



/*table tablelist 表格 列表 欄位class由後台設定*/
.tablelist {
	/*padding-left: 0; padding-right: 0;*/
	padding-bottom: 6em;
}
.tablelist .ioe{
    /*box-shadow: 0 0 1em rgba(170,170,170,0.3);*/
}
.tablelist .ioe thead{
	border-bottom: 2px #ccc solid;
}
.tablelist .ioe th{
    font-size:100% !important; 
	background-color: rgba(255,255,255,0.9) /*半透明*/;
	background-color: rgba(255,255,255,1);
	color:#666;
	border-bottom: 2px #35b2ae solid;
	border-bottom: 2px #415d20 solid;
	border-bottom: 2px #ccc solid;
    font-size: 0.8em;
	padding: 0.4em;
	padding-bottom: 0.5em;
}
.tablelist .ioe-list{margin-top: 0em;}
.tablelist .ioe-list td{
    padding: 0.4em;
    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 .key{color: #000;}


.tablelist .sort .tip-area .tip-title a.tip-sort ,.tablelist .sort .tip-area .tip-title a.active{ /*排序按鈕*/
		padding: 0.2em 0.2em;
		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:#415d20;
	    color:#fff;
		text-decoration: none;
		}

.tablelist .sort .tip-area .tip-title a.tip-sort:hover{color:#fff; background-color:#415d20;}
.tablelist .sort a.tip-sort:hover{text-decoration:none; color:#fff; background-color:#415d20;}


.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 #415d20;
	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:#415d20;
	color: #fff;
	position: absolute;
	top: 2.9em;
	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; }

.tablelist .tline td{border-right: 1px solid #f2f2f2; border-bottom: 3px solid #f2f2f2;}


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


/*table tablelist 表格 列表 欄位class由後台設定*/
.ioe-list .trhover .name 
,.ioe-list .trhover .nameid h2 
,.ioe-list .trhover .namephone h2{
	margin: 0; padding-bottom: 0.2em; 
	font-size: 1.2em; font-weight: 900; color: #000 !important;
}
.ioe-list .trhover .nameid 
,.ioe-list .trhover .nameid p 
,.ioe-list .trhover .id 
,.ioe-list .trhover .namephone p
,.ioe-list .trhover .data{
	margin: 0;  
	font-size: 1em; font-weight: 300; letter-spacing: 1px;
	font-family: "Arvo";
	color: #999;
}
.ioe-list .trhover .nameid p:first-letter 
,.ioe-list .trhover .id:first-letter{
	margin-right: 0em; color: #000;
}
.ioe-list .trhover .cons 
,.ioe-list .trhover .window 
,.ioe-list .trhover .tel 
,.ioe-list .trhover .phone 
,.ioe-list .trhover .namephone 
{font-family: "Arvo"; color: #777;}
.ioe-list .trhover .namephone h2{font-size: 1.1em; }
.ioe-list .trhover .cons {color: #000; font-weight: 600; }

.ioe-list .trhover .nameid {
	background-repeat: no-repeat;
	background-image:url(../images/icon_black.svg_);
    background-position: 0.5em 0;
	background-size: 1.8em auto;
	
	/*
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
	*/
}
.ioe-list .trhover .nameid h2{font-family: "Noto Sans TC Light";}

.ioe-list .trhover .id{letter-spacing: 1px;}
.ioe-list .trhover .nameid .select-moon select:checked{}
.ioe-list .trhover .data h2{margin: 0; font-size: 1.1em; color: #000;}
.ioe-list .trhover .data b{font-family: "Soure Sans Pro"; color: #999; font-weight: 300;}
.ioe-list .trhover .det{text-align: justify;}
.tablelist .ioe-list td select{
	font-family: "Arvo";
	font-size: 1em;
}
.ioe-list .chick-ativte{background-color: #f2f2f2 !important;}

.ioe-list .blacklist-tag{
	background-color: #ffdedc !important;
	transition: 0.3s;
	/*
	animation: spin 8s linear infinite;
	animation-duration: 8s;
	animation-fill-mode: both;
	animation-name: flash;
	*/
}
.ioe-list .blacklist-tag:hover{
	background-color: #fdc5c0 !important;
	transition: 0.3s;
}
.disp a.black-link{
	position: absolute;
	border: 0px solid;
	display: block;
	width: 3em; height: 3em;
	background-repeat: no-repeat;
	background-image:url(../images/icon_black.svg);
	background-size: 2.5em auto;
	background-position: -0.5em 0.6em;
	transition: 0.5s;
	/*
	animation: spin 8s linear infinite;
	animation-duration: 8s;
	animation-fill-mode: both;
	animation-name: flash;
	*/
}
.disp a.black-link:hover{
	transition: 0.5s;
	text-decoration: none;
	background-size: 3.2em auto;
	background-position: 0em 0.4em;
}
.ioe-list .blacklist-tag .data b{
	color: #d15b53;
}

.tablelist .all-select{padding: 1em 0 !important;}
.tablelist .all-select a{text-decoration:none; color: #666;}
.tablelist .all-select a strong{font-size: 1em; padding-right: 0.1em;}
.tablelist .all-select input[type=checkbox] ,.ioe-list .trhover .justify-center input[type=checkbox]{
	font-size: 100% !important; height: 1.4em; width: 1.4em; 
}

.ioe-list .trhover a.verify{ padding: 0.8em; background-color: #415d20; border: 1px solid #ccc;}
.ioe-list .trhover .radiobox{margin-top:1em; border: 1px solid;}
.ioe-list .trhover .radiobox{
	border: 0px solid #000;
	margin: 0;
}
.ioe-list .trhover .radiobox label {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	border: 0px solid #000;
	margin-left: 0em;
	padding-left: 0em;
	white-space: nowrap;
	margin-top: 1em;
}
.ioe-list .trhover .radiobox label::before {
	padding: 0;
	position: relative;
	float: left;
	margin-top: 0.8em;
}

.ioe-list .trhover .radiobox label::after {
	padding: 0;
	position: relative;
	float: left;
	margin-top: 0.8em;
}

.ioe-list .ins-cancel{background-color: rgba(200,200,200,0) !important;}
.ioe-list .pay-change{background-color: rgba(214,215,114,0) !important;}
.ioe-list .ins-cancel td:nth-child(1) ,.ioe-list .ins-normal td:nth-child(1) ,.ioe-list .pay-change td:nth-child(1){
	background-image: url("../images/icon_insCancel.svg_");
	background-size: 1.8em auto;
	background-repeat:no-repeat;
    background-position: 2.5%;
	text-align: justify;
	padding-left: 34px;
}

.ioe-list .ins-normal td:nth-child(1) ,.ioe-list .ins-normal td:nth-child(2) ,.ioe-list .ins-normal td:nth-child(3) 
,.ioe-list .ins-normal td:nth-child(4) ,.ioe-list .pay-change td:nth-child(1) ,.ioe-list .pay-change td:nth-child(2)
,.ioe-list .pay-change td:nth-child(3) ,.ioe-list .pay-change td:nth-child(4){
	color: #000 !important; font-weight: 900;
}
.ioe-list .ins-normal td:nth-child(1){
	background-image: url("../images/icon_insnormal_d.svg");
}
.ioe-list .ins-normal td:nth-child(2){font-family: "Arvo";}
.ioe-list .ins-normal:hover{background-color: rgba(228,255,210,0.9) !important; color: #478e08 !important;}
.ioe-list .ins-normal:hover td{/*color: #478e08 !important;*/}


.ioe-list .pay-change td:nth-child(1){
	background-image: url("../images/icon_payChange_d.svg");
}
.ioe-list .pay-change td:nth-child(2){font-family: "Arvo";}
.ioe-list .pay-change:hover{background-color: rgba(252,176,64,0.1) !important; }

.ioe-list .abnormal{background-color: #e86e0b; color: #fff; font-weight: 900; border-radius: 4px; padding: 0.3em;}

.ioe-list .trhover .a-left .sw-botton .switch-field{font-size: 0.5em; font-weight: 300 !important;}


/*kpi*/

.kpi-contact .kpi-select{position: absolute; border: 1px solid;}
.kpi-contact .group-table .ioe-list tr{ 
	background-color: #fff1dc !important;
	background-image: url("../images/icon_payChange_d.svg_");
}
.kpi-contact .group-table .ioe-list tr td{
	font-weight: bold;
}
.kpi-contact .ioe-list > tbody > tr:nth-child(1) > td{}

.kpi-contact .tablelist .ioe th{font-size: 1.2em; padding: 0; padding-bottom: 0.5em; padding-top: 0.5em;}
.kpi-contact .tablelist .ioe th.kpi-title{background-color:#f2f2f2;  color: #000; font-size: 1.2em !important;}
.kpi-contact .tablelist .group-table .kpi-Total{background-color:#000;  color: #fff; border-bottom: 0px solid #000; font-size: 1.3em;}

.kpi-contact .tablelist .total-table td:nth-child(1){text-transform: uppercase; letter-spacing: 1px;}
.kpi-contact .tablelist .total-table .kpi-Total{font-size: 1em; background-color: #fff; color: #000 !important;}

.kpi-contact .tablelist .group-table ,.kpi-contact .tablelist .group-table1 ,.kpi-contact .tablelist .group-table2 ,.kpi-contact .tablelist .group-table3 {
	font-size: 1.1em;}
.kpi-contact .tablelist td a{text-decoration: none;}
.kpi-contact .tablelist .group-table td{background-color:#415d20;  color: #fff !important;}
.kpi-contact .tablelist .group-table1 td{background-color: #c3efed; color: #000; font-weight: 900 !important;}
.kpi-contact .tablelist .group-table2 td{background-color: #ffd699; color: #000; font-weight: 900 !important;}
.kpi-contact .tablelist .group-table3 td{background-color: #f2f2f2; color: #000; font-weight: 900 !important;}


.kpi-contact .tablelist .ioe-list .trhover td a{border-radius: 6px; border:0px solid #ccc; background-color: #f2f2f2; padding: 0.2em 0.5em; color: #000;}
.kpi-contact .tablelist .group-table td a{color: #fff !important; background-color: rgba(255,255,255,0.2) !important; border: none !important;}
.kpi-contact .tablelist .group-table td a:hover{color: #fff !important; background-color: rgba(181,34,34,1) !important;}

.kpi-contact .tablelist .group-table1 td a{color: #000 !important; background-color: rgba(255,255,255,0.4) !important; border: none !important;}
.kpi-contact .tablelist .group-table1 td a:hover{color: #415d20 !important; background-color: rgba(255,255,255,1) !important;}

.kpi-contact .tablelist .group-table2 td a{color: #000 !important; background-color: rgba(255,255,255,0.6) !important; border: none !important;}
.kpi-contact .tablelist .group-table2 td a:hover{color: #000; background-color: rgba(255,255,255,1) !important;}

.kpi-contact .tablelist .group-table3 td a{color: #000 !important; background-color: rgba(255,255,255,0.6) !important; border: none !important;}
.kpi-contact .tablelist .group-table3 td a:hover{color: #000; background-color: rgba(255,255,255,1) !important;}



.kpi-contact .tablelist .kpi-group-list{background-color: #f2f2f2;  color: #000; font-weight: 900; border-bottom:1px solid #ccc;}
.kpi-contact .tablelist .group-table .kpi-group-title{background-color: #fff; color: #000 !important; font-size: 1.1em; font-weight: 900 !important;}
.kpi-contact .group-table1 .trhover .kpi-group-list{background-color: #20837f;  color: #fff; font-weight: 900; font-size: 1.1em; border-bottom:1px solid #ccc;}
.kpi-contact .group-table2 .trhover .kpi-group-list{background-color: #415d20;  color: #000; font-weight: 900; font-size: 1.1em; border-bottom:1px solid #ccc;}
.kpi-contact .group-table3 .trhover .kpi-group-list{background-color: #ccc;  color: #000; font-weight: 900; font-size: 1.1em; border-bottom:1px solid #ccc;}

.kpi-contact .tablelist .group-table-title tr td{background-color: #000 !important; color: #fff !important; font-weight: 900;}
.kpi-contact .layerS2{padding-top: 0em !important;}
.kpi-contact .layerS3{padding-top: 0.5em;}

.new-kpi .function-area{  padding: 0 !important; margin: 0 !important; }
.new-kpi .function-area a{position: absolute; border: 0px solid; right: 1%; margin-top: -1.7em;}
.new-kpi .function-area a:hover{background-color: rgba(0,0,0,0.1) !important; padding: 0.2em; border-radius: 4px;}

.new-kpi{background-color: #fff;}
.nkpi .tablelist{padding-left: 0; padding-right: 0;}
.nkpi .tablelist .sort{background-color: rgba(255,255,255,1) !important; z-index: 999 !important;}
.new-kpi .function-area{margin-top: 2.5em !important;}




.radio-primary input[type="radio"] + label::after {
  background-color: #415d20; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #415d20; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #415d20; }







/*置頂 釘選 凍結 列表 sticky*/
.tablelist .ioe {position: sticky; top: 68px;}
.add-page .tablelist .ioe {position:relative; top: 0px;}
.cal-day .tablelist .ioe ,.lwCon .tablelist .ioe{position: sticky; top: 0px;}
.tablelist .top{top: 0px;}
.ins-area{position: sticky; top: 59px; /*第二排高度*/}
.tablelist .two ,.nkpi .tablelist .sort {top: 59px !important; /*第三排高度*/}
.tablelist .db {top: 120px !important; /*第三排高度*/}
.kpi-contact .sort {top: 185px !important; /*第四排高度*/}
.new-kpi .sort{top: 200px !important; /*第四排高度*/}
.nkpi .tablelist .syyrtot{top: 197px !important; /*第四排高度*/}
.moon-mode .moontitle .ioe{ position: sticky; top: 68px;}
.recruit-kpi-contact{position: sticky; top: 0px;}
.cal-day .ioe{top: 0px;}
.new-kpi{position: sticky; top: 0px;}

.page-pag ,.page-pag-none{position: sticky; bottom: 0;}


/*z-index*/

.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;/*列表頁/最上方標題*/}
.menu-d2 .breadcrumb .active{z-index: 2 !important;}

.menu-d2 .quick-link{z-index: 2 !important;}

.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/標題*/}
.btn-group-justified{z-index: 9;/*列表內頁/上方列表menu*/}
.ins-area{z-index: 9; /*列表頁item/專案資訊-保險按鈕列表*/}
.recruit-kpi-contact{z-index: 9; /*專案資訊內頁-流程列表*/}
.items-right .add-ir a{	z-index:10;/*最上方列表/中間標題*/}
.menu-d2{z-index:2 !important;}
.menu-d2 .breadcrumb{z-index:10 !important;/*最上方列表/中間標題背景*/}

.sub-buttom{z-index: 11;/*add/另開視窗*/}
.add-menubg .sBar{z-index: 11;/*add/另開視窗/上方子標題*/}


.new-kpi{z-index: 9; /*列表頁item*/}
.nkpi .sort{z-index: 10; /*列表頁item*/}
.tablelist .top{z-index: 10; /*列表頁item*/}
.kpi-contact .tablelist .total-table{z-index: 11; position: sticky; bottom: -2px;}


.navbar .logout{z-index: 16 !important;/*最上方列表/登出*/}
.list-tip{z-index:17;/*列表頁/下方提示動畫*/}
.syscg{z-index:18;/*列表頁/最上方標題系統切換 icon*/}

.navbar-header{z-index:9999 !important;/*最上方列表*/}
.user-info{z-index: 9999 !important;}


.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 i{z-index: 27;/*列表頁/快速提示*/}
.new-dropdown .dropdown-content{z-index: 27;/*列表頁/最上方標題*/}
.quick-area{z-index: 28;/*下方送出列*/}




.new-kpi .sort{z-index: 99; /*列表頁item*/}
#LoaderBG{z-index:9999;/*背景*/}
.promess-area{z-index: 9999;/*列表頁/快速提示*/}
#Loader{z-index:10001;/*範圍*/}
#LoaderPic{z-index:10001;/*中間圖*/}

/*z-index*/


/*對七 間距 共用 通用*/
.fr *{float: right;}
.fr .form-group ,.fr .form-group div{padding: 0 !important;}





/*page-pag 頁碼 頁數*/

.page-pag ,.page-pag-none{
	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);
}

.pagination{
	display:flex; align-items:center; justify-content:center; 
	margin: 0;
}
.page-pag .pagination a ,.page-pag .pagination .active a{
	font-size: 1em; 
	padding: 0 0.5em;  
	color:#999; 
	width: 48px;
	text-align: center;
	font-family: "Arvo";
	transition: all 0.2s;
}
.page-pag .pagination .active a{
	width: 48px;
	margin-left: 0.4em;
	margin-right: 0.4em;
	background-color: #415d20; 
	color:#fff; 
	font-size: 1.2em;  
	border:1px #415d20 solid;
	border-radius: 16px;
	top:0em;
	transition: all 0.2s;
}
.page-pag .pagination strong{
	margin-right: 1em;font-weight: 300; font-size: 1.2em; color: #999; font-family: "Arvo";}

.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; 
	font-family: "Arvo"; 
	color: #999 !important;
}


.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.7em 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: 1em; 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;}





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

.authority-list .item{background:#fff; border-bottom:1px solid #ccc;}
.authority-list .item .btn-group .title2{
	background:#f9f4ff; color:#415d20;}
.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.5em; 
	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: #415d20; font-weight: 600; 
    font-family: "Gen Jyuu GothicL Light";
}
.authority-list .main-title{
    text-align: center; padding: 0.5em;
    background-color: #f7f7f7; color: #666; border-bottom: 1px solid #415d20;
     margin: 0 !important; font-size: 1.3em; font-weight: 0;
    font-family: "Gen Jyuu GothicL Light";
    
}
.authority-list .detail-title ,.authority-list .class-item .item .detail-title{
    text-align: right;
    background-color: #f0fffe; 
	color: #158a86; 
	margin: 0 !important; 
    font-size: 1.2em; 
	font-weight: 600;
	float: left;
	border-right: 0px solid #415d20;
	display: flex; justify-content: flex-end; align-items: center;
	padding: 0.6em !important;
	padding-top: 0.8em !important;
}

.clear{clear: both;}/*清除 float 浮動效果*/

.authority-list .detail-item{padding: 0;}

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


.authority-list .bootstrap-select span{display: none;}
.authority-list div.dropdown-menu.open{margin-top: 1em; margin-bottom: 1.42em;}
.authority-list button.btn.dropdown-toggle.btn-default{padding: 0; text-indent: 0.8em;}
.authority-list button.btn.dropdown-toggle.btn-default{
	padding: 0;
	position: absolute;
	margin-top: -1.5em;
}
.authority-list .toggle-group .btn-sm{padding-bottom: 0; padding-top: 0;}/*權限開關*/

.authority-list #ColumnDivRecruitModify label{ padding-top: 0.3em;}


.authority-list .list-group .btn-group{padding: 0;}
.authority-list .list-group .btn-group .form-group label{color: #000;}
.authority-list .form-page{ margin: 0; padding-right: 1.5em; }





.page-contact{ margin-top:1em; padding-bottom: 3em;}
.container-fluid{overflow-x: visible;}



/*按鈕 swtich btn 切換 開關 system right NewMenu > sonMenu*/
.authority-list .toggle-group .btn-sm{margin: 0;  padding-bottom: 0; padding-top: 0.35em !important;}/*權限開關*/
.newBar .toggle-group .btn-sm{padding-top: 0.35em; color: 000; font-weight: bold; font-size: 1.2em;}/*另開視窗 標題 權限開關*/

/*簽名*/
.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 link copy 履歷表連結*/
.icon-resume-title ,.icon-ins{
	margin-left: 0.8em; 
	margin-top: 0.2em;
	position: relative; float: left;
	width: 8.4em; height: 2em;
    background-repeat: no-repeat;
	background-image:url(../images/icon_filelink.svg);
    background-position: 0.5em 0.1em;
	background-size: 2em auto;
	font-size: 1.1em;
	font-weight: 600;
	border-radius: 3px;
	padding-left: 3em;
	padding-top: 0.2em;
	border: 1px solid #f2f2f2;
	transition: all 0.25s linear;
}
.icon-resume-title:hover{
	padding-top: 0.25em;
	background-color: #415d20; 
	color: #fff;  
	border:1px solid #fff;
	background-image:url(../images/icon_link_d.svg);
	background-size: 1.6em auto;
	transform: scale(1.1);
	transition: all 0.25s linear;
	cursor: default;
}

.icon-ins:hover {
	color: #f2ab42;  
	border:1px solid #f2ab42;
	background-image:url(../images/icon_filelink.svg);
	transition: 0.5s;
}

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

.resume-dllink-area .row{
	min-height: 27vh;
	padding: 1.6em;
    text-align: center;
	padding-top: 25% !important;
}
a.resume-dllink{
	border: 1px solid #fff; 
	border: 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;
	color: #000;
	font-size: 1.1em;
	margin: 0 0.5em;
	margin-bottom: 1.2em;
	line-height: 1.6em;
}
a.resume-dllink:hover{
	background-color: #415d20; color: #fff;  border:1px solid #fff;
	background-image:url(../images/icon_link_d.svg);
	transform: scale(1.2);
	transition: all 0.25s linear;
}


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

.recruit-kpi-info ,.recruit-kpi-contact{padding-top: 1.8em;}
.recruit-kpi-contact{
	margin-top: -60px;
	position: absolute; position: sticky; top: 0px; 
}

.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: #415d20;
	color: #fff;
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
}
.recruit-kpi-contact .icon-kpiresign {}


.list-table-item{background-color: #ffefd8; border-bottom: 2px solid #415d20; padding: 0 !important; padding: 0.3em;}
.list-table-item .trhover:hover{background-color: #ffefd8; background-color: #f3ffff;}
.list-table-item .items { padding: 0.5em;  padding-left: 1%; }
.list-table-item .items a{position: relative; float: left; margin-right: 0.2em; padding: 0.4em 0.6em; font-size: 1em;}
.list-table-item .items a:hover{color: #fff; background-color: #35b2ae; border: 1px solid #fff;}
.list-table-item .items a.btn-dl ,.list-table-item .items a.btn-excel{
	display: block;
    width: 2.45em; height:2.5em;
    background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #ccc; 
	background-size: 2em auto;
	padding: 0.2em 0.2em !important;
	height: 2.35em;
}
.list-table-item .items a.btn-dl:hover{
	border: 1px solid #fff; 
	background-image:url(../images/icon_dl_d.svg);
}
.list-table-item .items a.btn-excel{
	background-image:url(../images/icon_execl.svg);
}
.list-table-item .items a.btn-excel:hover{
	border: 1px solid #fff; 
	background-image:url(../images/icon_execl_d.svg);
}

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



/*form add-menubg 欄位 另開視窗*/
.add-menubg .class-list-title{
	text-align: center; font-weight: 600; font-size: 1.5em; padding: 0.8em 0;
	width: 100% !important; 
	display: inline-block;
}




/*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 #415d20 !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: #415d20; 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%;}


/*內頁 欄位 按鈕 效果 修改 刪除*/
.page-contact .form-group a.btn-info ,.page-contact .form-group .col-sm-10_5 a.btn-main{
	border-radius: 0; 
	font-weight: 600; 
	background-color: #fff; 
	border: 1px solid #9DE0DE;
	color: #35b2ae;
	transition: 0.3s;
}
.page-contact .form-group a.btn-info:hover ,.page-contact .form-group .col-sm-10_5 a.btn-main:hover{
	border-radius: 0; 
	font-weight: 600; 
	background-color: #35b2ae; 
	border: 1px solid #35b2ae;
	color: #fff;
	font-size: 1.2em;
}



/*Dashboard calendar day cal-day 首頁 行程表 日曆 行事曆 選日期*/

.cal-day{margin-top: 1em;}

.cal-day .dateBox .selectbar-list td a.btn{
	margin: 0;
	border-radius: 0; width: 100%; color: #000; font-size: 1.2em; font-family: "Arvo";
	background-color: #fff;
}
.cal-day .dateBox .selectbar-list td a.btn:hover ,.selectbar-list td a.ative{
	background-color: #415d20; color: #fff; border: 1px solid #e86e0b !important;
}
.cal-day .dateBox .selectbar-list td a.btn:hover ,.selectbar-list td a.cancel{
	background-color: #b0d3f4; color: #fff; border: 1px solid #e86e0b !important;
}

.cal-day .areaL .date-mode{width: 100% !important;}

.cal-day .areaL .date-area .tobay a ,.cal-day .areaL .date-mode .switch-field label{
	font-size: 1.5em; padding: 0.3em 1em; font-weight: 900; border-radius: 0; margin-top: 0.1em; 
}

.cal-day .areaL .date-area .tobay a{
	background-color: #415d20; color: #fff; border: none; font-size: 1.2em;}
.cal-day .areaL .date-mode .switch-field label{
	margin-right: 10px; background-color: #fff; color: #000; }
.cal-day .areaL .bootstrap-select button[type=button]:hover{background-color: #fff; color: #000;}


.cal-day .areaR .dateBox .selectbar-list tr td ,.cal-detail .dateBox .selectbar-list tr td{
	background-color: #f2f2f2;
	border-bottom: 1px #ccc;
	text-align: justify;
	padding: 0.3em;
	padding: 0;
	border: none;
	border-bottom: 6px #fff solid;
}
.cal-day .areaR .dateBox .selectbar-list tr td a ,.cal-detail .dateBox .selectbar-list tr td a{
	
	font-size: 1.2em;
	color: #000;
	margin: 0;
	width: 100%;
	padding: 0.5em;
	background-color: #f2f2f2;
	text-decoration: none;
}
.cal-day .areaR .dateBox .selectbar-list tr td a:hover ,.cal-detail .dateBox .selectbar-list tr td a:hover{
	color: #fff;
	background-color: #415d20;
}

.cal-day .areaR .dateBox .selectbar-list tr td * ,.cal-detail .dateBox .selectbar-list tr td *{font-style: normal;}

.cal-day .areaR ,.cal-day .dateBox {padding-left: 0; padding-right: 0;}

.cal-detail .title{text-align: center;}

.cal-day .title-time h3{font-size: 1em;}

.cal-day .dateBox-day .title h1{padding-top: 0.5em; border-top: 2px solid #f2f2f2;text-align: center; padding-bottom: 0.2em; font-size: 1.5em;}



div.container-fluid.info-page{padding: 0; padding-right: 0 !important;}

.info-date ,.info-pay {height:3.4em;}
.info-date input.form-control ,.info-pay input.form-control{ margin: 0;}
div.col-sm-4.info-date{width: 43%; white-space:nowrap; float: left;}
div.col-sm-4.info-date ,div.col-sm-5.info-pay{padding-right: 1em;  border: 0px solid; }
div.col-sm-4.info-date{margin-right: 0 !important; }
div.col-sm-5.info-pay{margin-right: 0 !important; padding-right: 0 !important;}
div.col-sm-5.info-pay .form-control ,div.col-sm-5.info-pay input{ margin-right: 0!important;}

.info-date .form-group ,.info-pay .form-group{margin-right: 0 !important; padding-right: 0;}
.info-date .form-group .col-sm-9 ,.info-pay .form-group .col-sm-9{margin-right: 0; padding-right: 0;}


/*calendar 日曆 行事曆 月/週/日*/
.calendar a{text-decoration: none;}
.calendar .dateBox .selectbar-list td{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
.calendar .dateBox .selectbar-list td:hover{background-color: #f2f2f2;}
.calendar .dateBox .selectbar-list td a ,.calendar .ws-list-time .dateBox-week td a{
	display: inline-block; margin: 0.5em; margin-top: 0; background-color: #fff; color: #000; 
	width: 92%; 
}

.calendar .ws-list-time .dateBox-week td a{
	display: inline-block; margin: 0.5em; margin-top: 0; background-color: #fff; color: #000; 
	width: 92%; border: 2px #415d20 solid !important; 
}
.calendar .ws-list-time .dateBox-week td a{padding: 0.3em;}
.calendar .ws-list-time .dateBox-week td a:hover{background-color: #f2f2f2;}
.calendar .ws-list-time .dateBox-week td a b{padding: 0 0.2em;}
.calendar .dateBox .selectbar-list td a:hover{background-color: #f90;}
.calendar .dateBox .selectbar-list td p{
	height:3em; line-height: 3em; font-size: 1.3em; font-weight: 900; letter-spacing: 1px;
	padding-top: 5%; font-family: "Arvo";
}
.calendar .date-area .mode-select a.active { background-color: #e86e0b; color: #fff;}

.calendar .item-project cite ,.calendar .item-period cite{
	padding: 0 0.2em; margin: 0 0.2em; border-left: #f2f2f2 solid 2px;  
	background-color: #fff; color: #e86e0b; font-style: normal;}

.calendar .item-period strong{
	padding: 0 0.2em; margin: 0 0.2em; border-left: none;
	background-color: #e86e0b; color: #fff; font-style: normal;
}
.calendar .dateBox-week .ws-box-item a.more{background-color: #f2f2f2 !important; color: #000; border: none !important;}
.calendar .dateBox-week .ws-box-item a.more:hover{background-color: #000 !important; color: #fff;}

.calendar .dateBox .selectbar-list .item a ,.calendar .ws-list-time .dateBox-week .trhover a{ border: 1px solid #f2f2f2;}
.calendar .dateBox .selectbar-list .item a.more { background-color:#f90 !important;}

.calendar .dateBox .selectbar-list .item a h2{margin: 0; font-size: 1.2em;}
.calendar .dateBox .week-selectbar .title tr th{text-align: center; background-color: #f2f2f2;}


.calendar .dateBox .selectbar-list td.passday{background-color: #f2f2f2;}
.calendar .dateBox .selectbar-list td.passday a{color: #999; font-weight: normal;}
.calendar .dateBox .selectbar-list td.passday p{color: #666; font-weight: normal;}

.calendar .dateBox .selectbar-list td a span{position: absolute;}
.calendar .dateBox .selectbar-list .today{
	background-color: #415d20; border: 2px solid #415d20;
	
}
.calendar .dateBox .selectbar-list .today p{
	display: block;
	color: #415d20; 
	background-color: #fff;  
	border-radius: 24px; 
	width: 40px; height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40%;
	padding-top: 0;
	margin-top: 5%;
	animation: spin 2s linear infinite;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-name: flash;
}



/*date schedule class class-schedule 日曆 日期 星期 行事曆 排班 班表 打卡*/




.schedule-copy .box{
	/*
	display: flex;
  justify-content: center;
  align-items: center;
	
	*/
	text-align: center;
}
.schedule-copy {
	position: sticky;
	bottom: 1em;
	height: 3em;
	z-index: 10;
}
.schedule-copy a{
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	background-color: #f00;
	
   
	
}
.schedule-copy a:hover{
	background-color: #000;
	color: #fff;
	animation-duration: 100s;
}

a.icon-schedule{
	display: inline-block;
	width: 2em; height: 2em;
	background-image: url("../images/icon_line.svg");
	background-size: 2em auto;
	background-repeat: no-repeat;
    background-position: center;
	
}
a.icon-schedule:hover{
	background-image: url("../images/icon_line_d.svg");
	
}
.btn-need ,.btn-scheduling ,.btn-schedulinglink{
	margin-top: 0.5em;
	font-weight: 900;
	border: 1px solid #ccc;
	color: #000;
	background-color: #fff;
	background-image: url("../images/icon_need.svg");
	background-size: 2em auto;
	background-repeat: no-repeat;
    background-position: 0.3em 0.1em;
	padding-left: 2.5em;
	
}
.btn-need:hover ,.btn-scheduling:hover ,.btn-schedulinglink:hover{
	background-color: #e86e0b;
	color: #fff;
	background-image: url("../images/icon_need_d.svg");
}
.btn-scheduling{
	background-image: url("../images/icon_scheduling.svg");
	background-size: 2em auto;
}
.btn-scheduling:hover{
	background-image: url("../images/icon_scheduling_d.svg");
	background-size: 2em auto;
}
.btn-schedulinglink{
	background-image: url("../images/icon_schedulinglink.svg");
	background-size: 2em auto;
}
.btn-schedulinglink:hover{
	background-image: url("../images/icon_schedulinglink_d.svg");
	background-size: 2em auto;
}

.class-schedule{
	border-top: 2px solid #fff; 
}

.class-schedule .moon-selectbar {
	margin-bottom: 0 !important; 
	padding-top: 0.7em;
	padding-bottom: 1.1em;
	border: 0px solid;
	padding-left: 0.5em;
	padding-right: 0;
}
.class-schedule .moon-selectbar div{
	display: flex; justify-content: center; align-items: center;}
.class-schedule .moon-selectbar .titleDate{
	font-size: 0.9em; font-family: "Arvo";
	font-weight: 900;
	letter-spacing: 1px; 
	margin-top: 0.5em;
	padding-left: 0em; padding-right: 0em;
	width: 55%;
	color: #b5741d;
}    
.class-schedule .moon-selectbar a.icon-rev
,.class-schedule .moon-selectbar a.icon-next{
	background-image:url(../images/icon_arrow_next_o.svg);
	background-size: 1em auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
	border-radius: 16px;
	width: 26px; height: 26px;
	border: 1px solid #f3d2a7;
}
.class-schedule .moon-selectbar a.icon-next{
	background-image:url(../images/icon_arrow_next_o.svg);
	-webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg) !important;
}

.class-schedule .moon-selectbar a.icon-rev:hover
,.class-schedule .moon-selectbar a.icon-next:hover{
	background-color: #b5741d;
	border: 1px solid #b5741d;
	color: #fff;
	background-image:url(../images/icon_arrow_next_w.svg);
}




.class-schedule .schedule-info 
,.class-schedule .moon-selectbar{
	background-color: #fff0dc;
}
.schedule-info div *{font-size: 1em;}
.class-schedule .schedule-info h1{margin: 0;}
.class-schedule .schedule-info h1 a{
	display: block;
	padding: 0; 
	text-align: center;
	font-size: 1em;
	font-weight: 900;
	color: #000 !important;
	text-decoration: none;
	padding: 0.3em 0.2em;
	margin-top: 0.3em;
	transition: 0.5s;
}
.class-schedule .schedule-info h1 a:hover{
	color: #fff !important;
	background-color: #000;
}
.class-schedule .schedule-info h1 a i{
	display: inline-block;
	width: 1em; height: 1em;
	background-image: url("../images/icon_edit_o.svg");
	background-size: 0.9em auto;
	background-repeat: no-repeat;
    background-position: 0;
	margin-left: 0.5em;
	border-radius: 3px;
	
}

.class-schedule .schedule-info h2{
	text-align: left; margin: 0; line-height: 3.8em;
	font-size: 0.9em;
	font-weight: 600;
}
.class-schedule .schedule-info p{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	
	border-top: 1px solid #f0d1a8;
	color: #b5741d;
}
.class-schedule .schedule-info p strong{
	font-size: 1em;
}


.class-schedule .schedule-info .add-people{
	border: 0px solid;
	display: flex;
  justify-content: flex-end;
  align-items: center;
}
.class-schedule .schedule-info{padding-right: 0; padding-left: 0.5em;}
.class-schedule .schedule-info .schedule-info-title{padding-left: 0; padding-right: 0;}
.class-schedule .schedule-info-items{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 0.5em; padding-left: 0em;
}
.class-schedule .schedule-info-items a{margin-right: 0.5em; border: 1px solid #f3d2a7;}
.class-schedule .schedule-info-items a:hover{border: 1px solid #fff;}



.class-schedule .schedule-select-shop{padding-left: 0.5em; padding-right: 0;}
.class-schedule .schedule-select-shop .bootstrap-select{ margin-right: 0em; margin-top: 0.1em;}
.class-schedule .schedule-select-shop .bootstrap-select button[type=button]{border: 1px solid #f3d2a7;}
.class-schedule .schedule-select-shop .bootstrap-select button[type=button] span{font-size: 13px; padding-top: 0.2em; font-weight: 600; text-align: center;}
.class-schedule .schedule-select-shop .bootstrap-select .dropdown-toggle{padding-left: 0.5em;}

.class-schedule .schedule-info-items .icon-h-search{margin-right: 0 !important;}
.class-schedule .schedule-info-items a.icon-h-search{
	background-color: #fff;
	margin-bottom: -0.5em;
	font-size: 1em;
	background-image: url(../images/icon_menu_g.svg); 
    background-size:1.2em auto;
    background-repeat:no-repeat;
    background-position: 90% 0.8em;
	color: #000;
	font-weight: 600;
	padding-right: 2.5em;
}
.class-schedule .schedule-info-items a.icon-h-search:hover{
	background-color: #e86e0b;
	color: #fff;
	border: 1px solid #fff; 
	background-image: url(../images/icon_menu_d.svg); 
}

.class-schedule .dateBox ,.class-schedule .week-selectbar{padding: 0;}
.class-schedule .dateBox .item-list{padding: 0;}
.class-schedule .dateBox .item-list .title .col-sm-1_7_1{
	padding-top: 0.2em; padding-bottom: 0.2em; border-right: 1px solid #ccc;
}
.class-schedule .dateBox .item-list .title{
	text-align: center;
	padding: 0; 
	margin: 0;
}
.class-schedule .dateBox .item-list .title .today{
	background-color: #009f99;
	color: #fff;
	font-weight: 300;
	animation: spin 3s linear infinite;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: flash;
	animation-iteration-count:1;

}
.class-schedule .dateBox .item-list .title .today strong b{
	color: #177a77;
}

.class-schedule .dateBox .item-list .title .today strong a.notReviewed{border: none;}


.class-schedule .dateBox .item-list .title{
	background-color: #fff; color: #000;
	font-size: 1.3em;
	font-weight: 900;
}


.class-schedule .dateBox .item-list .title strong {
	padding-left: 0.5em;
	padding-right: 0.3em;
	
}
.class-schedule .dateBox .item-list .title strong b{
	color: #ccc;
	font-weight: 300;
}

.class-schedule .dateBox .item-list .title strong a.notReviewed 
,.class-schedule .dateBox .item-list .title strong a.attendance-normal 
,.class-schedule .dateBox .item-list .title strong a.abnormal-attendance{
	display: inline-block;
	width: 1.5em; height: 1.5em;
	background-repeat: no-repeat;
    background-position:0.1em 0;
	text-decoration: none;
	float: right;
	border-left: 1px solid #f2f2f2;
	border-radius: 0px;
}
.class-schedule .dateBox .item-list .title strong a.notReviewed{
	background-image: url("../images/icon_notReviewed.svg");
	background-size: 1.3em auto;
	background-position:0.15em 0.1em;
}
.class-schedule .dateBox .item-list .title strong a.attendance-normal{
    background-image: url("../images/icon_attendance_normal.svg");
	background-size: 1.5em auto;
}
.class-schedule .dateBox .item-list .title strong a.abnormal-attendance{
	background-image: url("../images/icon_abnormal_attendance.svg");
	background-size: 1.5em auto;
}
.class-schedule .dateBox .item-list .title strong a.notReviewed:hover{
	background-color: #8c3f0f;
}
.class-schedule .dateBox .item-list .title strong a.attendance-normal:hover{
    background-color: #29a85e;
}
.class-schedule .dateBox .item-list .title strong a.abnormal-attendance:hover{
	background-color: #e06015;
}

.class-schedule .dateBox .item-list .title .holiday{
	background-color: #fff0dc;
}
.class-schedule .dateBox .item-list .title .none{
	border-right: 1px solid #fff;
}


.class-schedule .schedule-list{border-bottom: 1px solid #ccc;}
.class-schedule .schedule-list .today{
	padding: 0em; margin: 0;
	background-color: #fff;
}
.class-schedule .schedule-list .item{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0em; margin: 0;
}


.class-schedule .schedule-list .class-item .date{
	background-color: #fff; 
	
}
.class-schedule .schedule-list .class-item .date a.schedule-time{
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 0.2em 0em !important;
	background-color: #000; color: #fff;
	text-decoration: none;
	transition: 0.5s;
	font-size: 0.9em;
	font-weight: bold;
}
.class-schedule .schedule-list .class-item .date a.schedule-time:hover{
	background-color: #415d20; color: #000;
	font-weight: 900;

}

.class-schedule .schedule-list a.select-active{
	animation: spin 3s linear infinite;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: flash;
	background-color: #f00 !important;
}
.class-schedule .schedule-list .class-item strong{
	margin-left: 1em;
	padding: 0 0.5em;
	background-color: #415d20;
	color: #000;
	font-size: 0.9em;
	background-image:url(../images/icon_need_nember.svg_);
	background-size: 1.5em auto;
	background-position: 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 0; margin-right: 0.1em;
}
.class-schedule .schedule-list .long strong{
	background-color: #419c0a;
	color: #fff;
	padding: 0.1em 0.2em !important;
	margin-right: 0.1em;
}
.class-schedule .schedule-list .long .date a.schedule-time:hover{
	background-color: #419c0a; color: #fff;
	font-weight: 900;

}


.class-schedule .schedule-list a.icon-schedule-copy{
	display: inline-block;
	width: 1.2em; height: 1.5em;
	background-image: url("../images/icon_copy_black.svg");
	background-size: 1.2em auto;
	background-repeat: no-repeat;
    background-position: center;
	text-decoration: none;
	margin-left: 0.3em;
	margin-right: 0.1em;
}
.class-schedule .schedule-list a.icon-schedule-copy:hover{
	background-image: url("../images/icon_copy_black_d.svg");
	background-color: #000;
}




.class-schedule .schedule-list .schedule-box{padding-left: 0; padding-right: 0;}
.class-schedule .schedule-list .schedule-box a.icon-schedule-nomal
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-belate
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-early
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-leave
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-noclock-up
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-noclock-down
 ,.class-schedule .schedule-list .schedule-box a.icon-schedule-overtime 

,.class-schedule .schedule-list .schedule-box a.icon-schedule-overtime-btn 
,.class-schedule .schedule-list .schedule-box a.icon-schedule-noclockdown-btn
,.class-schedule .schedule-list .schedule-box a.icon-schedule-noclockup-btn{
	display: inline-block;
	width: 1.2em; height: 1.5em;
	background-image: url("../images/icon_schedule_nomal.svg");
	background-size: 1.2em auto;
	background-repeat: no-repeat;
    background-position: center;
	text-decoration: none;
	margin-left: 0.3em;
	margin-top: 0.3em;
	 cursor: default;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-belate{
	background-image: url("../images/icon_schedule_belate.svg");
	background-size: 1.25em auto;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-early{
	background-image: url("../images/icon_schedule_early.svg");
	background-size: 1.3em auto;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-leave{
	background-image: url("../images/icon_schedule_leave.svg");
	background-size: 1.3em auto;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-noclock-up{
	background-image: url("../images/icon_schedule_noclockup.svg");
	background-size: 1.3em auto;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-noclock-down{
	background-image: url("../images/icon_schedule_noclockdown.svg");
	background-size: 1.3em auto;
}
.class-schedule .schedule-list .schedule-box a.icon-schedule-overtime{
	background-image: url("../images/icon_schedule_overtime.svg");
	background-size: 1.3em auto;
}

.class-schedule .schedule-list .schedule-box a.icon-schedule-nomal:hover{
	background-image: url("../images/icon_schedule_nomal.svg");
}

.class-schedule .schedule-list .schedule-box a.icon-schedule-noclockdown-btn{
	background-image: url("../images/icon_schedule_noclockdown_btn.svg");
	background-size: 1.3em auto;
}

.class-schedule .schedule-list .schedule-box a.icon-schedule-noclockup-btn{
	background-image: url("../images/icon_schedule_noclockup_btn.svg");
	background-size: 1.3em auto;
}

.class-schedule .schedule-list .schedule-box a.icon-schedule-overtime-btn{
	background-image: url("../images/icon_schedule_overtime.svg");
	background-size: 1.3em auto;
}





.class-schedule .schedule-list .schedule-box a.del{
	display: inline-block;
	width: 1.2em; height: 1.3em;
	border-radius: 3px;
	background-color: #f00;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	margin-left: 0.2em;
	font-size: 0.9em!important;
	
	
}
.class-schedule .schedule-list .schedule-box a.del:hover{
	background-color: #fff;
	color: #f00;
	border: 1px solid #f90;
}




.class-schedule .schedule-list .schedule-box{
	padding: 0 !important;
	padding: 0.2em 0.2em !important;
	border-bottom: 1px solid #ccc;
}

.class-schedule .schedule-list .schedule-box a.contect b .long-send 
,.class-schedule .schedule-list .schedule-box a.contect b .short-send  
,.class-schedule .schedule-list .schedule-box a.contect b b{
	display: inline;
	background-color: #0076c8;
	color: #fff;
	font-weight: 600;
	margin: 0 0.2em;
	padding: 0.1em 0.15em;
	border-radius: 3px;
}
.class-schedule .schedule-list .schedule-box a.contect b .short-send{
	background-color: #00980e;
}

.class-item p{margin: 0; padding: 0;}
.class-schedule .class-item a.contect{
	border-radius: 3px;
	color: #333;
	padding: 0 0.2em !important;
	margin-left: -0.2em;
	text-decoration: none;
}
.class-schedule .class-item .contect:hover{
	background-color: #000 !important;
	color: #fff !important;
}

.class-schedule .no-schedule{background-color: #f2f2f2;}
.class-schedule .no-schedule a.contect{
	font-weight: 900; background-color: #732a00; color: #fff !important;
}
.class-schedule .no-schedule a.contect:hover{background-color: #e86e0b !important; color: #fff;}



.class-schedule .schedule-list a h3 ,.class-schedule .schedule-list a b{
	
	padding: 0; margin: 0;
	
}
.schedule-box h3{padding: 0 !important; margin: 0 !important;}

.class-schedule .schedule-info .schedule-bar div 
,.class-schedule .schedule-info .schedule-bar .input-group{
	padding: 0; margin: 0;}
.class-schedule .schedule-info .schedule-bar .input-group{
	margin-top: 0.3em;
	
}

.class-schedule .schedule-info .bootstrap-select button[type=button]{ margin-top: 0.3em; font-size: 15px;}
.class-schedule .schedule-info .bootstrap-select *{font-size: 1em;}



.add-menubg .state-bar{
	text-align: center;
	padding: 0.5em;
	padding-top: 0.9em;
	
}
a.seekers-overtime ,a.seekers-leave{
	width: 1.2em; height: 1.5em;
	background-image: url("../images/icon_schedule_overtime.svg");
	background-size: 1.3em auto;
	background-repeat: no-repeat;
    background-position: 0.25em center;
	text-decoration: none;
	margin-right: 1em;
	padding: 0.5em;
	padding-left: 1.8em;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
}
a.seekers-leave{
	background-image: url("../images/icon_schedule_leave.svg");
	background-size: 1.3em auto;
}

a.seekers-overtime:hover ,a.seekers-leave:hover{
	background-color: #000;
	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;}

/*右邊iframe 加退保下方按鈕*/
.dateBox-area .sub-recruit a{
	left: 0; bottom: 0;
	position: fixed;
	width: 100%;
	border: 0px solid;
	font-size: 1.3em !important; 
	padding: 0.3em;
    }
.dateBox-area .sub-recruit a.btn-danger:hover{background-color: #cd221d; color: #fff;}


.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);
}


/*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;
}


/*mini checkbox table*/
.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.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;
}


.ioe-list a.btn-danger{
	width: 28px; height: 28px;
	padding: 0em 0.4em; 
	color: #d43f3a;
	background-color: #fff;
	border-color: #ccc;
	font-family: "Soure Sans Pro";
	font-size: 1.3em;
	font-weight: 300 !important;
	border-radius: 14px;
	transition: 0.3s;
	border: none;
}
.ioe-list a.btn-danger:hover{
	width: 34px; height: 34px;
	padding: 2px 0.5em; 
	color: #fff;
	font-size: 1.5em;
	background-color: #d43f3a;
	border-radius: 17px;
	border-color: #d43f3a;
	font-weight: 600 !important;
	transition: 0.3s;
}

/* 提示視窗 另開視窗 */






.trhover .time h2{ font-size:1.1em; font-weight:900; color:#415d20; margin:0em;}
.trhover .time .done{color:#ff67e6;}
.trhover .time b{ font-size:80%; 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);
}
.list-ps i{color:#18a8a6; margin-right:0.2em;}


.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%;}
.peopleCg{right: 18%;}
.mm-navbar{top: 38.2%; /*sonmenu-title*/}
    a.icon-resume{background-position: 0.35em center;}
	
	.ioe-list .ins-cancel td:nth-child(1) ,.ioe-list .ins-normal td:nth-child(1) ,.ioe-list .pay-change td:nth-child(1){
    background-position: 0.12em;
}
}
@media screen and (max-width: 1152px) {
    .peopleCg{right: 18%;}
    .mm-navbar{top: 38.2%; /*sonmenu-title*/}
	a.icon-resume{background-position: 0.35em center;}
	
	.ioe-list .ins-cancel td:nth-child(1) ,.ioe-list .ins-normal td:nth-child(1) ,.ioe-list .pay-change td:nth-child(1){
    background-position: 0.12em;
}
	
}
@media screen and (max-width: 1280px) {
	
	.class-schedule .schedule-info{padding-left: 0;}
	.class-schedule .schedule-info .schedule-info-title{width: 35%;}
	.class-schedule .moon-selectbar{width: 10.83%;}
	.class-schedule .schedule-info-items{width:35.5%;}
	.class-schedule .moon-selectbar .titleDate{padding-left: 0; padding-right: 0; width: 50%;}
	
	
}
@media screen and (max-width: 1366px) {
    .peopleCg{right: 15%;}
	.mm-navbar{top: 38.2%; /*sonmenu-title*/}
	a.icon-resume{background-position: 0.35em center;}
	.tablelist .ioe{top: 68px;}
	
	.ioe-list .ins-cancel td:nth-child(1) ,.ioe-list .ins-normal td:nth-child(1) ,.ioe-list .pay-change td:nth-child(1){
    background-position: 5%;
}
	.kpi-contact .sort{top: 184px !important; /*第四排高度*/}
	
}

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