@charset "utf-8";

/*font*/
@font-face {
  font-family: "Noto Sans SemCond Thin";
  src: url(../fonts/NotoSans-SemiCondensedThin.ttf);
}
@font-face {
  font-family: "Noto Sans Light";
  src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: "Noto Sans Thin";
  src: url(../fonts/NotoSans-Thin.ttf);
}
@font-face {
  font-family: "Noto Sans CJK TC Thin";
  src: url(../fonts/NotoSansCJKtc-Thin.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC Light";
  src: url(../fonts/NotoSansCJKtc-Light.otf);
}
@font-face {
  font-family: "Noto Sans CJK TC DemiLight";
  src: url(../fonts/NotoSansCJKtc-DemiLight.otf);
}

button, a, input{

outline:none !important;

}
/* brand system css*/

body::-webkit-scrollbar {
    width: 0.3em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #1e2c43;
  outline: 1px solid slategrey; /*bar 底色*/
  background-image: -webkit-linear-gradient(45deg, /*情角*/
  rgba(92, 61, 129, 1) 50%, /*第一段上方間變 25%*/
  transparent 25%, transparent 50%, /*第一段下方間變*/
  rgba(92, 61, 129, 1) 25%, /*第二段上方間變*/
  rgba(92, 61, 129, 1) 25%, transparent 25%, transparent 50%)/*第二段下方間變*/

}


#Loader {
  width: 150px;
  height: 150px;
  margin: -30px 0 0 -30px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid #1e2c43;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#LoaderPic {
  background:url(../images/loading.svg) no-repeat;
  background-size: 10em auto;
  background-position: center 3em;
  background-repeat: no-repeat;
}

#LoaderBG {
   background-color:rgba(92,62,129,1);
   background: linear-gradient(to bottom right,#fff,#8565ac);
}
	
body ,.loginBg{background-size:cover;}
.add-menubg{background:none; }

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

