.typeaheadCountrySelectorWidget *{
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal;
}

.typeaheadCountrySelectorWidget strong{
	font-weight: bold;
	display: inline-block;
}

.typeaheadCountrySelectorWidget .tt-dropdown-menu.noMatches .tt-suggestion.tt-cursor a{
  color: #000;
  background-color: transparent;
}


.typeaheadCountrySelectorWidget .tt-dropdown-menu.noMatches {
  overflow-y: visible;
  padding: 0;
  border: none;
  margin-top: 2px;
}

.typeaheadCountrySelectorWidget .tt-dropdown-menu.noMatches .tt-suggestion.tt-cursor {
  color: #000;
  background-color: transparent;
}

.typeaheadCountrySelectorWidget .tt-dropdown-menu.noMatches .errorMessageContainer{
	position:relative;
	background: transparent;
	left: -10px;
	height:47px;
	padding: 0;
	margin: 0;
}

.typeaheadCountrySelectorWidget .errorMessage{
	position:absolute;
	width:316px;
	margin-top:12px;
	line-height: 24px;
	font-size:14px;
	border: 1px solid #e80000;
	background: #fce5e7;
	padding: 10px 5px;
}

.typeaheadCountrySelectorWidget #errorLogo{
	font-size: 20px;
	line-height: 20px;
	float:right;
	margin-top: -31px;
	margin-right: -60px;
	color:#e80000;
}

/* .triangle-border */
.typeaheadCountrySelectorWidget .triangle:before {
	content: "";
	position:absolute;
	width:0;
	margin-top: 1px;
	margin-left: -13px;
	background: transparent;
	border-bottom: 13px solid #fce5e7;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
}

.typeaheadCountrySelectorWidget .triangle {

	position:absolute;
	width:0;
	margin-top:-1px;
	margin-left: 18px;
	background: transparent;
	border-bottom: 13px solid #e80000;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
}


.typeaheadCountrySelectorWidget input#input-append-demo.typeahead.tt-input.boxShadowValid {
	box-shadow: inset 0 0 5px #dfddde;
	border-color: #dfddde;
	}

.typeaheadCountrySelectorWidget input#input-append-demo.typeahead.tt-input.boxShadowError {
	box-shadow: inset 0 0 5px #e80000;
	border-color: #e80000;
}

.typeaheadCountrySelectorWidget .countrySelectorHeading {
	line-height:34px;
	font-size:14px;
	font-weight:bold;
}

.typeaheadCountrySelectorWidget .tt-dropdown-menu {
	width:316px;
}

/*specific styling for the device selector version*/
.device-selector-wrapper .typeaheadCountrySelectorWidget .tt-dropdown-menu {
	width: 450px;
	margin-top: -10px;
}

.typeaheadCountrySelectorWidget .input-append INPUT+button, .input-append INPUT+[type="button"], .input-append INPUT+[type="submit"] {
	font-size:1.35em;
}

.typeaheadCountrySelectorWidget .tt-suggestion {

  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
  position:relative;
}

.typeaheadCountrySelectorWidget .tt-suggestion .flag-labels {
	display:block;
	height:29px;
	overflow:hidden;
}

.typeaheadCountrySelectorWidget .micro-flag {
	margin: 5px 20px 5px 0px;
	width:29px;
	height:19px;
	background-color: black;
	display: inline-block;
}

.typeaheadCountrySelectorWidget .flag-label {
	line-height: 16px;
	position:absolute;
	top:8px;
}

/*Responsive addclass responsive*/
.responsive-ta .typeaheadCountrySelectorWidget .twitter-typeahead, .input-append input ,.tt-dropdown-menu{
	width:100% !important;
}
.responsive-ta .typeaheadCountrySelectorWidget #errorLogo{
	margin-right: 0px;
}
.responsive-ta .tt-dropdown-menu.noMatches{
	background-color: transparent !important;
}
.responsive-ta .barry a{
	color:#fff !important;
}
.responsive-ta input#device-search-input{
	background-color:#FFFFFF !important;
}