 
.typeaheadCountryToCountryPricing *{
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal;
}

.typeaheadCountryToCountryPricing strong{
	font-weight: bold;
}

.typeaheadCountryToCountryPricing .tt-dropdown-menu.noMatches .tt-suggestion.tt-cursor a{
  color: #000;
  background-color: transparent;
}


.typeaheadCountryToCountryPricing .tt-dropdown-menu.noMatches {
  overflow-y: visible;
  padding: 0;
  border: none;
  margin-top: 2px;
}

.typeaheadCountryToCountryPricing .tt-dropdown-menu.noMatches .tt-suggestion.tt-cursor {
  color: #000;
  background-color: #fff;
}

.typeaheadCountryToCountryPricing .errorMessageContainer{
	position:relative;
	background: transparent;
	left: -10px;
	height:47px;
	padding: 0;
	margin: 0;
}

.typeaheadCountryToCountryPricing .errorMessage{
	position:absolute;
	width:316px;
	margin-top:12px;
	line-height: 24px;
	font-size:14px;
	border: 1px solid #e80000;
	background: #fce5e7;
	padding: 10px 5px;
}

.typeaheadCountryToCountryPricing #errorLogo{
	font-size: 20px;
	line-height: 20px;
	float:right;
	margin-top: -31px;
	margin-right: -60px;
	color:#e80000;
}

/* .triangle-border */
.typeaheadCountryToCountryPricing .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;
}

.typeaheadCountryToCountryPricing .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;
}


.typeaheadCountryToCountryPricing input#input-append-demo.typeahead.tt-input.boxShadowValid {
	box-shadow: inset 0 0 5px #dfddde;
	border-color: #dfddde;
	}

.typeaheadCountryToCountryPricing input#input-append-demo.typeahead.tt-input.boxShadowError {
	box-shadow: inset 0 0 5px #e80000;
	border-color: #e80000;
}

.typeaheadCountryToCountryPricing .countrySelectorHeading {
	line-height:34px; 
	font-size:14px; 
	font-weight:bold;
}

.typeaheadCountryToCountryPricing .tt-dropdown-menu {
	width:316px;
}

.typeaheadCountryToCountryPricing .input-append INPUT+button, .input-append INPUT+[type="button"], .input-append INPUT+[type="submit"] {
	font-size:30px;
}

.typeaheadCountryToCountryPricing .tt-suggestion {

  padding: 0px 10px;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
  position:relative;
}

.typeaheadCountryToCountryPricing .tt-suggestion .flag-labels {
	display:block;
	height:29px;
	overflow:hidden;
}

.typeaheadCountryToCountryPricing .micro-flag {
	margin: 5px 20px 5px 0px;
	width:29px;
	height:19px;
	background-color: black;
	display: inline-block;
}

.typeaheadCountryToCountryPricing .flag-label {
	line-height: 14px;
	position:absolute;
	top:8px;
	width:auto;
}

.typeaheadCountryToCountryPricing .dialcode{
	text-align:right;
	vertical-align: top;
	float:right;
	margin-right:-40px;
	margin-bottom: -13px;
}

.typeaheadCountryToCountryPricing .countryToCountryText{
	display:inline-block;
	width: 538px;
	margin-top: 52px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
}

.typeaheadCountryToCountryPricing .countrytocountrysearchbox{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	vertical-align: top;
}

.legacy-desktop .flag-links {
	padding-bottom: 0.2em;
}
