#content {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	text-decoration: none;
	height: 100%;
	margin-top: 3px;
}

.dataListCompact {
	border: none;
}

.dataListCompact div {
	border: none;
}

.dataListCompact div ul {
	margin: 0;
	padding-left: 20px;
}

.dataListSuperCompact div ul {
	padding-left: 10px;
}

.dataListNoBackground div {
	background: none;
}

.scrollableCompact {
	border: none;
}

.infoIconNoText {
	color: red;
}

.infoIconText {
	color: #2196f3;
}
.infoIconTextWhite {
	color: white;
}	

.linkColumn {
	text-align: center;
}

.tightenedTabView {
	border: none;
	padding: 0 !important;
}

.tightenedTabView .ui-tabs-nav {
	padding: 3px 0 0 0 !important;
}

.ajaxButton {
	font-size: small !important;
}

.panelGridHeaderRow {
	background-color: #f8f9fa !important;
	text-align: center !important;
	font-weight: bold !important;
}

.panelGridHeaderCell {
	background-color: #f8f9fa !important;
}

.scheduleCustomReportTabView .ui-tabs-panel {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.longDropdownPanel {
	max-width: 500px;
}

.ql-editor.infoText li {
	list-style-type: disc !important;
}

.dialogFooter {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}

.ui-dialog .dialogFooter button {
	margin: 0 0.5rem 0 0;
	width: auto;
}

.ui-dialog .dialogFooter .dialogFooterRightFloater {
	float: right;
	margin: 0;
}

.inputTextButtonInputText {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.inputTextButtonCommandButton {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.inputTextButtonDiv {
	border-radius: 4px;
}

.inputTextButtonDiv:focus-within {
	box-shadow: 0 0 0 .2em rgb(166.2, 213, 250.2);
}

.inputTextButtonInputText.ui-state-focus {
	box-shadow: none !important;
}
