.niceCountryInputMenu{
	cursor     : pointer;
	color      : black !important;
	border     : 1px solid #a8a8a8;
	background : white !important;
	/*
	font-family: Arial;
	font-size: 12px;
	*/
}

.niceCountryInputMenuDefaultText{
	display       : inline-block;
	overflow      : hidden;
	width         : 270px;
	white-space   : nowrap;
	text-overflow : ellipsis;
}

.niceCountryInputMenuDefaultText a:hover{
	text-decoration : none;
}

.niceCountryInputMenu a{
	color : black !important;
}

.niceCountryInputMenuDropdown{
	/*border-left: 1px solid #a8a8a8;*/
	line-height : 25px;
	position    : relative;
	right       : 0;
	float       : right;
	width       : 21px;
	height      : 25px;
	text-align  : center;
	color       : black;
}

.niceCountryInputMenuDropdownContent{
	overflow-x : hidden;
	overflow-y : scroll;
	max-height : 200px;
	margin     : 0 !important;
	padding    : 0 !important;
	border     : 1px solid #a8a8a8;
	border-top : 0 !important;
}

.niceCountryInputMenuDropdownContent a{
	line-height     : 25px;
	display         : block;
	overflow        : hidden;
	width           : 100%;
	height          : 25px;
	text-decoration : none;
	color           : black !important;
}

.niceCountryInputMenuDropdownContent a:hover{
	text-decoration  : none;
	color            : white !important;
	background-color : gray !important;
}

.niceCountryInputMenuFilter{
	margin        : 0 !important;
	padding       : 0 !important;
	border        : 1px solid #a8a8a8;
	border-top    : 0 !important;
	border-bottom : 0;
}

.niceCountryInputMenuFilter input{
	width   : 100%;
	width   : calc(100% - 10px);
	margin  : 5px;
	padding : 5px;
}

.niceCountryInputMenuCountryFlag{
	width        : 18px;
	height       : 13px;
	margin-right : 5px;
	margin-left  : 5px;
	border       : 1px solid #d3d3d3;
}

.niceCountryInputMenuCountryNoFlag{
	font-size    : 13px;
	line-height  : 15px;
	display      : inline-block;
	width        : 22px;
	margin-right : 5px;
	margin-left  : 5px;
	text-align   : center;
	color        : black;
	border       : 1px solid black;
	background   : white;
}
