@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en');

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;

    width: 100vw;
    height: auto;
}

body {
    width: 100vw;
    height: auto;

    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 799px) {
    #template-base.show-sidebar {
        width: 100vw;
        /*height: 100vh;*/
        height: auto;

        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 60px 1fr 40px;
        grid-template-areas:
                "header"
                "content"
                "footer";
    }

    #template-base.hide-sidebar {
        width: 100vw;
        /*height: 100vh;*/
        height: auto;

        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 60px 1fr 40px;
        grid-template-areas:
                "header"
                "content"
                "footer";
    }

    .header-link {
        display: none;
    }

    .descricao-sistema-menu {
        width: auto;
    }
}

@media screen and (min-width: 800px) {
    #template-base.show-sidebar {
        width: 100vw;
        /*height: 100vh;*/
        height: auto;

        display: grid;
        grid-template-columns: 180px 1fr;
        grid-template-rows: 62px 1fr 40px;
        grid-template-areas:
                "header header"
                "menu content"
                "menu footer";
    }

    #template-base.hide-sidebar {
        width: 100vw;
        /*height: 100vh;*/
        height: auto;

        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 62px 1fr 40px;
        grid-template-areas:
                "header header"
                "content content"
                "footer footer";
    }

    #menu {
        width: 180px;
    }

    .descricao-sistema-menu {
        width: 160px;
    }
}

#header {
    grid-area: header;
    background-color: #f1f5f9; /* Slate 100 - Mais visível que o Slate 50 anterior */
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #cbd5e1; /* Slate 300 - Borda um pouco mais definida */
}

#logo.light-version {
    background-color: #f1f5f9 !important;
    border-bottom: 1px solid #cbd5e1 !important;
}

#menu {
    grid-area: menu;
    top: 62px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.4s ease 0s
}

#wrapper {
    grid-area: content;
    margin: 0;
    padding: 0 0 40px 0;
    background: #edf0f5;
    border-left: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: relative;
    overflow-y: auto;
}

#footer {
    grid-area: footer;
    padding: 10px 20px;
    background: #ffffff;
    border-top: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: fixed;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    position: absolute !important;
    cursor: pointer !important;
    width: 24px !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    padding: 0 3px !important;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    position: absolute !important;
    cursor: pointer !important;
    width: 24px !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    padding: 0 3px !important;
}

.ui-widget-content {
    /*border: 0px solid #CFCFCF !important;*/
    background: #ffffff;
    color: #4f4f4f;
}

.ui-editor {
    border: 1px solid #999 !important;
    padding: 0 1px 1px !important;
    background-color: white !important;
}

.ui-tooltip .ui-tooltip-text {
    padding: 3px 10px !important;
    background-color: burlywood !important;
    color: #fff !important;
}

.ui-tooltip-right .ui-tooltip-arrow {
    top: 50% !important;
    left: 0 !important;
    margin-top: -5px !important;
    border-width: 5px 5px 5px 0 !important;
    border-right-color: burlywood !important;
}

.ui-radiobutton-icon {
    margin-left: -0px !important;
    margin-top: -1px !important;
}

.ui-fileupload-buttonbar {
    padding: .2em .4em !important;
    overflow: hidden !important;
}

/*.ui-tabs .ui-tabs-top>.ui-tabs-nav {*/
/*padding: .2em .2em 0;*/
/*background-color: white;*/
/*}*/

.ui-editor {
    border: 1px solid #999 !important;
    padding: 0 1px 1px !important;
    background-color: white !important;
    visibility: visible !important;
}

.ui-accordion .ui-accordion-content {
    padding: 0 0 !important;
    border-top: 0 !important;
    margin-top: -2px !important;
    position: relative !important;
    top: 1px;
    margin-bottom: 2px !important;
    overflow: auto !important;
    zoom: 1 !important;
}

/*.filter-search ul {*/
/*height: 0px;*/
/*}*/

.filter-search .ui-inputnumber .ui-inputfield {
    width: 100% !important;
}

.divlistdatatable a, .divlistdatatable button {
    margin: 10px 10px;
    min-width: 100px;
}

/*.divlistdatatable__button-insert, .divlistdatatable__button-print {*/
/*margin: 10px 10px;*/
/*min-width: 100px;*/
/*}*/

