﻿.as_img.maps_address {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAMFBMVEVHcExtbnFtbnFtbnFtbnFtbnFtbnFtbnFtbnFtbnFtbnH////S0tO2t7ikpaaSkpU+nsJBAAAACnRSTlMA3BA4kMBlIICgSzf0sQAAAI1JREFUGJVjYKAJMOtIRuaqrFq1ygnBZZIC8hcWwPmsq9bf/bUqAM7PWnV6955Vy+B8r/W7d+/+tQTOj1oL5N9aCudLgfkLEfLrgPxXCHl087RWrTvzatUiOJ9zFQhMgPPZwXyE+xi6gNwVSP5RBPKFkPjMQL4Bsoe9Vi1B5jIwrhJA4bMjmw4Cxgy0AQDoZT5XEngrBgAAAABJRU5ErkJggg==);
    width: 30px;
    height: 30px;
    margin-right: 0;
    background-position: left center;
    display: inline-block;
    padding-right: 12px;
    background-repeat: no-repeat;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.as_suggestion_root_inside
{
    display: inline-flex;
    width: 100%;
}

.as_lines_root
{
   display: inline-block;
    -ms-flex: 1 1 90%;
    -webkit-flex: 1 1 99%;
    flex: 1 1 99%;
    vertical-align: middle; 
}

.line1
{
    font-family: 'Roboto',Sans-Serif;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
    line-height: 1.2em;
}

.line2
{
    font-family: 'Roboto',Sans-Serif;
    font-size: 13px;
    white-space: normal;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
}

.suggestLink
{
    display: block;
    margin: 0;
    padding: 8px 12px 8px 12px;
    cursor: pointer;
}

.suggestLink:hover
{
    background-color: #dcecf8;
    color: #000;
}