.wrapper {
  align-item: center;
  display: flex;
  
  .filter-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
  }
 
}
.ui-autocomplete-loading { 
	background: url(../gif/indicator.gif) no-repeat right center !important;
    background-size: 20px 20px !important;
    background-position: 98% 8px !important;
    transition: none !important;
}
.map-template{
	     height: calc(100vh - 120px);
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}	
.map-container{
	    width: 100%;
    -moz-box-flex: 1;
    flex: 1 1;
    display: -moz-box;
    display: flex;
    -moz-box-align: start;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.map-container .map-gui{
	position: relative;
    -moz-box-flex: 1;
    flex: 1 1;
    height: 100%;
}
#map {
  height: 100%;
  max-height:770px;
  width: 100%;
}
.map-template .form-control {
    border-color: #abc9c1;
    border-radius: 0px;
    box-shadow: none;
        height: 37px;
}
.map-container .map-result{
	max-width: 636px;
    border-left: 1px solid #eceff4;
	width: 100%;
    height: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
	background:#fff;
}
.map-container .map-result h2, .map-container .map-result h4{
	font-family:'Montserrat';
	padding:0 15px;
}
.map-container .map-result h2 small {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 5px;
    color: #1dc3a6;
}
.leaflet-bottom.leaflet-left .list-markers {
    display: none;
}
h3 small {
  display: block;
  font-size: 12px;
}
.map-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.multi-select-container {
    width: 100%;
}
.multi-select-button.form-control{
	position:relative;
	max-width: none;
}
.multi-select-button:after{
	position:absolute;
	top:13px;
	right:10px;
}
.ui-widget.ui-widget-content{
	z-index:9999999999;
}
.tools {
    z-index: 9999;
}
ul.list-markers-ul {
    width:100%;
	float:left;
	max-height: 722px;
    overflow-y: scroll;
}
li.list-markers-li {
    border: none !important;
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 0 15px;
	clear:none;
	margin: 0 0 10px 0;
	position:relative;
}
li.list-markers-li a.download-image {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px !important;
    color: #fff;
    background: #1dc3a6;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50% !important;
	border:none;
	padding:0px !important;
}
li.list-markers-li a.download-image:hover {
	background:#489a86;
}
.m-reset {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
}
a.map-reset {
    color: #1dc3a6;
}
a.map-reset:hover {
    color: #489a86;
}
li.list-markers-li a {
	padding: 10px !important;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
	border-radius: 0px;
	border:1px solid #f2f2f2;
}
.list-markers-li a:hover {
    text-decoration: none;
    background-color: #1dc3a6;
    color: #fff !important;
}
li.list-markers-li a:hover span {
    color: #fff;
}
.list-markers-li span {
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    font-family: "Montserrat";
}
.list-markers-li a img {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
    object-fit: cover;
}
.list-markers-li a b {
    float: right;
    display: none;
}
@media screen and (max-width:767px){
	.map-container .map-result h2 small {
		display:block;
		margin:0;
	}	
	.map-container{
		flex-direction: column;
	}
	#map{
		height: 500px;
	}
	.map-template{
		height:auto;
	}
	.map-container .map-result{
		    padding-top: 20px;
	}
	input.map-search-address.btn-primary.btn.homejab-btn {
		margin-bottom: 15px;
	}
	ul.list-markers-ul{
		max-height: initial;
	}
}
.alert {
  color: red;
  display: none;
  font-size: 16px;
  font-weight: bold;
  &.is-visible {
    display: block;
  }
}

.tt-menu {
  border: 1px solid transparent;
  border-color: transparent lightgrey lightgrey lightgrey;
  background: white;
  width: 100%;


  .tt-dataset {
    .tt-suggestion {
      color: darkgrey;
      cursor: pointer;
      padding: 1rem;
      user-select: none;

      &.tt-cursor, &:hover {
        background: lightgrey;
        color: white;
      }
  
        & + .tt-suggestion {
          border-top: 1px solid lightgrey;
        }
    }
  }
}