.paneldatadetailtabinsert__button-insert {
    margin: 3px;
}

.ui-datatable-odd {
    background: none repeat scroll 0 0 #F2F5F9;
}

/** Liferay Support **/

.commandlink-lookup {
    width: 35px;
    height: 25px;
    padding-bottom: 5px
}

.logo-login {
    width: 100%;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
    text-align: -o-center;
}

.logo-menu {
    background: url("/notafiscal/javax.faces.resource/images/logo-menu.png.jsf") no-repeat;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.img-responsive-login {
    display: block;
    max-width: 100%;
    height: auto;
}

.descricao-sistema-menu {
    padding-left: 35px;
    font-size: .8em;
}

.ui-selectoneradio label {
    margin: 0 50px 0 10px;
}

.ui-menu .ui-menuitem-link {
    width: 100% !important;
}

.ui-panelgrid-content, .table-responsive {
    border: 0;
}

.table-responsive {
    overflow: unset;
}

.ui-panelgrid .ui-panelgrid-cell {
    padding: 10px;
}

.projects .col-lg-3 {
    padding-bottom: 15px;
}

.hpanel.hdefault .panel-body {
    border-top: 2px solid #b1b1b1;
}

.hpanel > .panel-footer {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
    /*padding: 10px 15px;*/
}

/* Badge colors */
.badge.badge-success {
    background-color: #62cb31;
}

.badge.badge-info {
    background-color: #3498db;
}

.badge.badge-danger {
    background-color: #e74c3c;
}

.badge.badge-warning {
    background-color: #ffb606;
}

.badge.badge-primary {
    background-color: #34495e;
}

.ui-chkbox-label {
    font-weight: bold;
}

.codigo {
    width: 100px;
}

.descricao {
    width: 500px;
}

/*.ui-tabs-selected {*/
/*background-color: #428bca !important;*/
/*}*/

/*.ui-tabs-selected a {*/
/*color: white !important;*/
/*}*/

.ui-tabs .ui-tabs-panel {
    border: 0 !important;
    padding: 1em 0 !important;
    background: 0;
}

.input-code-small {
    width: 50px;
}

.input-code {
    width: 100px;
}

.input-code-large {
    width: 200px;
}

.input-cep {
    width: 75px;
}

.input-cnpj {
    width: 120px;
}

.input-cnpj-base {
    width: 80px;
}

.input-cpf {
    width: 100px;
}

.input-cpf-cnpj {
    width: 120px;
}

.input-description-small {
    width: 40%;
}

.input-description-medium {
    width: 70%;
}

.input-description-large {
    width: 100%;
}

.input-email {
    width: 300px;
}

.input-decimal {
    width: 120px;
    text-align: right;
}

.input-rate {
    width: 80px;
    text-align: right;
}

.input-m2 {
    width: 80px;
    text-align: right;
}

.input-quantity {
    width: 80px;
    text-align: right;
}

.input-number {
    width: 80px;
    text-align: right;
}

.input-im {
    width: 100px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-orange {
    border-color: #f0ad4e;
}

.panel-orange > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-orange > a {
    color: #f0ad4e;
}

.panel-orange > a:hover {
    color: #df8a13;
}

.panel-gray {
    border-color: gray;
}

.panel-gray > .panel-heading {
    border-color: gray;
    color: white;
    background-color: gray;
}

.panel-gray > a {
    color: gray;
}

.panel-gray > a:hover {
    color: gray;
}

.ui-inputnumber > .ui-inputfield {
    text-align: right;
}

.outputlabel-inputnumber {
    text-align: left;
    width: 100%
}

.filtersearch__panelgrid-value, .filtersearch__selectonemenu, .filtersearch__panelgrid-hidecondition, .filtersearch__inputtext, .filtersearch__inputmask {
    width: 100% !important;
}

.filtersearch__panelgrid-value .filtersearch__inputnumber input {
    width: 100% !important;
}

.filtersearch__selectonemenu {
    padding-right: 10px;
}

.paneldatadetail .ui-tabs .ui-tabs-panel {
    border-width: 0 !important;
    padding: 0 !important;
    background: 0 !important;
}

.paneldatadetail .ui-tabs {
    border: 0;
}

.ui-selectbooleanbutton.ui-button, .ui-selectonebutton .ui-button, .ui-selectmanybutton .ui-button {
    border: 1px solid #dedede;
}

.ui-selectbooleanbutton.ui-button.ui-state-active, .ui-selectonebutton .ui-button.ui-state-active, .ui-selectmanybutton .ui-button.ui-state-active {
    /*border: 1px solid #186ba0;*/
    background: #186ba0;
    color: #fff;
    margin: 0;
    padding: 0;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: 0;
}

.paneldatamaster__button-dynamic {
    min-width: 100px;
}


.ui-growl-error {
    background: #ff5d10;
    color: white;
}

.ui-growl-info {
    background: #5faaff;
    color: white;
}

.ui-growl-warn {
    background: #ffb900;
    color: white;
}

.ui-growl-fatal {
    background: black;
    color: white;
}

.ui-state-hover {
    color: blue;
    background: #c3f8ff;
}

.ui-tabs-header {
    border: 0 !important;
    font-weight: normal !important;
}

.ui-tabs-selected, .ui-tabs-selected {
    background-color: #dedede !important;
    border: 0 !important;
    font-weight: normal !important;
}

.ui-confirm-dialog-message {
    font-size: 18px !important;
}

.ui-confirm-dialog-severity {
    visibility: hidden;
}

.ui-fieldset-legend {
    font-size: unset;
    margin: 0;
    width: auto;
}

.jarch-panelgrid tr {
    border-width: 0 !important;
}

.jarch-panelgrid td {
    border-width: 0 !important;
    border-style: solid;
    border-color: inherit;
}

.jarch-panelgrid > tbody > tr > td {
    padding: 4px 10px;
}

.logo-menu-center {
    visibility: hidden;
}

.logo-menu-center img {
    visibility: hidden;
}

.fa {
    transform: none !important;
}

.ui-selectoneradio label {
    font-weight: normal;
}


/*
PRIMEFACES 7 - NOVA-LIGTH
*/


.ui-toggleswitch {
    vertical-align: bottom;
}

.ui-toggleswitch {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 1.75em
}

.ui-toggleswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 30px
}

.ui-toggleswitch-slider:before {
    position: absolute;
    content: "";
    height: 1.250em;
    width: 1.250em;
    left: .25em;
    bottom: .25em;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.ui-toggleswitch-checked .ui-toggleswitch-slider:before {
    -webkit-transform: translateX(1.250em);
    -ms-transform: translateX(1.250em);
    transform: translateX(1.250em)
}

.ui-toggleswitch-slider {
    -webkit-transition: background-color .3s, box-shadow .2s;
    transition: background-color .3s, box-shadow .2s;
    background: #ccc;
}

.ui-toggleswitch-slider:before {
    position: absolute;
    content: "";
    height: 1.250em;
    width: 1.250em;
    left: .25em;
    bottom: .25em;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.ui-toggleswitch-slider:before {
    background-color: #fff;
}

.ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background-color: #186ba0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.label-danger, .label-warning, .label-success, .label-info {
    color: white !important;
}

/*.ui-chips	{*/
/**/
/*}*/
/**/
/*.ui-chips-container	{*/
/**/
/*}*/
/**/
/*.ui-chips-token	{*/
/*    background-color: darkcyan;*/
/*    color: white;*/
/*}*/
/**/
/*.ui-chips-input-token {*/
/**/
/*}*/
/**/
/*.ui-chips-token-icon {*/
/*    color: white;*/
/*}*/

.ui-chips .ui-chips-container .ui-chips-token {
    padding: .10725em 0;
    margin: .10725em .286em .10725em 0;
    background: #007ad9;
    color: #fff;
}

.ui-chips .ui-chips-container .ui-chips-icon {
    padding: .10725em 0;
    margin: .10725em .286em .10725em 0;
    background: #007ad9;
    color: #fff;
}

.parameter__chips > ul {
    width: 100%;
    max-width: 768px;
}

.ui-tabs-header > a > em {
    margin-right: 5px;
}

/*span.ui-column-title > button > span[text='ui-button'] {*/
/*    display: none;*/
/*}*/

.swal-wide {
    width: 60%;
}

.ui-notificationbar.notificacao-top {
    /*left: 300px;*/
    /*width: 40%;*/
}

.jarch__panel-title {
    background: linear-gradient(to right, #ffffff, #f8fafc);
    border-bottom: 2px solid #e2e8f0;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #3b82f6;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.jarch__panel-title .title-content {
    display: flex;
    flex-direction: column;
}

.jarch__panel-title .title-content h2 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.jarch__panel-title .title-content small {
    font-size: 1.3rem;
    color: #64748b;
    margin-top: 6px;
    font-weight: 400;
}

.jarch__panel-title .dropdown.help a label#help {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #3b82f6;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3), 0 0 10px rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
}

.jarch__panel-title .dropdown.help a label#help i {
    font-size: 1rem;
    margin-right: 8px;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

.jarch__panel-title .dropdown.help a label#help:hover {
    cursor: pointer;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(59, 130, 246, 0.4), 0 0 15px rgba(59, 130, 246, 0.3);
}

.jarch__panel-title .dropdown.help a label#help:hover i {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.jarch__panel-title .dropdown.help a label#help:active {
    transform: translateY(0);
}

