.pimcore_icon_configurationXML_icon {
    background: url(../img/icon_start.svg) center center no-repeat !important;
}

.pimcore_icon_configurationXML_icon_page {
    background: url(../img/icon_page.svg) center center no-repeat !important;
}

.pimcore_icon_configurationXML_icon_main {
    background: url(../img/icon_main.svg) center center no-repeat !important;
}

.pimcore_icon_configurationXML_icon_map {
    background: url(../img/icon_map.svg) center center no-repeat !important;
}

.pimcore_icon_configurationXML_icon_xml {
    background: url(../img/icon_xml.svg) center center no-repeat !important;
}

.pimcore_icon_configurationXML_icon_delete {
    background: url(../img/icon_delete.svg) center center no-repeat !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}