<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: flush-webicons;
	src: url(flush-webicons.eot);
	src: url(flush-webicons.eot?#iefix) format('embedded-opentype'), url(flush-webicons.woff) format('woff'), url(flush-webicons.ttf) format('truetype'), url(flush-webicons.svg#flush-webicons) format('svg');
	font-weight: 400;
	font-style: normal
}	

.resultList-marginRight {
    margin-right: 20px
}

.fui-select-dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	
	
	/* select boxes */
	.fui-form select {
		margin-top: 6px;
		margin-right: 5px;
	}
		/* custom select */
		.fui-select-custom {
			position: relative;
			display: inline-block;
			top: -3px;
			margin-left: 10px;
		}
		.fui-select-custom:first-child {margin-left: 0;}

			/* select trigger */
			.fui-select-custom &gt; .fui-select-trigger {
				cursor: pointer;

				/* skin */
				padding: 0 70px 0 15px;
				line-height: 34px;
				min-height: 34px;
				border: 1px solid #ccc;
				border-radius: 4px;
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f4f4f4 51%,#f4f4f4 100%); /* W3C */
			}
				.fui-select-custom &gt; .fui-select-trigger:after {
					content: "";
					position: absolute;
					top: 3px;
					right: 3px;
					
					/* skin */
					width: 33px;
					height: 30px;
				}

			/* select dropdown */
			.fui-select-custom &gt; .fui-select-dropdown {
				position: absolute;
				width: 100%;
				z-index: 2;
				margin-bottom: 0;

				/* skin */
				background-color: #fff;
				border: 1px solid #c1c1c1;
				border-top: 0;
				border-radius: 0 0 4px 4px;
			}

			.fui-select-custom &gt; .fui-select-dropdown &gt; li {
				cursor: pointer;
				margin-bottom: 0;
				
				/* skin */
				padding: 8px 15px;
				margin: 2px;				
			}
			.fui-select-custom &gt; .fui-select-dropdown &gt; li:hover {background-color: #dadada;}
			
			/* opened state */
			.fui-select-custom.fui-open &gt; .fui-select-dropdown {display: block;}
			.fui-select-custom.fui-open &gt; .fui-select-trigger {border-radius: 4px 4px 0 0;}

		/* specifics */
		.fui-select-custom &gt; select,
		.fui-select-custom &gt; .fui-select-dropdown,
		
		/* removes bullets */
		.fui-select-custom &gt; .fui-select-dropdown &gt; li:before {display: none;}

		.fui-select-dropdown {
			padding: 0;
			margin: 0;	
		}
		
.fui-select-dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.fui-form-select &gt; .fui-form-header {margin-top: 1.1rem;}	
		
    .fui-form-select .fui-select-dropdown &gt; li {
      background-image: none;
    }
		.fui-select,
		.fui-form-select select {
			margin-right: 5px;
			margin-bottom: 5px;
		}
		
			/* custom select */
			.fui-form-custom.fui-form-select select {display: none;}
			.fui-form-custom.fui-form-select &gt; .fui-form-body {
				padding-top: 0;
			}
			.fui-select {
				position: relative;
				display: inline-block;
				margin-right: 5px;
			}
				.fui-select-trigger {
					display: inline-block;
					position: relative;
					width: 100%;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					
					/* skin */
					background: #eee;
					background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
					padding: 8px 40px 7px 10px;
					border: 1px solid #ccc;
					border-radius: 3px;
					color: #555;
				}
					.fui-select-trigger:hover {text-decoration: none;}
					
					/* on click/open effect */
					.fui-open &gt; .fui-select-trigger {
						background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
						background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
					}
					
					/* chevron */
					.fui-select-trigger:after {
						position: absolute;
						content: "\e613";
						font-family: "flush-webicons";
						
						color: #0066a4;
						top: 8px;
						right: 10px;
						font-size: 18px;
					}
					.fui-disabled .fui-select-trigger:after {
						color: #999;	
					}
					
				.fui-select-dropdown {
					position: absolute;
					margin-top: -1px;
					margin-bottom: 0;
					z-index: 2;
					width: 100%;
					display: none;
				
					background-color: #fff;
					border: 1px solid #ccc;
					border-radius: 0 0 3px 3px;
					
				}
					.fui-select-dropdown &gt; li:before {display: none;}
					.fui-select-dropdown &gt; li {
						cursor: pointer;
						margin: 2px;
						padding: 8px 8px;
					}
						.fui-select-dropdown &gt; li:hover {background-color: #eee;}
		
				/* on dropdown click/open */
				.fui-open &gt; .fui-select-trigger {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}
				
				.fui-open &gt; .fui-select-dropdown { display: block; }	
				
				
/* responsive overwrites */	
/* Medium screen size */
@media (max-width: 991px) {	
	/* forces textfields and select dropdowns to take full width */
	.fui-select {width: 100% !important;}
}

/* Small screen size */
@media (max-width: 767px) {	
	.fui-form-select select {width: 100% !important;}

	/* select */
	.fui-form-select &gt; .fui-form-body {
		padding-top: 0;
	}
}			</pre></body></html>