.lookup-dialog.ui-dialog > .ui-dialog-content {
    padding: 0 !important;
}

.swal-overlay > .swal-modal > .swal-text {
    text-align: justify;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background: #c4e3fa !important;
    color: #495057 !important;
}

.lookup__panel tbody tr td:last-child {
    width: 100%
}

.lookup-dialog.ui-dialog > .ui-dialog-content {
    padding: 1px !important;
    border: 0 !important;
}

.lookup-dialog .lookup-dialog-header {
    color: white;
    background-color: lightslategray;
    padding: 10px;
    margin: 0;
    font-weight: bold
}

.ui-menu {
    width: unset;
    min-width: 8em;
}

.ui-menu .ui-menu-dynamic {
    position: absolute;
    display: none;
    z-index: 100000;
    background-color: white;
}

.ui-menuitem-icon {
    overflow: visible;
    padding-top: 3px;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    font-size: 12px;
}

.ui-divider.ui-divider-solid.ui-divider-horizontal:before {
    border-top-style: none;
    margin: 0;
}

body .ui-menu .ui-divider.ui-divider-horizontal {
    margin: 0;
}

.dialog-confirm-dynamic > .ui-dialog-titlebar {
    background-color: cadetblue !important;
}

.dialog-confirm-dynamic > .ui-dialog-titlebar > .ui-dialog-title {
    font-size: 2rem !important;
    color: white;
}

