.open > .dropdown-toggle.btn-primary {
    background-color: $btn-primary-focus-bg;
    border-color: $btn-primary-hover-border;

    &:hover,
    &:focus,
    &:active,
    &.active {
        background-color: $btn-primary-focus-bg;
        border-color: $btn-primary-hover-border;
    }

}

.dropdown-toggle > img {
    margin-left: 14px;
}

.dropdown-menu {
    top: 36px;

    >li > a {
        line-height: 40px;
    }

}

.filter-dropdown {

    > .button-arrow::after {
        background: url("../images/icons/arrows_small.png") no-repeat scroll 0 0 transparent;
        content: "";
        height: 26px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 26px;
    }

}
