html{
    /*height: 100%;*/
}

body{
    font-family: "Helvetica Neue", Arial, "Heiti TC", "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei", sans-serif;
    height: 100%;
}

.clear {zoom:1; clear:both;} 
.clear:after {content:''; display:block; clear:both; visibility:hidden; height:0;}

.container{
	margin: 20px 0;
    min-height: 690px;
}

.header{
	padding: 15px 0;
    color: #fff;
	font-weight: bold;
	/*border-bottom: 5px solid rgb(37, 162, 194);*/
    background-image: url('../../images/common/default_top.jpg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 60% 0;
}

.header .second_title{
	font-size: 30px;
}

.footer{
	padding: 10px 0;
	background-color: rgb(56, 105, 138);
	height: 100%;
	font-weight: bold;
}

.toolbar{
	background-color: rgb(56, 80, 57);
	min-height: 30px;
	color: white;
	font-weight: bold;
}
.toolbar .item{
	padding: 5px; 
}
.toolbar a{
	color: rgb(130, 216, 238);
	text-decoration: none;
}
.toolbar a:hover, .toolbar a:active{
	color: rgb(103, 170, 187);
}


#loading-drop{
	z-index:2000;
}

/* color */
.main-color{
    color: #eee;
    background-color: rgb(110, 165, 46);
}
.main-color a{
    color: #2A5C88;
}


/* util */
.dn{
    display: none;
}
.msg{
	padding: 5px;
	margin: 15px 0;
	font-weight: bold;
}

.round-border{
	border-radius: 5px;
}

.bd{
	border: 1px solid #ccc;
}

.sample{
	display:none;
}


/*table*/
.th-bg{
	background-color: rgb(159, 204, 106);
}

.tr-b{
	background-color: #DEEFF7;
}

.fake_th{
    font-weight: bold;
    padding: 7px 0;
}
.fake_th.bd{
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
}
.simple-tb-box{
    overflow: auto;
    height: 550px;
}
.tb-head{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

table.text-center th{
	text-align: center;
}


/* float */
.fl{
	float: left;
}
.fr{
	float: right;
}

/* margin */
.mgb15{
	margin-bottom: 15px;
}

.mgt20{
	margin-top: 20px;
}

.mgt40{
	margin-top: 40px;
}

.mgt50{
	margin-top: 50px;
}

.mgl20{
	margin-left: 20px;
}


/* padding */
.pd10{
	padding: 10px;
}

.pdt15{
	padding-top: 15px;
}

.pdl10{
	padding-left: 10px;
}

.pdh10{
	padding: 0 10px;
}


/* font */
.ft20{
	font-size: 20px;
}

/*pagi*/
.pagi .pagi-node.cur{
    font-weight: bold;
    padding: 6px 12px;
    cursor: default;
}


.login-note{
	white-space: normal;
}