@CHARSET "UTF-8";

#detailBusinessUserGroupName {
	width: 100%;
    max-width: 100%;
}

/* ツールチップ */
#detailSort_labelId i,
#detailBudgetLimitDisp_labelId i {
	font-size: 1.2em;
	color: #969696;
	margin-left: 6px;
	cursor: pointer;
	position: relative;
}
.fa-question-circle:before {
	content: "\f059";
}
p.tooltip {
	display: none;
}
.tooltipDialog {
	width: fit-content;
	padding: 0.5rem;
}
.tooltipDialog .ui-dialog-titlebar-close,
.tooltipDialog .ui-dialog-titlebar,
.tooltipDialog .ui-widget-content {
	background: none !important;
	border: none !important;
}
.tooltipDialog .ui-dialog-titlebar {
	text-align: right;
}
.tooltipDialog .ui-widget-content a {
	padding: 0;
}
i.fa-chevron-right {
	margin-left: 8px;
	color: #dd7e54;
}

/* 削除ボタン */
#delButton {
	border: 1px solid #7c858e;
	background-color: #7c858e;
	color: #fff;
}