/* trestle-filters-clean.css - clean, consistent UI */
#trestle-city-filter-bar{
  
  background:#fff;
  /*
  margin-top:-92px;
  border-radius:8px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);*/
  padding:0px;
  border-bottom: 0px solid #dee2e6;
  border-radius:4px;	

  /*margin-bottom:16px;*/
  }
  
 /**** -------***/ 
.trestle-city-row{/*display:flex;flex-wrap:wrap;align-items:center;gap:10px*/ 
	align-items: center;
    gap: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;}
    
 .city-search-bar__search-icon
{
	margin-right: auto;
    /*padding: 17px 22px;*/
    cursor: pointer;
    vertical-align: middle;
    line-height: 8px;
    position: relative;
    left: 0px;
    float: right;
    width: 10%;
    height: 55px;
    background: #333d68;
    text-align:center;
    padding-top:15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.city-search-bar__search-icon svg g
{
	fill: #fff;
}
.city-search-bar__location {
    position: relative;
    display: block;
    flex: auto;
    z-index: 1;
    max-width: 100%;
    padding: 0 0px;
} 
.city-search-bar__location .select2-selection--multiple
{
	border: 0px !important;
  	display: block !important;
  	border: 0px solid #aaa !important;
    height:55px;
    border-radius: 4px !important;
    padding-bottom: 0px !important;
    padding-top:12px;
    padding-left:5px;
}
.city-search-bar__save-clear-btns
{
	margin-right: 14px;
  display: flex;
    align-items: center;
}
.city-search-bar__filters
{
	display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    height: 50px;
    gap: 14px;
    padding-right: 14px;
    border-top: 0px solid #edeff1;
}
.city-search-bar__filters .select2-container
{
	width:110px !important;
    border-radius: 4px !important;
    
}
.city-search-bar__filters .select2-selection--multiple {
    border-radius: 4px !important;
    min-height: 36px !important;
    padding: 3px 0px 4px !important;
}
.city-search-bar__filters .select2-search__field
{
	vertical-align: middle !important;
    margin-left: 0px !important;
    text-align:center !important;
}
#trestle-reset
{
	border:0px !important;
}
#trestle-save
{
	padding: 3px 21px 4px;
    background-color: #333d68;
    border-radius: 4px;
    color: #fff !important;
    overflow: hidden;
    box-shadow: none;
    min-height: 36px !important;
}
#select2-trestle-type-results, #select2-trestle-status-results
{
	width:265px !important;
    border-radius:0px !important;
   
    background:#fff !important;
}
.city-search-bar__filters .select2-dropdown
{
	 border-bottom: 4px solid #333d68;
     width: 265px !important;
 
}
/***** ------*****/ 

.trestle-utility,.trestle-btn{border:1px solid #d6d6dc;background:#fff;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px}

.city-search-bar__filters .trestle-utility, .city-search-bar__filters .trestle-btn
{
	padding: 4px 12px 4px;
	min-height:36px !important;
}
.trestle-city-search .select2-container{
	width:90% !important;
}