/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 21, 2019, 2:10:52 AM
    Author     : Jeff
*/

.address-geocoder {
    position: relative;
}

.address-geocoder .input-group {
    position: relative;
}

.address-dropdown-container,
.address-details {
  position: absolute;    
  background: #fcfcfc !important;
  z-index: 1000;  
  box-shadow: 0 .1rem .15rem;
  border-radius: .3rem;
  padding: .3rem;  
}

.address-dropdown-container {
  left: 0;
  right: 0;  
  max-height: 15rem;  
  min-height: 10rem;
  padding-bottom: 1rem;
  padding-right: 2rem;  
  overflow-y: auto;
  display: none;
}

.address-dropdown-container .list-group-item {
  padding: 0 .5rem;
}

.address-dropdown-container .btn {
  position: absolute;
  right: 0;
}

.address-details {
  position: fixed;  
  right: 0;  
  padding: 1rem;
  bottom: 0;  
}

.address-dropdown .highlight {
  background: #dedede;
  color: #44f;
  border-bottom: .1rem solid #aaa;
    
}
