#autofillbox{width: 100% !important; display: none; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); border:1px solid rgba(0, 0, 0, 0.15); max-height:250px; overflow:auto;}
#autofillbox ul{list-style: none; margin: 0; padding: 0;}
/*#autofillbox ul#autolist > li {padding: 0 10px; cursor: pointer;}
#autofillbox ul#autolist > li:hover{background: #ef7f1a; color: #fff;}*/
header.header .header-top .nav.nav-tabs li.dropdown a em {display: none;}
header.header .header-top .form-horizontal div.btn-location{/* width: 19px; height: 17px; background: url(../images/icon/icon-location.png)  no-repeat;*/font-size: 19px;color: #ef7f1a; display: block; position: absolute; right: -1%; top: 3%;}

#autofillbox ul#autolist > li{
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
}
#autofillbox ul#autolist > li:focus, #autofillbox ul#autolist > li:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}
 .cross-city{    
    position: absolute;
    top: 20px;
    right: 41px;
    font-size: 17px;
    color: gray;
    border-right: 1px solid black;
}