#menu-moogento-license-menu > a::before {
    opacity: 0.65;
    content: '' !important;
    font-size: 2.4rem;
    display: block;
    position: relative;
    top: -0.3rem;
    width: 30px;
    height: 30px;
    background: url(../img/logo.png);
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.sales-order-index option:empty {
    display: block !important;
}

.admin__action-multiselect-wrap .excl-ordertag {
    position: absolute;
    margin-top:2px
}

.admin__action-multiselect-wrap .excl-ordertag em {
    margin: -1px 2px 0 0;
    float: left;
    font-size: 85%;
}
.edit-order-comments .note-list-item {
    position: relative;

}
.note-list-item .del-comment {
    position: absolute;
    right: 0;
    top: -3px;
    width: 15px;
    height: 25px;
    line-height: 1;
    text-align: center;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/trashcan.svg);
    color: #fff;
    background-size: 15px;
    background-position: 0 3px;
    border: none;
    background-repeat: no-repeat;
}

.note-list-item .del-comment:hover,
.note-list-item .del-comment:active {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
