<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rightside .card-body h2.moduletitle {margin-top: 0;}

ul.sidebar-news {margin: 0; padding: 0; list-style: none;}
	ul.sidebar-news li {margin: 0 0 10px; padding: 0;}

.alert.alert-default {background-color: var(--grey-100) !important;}
	.alert p:last-child {margin-bottom: 0;}

/*Mojo*/
.settingrow .settinglabel:empty {width: 0; margin: 0;}

.moduleadmin .AspNet-DataList-Item,
.moduleadmin .AspNet-DataList-Alternate {padding: 5px 15px;}
.moduleadmin .AspNet-DataList-Item span,
.moduleadmin .AspNet-DataList-Alternate span {
	display: inline-block;
	width: 250px !important;
}
.moduleadmin .AspNet-DataList-Alternate {background-color: var(--grey-100);}

.searchcontrols {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 40px;
}
	.searchcontrols &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: calc(var(--bs-border-width) * -1);
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.searchcontrols:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3),
	.searchcontrols:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
	.searchcontrols:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select, .searchcontrols:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.searchcontrols .form-control {height: auto;}
	.searchcontrols &gt; .form-control, .searchcontrols &gt; .form-floating, .searchcontrols &gt; .form-select {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		min-width: 0;
	}
	.searchcontrols .mhelp {display: none; order: 6;}
	.searchcontrols #ctl00_mainContent_ddFeatureList {display: none;}
	.searchcontrols .searchduration {display: none;}
	.searchcontrols .btn {background-color: var(--primary); color: var(--light);}
.add-mapping {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 40px;
}
	.add-mapping &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: calc(var(--bs-border-width) * -1);
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.add-mapping:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3),
	.add-mapping:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
	.add-mapping:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select, .searchcontrols:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.add-mapping .form-control {height: auto;}
	.add-mapping &gt; .form-control, .add-mapping &gt; .form-floating, .add-mapping &gt; .form-select {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		min-width: 0;
	}
.settingrow {position: relative;}
.help-block {font-size: 0.8em;}
.form-control + a.mhelp, .form-select + a.mhelp {
	position: absolute;
	top: 8px;
	right: 0;
}
h3.setting-section-title {margin-top: 18px; margin-bottom: 5px; font-size: 18px; color: var(--default);}
input[type=checkbox].form-control{
	display: inline-block;
	width: auto;
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}
.admin-drawer__list--big &gt; li {line-height: 8px!important;}
.admin-drawer__list-icon.fa-stack {height: 1em;}</pre></body></html>