/**
 * Pimcore
 *
 * This source file is available under two different licenses:
 * - GNU General Public License version 3 (GPLv3)
 * - Pimcore Enterprise License (PEL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 * @copyright  Copyright (c) Pimcore GmbH (http://www.pimcore.org)
 * @license    http://www.pimcore.org/license     GPLv3 and PEL
 */


.qa-text-not-completed {
    background-color: rgba(255,0,0,0.1);
}


.qa-attributes-not-completed {
    background-color: rgba(255, 228, 52, 0.1);
}

.objectlayout_element_QualitySummary {
    margin-bottom: 20px;
}

.qa-summary-table {
    border-collapse: collapse;
    color: black;
    background-color: white;
    min-width: 500px;
}

.qa-summary-table td:first-child {
    width: 250px;
}

.qa-summary-table thead {
    font-weight: bold;

}

.qa-summary-table th, .qa-summary-table td {
    padding: 7px;
    text-align: left;
}

.qa-summary-table .qa-not-completed {
    background-color: rgba(255, 0, 0, 0.16);
}
.qa-summary-table .qa-completed {
    background-color: rgba(24, 185, 24, 0.13);
}
.qa-summary-table .qa-partly-completed {
    background-color: rgba(255, 228, 52, 0.1);
}

/* [AI:Claude] Customisation visuelle de l'accordeon et splitter */
.pimcore_main_accordion .x-panel-body {
    background-color: white;
}
.pimcore_main_accordion .x-panel-header {
    background-color: #eef2f7;
}
.pimcore_main_splitter {
    background-color: #D9E0EA;
}
.x-panel-body-default {
    background-color: #faf9fd;
}
.x-fieldset .x-fieldset-header {
    background-color: #EEF2F7;
    border: 1px solid #bbb;
    padding: 3px 10px;
}
.x-fieldset-header-default > .x-fieldset-header-text {
    color: #3F4A64;
}
.x-panel-default {
    background-color: #faf9fd;
}
.x-panel-default.x-tabpanel-child {
    border-top: 3px solid #d9e0ea;
}

/* [AI:Claude] Forcer bold dans les textes de l'arbre Pimcore */
.x-tree-node-text b {
    font-weight: bold;
}
.x-tree-node-text i {
    font-style: italic;
}

/* [AI:Claude] Icone variant ProductDistrib (fleche down_right) */
.pimcore_icon_productdistrib_variant {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/down_right.svg) center center no-repeat !important;
}
