body {
    font-family: "Helvetica", "Arial", "LiHei Pro", /* "Noto Sans TC", */ "Microsoft JhengHei", "PMingLiU", "sans-serif";
    line-height: 1.8em;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

label.required:after {
	margin-left: 4px;
	content: "(必填)";
	color: #f30;
}

label.required-star:after {
	margin-left: 4px;
	content: "*";
	color: #f30;
}

table.data-table {
	width: 100% !important;
}
td, th {
	vertical-align: middle !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.inline-block {
	display: inline-block;
}

.bg-muted {
	color: #999;
	background-color: #f2f2f2;
}

.wrap-content {
	width: 1%;
	white-space: nowrap;
}

textarea {
	resize: vertical;
}