.select2-container .select2-selection--multiple--custom .select2-search--inline {
  width: calc(100% - 20px);
}

.select2-container .select2-selection--multiple--custom .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--custom-selection {
  outline: 0 none;
  display: block;
}

.select2-container--default .select2-selection--custom {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  cursor: default;
  outline: 0 none;
}

.select2-container--default.select2-container--disabled .select2-selection--custom {
  background-color: transparent;
}

.select2-container--classic .select2-selection--custom {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  cursor: default;
  outline: 0 none;
}

.select2-container--classic .select2-selection--custom:focus {
  border: 0 none;
}

.select2-container--classic.select2-container--disabled .select2-selection--custom {
  background-color: transparent;
}

/* SEARCH */

.searchBairros .select2-container{ width:100% !important; }
.searchBairrosHome .select2-container{ width:100% !important; }
.select2-selection--multiple--custom{ height:50px;}
.select2-results__option{ font-size:14px; text-transform:uppercase;}
.select2-selection--custom{ height:auto !important; }
.select2-container--default.select2-container--focus .select2-selection--multiple{ border:none;}
.select2-container--default .select2-selection--multiple{ border:0px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear{ margin-top:18px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice{ font-size:14px; box-sizing:border-box; width:100%; border:none; position:relative; /*background:#f9f9f9 url(../img/sprite.png) no-repeat -684px -197px;*/ padding: 0 5px 0 20px;  }
.select2-container--default .select2-selection--multiple .select2-selection__choice:after{ content:'x'; position:absolute; left:3px; top:0px; display:block; width:15px; height:15px; text-align:center; color:#F33;}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover{ color:#fd9090; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{ font-size:20px; color:#fd9090;/*NEW*/position: absolute; height:20px; left:16px; line-height: 20px; width:-webkit-calc(100% - 38px); width:-moz-calc(100% - 38px); width:calc(100% - 38px); }
.foot .select2-container--empty{ display:none; }

.select2-search__field{ width:100%; margin:0; float:left; height:50px; font-size:14px; margin-top:0 !important; border:0; color:#143731; text-transform:uppercase; box-sizing: border-box; background:transparent url(../img/sprite.png) no-repeat -308px -972px; padding:0 10px; }
.select2-search__field::-webkit-input-placeholder{ color:#143731; font-size:14px; }
.select2-search__field:-moz-placeholder{ color:#143731; font-size:14px; }
.select2-search__field::-moz-placeholder{ color:#143731; font-size:14px; }
.select2-search__field:-ms-input-placeholder{ color:#143731; font-size:14px; }


#counter{ position:absolute; cursor:pointer; right:5px; z-index:1; top:9px; }
.counter{ background:#FFF; border:2px solid #EEE; width:40px; height:40px; border-radius:8px; text-align:center; line-height:36px; font-size:18px; z-index:1; /*border-radius: 50%;*/ color:#143731; -webkit-transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; transition:all 0.2s ease-in; }
.counter:hover{ background:#bac2ff; }

.foo{ position:absolute; width:100%; top:54px; padding-bottom:24px; display:none; z-index:99999; 
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,.22);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,.22);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.22)}
.foo.mostrar{ display:block; }
.foo .select2-container{ padding:10px 10px; max-height:80px; overflow:auto; background:#ffffff; box-sizing:border-box; }
.foo .select2-container.select2-container--empty{ display:none!important; }
.foo .select2-container--default .select2-selection--multiple .select2-selection__rendered{ width:100%; box-sizing:border-box; }

.bgCheckLocal{ display:none; width:100%; height:100%; position:fixed; left:0; top:0; z-index:9999;}
.bgCheckLocal.mostrar{ display:block; }
.btClear{ position:absolute; bottom:0; z-index:1; text-align:right; width:100%; padding:4px 2%; color:#FFF; background:#fd9090; font-size:14px; cursor:pointer; }

.bxSearch .contentSearch.searchBairros{ margin-top:0; }
@media (max-width:990px) {
	.select2-results__option{ font-size:12px;}
	.select2-search__field{ font-size:12px;}
.select2-search__field::-webkit-input-placeholder{ color:#143731; font-size:12px; }
.select2-search__field:-moz-placeholder{ color:#143731; font-size:12px; }
.select2-search__field::-moz-placeholder{ color:#143731; font-size:12px; }
.select2-search__field:-ms-input-placeholder{ color:#143731; font-size:12px; }
}