/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.country-autocomplete {
  margin-top: 20px;
  height: 130px; }

.country-autocomplete a.chosen-default {
  text-transform: none !important;
  color: #666 !important;
  display: block !important;
  padding: 0 !important; }

.chosen-container,
.chosen-container-single a.chosen-single {
  width: 100% !important;
  max-width: 100% !important;
  height: 45px !important; }

.chosen-container-single .chosen-single {
  height: 36px !important;
  background: #fff !important;
  border-radius: 0 !important; }

.chosen-container-single .chosen-single span {
  padding: 10px 0 0 10px !important;
  font-size: 16px !important;
  max-width: 100% !important; }

.chosen-container-single .chosen-single div {
  padding-top: 9px !important; }

.chosen-container .chosen-results {
  display: block !important;
  border: 1px solid #aaa;
  margin-right: 0;
  background: white;
  border-top: none;
  z-index: 1; }

.chosen-container .chosen-results li {
  line-height: 32px !important; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
  background-color: #fff !important; }

.chosen-container-single .chosen-search input[type=text] {
  background: url(/ifad-global-theme/images/common/search-icon.png) no-repeat scroll right 10px center white !important;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  height: 43px;
  border-bottom: 1px solid #aaa;
  padding-left: 10px; }

.chosen-container .chosen-drop {
  top: 2px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 0; }

.chosen-container-single .chosen-search {
  padding: 0;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: none; }