.au_actions{
    clear: both;
}
.module_manage_ship_to .ui-dialog-titlebar .fa.fa-times{
    float: right;
}
.fa-truck{
    color: #e74056;
    font-size: 27px;
}

/*   A U T O C O M P L E T E   F O R    Z I P     */
.zipautocompletewrap{
    position: relative;
}
.autoresult{
    display: none;
    width: 250px;
    z-index: 2;
    position: absolute;
    top: 55px;
}
.autoresult > div{
    cursor: default;
    padding: 8px;
    background-color: #3F3F3F;
    color: #d3d3d3;
}
.autoresult > div:first-child{
    border-radius: 5px 5px 0 0;
}
.autoresult > div:not(.triangle-up):last-child{
    border-radius: 0 0 5px 5px;
}
.autoresult > div.chosen{
    background-color: #3A59CD;
}
.triangle-up {
    display: none;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3F3F3F;
    margin-left: 20px;
    position: absolute;
    top: 40px;
}
.autoCompResultWrap{
    left: 0;
    position: relative;
    top: -54px;
    z-index: 3;
}
#shipToTable{
    width: 100% !important;
}
/*  E N D     A U T O C O M P L E T E   F O R    Z I P     */
