.country-search-form,
.country-search-form a,
.country-search-form a:hover{
	color:white; 
}

.country-search-form a:visited{
	color:#fc3; 
}
/*
.country-search-form a:visited:hover{
	color:white; 
}
*/
.country-search-form:has(a) {
	padding:1rem 0 0 0;
}

.custom-combobox {
	position: relative;
	display: inline-block;
	margin-right: 3.5em;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
	color: black;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}
.ui-button-icon-only {
	width: 2em;
}
.ui-corner-right {
	border-radius: 0 3px 3px 0;
}

.error-handler {
	padding: 0;
	margin: 0;
}

.error-handler-live {
	color: white;
	/*text-decoration: underline 2px solid red;*/
	padding: 1rem 0 0 0;
}

#country-go {
	background-color: #fc3;
	color: #000;
	max-width: 55px !important;
}
#country-go[disabled] {
	background-color: #c48c58;
	border-color: #ccc;
	max-width: 55px; 
}
