﻿@font-face {
	font-family: 'SZMC造字';
	src: url('/include/Fonts/SZMC_EUDC.ttf') format('truetype');
}

body, .ui-widget, inupt, a {
	font-family: 'SZMC造字', Arial,"黑體-繁", 微軟正黑體, "Microsoft JhengHei", 微軟雅黑體, "Microsoft YaHei", 新細明體, Verdana, sans-serif !important;
}

#uForm {
	display: flex;
	height: 100vh;
	overflow: hidden;
}

div[title="ReportEUDC"] {
	font-family: 'SZMC造字', sans-serif;
}

.no-select { /* 滑鼠拖曳時容易觸發 text-select，因此在拖曳前在 body 加上這個 */
	user-select: none !important;
}
.gap-1 {
	gap: 0.25rem;
}

.gap-2 {
	gap: 0.5rem;
}
#uMasterPage_AsideLeft_Open {
}

/* 左側邊欄 */
.aside-left {
	padding: 0px;
	border-right: 1px solid #e0e0e0;
	flex-shrink: 0; /* 防止被壓縮 */
	overflow-y: auto;
}
.logo_img {
	height: 40px;
}
#uMasterPage_AsideLeft_Close {
	position: absolute;
	top: 8px; right: 0;
	z-index: 500;
	border: none;
	background-color: transparent;
}

#sidebar_bottom {
	position: absolute;
	display: inline-block;
	bottom: 1em;
	left: 15px;
}

body.enlarged {
	font-size: 1.3em;
}

#DynamicMainMenu .dropdown a {
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.changeThemeBtn {
	width: 25px;
	height: 25px;
	margin: 3px;
	padding: 0;
	border: gainsboro solid 0.5px;
	border-radius: 0;
}

	.changeThemeBtn:hover {
		border-color: yellow;
	}

.input-group, .form-check {
	padding-bottom: 2px;
}

	.input-group-btn, .input-group .form-control, .form-check {
		height: auto;
		min-height: 30px;
	}

.menuButton:hover {
	opacity: 0.8;
}

/* 中間邊欄 */
#wrapper {
	overflow-y: auto;
}
	#wrapper header {
		flex: 0 0 auto;
	}

.gemini-round-button {
	color: white;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 24px;
	background-color: initial;
}
#page-content-wrapper {
	flex: 1 1 auto;
	/* min-height: 0; */
}
#navbarSupportedContent2 ul li a {
	margin-left: 0.5rem ! important;
	color: rgba(0,0,0,.5);
	text-decoration: none;
}
	#navbarSupportedContent2 ul li a i {
		font-size: 16pt;
	}