﻿
.autoselect-li 
{
    background-image: none;
    background-color: #91b8d0;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
    transition: all .2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 3px 0 3px 5px;
    line-height: 13px;
    cursor: default;
    float: left;
    list-style: none;
}

.autoselect-li .autoselect-a 
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background-position: -42px -10px;
    background: 0 0;
    font-size: 1px;
    width:18px;
    cursor: pointer;
    color: #FFF;
    font-size: 11px;
}           
.autoselect-a:hover
{
    background-color: rgba(0,0,0,.2);
    color: #FFF;
}

.navbar:not(.navbar-collapse) .ace-nav {
    display: flex !important;
    flex-wrap: nowrap;
}
