/* ExtJS 6.0 specific styles */
#pimcore_panel_tabs>.x-panel-bodyWrap>.x-tab-bar {
    background: #0C0F12;
    background-image: url(/bundles/pdm/img/pdm-grey-long.png);
    background-repeat: no-repeat;
    background-position: right 5px top 0px;
    background-size: 205px;
}

.pimcore_icon_flag_pdf {
    background-size: 25px !important;
}

/* PDM signet branding */
#pimcore_signet {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-image: none !important;
}

#pimcore_signet .pdn-signet-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}