@CHARSET "UTF-8";

body {
	font: 100 15px/150% Microsoft JhengHei,PMingLiU,serif;
}

.loading_spinner {
    background:url('../images/employee/select2-spinner.gif') no-repeat right center;
}

.hide{
display:none !important;	
}

.red {
color: #FF0000;
}

.font_bold {
font-weight: bold;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.fullwidth {
   padding: 0 !important;
   margin: 0 !important;
}

.texttop{
	vertical-align: top;
}

.textright {
text-align: right; 
}

.tabsright {
text-align: right;
margin: 0 0 5px;
}

.textleft {
text-align: left;
}

.floatnone {
	float: none !important;
}

.left {
    float: left;
}
.right {
    float: right;
}

.divsleft {
    float: left;        
 	left:0px;           
} 

.divsright {	  
	/*float: right;*/
	width: 100%;
	text-align: right;      
 	right: 0px;   
 	margin: 0 0 2px;    
} 

.center {
	text-align: center;
    float: center;
}

.container{
	width: 100% !important;
}

.container_scroll {
	width: 100%;
	overflow-x: scroll;
}

.btnactive{   
	
color: #afaf;
  background-color: rgb(235, 235, 228);
background-image: none;
outline: 0;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
margin: 0;
  border: 0;
  height: 2em;
  padding: 0px 20px;
  cursor: pointer; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; 
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn,
input.btn {
  margin: 0;
  border: 0;
  height: 2em;
  padding: 0px 20px;
  cursor: pointer;
  color: #FFFFFF;
  /*background-color: #3C8DBC;
  background-color: #C75782;*/
  background-color: #0070c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; 
}

.btn:hover{
	color: #FFFFFF;
}
/*
.btn:hover,
input.btn:hover {
  -webkit-box-shadow: 0 0 0 30px #c83a3a inset;
  box-shadow: 0 0 0 30px #c83a3a inset;
  color: #fff;
}
*/


.btn-text {
 white-space:nowrap;	
}

/*
.textinput {
  display: inline-block;  
  border:1px solid #cccccc;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-border-radius: 5px;
				  -moz-border-radius: 5px;
}

.textareainput {
  display: inline-block;  
  border:1px solid #cccccc;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-border-radius: 5px;
				  -moz-border-radius: 5px;
}

.dateinput {
  display: inline-block;
  width:11em;
  border:1px solid #cccccc;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-border-radius: 5px;
				  -moz-border-radius: 5px;
}

.selectinput{
  display: inline-block; 
  border:1px solid #cccccc;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				  -webkit-border-radius: 5px;
				  -moz-border-radius: 5px;
			}
			
.ui-multiselect {
	padding: 2px 0 2px 4px;
	text-align: left;
}			
			
			
.radioinput{		
	display: inline;
	margin-top: 0.5em !important;
}
*/

.formtable {
	width:100%;
	/* font-size:14px; */
	/* line-height: 21px; */
	/* border:1px solid #cfdfef; */
	/* border-collapse:collapse; */
}	

.legend { 
/*font-size: 1em;*/
/* padding: 5px; */
margin-left: 1em;
margin-bottom: 0;
/* color: #ffffff; */
/* background: #00b98b; */
width: auto; 
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border: none;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.fieldset { 
margin: 0px 0 0 0;
padding: 0.3em;
/*
background:#EEE;  
background: -moz-linear-gradient(top,#EFE,#FFF); 
background: -webkit-gradient(top,#EFE,#FFF);   
background: -webkit-linear-gradient(top,#EFE,#FFF);  
background: -o-linear-gradient(top,#EFE,#FFF);  
background: -ms-linear-gradient(top,#EFE,#FFF);  
background: linear-gradient(top,#EFE,#FFF);  */

/*background: url('../images/employee/fieldset_bg.png') repeat-x scroll 0% 0% transparent;*/
background: #F9FFFF;


display: block;
/*-webkit-padding-end: 0.75em;*/
border: 2px groove threedface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
min-width: -webkit-min-content;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px; 
box-shadow: 0 15px 15px -15px rgba(0,0,0,0.4);
}


.field-label {
  /*font-size: 1em;*/
  display: inline-block;
  min-width: 9em;
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.field-value{
	margin-top: 0.5em;
	font-weight:normal;
}

.error {
  /*font-size: 1em;*/
  color:Red;
  /* margin-left: 9em; */
}				


 /* data table */
.dtable {
	/*
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse:collapse;
	*/
	width:100%;
	/*font-size: 1em;*/
	line-height: 21px;
	margin:0px;
	padding:0px;
	border:1px solid #cfdfef;
}

.dtable a {
	text-decoration: none;
	color: #4f6b72;
}

.dtable caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.dtable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA no-repeat;
	cursor: pointer;
}

.dtable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.dtable th.non {
	background: url("../images/non.gif") #CAE8EA;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 15px;
	background-position: left;
}

.dtable th.up {
	background: url("../images/sort_asc.png") #CAE8EA;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 15px;
	background-position: left;
}

.dtable th.down {
	background: url("../images/sort_desc.png") #CAE8EA;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 15px;
	background-position: left;
}

/*奇数*/
.dtable td.odd {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-size: 12px;
	padding: 2px 15px 2px 15px;
	background: #fff;
	color: #4f6b72;
	font-weight: 400;
}

.dtable td.odd a {
	text-decoration: none;
	color: #4f6b72;
}

/*偶数*/
.dtable td.even {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-size: 12px;
	padding: 2px 15px 2px 15px;
	background: #F5FAFA;
	color: #797268;
	font-weight: 400;
}

.dtable td.even a {
	text-decoration: none;
	color: #4f6b72;
}

.dataTables_paginate a {
	margin-left: 0;
	margin-right: 1em !important;
}

/*
table.dataTable thead th { 
	background-color: #459e00 !important;  
	color: #0 !important;
}
*/

table.dataTable {
	width: 100% !important;  
}

.qtable thead th {padding: 0px;}

.qtable tr.row_selected{
	/*background: #9Fb1d6 !important;*/
	background-color: #AFC1E6 !important;
	/*background-color: rgb(242, 244, 231) !important;*/
}

.qlabel {
  /*font-size: 1em;*/
  display: inline-block;
  min-width: 9em;
  text-align: right; 
}
	
 /* fullcalender */
.fc-widget-header {
	border: 1px solid #e78f08;
	background: #e69818 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;	
}

.fc-button-today {
  margin: 0 !important;
  border: 0 !important; 
  height: 2em;
  cursor: pointer !important;
  /*color: #FFFFFF !important;*/
  /*background-color: #7db641 !important;*/
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 100 !important; 
}
.fc-button-today:hover {
  -webkit-box-shadow: 0 0 0 30px #c83a3a inset !important;
  box-shadow: 0 0 0 30px #c83a3a inset !important;
  color: #fff !important;
  opacity: 100 !important;
}

.fc-event-inner{
	cursor: pointer;
}

.fc-content {
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.4);
}

#tabheader {
float: left;
width: 100%;
/*background: #DAE0D2 url("../images/employee/bg.gif") repeat-x bottom;*/
/*font-size: 93%;*/
/* line-height: normal; */
}

#tabheader ul {
/* margin: 5px; */
padding: 0px 20px 0;
list-style: none;
}