.dialog-confirm-dynamic > .ui-dialog-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dialog-confirm-dynamic > .ui-dialog-footer {
    background-color: transparent;
}

.ui-selectmanycheckbox label {
    font-weight: normal;
}

.ui-dialog .ui-dialog-content.ui-widget-content {
    position: relative;
    border: 0;
    padding: 0;
    background: 0;
    overflow: auto
}

.ui-texteditor .ui-editor-toolbar {
    background: #f8f9fa;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.paneldatamaster__confirmation {

    border: 0;

    .ui-dialog-titlebar {
        background-color: lightslategray;
        text-align: center;
    }

    .ui-dialog-titlebar span.ui-dialog-title {
        color: white;
        font-weight: bold;
        font-size: 2rem !important;
    }

    span.ui-confirm-dialog-message {
        padding: 20px;
    }

    .tab-content .panel-footer {
        margin-top: 10px;
    }

    .panel-footer a {
        margin-right: 5px;
    }
}

.ui-texteditor .ui-editor-toolbar {
    background: #f8f9fa;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.paneldatamaster__confirmation {

    border: 0;

    .ui-dialog-titlebar {
        background-color: lightslategray;
        text-align: center;
    }

    .ui-dialog-titlebar span.ui-dialog-title {
        color: white;
        font-weight: bold;
        font-size: 2rem !important;
    }

    span.ui-confirm-dialog-message {
        padding: 20px;
    }

    .tab-content .panel-footer {
        margin-top: 10px;
    }

    .panel-footer a {
        margin-right: 5px;
    }
}

