#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);}
#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; display: block; position: absolute; right: 0px; top: 8px;}
#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;
}

/* Custom Loader */
#all-loader-custom {  
    position:fixed; 
    left:0;
    width:100%;
    height:1200px;
    z-index:9999;
    background-color:grey;
    opacity: .8;
    cursor: wait;

 }
.ajax-loader {
    cursor: wait;
    position: fixed;
    left: 50%;
    top: 0;
    /* margin-left: -32px; */
    /* margin-top: -32px; */
    display: block;
    bottom: 0;
    margin: auto;
}
