/**
 * 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);
}


#pimcore_panel_tabs > .x-panel-bodyWrap > .x-tab-bar {
    background: #0C0F12;

    /* background-image: url(/bundles/pimcoreadmin/img/logo-gray.svg); */
    background-image: unset;
    background-repeat: no-repeat;
    background-position: right 5px top 4px;
    background-size: 105px;
    
}

#pimcore_panel_tabs > .x-tab-bar {
    background: #0C0F12;

    background-image: unset;
    background-repeat: no-repeat;
    background-position: right 5px top 4px;
    background-size: 105px;
}


#pimcore_signet {
    position: absolute;
    z-index: 10000;
    bottom:0px;
    left: 0px;
    width: 60px;
    height: 48px;
    display: none;
    font-size: 0;
    cursor: pointer;
    background-color: #393c3f;
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NSAyNi4yNSI+DQoJPHBhdGggZD0iTTM4LjEzLDE2LjYzYTkuMzcsOS4zNywwLDAsMC03LjgyLDQuMjFMMjMuNDQsMzEuMThhOS4zOCw5LjM4LDAsMSwxLDAtMTAuNDJsMS4yMywxLjg2LDIuMjUtMy40LS4zMy0uNWExMy4xMiwxMy4xMiwwLDEsMCwwLDE0LjUzbDIuNTUtMy44NSwxLjE4LDEuNzhhOS4zOCw5LjM4LDAsMSwwLDcuODItMTQuNTVabTAsMTVhNS42Miw1LjYyLDAsMCwxLTQuNy0yLjU0bC0yLTMuMDksMi4wNi0zLjExYTUuNjIsNS42MiwwLDEsMSw0LjY5LDguNzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi41IC0xMi44OCkiIHN0eWxlPSJmaWxsOiNmZmYiLz4NCjwvc3ZnPg0K); */
    background-image: url("/bundles/pimcustompimcore/img/signet_dasys_Isotipo_color.svg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 10px 4px;
}




#pimcore_avatar {
    background: #535aaa;

}

#pimcore_notification {
    background: #026363;

}

.pimcore_main_toolbar .pimcore_save_button {
    /* background: #28a050; */
    background: #f08c56;

}
.pimcore_main_toolbar .pimcore_save_button.x-btn-over, .pimcore_save_button.x-btn-pressed, .pimcore_save_button.x-btn-menu-active, .pimcore_save_button.x-btn-focus {
    /* background: #298e4b !important; */
    background: #d88152 !important;
    
}

.pimcore_main_toolbar .pimcore_save_button .x-btn-wrap-default-toolbar-medium.x-btn-split-right > .x-btn-button:after {
    border-color: #ffb086;
}

#content button {
    /* background: #f08c56; */
    background: #535AAA;


}

.dpim_virtual .x-tree-node-text
{
    color: #4343a2 !important;
    /* font-weight: bold!important; */
}


#pimcore_loading2 {
    position: absolute;
    z-index: 15;
    bottom: 0;
    width: 1338px;
    height: 100%;
    padding: 0;
    background: #f7f7f7;
    opacity: 0.9;
    left: 370px;

}




#pimcore_panel_tabs > .x-mask {
    /* background-color: rgb(255 255 255 / 57%); */
    background: linear-gradient(180deg, rgb(200 200 200 / 74%) 11%, rgb(224 225 226 / 44%) 89%);
}

#pimcore_panel_tabs  .x-mask-msg {

    background: unset;
 
}

#pimcore_panel_tabs .x-mask-msg-text {

    font-size: 16px;
    min-width: 20px
}