.p-datepicker.ui-calendar.ui-trigger-calendar {
    .ui-datepicker-trigger.ui-button-icon-only {
        height: 100%;
    }
}

.jarch-help {
    .ui-tabs {
        width: 100%;
        height: 85%;
        border: none;

        .ui-tabs-panels {
            width: 100%;
            height: 95%;

            .ui-tabs-panel {
                width: 100%;
                height: 100%;
            }
        }
    }
}

.ui-dialog-titlebar span.ui-dialog-title {
    color: white;
    font-weight: bold;
    font-size: 2rem !important;
}

.navbar-nav > li > a {
    transition: all 0.3s ease-in-out;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 15px !important;
    margin: 4px 5px;
    border-radius: 8px;
    /*color: #475569 !important;*/
    height: 48px;
}

.navbar-nav > li > a i {
    font-size: 20px !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.navbar-nav > li > a:hover {
    background: #ffffff !important;
    color: #3b82f6 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.navbar-nav > li > a:hover i {
    transform: translateY(-2px);
    background: #fff;
    color: #3b82f6 !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.1);
}

.navbar-nav > li.active > a {
    background: #eff6ff !important;
    color: #3b82f6 !important;
    font-weight: 600;
}

.navbar-nav > li.active > a i {
    background: #fff;
    color: #3b82f6 !important;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

/* Espaçamento para o label quando showLabel é true */
.navbar-nav > li > a {
    gap: 8px;
}

.label-menu-corner .label {
    top: 5px !important;
    right: 8px !important;
    padding: 2px 5px !important;
    font-size: 10px !important;
    border-radius: 10px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

header#header {

    /* Cores específicas para cada ícone do Header */

    .nav-item-home > a i {
        color: #3b82f6 !important;
    }

    .nav-item-home > a:hover {
        color: #3b82f6 !important;
    }

    .nav-item-home > a:hover i {
        background: #eff6ff !important; /*border-color: #3b82f6 !important;*/
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2) !important;
    }

    .nav-item-user > a i {
        color: #8b5cf6 !important;
    }

    .nav-item-user > a:hover {
        color: #8b5cf6 !important;
    }

    .nav-item-user > a:hover i {
        background: #f5f3ff !important; /*border-color: #8b5cf6 !important;*/
        box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2) !important;
    }

    .nav-item-alerts > a i {
        color: #f59e0b !important;
    }

    .nav-item-alerts > a:hover {
        color: #f59e0b !important;
    }

    .nav-item-alerts > a:hover i {
        background: #fffbeb !important; /*border-color: #f59e0b !important;*/
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2) !important;

        .nav-item-messages > a i {
            color: #10b981 !important;
        }

        .nav-item-messages > a:hover {
            color: #10b981 !important;
        }

        .nav-item-messages > a:hover i {
            background: #ecfdf5 !important; /*border-color: #10b981 !important;*/
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2) !important;
        }
    }

    .nav-item-logout > a i {
        color: #ef4444 !important;
    }

    .nav-item-logout > a:hover {
        color: #ef4444 !important;
    }

    .nav-item-logout > a:hover i {
        background: #fef2f2 !important;
        /*border-color: #ef4444 !important;*/
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2) !important;
    }

    .nav-item-custom > a i {
        color: #64748b !important;
    }

    .nav-item-custom > a:hover {
        color: #64748b !important;
    }

    .nav-item-custom > a:hover i {
        background: #f1f5f9 !important; /*border-color: #64748b !important;*/
        box-shadow: 0 4px 12px rgba(100, 116, 139, 0.2) !important;
    }
}

.jarch__filterperiod {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }

    .ui-panelgrid .ui-panelgrid-cell {
        padding: 4px 5px !important;
    }
}

.jarch__filterorder {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
        border: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

.jarch_filtermoney {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }

    .ui-inputnumber .ui-inputfield {
        width: 100%;
    }
}

.jarch_filterinteger {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

.jarch__filtergroup {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
        border: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

.jarch__filtergenerate {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

.jarch__filtergeneral {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
        border: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

.jarch__filterselect {
    min-height: 160px;

    .ui-panel .ui-panel-content {
        padding: 0;
    }

    h3 {
        font-family: "Calibri";
        font-weight: bold;
    }
}

