.div-consult {
	width: 100%;
}

.consult-container {
	width: 60%;
	height: 600px;
	margin: 4rem auto;
	display: flex;
}

.tabs {
	margin: 0 auto;
	width: 100%;
	min-height: 600px;
	/* padding: 30px 20px; */
	border-radius: 18px;
	background: #D0E8EE;
	min-width: 400px;
	/* box-shadow: 5px 5px 10px 5px #ccc; */
	overflow: hidden;
}

.qatab {
	height: 300px;
	display: flex;
	flex-flow: row;
}

.tab-header {
	width: 25%;
	height: 100%;
	background-color: #122B4F;
	display: flex;
	align-items: flex-start;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.tab-content {
	height: 100%;
	width: 75%;
}

.content-show {
	background-color: #D0E8EE;
	width: 100%;
	height: 100%;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

.tab-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
}

.tab-content-header {
	width: 100%;
	height: 10%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 3rem;
	color: #122B4F;
	font-weight: bold;
	font-size: 1.2rem;
	font-family: 'Noto Sans TC', sans-serif, Georgia, 'Times New Roman', Times, serif;
}

.tab-content-body {
	width: 100%;
	height: 70%;
	display: flex;
	flex-flow: row;
	color: #122B4F;
	font-weight: bold;
	font-size: 1.2rem;
	font-family: 'Noto Sans TC', sans-serif, Georgia, 'Times New Roman', Times, serif;
}

.tab-content-body-left {
	width: 50%;
	height: 100%;
}

.tab-content-body-right {
	width: 50%;
	height: 100%;
}

.content-block {
	width: 100%;
	display: flex;
	flex-flow: column;
	margin-left: 3rem;
	margin-top: 1rem;
}

.content-block input[type=text] {
	border: 2px solid #122B4F;
	width: 170px;
}

.content-block select {
	border: 2px solid #122B4F;
	width: 170px;
}

.content-block textarea {
	border: 2px solid #122B4F;
	width: 170px;
	height: 115px;
	max-height: 190px;
	resize: vertical;
	overflow-y: scroll;
}

#note {
	max-height: 120px !important;
}

.content-block textarea::-webkit-scrollbar {
	width: 8px;
	background-color: #e7e9ed;
}

.content-block textarea::-webkit-scrollbar-thumb:hover {
	width: 5px;
	background-color: #707f95;
	border-radius: 10px;
}

.content-block textarea::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #b7bfca;
	border-radius: 10px;
}

.tab-content-bottom {
	width: 100%;
	height: 20%;
}

.tab-content-button {
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 3rem;
}

.btn {
	background-color: #122B4F;
	border-radius: 3px;
	border: none;
	color: white !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.2rem !important;
	cursor: pointer;
	padding: 0.5rem 3rem;
	margin-right: 2rem;
}

.formset {
	display: inline;
}

.div-intr-space {
	height: 4rem;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active>a {
	color: #C2C2C2 !important;
	border-bottom: 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	color: white;
	padding: 0.5rem !important;
}

ul li a {
	width: 100%;
	font-weight: bold;
	font-size: 1rem;
	font-family: 'Noto Sans TC', sans-serif, Georgia, 'Times New Roman', Times, serif;
}

.ui-widget-header {
	border: 0px !important;
	background: none !important;
}

.ui-tabs-vertical .ui-tabs-nav {
	width: 100%;
}

.ui-tabs .ui-tabs-panel {
	padding: 0rem;
	margin-bottom: 0rem;
}


/** 最外框*/

.ui-widget.ui-widget-content {
	border: 0px;
	/* border:1px solid black; */
	height: 100%;
}

.ui-tabs-vertical .ui-tabs-panel {
	width: 100%;
}

.ui-widget-content {
	border: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	opacity: 1;
}

.redtext{
	color:red;
}

.font_1rem{
	font-size: 1rem;
}