

.dropdown a.dropdown-toggle {
    background-color: #a2c614;
    color: #216826;
    line-height: 33px;
    height: 33px;

    text-indent: 12px;

    margin-left: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropdown a.dropdown-toggle span {
    display: inline-block;
    overflow: hidden;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}


.dropdown {
    box-sizing: border-box;
    display: block;
    min-height: 33px;
}

.dropdown a.dropdown-toggle > i:last-child {
    position: absolute;
    right: 10px;
    font-size: 23px;
}

.dropdown ul.dropdown-menu {
    margin: 0;
    width: 100%;
}


.dropdown ul.dropdown-menu li {
}

.dropdown ul.dropdown-menu > li > a {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eeeeee;
    color: inherit;
}


#modalChooseStore .modal-body {
    min-height: 200px;
}