body{ font-family: 微軟正黑體;}

/* 選單 LOGO*/
.navbar-brand { padding-top:7px; padding-bottom:0px; }

/* 子選單 調整 */
/*
.dropdown-submenu {
    position:relative;
	border: 0;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

*/

/* RWD TABLE 特化 */
.rwd-table {}
.rwd-table tr:nth-of-type(odd){}
.rwd-table th, .rwd-table td {}
.rwd-table {	min-width: 100%;}
.rwd-table th {	display: none;}
.rwd-table td {	display: block;}
.rwd-table td:before {content: attr(data-th) " : ";	font-weight: bold;	width: 6.5em;	display: inline-block;}
.rwd-table th, .rwd-table td {}
.rwd-table th, .rwd-table td:before {}
@media (max-width: 481px) {
	.rwd-table>tbody>tr:nth-child(odd){	background-color: #eee;	}
}
@media (min-width: 480px) {
	.rwd-table td:before {	display: none;}
	.rwd-table th, .rwd-table td {	display: table-cell;}
	.rwd-table tr:first-child {	background-color:#eee;}
	.rwd-table th:first-child, .rwd-table td:first-child {	background-color:#eee;}
	.rwd-table th:last-child, .rwd-table td:last-child {}
	.rwd-table th, .rwd-table td {}
}


/*自訂義*/
.popover { min-width:236px;}
.table-list .btn-xs { margin-left:3px; margin-right:3px; }

.table-list th button{ border: 0; background-color: transparent; }
.table-list th .sort_action { color: #369; }
.table-detail>tbody>tr>td { border: 0;} 
