.ui-autocomplete-loading {
			background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
		}  
		em { }

		#spinner {
			display: none;
			position:absolute;
			top: 234px;
			left: 50%;		  
			transform: translate(-50%, -50%);
			cursor:wait;
		}

		.loading {
			border: 2px solid #ccc;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			border-top-color: #1ecd97;
			border-left-color: #1ecd97;
			animation: spin 1s infinite ease-in;
		}

		@keyframes spin {
			0% {
				transform: rotate(0deg);
			}
			100% {
				transform: rotate(360deg);
			}
		}
		.active {
			border: 2px solid #008400;
			font-weight: bold;
			background-color: white;
		}
		.seekbutton:hover {
			border: 2px solid #444;
			background-color: white;			
		}
		.searchCharacterization {
			max-width:65%;
		}
		#q {
			font-size:30px;
			padding:10px;
		}
		#soegknap {
	        background: no-repeat center url(https://themis.dk/images/Search_icon.svg);
			position: relative;
			top: -5px;
			background-size: 135%;
			border: none;
			padding: 20px;
			cursor: pointer;
			font-size: 0.8125em;
			direction: ltr;
			text-indent: -99999px;
			z-index: 1;
		}
		.tooltipclass {
			background-color:white!important;
		}
		#minform {
			width:80%;
			max-width:1000px;
			color: #555;		  
			padding: 10px;
			border: 1px solid #ddd;
			border-radius: 5px;
		}
		input[type="search"] {		  
		  background: #fff;
		  margin: 0;
		  padding: 7px 8px;
		  font-size: 14px;
		  color: inherit;
		  border: 1px solid #ddd;
		  border-radius: 5px;
		}

		input[type="search"]::placeholder {
		  color: #bbb;
		}
		button[type="submit"] {
		  text-indent: -999px;
		  overflow: hidden;
		  width: 55px;
		  height: 55px;
		  padding: 0;
		  margin: 0;
		  border: 1px solid #ccc;
		  border-radius: 5px;
		  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
		  background-size:80%;
		  cursor: pointer;
		  opacity: 0.7;
		  position:relative;
		}

		button[type="submit"]:hover {
		  opacity: 1;
		}
		button[type="submit"]:focus,
		input[type="search"]:focus {
		  box-shadow: 0 0 3px 0 #1183d6;
		  border-color: #1183d6;
		  outline: none;
		}		
		.ssscontent.wrapper.oversigtsside.soegeside {
		  max-width: 1100px;
		  margin: 0 auto;
		}
		
		h1 {
			color: #008400;
			margin-bottom:5px;
		}