.asset_icon {
    width: 16px;
    height: 16px;
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/asset.svg) center center no-repeat;
}

.box {
    color: #FFFFFF;
    padding: .1rem;
}

.box--nothing-found {
    background: #f03d29;
}

.box--found {
    background: #28a050;
}