.address-lookup .address-search {

    width: 50px;
    height: 50px;
    float: right;
	background: #79b716;
    background: -moz-linear-gradient(top, #90d81d 23%, #79b716 100%);
    background: -webkit-linear-gradient(top, #90d81d 23%, #79b716 100%);
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border: 0px;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
}

.address-lookup .address-search svg, .address-lookup .address-search i {
	margin-left:10px;
	margin-top:10px;
}


.address-lookup input {
 width: calc(100% - 50px);

}

.address-list ul li {
  padding-left:8px;
}

.address-list ul {
list-style-type: none;
    border: 1px solid #e9e9e9;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: white;
}

.address-list {
	position: absolute;
    right: 0;
    z-index: 100;
    height: 160px;
    padding-right: 50px;
    left: 0;
}

.address-list ul li {
	padding: 2px 5px;
}

.address-list ul li:hover {
	background: lightgray;
}

.address-lookup .no-address {
	
  width:80%;
  margin-top:20px !important;
  text-align:center;
  font-size:13px;
  margin:0 auto;
}

.address-lookup .address-list .spinner {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 20px;
color: #79b717;
font-size:25px;
}