#tabheader li {
float: left;
background: url("../images/employee/left.gif") no-repeat left top;
margin: 0;
padding: 0 0 0 7px;
}

#tabheader a {
float: left;
display: block;
background: url("../images/employee/right.gif") no-repeat right top;
padding: 5px 15px 4px 5px;
text-decoration: none;
font-weight: bold;
color: #765;
text-align: center; 
vertical-align: middle;
height: 30px;
}

#tabheader .tabcurrent {
background-image: url("../images/employee/left_on.gif");
}

#tabheader .tabcurrent a {
background-image: url("../images/employee/right_on.gif");
color: #333;
padding-bottom: 5px;
}

.tabcontent{ 
padding: 10px;
border: 2px solid #aaa;
border-radius: 5px 5px 5px 5px;
margin-top: 30px !important;
box-shadow: 0 15px 15px -15px rgba(0,0,0,0.4);
}
 
.formHeader{
	height:30px;
}

.ajaxBusyWindow .ui-dialog-titlebar-close {
    display: none;
}

.DataTables_sort_icon { 
	/*display:none;*/
}

.ui-resizable-s {
	height: 20px;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:4000 !important;}

.skin-blue .main-header li.user-header {
    background: #B0114B;
}

.login-box .btn, .login-box input.btn,
.register-box .btn, .register-box input.btn{
	padding: 3px 10px;
}

.fromButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}
.fromButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.keyChar {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #eee));
	background:-moz-linear-gradient(top, #ededed 5%, #eee 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #eee 100%);
	background:-o-linear-gradient(top, #ededed 5%, #eee 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #eee 100%);
	background:linear-gradient(to bottom, #ededed 5%, #eee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#eee',GradientType=0);
	background-color:#eee;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#444;
	font-family:Arial;
	font-size:17px;
	padding:7px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.keyChar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.keyChar:active {
	position:relative;
	top:1px;
}

.justifyText {
  text-align: justify;
  width: 100px;
  display: inline-block;
   white-space: normal;
}

.justifyText:after {
  content: "";
  display: inline-block;
  width: 100%;
}