.mapWrapper {
  position: relative;
}

.RetailMap,
#map,
#mapCity,
#mapHotels,
#mapCityHotels,
#mapStores,
#mapHotels {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 480px;
  height: auto;
  /* margin: 10px 0px; */
}

.map_loadingBG {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  min-height: 480px;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.map_loadingTxt {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 81;
  background: url("/images/ajax.gif") no-repeat center center;
  max-width: 100%;
  width: 100%;
  min-height: 480px;
  height: auto;
  color: #588033;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.map_loadingBG2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  min-height: 480px;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.map_loadingTxt2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 81;
  background: url("/images/ajax.gif") no-repeat center center;
  max-width: 100%;
  width: 100%;
  min-height: 480px;
  height: auto;
  color: #588033;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.storeMapContainer, businessMapContainer {
  position: relative;
}

.map_loadingBGBusiness {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.map_loadingTxtBusiness {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 81;
  background: url("/images/ajax.gif") no-repeat center center;
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  height: auto;
  color: #588033;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.mapbox-popup-container {
  will-change: auto !important;
}

.mapbox-popup-container .mapbox-popup-link {
  font-weight: bold;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
}
.mapbox-popup-container .mapbox-popup-link:focus {
  outline: 0;
}

.mapbox-popup-container .mapboxgl-popup-content {
  padding: 10px 25px 10px 10px;
  -webkit-box-shadow: 1px 1px 2px 0px rgb(130, 130, 130);
  -moz-box-shadow: 1px 1px 2px 0px rgb(130, 130, 130);
  box-shadow: 1px 1px 2px 0px rgb(130, 130, 130);
}
.mapbox-popup-container .mapboxgl-popup-content span > a:focus {
  outline: 0;
}

.mapbox-popup-container .mapboxgl-popup-close-button {
  font-size: 20px;
  top: 8px;
}

.mapbox-popup-container .mapboxgl-popup-tip {
  pointer-events: auto !important;
}

/* map popup styles */
.InfoBallonWrapper {
  overflow: auto;
}

.InfoBallonStoreWrapper {
  min-width: 250px;
  max-width: 300px;
}

.InfoWindowLogo {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  color: #81C13E;
}

.InfoWindowContent {
  float: left;
  border: solid 0px red;
  min-width: 180px;
  max-width: 240px;
  overflow: auto;
}

.map-loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  z-index: 80;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: rgba(255, 255, 255, 0.7);
}
.map-loading-overlay .label-text {
  text-align: center;
  flex: 0 1 auto;
}
.map-loading-overlay .spinner {
  flex: 1 1 auto;
  background: url("/images/ajax.gif") no-repeat center center;
}
.map-loading-overlay p {
  color: #588033;
  font-size: 24px;
  line-height: 48px;
}

/* styles for typeahead */
#s {
  width: 100% !important;
  display: inline;
}

#StoreSearch .search-control {
  height: 46px;
}

#StoreSearch .search-control-segmented {
  height: 46px;
  border-radius: 0 !important;
}

#StoreSearch .twitter-typeahead,
#StrainSearch .twitter-typeahead {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}

#StoreSearch .twitter-typeahead .tt-query,
#StoreSearch .twitter-typeahead .tt-hint,
#StrainSearch .twitter-typeahead .tt-query,
#StrainSearch .twitter-typeahead .tt-hint {
  margin-bottom: 0;
  width: 100% !important;
}

#StoreSearch .tt-hint,
#StrainSearch .tt-hint {
  /* 	display: block;	width: 100%;	height: 38px;	padding: 8px 12px;	font-size: 14px;	line-height: 1.428571429;	color: #999;	vertical-align: middle;	background-color: #ffffff;	border: 1px solid #cccccc;	border-radius: 4px;		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	*/
}

#StoreSearch .tt-menu,
#StrainSearch .tt-menu {
  width: 100%;
  min-width: 160px;
  /*padding: 5px 0; */
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*	border-radius: 4px; */
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

#StoreSearch .tt-menu {
  margin-top: 46px;
}

#StrainSearch .tt-menu {
  margin-top: 33px;
}

/*maybe move to own partial, 
  have current partial be tta-strains-stores and another partial for base tta?*/
.tt-menu {
  background: white;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 2px;
}

#StoreSearch .tt-open,
#StrainSearch .tt-open {
  /* display: inline-block; */
}

#StoreSearch .tt-suggestion,
#StrainSearch .tt-suggestion {
  display: block;
  /*padding: 5px 20px;*/
  font-size: 16px;
  color: unset;
  text-decoration: unset;
}

#StoreSearch .tt-suggestion.tt-selectable,
#StrainSearch .tt-suggestion.tt-selectable {
  /* color: #fff;	background-color: #428bca; */
}

#StoreSearch .tt-suggestion.tt-cursor,
#StrainSearch .tt-suggestion.tt-cursor {
  /* background-color: #efefef; */
}

#StoreSearch .tt-suggestion.tt-is-under-cursor a,
#StrainSearch .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

#StoreSearch .tt-suggestion p,
#StrainSearch .tt-suggestion p {
  margin: 0;
}

#StoreSearch .tt-dataset,
#StrainSearch .tt-dataset {
  /* display: block;	background: red;	width: 100%; */
}

.suggestion-container {
  /* padding: 10px 0; */
  position: relative;
  z-index: 85;
  padding: 3px;
}
.suggestion-container:hover, .suggestion-container:active, .suggestion-container:focus {
  cursor: pointer;
  background: #efefef;
  cursor: pointer;
  color: unset !important;
  text-decoration: unset !important;
}
.suggestion-container .suggestion-logo {
  float: left;
  /* margin-right: 10px; */
  padding: 5px;
}
.suggestion-container .suggestion-content {
  font-size: 14px;
  margin-left: 100px;
}
.suggestion-container .suggestion-store-name {
  font-size: 16px;
}

#StoreSearch .tt-suggestion.tt-cursor.suggestion-container,
#StrainSearch .tt-suggestion.tt-cursor.suggestion-container {
  color: #588033;
  background: #efefef;
  /* border-radius: 4px; */
  /* padding: 5px; */
}

#StoreSearch .tt-suggestion.tt-cursor .suggestion-logo,
#StrainSearch .tt-suggestion.tt-cursor .suggestion-logo {
  /* padding: 5px;	*/
}

/* typeahead */
.typeahead-container .tt-menu, .filterTopContainer .tt-menu {
  width: 400px;
  max-height: 500px;
  overflow: auto;
  border-radius: 0 0 5px 5px;
}
.typeahead-container .tt-dataset, .filterTopContainer .tt-dataset {
  padding: 0 5px 0 5px;
}
.typeahead-container .tt-suggestion, .filterTopContainer .tt-suggestion {
  margin: 5px 0 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.typeahead-container .tt-suggestion:hover, .typeahead-container .tt-suggestion:active, .typeahead-container .tt-suggestion:focus, .filterTopContainer .tt-suggestion:hover, .filterTopContainer .tt-suggestion:active, .filterTopContainer .tt-suggestion:focus {
  cursor: pointer;
  background-color: rgba(114, 192, 44, 0.4);
  cursor: pointer;
}

#followerMessageEditForm .twitter-typeahead {
  width: 100%;
}

@media (max-width: 767px) {
  .suggestion-container .suggestion-content {
    margin-left: 0px;
    padding: 5px;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.placeholder-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  position: relative;
  overflow: hidden;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/*# sourceMappingURL=dispensary-map.css.map */
