/*
* Css para identificar e diferenciar do ambiente do cliente
* Somente cores de menus
*/

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle.d-flex,
#barra_titulo,
tr.guias,
.panel-title.text-center.bg-title.shadow {
    background-color: #2a2a72;
    background-image: linear-gradient(
        135deg,
        #c90f0f 0%,
        #a65b5b 74%
    ) !important;
}