/* Last update: 2025-01-15 */
a, a.disabled:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.warning {
	color: red;
}
.disabled {
	opacity: 0.4;
}
/* jquery validator */
select.error, input.error {
	border: 1px solid #39f;
}
label.error {
	color: red;
}
/* tooltipster custome style */
.tooltipster-light {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #f83600;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-light .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding: 8px 10px;
}
/* 修正：小日曆不要被蓋住 */
.ui-datepicker {
	z-index: 99999999 !important;
}
/* 移到右方 */
.dataTables_length {
	float: right !important;
}
/* 2025-01-21 Randy: fixed for validate/toolstip error message position */
.upload {
	display: initial !important;
	width: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	border: 0 !important;
}