.mf-contact .items-right .tl-item span ,.mf-contact .items-right .tl-item b ,.mf-contact .items-right .tl-item p 
,.dropdown li ,.tip-title ,.menu-header h1{
	font-family: "Open Sans", sans-serif, "Microsoft JhengHei";
    
}
.tip-title{
	font-size:130%; 
	background-color:rgba(0,158,145,0.85); 
	color:#fff; font-weight:900; border:none !important;}
.tip-sys{
	font-size:1.3em; padding:0.6em; border:none !important;
	background-color:rgba(255,255,255,1); 
	color:#1e2c43; font-weight:900;
	box-shadow: 0 0 10px rgba(170,170,170,0.5);}

.navbar{ position:absolute; z-index:999; width:100%;}
.menu-header{margin:0; padding:0; }
.navbar-header{height:4.938em; z-index:99; float:left; position:absolute; background-color:rgba(0,0,0,0);}
	.navbar-header a img{
		}.navbar-inverse {
		  background:none;
		  border:none;
				height:3em; 
		}
.navbar-header a:hover{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: flash;
  }




.menu-header .user-info a img{
	width:45px; height:45px; border-radius:50%;
	background-color:#000; display:block;
	position:relative; float:left;
	border:2px #ccc solid;
	overflow:hidden; top:-0.2em;
	background-color:transparent;}
.menu-header .user-info h1{
	font-size:1.5em; white-space:nowrap;
	line-height:0; color:#999;
	margin-top:0.4em; margin-left:1.8em;
	}
	.menu-header .user-info h1:first-letter{
	font-weight: 600; color:#666;
	}

.syscg{
	width:12em; 
	position:absolute; right:0; margin-right:6em; top:0.8em; z-index:999;}
.syscg li{float:left;}
.syscg .icon-recruit a ,.syscg .icon-accounting a ,.syscg .icon-holiday a{
	background-image:url(../images/icon_recruit.svg); 
	background-repeat:no-repeat;
	display:block;
	width:3em; height:2.8em;
	background-size:2.6em auto;
	border-right: 2px #6d4d95 solid; 
	margin-right:0.6em;
	opacity:0.6;}
.syscg .icon-accounting a{
	background-image:url(../images/icon_accounting.svg);}
.syscg .icon-holiday a{
	background-image:url(../images/icon_holiday.svg);
	border:none;}
	.syscg .active a{opacity:1;}
 .syscg a:hover{opacity:1;}


.version{color:#000;}
		.version strong{}	
		.navbar-nav{ margin-left:10%; }
.version-sidenav{ height:50px; background:#fff; text-align:right;}
  .version-sidenav strong{
			color:#fff;  background-color:#b2b2b2; left:88.5%; margin-top:0.4em; font-size:80%;
			position:absolute; border-radius:5px; padding:0.2em 0.5em; font-weight:300;}
		
.nav .logout a {
		background:#1e2c43; height:2.56em; border:none; color: #fff;
		line-height:0.8em; padding:0.7em; padding-right:0em; font-size:140%;}
	.navbar-inverse .navbar-nav > .logout > a:hover,
	.navbar-inverse .navbar-nav > .logout > a:focus{
     color: #1e2c43;
     background-color: #fff;
}
		.nav .logout{right:-23.3%; height:4.875em; }
		.nav .logout i{top:-0.1em; left:0.1em;}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
     color: #fff;
     background-color: #ec4b8f;}

.list-change{
    z-index:998;
    position: absolute; 
    width: 1000px;
    height: 100px;
    top: 90%;
    left: 50%;
    margin-left: -500px;
    margin-top: -50px;
    border-radius:0;
    
    text-align: center;
	height:2em; line-height:0.5em;
	border:#ccc; font-size:2em;
	box-shadow: 0 0 10px rgba(170,170,170,0);
	background-color:rgba(0,199,187,0.9);
	border-radius:28px;
	font-weight:900;
    color: #fff;
    font-family: "Noto Sans CJK TC Thin";
}
.list-change i{margin:0 0.6em; color:#fff;}
.list-change{
    animation-name:bounceIn, bounceOut;
    animation-duration:1s, 3s; /*anima play time*/
    animation-delay:1.5s, 1.5s; /*暫停幾秒開始播*/
    animation-iteration-count:1;  /*repeat*/
    animation-duration: 1s;
    animation-fill-mode: both;
}

.select-style div{ margin:0; padding:0;}
.list-a{padding-bottom:2em;}

.quick-link{border:none;}
.quick-link .active span ,.quick-link a{
		 color:#fff; background: none; padding:0em; padding-left:0.4em; display: inline-block; 
         height: auto; line-height: normal; top: auto; z-index:9; 
		 left: auto; line-height:45px;}
			
		.quick-link a{text-decoration:none; color:#fff; margin:0em 0em;}
		.quick-link a:hover{color:#dbdbdb;}
		.quick-link .active span{ background: none; color:#fff; left: auto; z-index:1;}
		
		.quick-link .breadcrumb .home{
			background-color:rgba(30,44,67,1);
			
			padding-bottom:0.1em; padding-right:0.8em; padding-top:0.2em;}
		.quick-link .home a{ z-index: 999;}
		.quick-link .home a i{color:#fff; margin-right:0.5em;}
		.quick-link .home a:hover i{color:#dbdbdb;}
		.quick-link .home span{display:none;}
		.quick-link .active span i{color:#fff;}
		.quick-link .home{ margin:0; padding:0;}
		.quick-link .home .home-recruit{
	  background-image:url(../images/icon_recruit.svg); 
	  background-repeat:no-repeat;
	  display: inline-block;
  	width:2.6em; height:2.4em; margin-left:0.2em; margin-top:0.1em;
  	background-size:2.4em auto;
			float:left;}
		
		
.txps .form-group textarea{ height:10em;}
		
		.breadcrumb{
			height:50px;
		    
			border-radius:0; z-index:99; padding:0;
			background-color:rgba(234,47,135,1); /*會計*/
			background-color:rgba(0,158,145,1); /*人事*/
			background-color:rgba(47,63,129,1);}
			
			.breadcrumb li{ margin:0; }
			.breadcrumb li i{ color:#2f3f81;}
			.breadcrumb li a:hover i{ color:#5b5b5b;}
			
.set ,.dropdown{
	position:absolute; right:4em; line-height:3.5em; z-index:999;}
	.dropdown li a{font-weight:900; font-size:110%;}
.set button{background-color:transparent; border:none; color:#fff;}
.set button i{ font-size:150%;}
.sidenav {
      padding:0px;
						z-index:998;
						height:100vh;
						background-color:rgba(255,255,255,1);
    }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #000;
  text-align:right;
		padding:1.0em;
		border-bottom:0px #fff solid;
		background-color:rgba(241,241,241,1);
}
.nav-pills > li.active > a:hover{
  color: #353942;
  background-color: #fff;
		
}
.nav-pills > li.active > a > i{
  color: #f1f1f1;}
  .nav-pills > li.active > a:hover > i{
  color: #000;}

.nav-pills > li.active-down > a{
	background-color: #1e2c43; color:#fff;}
.nav-pills > li.active-down > a > i{ display:none;}


.nav-son > li.active-down > a{
  color: #1e2c43;
  background-size: 8em auto;
  background-position: 104% 55%;
		border-bottom:0px #bfbfbf dotted;
		padding:1em;
		box-shadow: 0 0 0px rgba(255,250,235,0);
		background-image:none;
		background-color:#fff;
}
.active i{
		margin:0em 0.3em;}
.active-down i{
	 animation: spin 2s linear infinite;
	 animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: flash;
		margin:0em 0.3em;}
.nav-son > li.active > a,
.nav-son > li.active > a:hover,
.nav-son > li.active > a:focus {
	 color: #009e91;
  background-color: #e8f8f7;
  border-bottom:1px #81d3cc dotted;
}
.nav-son > li.active > a:hover{
  color: #1e2c43;
  background-size: 8em auto;
  text-align:left;
		border-bottom:1px #a99bb9 dotted;
		background-image:none;
		background-color: #fff;
}
.ds-area div{padding-top: 0.25em;}
.ds-area label.control-label{top: 0.35em; font-size: 1.3em; color: #666;}
.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;}
.nav-son li.active-down span {
	font-size:1em;}

footer {
	  color:#a6a6a6;  
	  background: url(../images/top_sonmenu_logo.svg) no-repeat;
	  background-color:rgba(0,0,0,0.2);
	  background-size: 18em auto;
	  background-position: right -5em;
    }footer .corp{
		color:#a6a6a6;}

/*login*/
.loginNBg{
   /* background:linear-gradient(-45deg, rgba(87,111,199,1), rgba(41,55,118,1) 100%);*/
	background-color: rgba(41,55,118,1);
	margin-top: 8%;
}

.login{
	font-family: "Noto Sans CJK TC Light";
 display:flex;
 align-items:center;
 justify-content:center;
	margin:0em;
	width:100%;
}
.login div ,.login .form-group{margin: 0; padding: 0;}
.login .form-group{}
.login .loginLogo{
		text-align:center; 
		background:url(../images/logo_m.svg) 0em top no-repeat;
		background-position:center 0em;
		background-size: 6em auto;
		font-size:1.8em; padding-top:4.5em; color:#fff;}
.login .login-title span{
	display:flex; align-items:center; justify-content:center; color: #ccc; padding: 1em; font-size: 1.5em;}
.login .g-recaptcha *{ width:100%;}
.logingbut button i{ padding-right:0.5em; border-right:1px #ccc solid;}
.login .submit{margin: 0; padding: 0;}
.login button[type=submit]{
	width: 60%;
	padding:0.3em; font-size: 2em;
	margin-left: 20%;
	background-color: #fff;
	color: #303b7d;
}
.login button strong{
	color: #303b7d;
}
.login .g-recaptcha{width: 100%;}
.login input[type=text] ,.login input[type=password]{
 box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px #3e4a8e solid;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  padding: 1em; padding-bottom: 1.5em;}
.login input[type=text]:focus{
  background-color: rgba(255,255,255,0.7);
  color: #303b7d;
  border-bottom: 1px #fff solid;
}
/*login*/

.input-group-addon{background:transparent; border: none; color:#9d7659; font-size:140%;}
.login .g-recaptcha {
display:flex;
 align-items:center;
 justify-content:center;
	padding: 1em; padding-top: 2em;
}
.login .input-group input{
	background:transparent; border: none; color:#fff; font-size:140%;
}

.basic-lightbox{
	box-shadow: 0 0 10px rgba(170,170,170,1); border-radius:0;
	background:#1e2c43;
	background-size:23em auto;
	padding:2.54em; margin:0;
	}
.basic-lightbox a{ font-size:130%;}
.basic-lightbox .btn-success{
	background-color:rgba(255,255,255,1);
	color:#000; border:2px solid #1e2c43;}
	.basic-lightbox .btn-success:hover{
	background-color:#1e2c43;
	color:#fff; border:2px solid #fff;}
	
		.basic-lightbox .btn-danger:hover{
	background-color:#1e2c43;
	color:#fff; border:2px solid #fff;}
	
.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);
}
.nav-tabs{ margin-top:1em; border-bottom: 2px solid #8b73a9; }
.btn-group-justified ul{
   display: flex; justify-content: center; text-align: center;
 width:1360;  top:0.8%; left:50%;
  margin-top:0.5em; 
    }

.nav-tabs .to-list a{ color:#8b73a9; font-size:150%; padding:0.3em 0.5em;}　
	.nav-tabs > li > a{
		color:#fff; font-size:120%; font-weight:900;
		border-color: #f1f3f2 #f1f3f2 #f1f3f2;
	  border-radius:5px 5px 0 0;
	  background-color: #f1f3f2;
	  color: #8b73a9;
		}
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
	  color: #fff;
	  cursor: default;
	  background-color: #8b73a9;
	  border: 2px solid #8b73a9;
	  border-bottom-color: transparent;
	  border-radius:5px 5px 0 0;
	}
	.nav-tabs > li > a:hover {
	  border-color: #f1f3f2 #f1f3f2 #f1f3f2;
	  border-radius:5px 5px 0 0;
	  background-color: #f1f3f2;
	  color: #8b73a9;
	}
.sub button[type=submit]{
	margin:1em 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 {
	background:#9d8bb3;
	color:#fff;
	}
.sub button[type=submit]:hover {
	background:#1e2c43;
	background-color:rgba(92,61,129,0.6);
	color:#fff; border:1px #d3c5e3 solid;
	}


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

.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: #b5b5b5;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(215, 215, 215, 1);
	transition: all 0.1s ease-in-out;
}

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

.switch-field input:checked + label {
	background-color: #f2f2f2;
	color:#1e2c43;
	box-shadow: inset 0 0 0.3em rgba(8,112,103,0.8); 
	box-shadow: none;
	border: 1px solid rgba(215, 215, 215, 1);
}
.switch-field label i{ margin-right:0.3em; }

.switch-field input:checked + label:nth-last-child(2) {
   background-color: #452b60;
}
.switch-field input:checked + label:nth-last-child(4) {
   background-color: #aaa;
}
/*指定switch-field範圍內全物件的第幾個物件要被改變*/

.switch-field input:checked + label:nth-of-type(2){color: #1e2c43;}


/*
.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*/

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

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


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

	
.dashboard-form .ds-title{padding-top:0.8em !important; background-color:transparent !important; 
	     display:flex;
      align-items:center;
      justify-content:center;}
						.dashboard-form .ds-title .ds-box{ width:auto;}
						
	.basic-title ,.form-data-title{
	background-color:rgba(0,0,0,0.4); color:#fff; font-weight:900; margin-top:0.5em; font-size:120%; border-radius:3px 3px 0 0;}
	.form-data-title{ border-bottom:none; padding-top:0.5em; }
	.form-data-title i ,.form-data-title h3{ margin-left:1.5em; margin-top:1.2em;}
	.form-data-title h3 ,.day-sv h3 ,.year-sv h3{display:inline; font-size:100%; font-weight:900;  margin-left:0.5em; margin-right:0.5em;}
	.form-main{ background-color:rgba(245,245,245,0.9); margin:0 0.1em; padding:0em 0em; margin-bottom:1em;}
	
.pro-help{background-color:rgba(234,104,162,0.8);}
.pro-help h3{font-size:120%; color:#fff; padding:1em; margin:0;}
.players{background-color:rgba(255,255,255,0.8); padding-left:1em;}
.players a{ font-size:80%;}

.tab-help a{ margin:0;  position:absolute; top:0.5em;}
.brand-user{margin:0; padding:0;}
	.brand-user ,.brand-user i{color:#fff;}
			.brand-user h4{font-size:120%; font-weight:900;}
			.brand-user[type=input]{box-shadow: 0 0 0.5em rgba(0,0,0,0.9);}
			
	.cdata{background-color:rgba(0,0,0,0.4); color:#fff; font-weight:900; width:23.5%; margin-top:0.5em;}
	.function-down{background-color: transparent; font-size:100%;}
	.function-down i{ display: none;}
	.function-down span{ margin-top:0.5em; display:inline-block;}

.lightbox-title{ margin:0; padding:0; height: 2.6em;}
.lightbox-title h1{  background:#353942; color:#fff; }	
.add-title ,.mod-title{
	background:#c18d66; padding:1em 0em; margin-bottom:0; top:-1em; position:relative;}

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

.ig-search .ig-search .col-sm-8{ margin:0; padding:0;}
.input-group-btn button[type=submit]{width:18em; font-size:11.1px; left:-1.3em;}
	.search-bar input[type=text] ,.search-bar-sm input[type=text]{font-size:1.24em; margin:0; padding:1.3em; background:#f2f2f2; border:none; border-radius: 0;}
	.search-bar input[type=text]:focus ,.search-bar-sm input[type=text]:focus{background:#fff; border-radius:6px; border-color:#fff; color:#333;}
	.search-bar-sm input[type=text]{padding:1em; margin-top:0.9em;}
	
	
	.search-bar button[type=submit]{ color:#999;}
	.search-bar button[type=submit]:hover{background:#1e2c43; color:#fff; border:1px solid #fddff0;}
	.search-bar span{ font-weight: 600; font-size:100%; }	/*select font style*/
	.search-bar button i{font-size:1.5em; margin:0 0.2em !important;}
	.search-bar ,.son-bar{
	background-color:rgba(0,0,0,0); padding:0 !important;  padding:0.1em 0em !important; 
	display:inline-block;  width:100%; margin:0;}
.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);}


/**/
.search-bar .input-group .searchtext{
	padding:0; margin:0; 
	background-color:rgba(177,177,177,0.2);}
	.search-bar .input-group .searchtext input[type=text]{background-color: transparent;}
	.search-bar .input-group .searchtext input[type=text]:focus{
		background-color: #fff; border:#1e2c43 2px solid; box-shadow:none;}

 .search-bar .input-group .btn-add{ z-index:9999;
		width:5em; height:5em; border-radius:50%; background:#009e91; 
		box-shadow: 0 0 1em rgba(0,0,0,0.2); border:3px solid #fff;
		position:fixed; bottom:1.5em; right:1.5em; color:#fff;
		}
		.search-bar .input-group .btn-add:hover{
			background:#1e2c43; color:#fff;
			/*
			animation-fill-mode: both;
	  animation: 2s double 9999;
   animation-name: flash;
			*/}
		.search-bar .input-group .btn-add span{ display:none;}
		.search-bar .input-group .btn-add i{ font-size:200%;}
/**/

.mt1{margin-top: 1em;}

	
  .dbox{ width: 100%; height:1px; display:inline-block; background-color: transparent;}
.ds-title{background:#f5f5f5;}
.form-textarea textarea{background-color:rgba(255,255,255,0.9);}

.cm-members ,.cm-info{
			background-color:rgba(0,0,0,0.3); 
			padding:1em; border-radius:3px 0 0 0;
			color:#fff; font-size:110%; font-weight:900;}
			.cm-info{border-radius: 0 3px 0 0;}
.pro-class h3{ display: inline; color:#fff; font-weight:900; font-size:120%; margin-left:0.5em;}
.main-contact{margin:0;}
	.im-items{ margin-top:0;}
	.im-items .item span{
		font-weight:900; font-size:135%; border:1px solid #333;
		padding:1em 0em;
		background:url(../images/icons1.svg) no-repeat;
		background-position:right; 
		background-size: 4em auto;
		background-color:rgba(0,0,0,0.5); 
		}.im-items .item .order{
		background:url(../images/icons2.svg) no-repeat;
		background-size: 3.2em auto; background-position:right;
		background-color:rgba(0,0,0,0.5); 
		}
	.im-items .item p{
		background-color:rgba(255,255,255,0.65); 
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
		font-size:200%; font-weight:900; color:#484047; 
		border-radius: 0 0 10px 10px; border-left:1px #fff solid; border-right:1px #fff solid;
		box-shadow: 0 0 0.5em rgba(0,0,0,0.8); 
		padding:0.5em 0em; text-shadow:1px 1px 1px #fff;}
	.im-items .item .tip a{ color:#999;}
	.im-items .col-sm-2_4{margin-right:1%; width:19%;}
	.im-items .col-sm-6{margin-right:1%; width:49%;}
	
.tablelist .ioe th{
	background:#fff; color:#1c1f26; border-bottom:2px #009e91 solid;
	font-size:100%;}
	.tablelist .ioe-list td{ padding:0.6em;}
.tablelist .ioe-list .pregnant{ background-color: rgba(255,220,181,0.8);}
	.tablelist .sort a{
		padding:0.5em 0.15em;
		background:#fff; font-size:92%;
		color:#000; border-radius:3px;
		box-shadow: 0 0 1em rgba(170,170,170,0.3);}
		.tablelist .sort .active{
		animation: spin 2s linear infinite;
	 animation-duration: 3s;
     animation-fill-mode: both;
      animation-name: flash;
	  background:#009588;
	  color:#fff;
		}
.tablelist .sort a:hover{ text-decoration:none; color:#fff; background:#009588;}


.dashboard .pager-member ,.dashboard .pagination{ display:none;}
.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;}
.page-pag{
	background-color:rgba(255,255,255,0.5); 
	border-radius: 0 0 3px 3px; margin:0;
	margin-bottom:2em;
    margin-top: 1em;
}
	.pager .previous a{border-radius:25px 0 0 25px ;}
	.pager .next a{border-radius:0 25px 25px 0; }
	.pager .previous a ,.pager .next a{border:1px solid #fff; font-size: 1.5em;}
	.pager .previous a:hover ,.pager .next a:hover{
		background:#f2f2f2; color:#1e2c43; border:1px #fff solid; box-shadow: 0 0 1em rgba(170,170,170,0);}
.page-pag .pagination{display:flex; align-items:center; justify-content:center;}
.page-pag .pagination a{font-size: 1.5em; padding:2px 1em; color:#666;}
.page-pag .pagination .active a{
		background-color: #1e2c43; color:#fff; 
		font-size: 1.5em; border:1px #1e2c43 solid;   
		padding:2px 1em; top:0em;}
.pager-member{left:-3em; padding-top:0.2em;}
.pager-member .pages{
	padding-right:0.5em;
	margin-right:0.5em;
	padding:0;
	color:#b7b7b7;
	font-size:1.2em;
	}


.authority-list .item{background:#fff; border-bottom:1px dotted #1e2c43;}
.authority-list .item .btn-group .title2{
	background:#f9f4ff; color:#1e2c43; border-bottom:0px solid #fbdb05;}




.comiss{ padding-bottom:1em; padding-left:4em; }
.comiss strong{
	color:#fff; background-color:#009e91; 
	padding:0.5em 1em; padding-top:0.6em;  margin-left:0.1em; 
	font-size:120%;}
.tab-pane{ padding-top:1em;}
.add-page .tip{
 font-weight:900; font-size:200%; padding-left:0.8em; color:#666;
 animation-fill-mode: both;
 animation: 3s double 9999;
    animation-name: flash;}
.execl{ top:-0.5em;}


.search-inp input[type=text] ,.search-inp-sm input[type=text]{ padding-left:2em;}
.input-group button[type=button] .execl-exp 
,.input-group button[type=submit] .execl-exp{
	background:url(../images/icon-execl.svg) no-repeat;
	background-size: 1.7em auto;
	display:block;
	width:2em; height:2.35em;
	}.ra .input-group button[type=submit] { background:#fff;}

.search-bar .input-group .btn-dl{ color:#666;}
.search-bar .input-group .btn-dl:hover{ color:#fff; background-color: rgba(227,227,227,0.5);}

.search-inp i ,.search-inp-sm i{position:absolute; z-index:3; font-size:20px; line-height:2.2em; color:#999; text-indent:0.5em;}
.search-inp-sm i{line-height:3.25em; }

.addins{ padding:0; padding-left:1em; margin:0;  margin-top: 0.6em;}
.addins div{margin:0; padding:0;}
.addins div *{ font-size:100%;}
.addins div h2{
    background-color:rgba(255,255,255,0); 
    border-right: 1px #f2f2f2 solid; 
    text-align:center; 
    padding:0.5em; margin:0; 
    height: 50px;
}
.addins div h2 strong{font-size:1.3em;}
.addins div:nth-child(5) ,.leave-t-table div:nth-child(3) {background-color:rgba(22,150,188,1); }
.addins div:nth-child(5) h2 ,.leave-t-table div:nth-child(3) h2{color: #fff;}
.addins div:nth-child(6) ,.leave-t-table div:nth-child(4) { background-color:rgba(241,241,241,0.5);  }
.addins div:nth-child(6) h2 ,.leave-t-table div:nth-child(4)h2{border-right: none;}

.leave-t-table{margin-bottom: 1em;  margin-right: 1em;}



.btn-info2{
  color: #666;
  background-color: #fff;
  border-color: #ccc;
}
.btn-info2:focus,
.btn-info2.focus {
  color: #fff;
  background-color: #b28850;
  border-color: #926747;
}
.btn-info2:hover {
  color: #fff;
  background-color: #b28850;
  border-color: #926747;
}
.btn-info2:active,
.btn-info2.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #b28850;
  border-color: #926747;
}
.btn-info2:active:hover,
.btn-info2.active:hover,
.open > .dropdown-toggle.btn-info2:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info2:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info2.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info2:active,
.btn-info2.active,
.open > .dropdown-toggle.btn-info2 {
  background-image: none;
		}
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled.focus,
.btn-info2[disabled].focus,
fieldset[disabled] .btn-info2.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info2 .badge {
  color: #5bc0de;
  background-color: #fff;
}

.tra{background-color:transparent;}
.serach-info-btn a{ }

.nr-titles{ padding:0; margin:0; border-bottom: 3px solid #f2f2f2;}
.nr-titles .sale-tager{ padding:0; margin:0;}
.nr-titles .sale-tager div{padding:0; margin:0; background-color:#fff; color:#666;}
.nr-titles .sale-tager .t1 ,.nr-titles .sale-tager .t2 ,.nr-titles .sale-tager .t3 ,.nr-titles .sale-tager .t4{
	background-color:#fff; margin-top:0em; padding:0; line-height:3.6em; text-indent:0.7em;}
.nr-titles .sc-select i ,.nr-titles .dssc-select i{ margin-top:0.6em; color:#1e2c43; font-size:120%;}


.help-title .tv-cast a{ padding:1em; margin-top:0.2em;}
.help-title div{padding: 0; margin: 0; margin-left:0.8em;}
.help-title{margin:0; padding:0; }
.help-title .t1 ,.help-title .t2 ,.help-title .t3 ,.help-title .t4 ,.help-title .t5 ,.help-title .t6{
	padding:0.2em; border:1px solid #ccc; margin-top:0.5em; font-weight:900;}
.help-title .t1{
    border:1px solid #fff; 
	box-shadow: 0 0 1em rgba(170,170,170,0.5); 
	background: linear-gradient(#f2f2f2,#fff);}
	.help-title .t2{background-color:#fde8d6; color:#ff7800; border:none; }
	.help-title .t3{border:none; background-color:#e7fdd6; color:#3d7613;}
	.help-title .t4{
	padding:0.2em 0.5em; padding-bottom:0; border:none; 
	background-color:#009e91; color:#fff;}
	.help-title .t5{border:none; background-color:#80a9c3; color:#fff;}
	.help-title .t6{border:none; background-color:#fbdb05; color:#71461c;}
	
.mf-contact .items .col-sm-3_5 ,.mf-contact .items .col-sm-8_5{ padding:0; margin:0;}
.main-contact .mf-contact .items{
	border:1px solid #ccc; border-top: none; border-left: none; border-bottom:3px solid #e7fdd6;
	padding:0; margin:0.8em; margin-right: 0; margin-bottom:0; width: 24%;
	}
.items-left .it1 ,.items-left .it2 ,.items-left .it3{
	font-size:24px; height:45px; 
	border:1px solid #ccc; border-left:none; text-align:center; line-height:45px;}
	.items-left .it1{
		border-top:none; border-bottom:none; font-size:145%; border-top:1px solid #ccc;
		border:1px solid #fff; box-shadow: 0 0 1em rgba(170,170,170,0.5); 
		height:4em; line-height:1em;  padding:0em 0.5em; padding-top:0.5em;
		background: linear-gradient(#f2f2f2,#fff);}
	.items-left .it2{background-color:#fde8d6; color:#f90; border-bottom:1px solid #fde8d6; border-right:none;}
	.items-left .it3{border-bottom:none; border-right:none; border-top:none; background-color:#e7fdd6; color:#3d7613;}
	.items-left .it3 .badge ,.items-left .it3 .badge2{
		position:absolute; 
		border-radius:50%; border:0.15em #fff solid; 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;}

.items-left .it1 strong{ font-size:90%; color:#353942;}
.items-right a{text-decoration:none;}
.items-right .add-ir a i{font-size:120%;}
.items-right .add-ir a:hover i{ color:#019e91;}
.items-right .add-ir a{
	z-index:10;
	width:2em; height:2em; position:absolute; right:-0.2em; top:-0.6em;  margin:0em; padding-left:0.03em;
	border-radius:50%; border:5px solid #019e91;
	background-color:#019e91; color:#fff;}
	.items-right .add-ir a:hover{
	background-color:#fff;	border:5px solid #fff;
	box-shadow: 0 0 10px rgba(170,170,170,0.5);}
.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;}
.items-right .tl-item p{ background:#fff;}
.items-right .active p{ background:#bcebe7;}
.items-right .tl-item i{ font-size:15px;}
.items-right .tl-item i span{ margin-left:0em;}
.items-right .tl-item ,.items-right .active{
	padding:0em 0.5em; padding-bottom:0.2em; 
	border-top:1px solid #ccc;}
	.items-right{ background:#f2f2f2;}
	.items-right .active{
		background-color:#009e91; color:#fff;  width:100%;
  animation-fill-mode: both;
  animation-name: flash;
		animation-delay:1s;
		animation-duration:2s;
		animation-iteration-count: 1.5;
		}

.page-contact{ margin-top:1em;}
.mf-contact .page-pag{ padding-bottom:0;}

.notice a cite{ text-transform:uppercase; font-style:normal; font-size:0.3em;  padding:0em 0.4em; border-radius:3px; color:#fff; background-color:#e265a3;}
.notice a .well cite i{margin-right:0.2em;}
.notice a{text-decoration:none;}
.notice a .well{
	margin-top:1em; margin-bottom:0.5em; padding:0.5em;  border:none; text-align:center;
	font-size:1.1em; cursor:pointer;  font-weight:900; 
	color:#e265a3; background-color:#f2f2f2;
	animation-duration: 5s;
 animation: spin 4s linear infinite;
  animation-name: flash;}
.notice a .well:hover{background-color:#e265a3; color:#fff;}

.ws-list-time{ margin:0; padding:0;}

/*排班*/

.tablelist .wstitle th{ font-size:0.9em; color:#666;  padding:0;}
.tablelist .wstitle th p{font-size:1.9em; color:#000;}
.tablelist .wslist td{font-size:0.9em; }
.tablelist .wslist td i{font-size:1.4em;}

.tablelist .wslist .time{ padding:0; font-size:1.2em; font-weight:bold;}
.tablelist .wslist td a{color:#6a3906;}
.tablelist .wslist td a span{font-size:1.5em; font-weight:bold; color:#6a3906;}

.tablelist .wslist .ws-time{font-weight:bold;}
.tablelist .wslist .ws-box-item{border-bottom:1px solid #eee; position:relative; }
.tablelist .wslist .ws-box-item div{float:left;}

.tablelist .wstitle .active ,.tablelist .wstitle .active p{
	background-color:#009e91; color:#fff; border-radius:4px 4px 0px 0px;}
.tablelist .wslist .trhover .active{
	 background: linear-gradient(90deg,#dbfcf9,#dbfcf9);

  }
.tablelist .wslist .ws-box-item{padding:0; padding-top:0.5em; border-right:1px solid #eee;}
.tablelist .wslist .ws-box-item div a{display:block; padding:0 0.5em;}
.tablelist .wslist .ws-box-item .dvon{border-right:2px solid #f2f2f2;}
.tablelist .wslist .ws-box-item .dvon i ,.tablelist .wslist .ws-box-item .dvon span{color:#008d6a;}
.tablelist .wslist .ws-box-item .dvoff i ,.tablelist .wslist .ws-box-item .dvoff span{color:#aaa;}
.tablelist .wslist .ws-box-item .ored i ,.tablelist .wslist .ws-box-item .ored span{color:#ff4200;}
.tablelist .wslist .list-time {
	 color:#666; font-weight:300; padding:0; padding-left:0.5em; margin:0; padding:0;
	border-bottom:#eee solid 1px; background-color:#fafafa;
	}
	
	.tablelist .wslist .list-time div { border:none;}
	.tablelist .wstitle .title-time h3{ font-size:1em; margin-top:0.2em;}
	.tablelist .wstitle .title-info{ margin:0; font-size:1.5em; font-weight:300; margin:0; padding-bottom:0.2em;}
	
	
.disp .wslist tr{background: #fff; border-bottom:none;}
.time-none td{background-color:#fff;}
.tablelist .time-none .list-time{color:#666; height:2.5em; font-size:100%;}

.tablelist .wstitle th{ position:relative;}
.tablelist .wstitle th a i{
	position:absolute;  
	width:1.2em; height:1.2em; top:0.5em; right:5%; 
	padding-top:0.1em; margin-top:0.2em; margin-left:0.25em; padding-top:0.05em; padding-left:0em;
	display:block; font-size:2em; border:1px solid #ffe18f; border-radius:50%; background-color:#ffe18f; color:#6a3906;}
	.tablelist .wstitle th a i:hover{
	border:1px solid #ffe18f; border-radius:50%; background-color:#6a3906; color:#fff;}


.tablelist .ioe-list .trhover .user-info a.btn-money{
	display:none;
	position:absolute; 
	width:1.5em; height:3em;
	padding:0.5em 2.5em;
	z-index:9;
	margin-left:-1.22em;
	}
.tablelist .ioe-list .trhover .user-info a.btn-money:hover{
	display:none;
	display: inline-block;
	background-color:rgba(255,255,255,0.9);
	background-image:url(../images/icon-money.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: 1.5em auto;
	
	border:3px solid #009e96;
	}

.money-history{text-align:center; font-size:1.3em;}
.add-page .list-title div ,.add-page .list-con div{
	background-color:rgba(0,0,0,0.3); 
	font-size:1.2em; text-align:center;
	color:#fff;}
.add-page .list-con div{
	background-color:rgba(255,255,255,1);
	border-bottom:dotted #f2f2f2 1px;
	color:#666;}

.tip-ws{padding:0; }
.tip-ws div{padding:0; border:none;}
.tip-ws div strong ,.tip-ws div img ,.tip-ws div h2{float:left; font-size:100%;}
.tip-ws div img{width:5em; background-color:#ccc;}
.tip-ws div h2{font-size:1em; margin:0.5em 0.5em; padding:0.5em; color:#fff;}
.tip-ws div strong{ font-size:3em; padding-top:0em; font-weight:300; color:#009e91;}
.tip-ws div strong b{ margin:0 0.1em; padding-top:0em; font-weight:300; color:#d8d8d8;}


.tip-ws div h2{ padding:0em; width:30em; color:#009e91; font-weight:900; font-size:0.8em;}

.ws-box-item{padding:0 !important;}
.ws-box-item .items { width:100%;  border:none; padding:0 !important; margin:0 !important; }
.ws-box-item a{
	 border: 1px #e5e5e5 solid; border-radius:2px; background-color:#fff; padding:0.2em; margin:0;}
.ws-box-item .items h2{ font-size:1.1em; margin-right:0.1em; color:#009e96; font-weight:900; padding:0; margin:0;}
.ws-box-item .items p{ font-weight:300; color:#f90; padding:0; margin:0;}

.items-tip{ display: inline-block; border:1px #000 solid; z-index:999;}

.ws-box-item .schedule-item {padding:0; }
.schedule-item h2 ,.schedule-item p{ font-size:1.2em; margin:0; color:#009e91; font-weight:600;}
.schedule-item p{color:#1e2c43;}


.dv-off-tip div strong{color:#b62a47;}
.dv-off-tip ,.dv-on-tip {
	background-color:rgba(0,158,150,0.8);
	width:240px; display:none; z-index:99;
	color:#fff; box-shadow:none; border:none;
	position:absolute; left:-16px;
	}
.tip-ws div h2 ,.ws-box-item .schedule-item .tip-ws div h2{z-index:1; width:10em;  text-align: center; color:#fff !important;}
.ws-box-item .items .dv-on-tip p ,.schedule-item .tip-ws p{z-index:1;
	text-align: center; font-weight:900; font-size:1.5em; padding:0.5em; color:#fff;
	}



.add-work-btn{
	position:fixed; 
	width:3em; height:3em;
	bottom:0.8em; left:90%;
	width:7em; height:7em;}
.add-work-btn a{
	display:block;
	width:3em; height:3em;
	z-index:9; border:3px solid #fff;
	font-size:2em; color:#fff; padding:0.5em; padding-left:0.5em; padding-top:0.4em;
	background-color:#009e91; border-radius:50%;}
	.add-work-btn a:hover{
		border:3px solid #009e91; color:#009e91; background-color:#fff;}
	
.add-work-btn i{ font-size:2em;}

.week-btns{padding:0; margin:0; padding-bottom:0.5em;}
.week-btns a{ border-radius:0; margin:0; margin-top:0.5em; margin-right:0.5em; padding:0.5em 2.5em;}
.week-btns a:hover{ background-color:#f2f2f2;}

.add-menubg .ws-detail-title strong{ border-radius:8px; font-size:1.2em;}
.add-menubg .ws-detail-title h1 b{
	border-radius:8px; background-color:#fbdb05; width:1.5em; height:2em; padding:0.5em; margin:0 0.5em; font-size:1.2em;}
	.add-menubg .ws-detail-title h1 b strong{ font-size:0.8em; color:#6a3906; font-weight:900;}
	.add-menubg .ws-detail-title h1 cite{ font-size:1.5em; color:#f00; border-left:1px solid #666; padding-left:0.5em; margin-left:0.5em;}
	.add-menubg .ws-detail-title h1 cite strong{ font-size:0.8em; color:#666;}
.add-page .imgS ,.bibi-main .imgS{margin-bottom: 1em;}
.add-page .imgS b ,.bibi-main .imgS b{padding-left: 9em; margin-bottom: 1em; }

.ws-infobar .work-copy a{
	padding:0.7em;
	border:1px #ccc solid;
	color:#000;
	text-decoration:none;
	}
.ws-infobar .work-copy a:hover{
	background-color:#f2f2f2;
	}
.ws-infobar .work-copy a i{
	color:#999;
	}
.ws-infobar .work-copy{
	margin-top:1em; padding-left:1.5em;
	border-left:1px #ccc solid;
	}	

.add-rev-page{position:absolute; left:0.7em; z-index:9; top:0.5em;}
.add-rev-page a{
	display:block;
	background-color:#71461c;
	color:#fff;
	text-decoration:none;
	padding:0.5em;
	border-radius:8px;}
	.add-rev-page a:hover{
	background-color:#fff;
	color:#71461c;
	}
.add-rev-page a i{
	color:#fff;}
	.add-rev-page a:hover i{
	color:#71461c;}

/*排班*/
.rt188 .page-contact .row .t1 ,.rt188 .page-contact .row .t2 ,.rt188 .page-contact .row .t3{
    border-bottom: 1px #ccc solid;
    
}
.rt188 .page-contact .row .t1 {
   border: 0px #ccc solid;
   
}
.rt188 .page-contact .form-data-title{
    text-align: center;
    margin-bottom: 1em;
    border-radius: 0;
}

.rt188 .page-contact .row .t2 input[type="checkbox"]{
    
    
}
.rt188 .page-contact{
    
}
.rt188 .page-contact mark{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    margin: 0; padding: 0;
    background-color: #f2f2f2;
    padding: 0.5em;
    font-size: 2em;
    
}


.col-s0{background-color:#fff; color:#000; font-size:2em; padding-top:0.5em; border-bottom:1px dotted #f2f2f2; text-align:center;}
.col-s1{color:#009e91; background-color:#e8f8f7; padding-top:0.5em;}
.col-s2{background-color:#fff; color:#000; font-size:1.5em; padding-top:0.5em; border-bottom:1px dotted #f2f2f2;}
.col-s3{background-color:#e5e5e5; padding-top:0.5em;}
.col-s3 .btn {}
.col-s3 .btn a{ background-color:#fff; padding:0.5em 5em; border-radius:3px;  text-align:center;}
/* On small screens, set height to 'auto' for sidenav and grid */

.


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


.navbar-header a img{margin-top:-0.5em;}
.version-sidenav strong{
			left:88.5%; margin-top:0em; font-size:80%;}
.pager .previous a ,.pager .next a{ font-size: 2em;}
.trhover .time b{ letter-spacing: -0.1em; font-size:80%;}
.ra .to strong{width:4.2em;}
.tablelist .ioe th{font-size:85%;}
	
}

.ra{ margin-top:3%;}
.ra .to{color:#000; text-align:center; top:-0.5em; }
.ra .to strong{
	font-weight:900; font-size:120%;  color:#fff; background:#009e91;
	width:2em; height:2em; border-radius:50%;
	padding:0.3em 0.6em; padding-top:0.4em;}

.ra{text-align:center;}
.ra .mc-title{ margin-bottom:1em;}
.ra-main input[type=text]{ padding:1em;}


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

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

.ioe-list .trhover .sw-botton .col-sm-12 { padding:0; }



/* Navbar container */
.new-navbar {
  background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans CJK TC Light";
}

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

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

/* Dropdown button */
.new-dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: #2f3b7c;
  padding: 6px 12px;
  padding-bottom: 1em;
  background-color: transparent;
  margin-top: 8px; margin-right: 0.5em;
  font-size: 1.8em; z-index: 9; 
   cursor: pointer; 
}.new-dropdown .dropbtn:hover {
  color: #2f3b7c; 
}

/* Add a red background color to navbar links on hover */
.new-navbar a:hover, .new-dropdown:hover .dropbtn {
  background-color: rgba(255,255,255,1);

}

/* Dropdown content (hidden by default) */
.dropdown-content {
  position: absolute; 
  background-color: rgba(255,255,255,0.97);
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  margin-top: -1px;
}

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

/*newMenu*/

/* Show the dropdown menu on hover */
.new-dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.all-column{display: flex; justify-content: center; align-items: center; }
.column {
  padding: 10px;
  height: 460px;
}
.column h3{
font-size: 1.5em; text-align: center; color: #8b8b8b; padding: 0.2em; border-radius: 8px; background-color: rgba(237,237,237,0.7);}
/* Style links inside the columns */
.column a {
  float: none;
  color: #00635b;
  padding: 16px 8px ;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.column a:hover {
  background-color: rgba(0,99,90,0.9);
	background-color: rgba(65,85,187,0.9);
  color: #fff;
}
.column a i{margin-right: 0.5em; }

.column span{
	background-color:#fa2269 ; padding: 0.4em; font-size: 0.8em;  margin-left: 0.5em; border-radius: 4px;
	animation: spin 2s linear infinite;
	 animation-duration: 3s;
  animation-fill-mode: both;
  animation-name: flash;
}
/* Add a background color on hover */

.menu-d2 .menu-header .user-info{right: 2%; top: 4em; width: auto;}
.menu-d2 .menu-header .user-info a img{border: 3px solid #b5b5b5;}
.menu-d2 .menu-header .user-info h1{
	font-size:1.5em; white-space:nowrap;
	line-height:0;
	margin-top:0.7em; 
	}
	.menu-d2 .menu-header .user-info h1:first-letter{
	font-weight: 600; 
}.menu-d2 .menu-header .user-info img{margin-right: 0.5em; width:56px; height:56px;}
.menu-d2 .syscg{
 position:absolute; justify-content: center; text-align: center;
 width:180px; height:40px; top:0.8%; left:20%;
 margin-left:-90px; margin-top:0px; 
}
.menu-d2 .syscg .icon-recruit a ,.menu-d2 .syscg .icon-accounting a ,.menu-d2 .syscg .icon-holiday a{border: none;}
.menu-d2 .breadcrumb .active span{font-weight: 300 !important; font-family: "Noto Sans CJK TC Light" !important;}
.menu-d2 .breadcrumb li:nth-child(1){height: 50px;}
.menu-d2 .breadcrumb li:nth-child(3){
 position:absolute; justify-content: center; text-align: center;
 width:1366px; height:50px; top:0%; left:40%;
 margin-left:-580px; margin-top:0px;}

.menu-d2 .breadcrumb li:nth-child(2) a{color: #2f3f81;}
.menu-d2 .breadcrumb li:nth-child(3){font-size: 2em; }
.menu-d2 .breadcrumb li:nth-child(2) i{ color: #2f3f81;}
.menu-d2 .breadcrumb li:nth-child(3) i{font-size: 0.6em; margin-right: 0; color: #2f3f81;}
.menu-d2 .breadcrumb li:nth-child(3) span i{font-size: 1em; color: #FFF; margin-right: 0.5em;}


.new-dropdown-bgimg img{
    position: absolute; z-index: 0; right: 0;
    max-height: 620px; width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity:0.5;
}
/*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: 17%; margin-top: 1.5em;}
.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 DemiLight";
    
}

.select-moon select{
	font-size:1.5em; color:#666; 
	height:2.1em;  width:100%; 
    text-align-last: center; 
	border:none;
	background-image: url("../images/select_appearance.svg");
	background-size:1em auto;
	background-repeat:no-repeat;
	background-position:right 0.8em;
    border-bottom: 2px #009e91 solid;
    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:#009e91; border:none;
	}
	.select-moon select option{
		}
	.peopleCg .select > .input-group-addon{font-size:2em;}
  
    
    
.form-page b{ font-size: 1em;}
/* costom style*/

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

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

.btn-submit.disabled:hover, .btn-submit[disabled]:hover ,fieldset[disabled] .btn-submit:hover 
,.btn-submit.disabled:focus ,.btn-submit[disabled]:focus, fieldset[disabled] .btn-submit:focus{
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-submit .badge {
  color: #d9534f;
  background-color: #fff;
}
.editlistbox .btn-primary ,.editlistbox .btn-success ,.editlistbox .btn-info 
,.editlistbox .btn-warning ,.editlistbox .btn-danger 
,.search-bar .btn-primary ,.search-bar .btn-success ,.search-bar .btn-info 
,.search-bar .btn-warning ,.search-bar .btn-danger{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.trhover .time h2{ font-size:120%; font-weight:900; color:#009e91; 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%; }
.trhover .col-sm-1_4 a{ padding-bottom:0.3em;}


.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);}
.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-add{
  color: #1c1f26; background-color: #fff; border-color: #f2f2f2;
}
.btn-add:hover ,.btn-add:focus{
  color: #fff;
  background-color: #eebc36;
  border-color: #fff;
}

.btn-add:active ,.btn-add.active:hover ,.btn-add:active:focus{
  color: #fff;
  background-color: #eebc36;
  border-color: #fff;
}
.btn-add.disabled:hover, .btn-add[disabled]:hover ,fieldset[disabled] .btn-add:hover 
,.btn-add.disabled:focus ,.btn-add[disabled]:focus, fieldset[disabled] .btn-add:focus{
  background-color: #eebc36;
  border-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;
}