﻿#btnSearchEntra {
	cursor: pointer;
}

.search-info {
	display: inline-block;
	vertical-align: middle;
}

.bottom-padding {
	margin-bottom: 1em;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


a.skip-to-content-link {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 9999;
	background: #2f73b8;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
}

a.skip-to-content-link:visited {
	color: #fff !important;
}

a.skip-to-content-link:focus {
	position: absolute;
	left: 10px;
	top: 10px;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 9999;
	outline: 3px solid #ff6600;
	outline-offset: 2px;
}

@supports selector(:focus-visible) {
	:is(a, button, .dropdown-toggle):focus-visible {
		outline: 2px solid darkorange;
		outline-offset: 2px;
	}
}