@font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'), url('../../font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: local('Roboto-Medium.ttf'), url('../../font/Roboto/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'), url('../../font/Roboto/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: local('Roboto-Black'), url('../../font/Roboto/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}

body {
    min-height: 100vh !important;
}

/*body.modal-active{
    overflow: hidden!important;
    height: 100vh!important;
}*/

html.modal-active {
    overflow: hidden !important;
}

.font-regular {
    font-family: 'Roboto-Regular', sans-serif;
}

.font-medium {
    font-family: 'Roboto-Medium', sans-serif;
}

.font-bold {
    font-family: 'Roboto-Bold', sans-serif;
}

.font-black {
    font-family: 'Roboto-Black', sans-serif;
}

.link-psw {
    font-size: 12px;
    font-weight: bold;
    color: #363636;
}

.link-psw:hover {
    text-decoration: underline;
}

.bck-color-green-light {
    background-color: #e4e8e5;
}

.bck-color-green {
    background-color: #667f6c;
}

.bck-color-white {
    background-color: #fff;
}

.color-white {
    color: #fff !important;
}

.color-green {
    color: #667f6c;
}

.bck-color-footer {
    background-color: #363638;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 18px;
}

.a-footer:hover {
    color: #fff !important;
}

.inp-normal {
    height: 35px !important;
}

.btn-normal {
    height: 35px !important;
}

.sel-normal {
    height: 35px !important;
    line-height: 1 !important;
}

.hr-login {
    margin: 15px 0;
}

.btn-green {
    background-color: #363638;
}

.btn-grey {
    background-color: #9497a1 !important;
}

.btn-grey:hover {
    background-color: #70737a !important;
}

.btn-blue {
    background-color: #62a1d8 !important;
}

.btn-blue:hover {
    background-color: #416a8c !important;
}

.text-link {
    color: #62a1d8 !important;
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline;
}

.btn-green {
    background-color: #667f6c !important;
    border-color: #667f6c !important;
    color: #fff !important;
}

.primary-header {
    height: 146px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
    padding-right: 88px;
    padding-left: 100px;
}

.img-primary-header {
    max-height: 140px !important;
}

.item-notifica-primary-header {
    margin-left: auto;
}

.numNotifica {
    background-color: #ff6666;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 8px;
    height: 16px;
    min-width: 16px;
    top: 35px;
    right: 9px;
    color: #fff;
}

.icon-notifica-primary-header {
    max-height: 30px !important;
}

.primary-header .navbar-brand {
    width: 100%;
}

/*.item-user-primary-header{
    margin-left: auto;
}*/

.item-user-primary-header:hover .navbar-link {
    background-color: #fff !important;
    color: #4a4a4a !important;
}

.img-user-primary-header {
    border-radius: 50% !important;
    max-height: 30px !important;
}

.item-primary-header {
    font-size: 18px;
    margin: auto;
}

.item-primary-header:hover {
    color: #4a4a4a !important;
}

.span-user-primary-header {
    font-size: 18px;
    padding-right: 20px;
}

.secondary-header {
    height: 60px;
    z-index: 1;
    padding-left: 100px;
    padding-right: 100px;
    box-shadow: 0 -2px 4px rgb(0 0 0 / 8%);
}

.div-user-primary-header {
    height: 30px;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #4a4a4a !important;
}

.a-profilo-primary-header {
    height: 50px;
}

.a-profilo-primary-header.is-active {
    color: #fff !important;
    background-color: #a2b09b !important;
}

.a-profilo-primary-header:hover,
.div-dropdown-secondary-header .navbar-item:hover {
    background-color: #a2b09b !important;
    color: #fff !important;
}

.a-profilo-primary-header:hover .icon .icon-primary-header {
    filter: invert(1);
}

.icon-primary-header {
    width: 20px;
    height: 20px;
}

.item-secondary-header {
    color: #fff !important;
}

.item-secondary-header.is-active,
.item-secondary-header.is-active:hover,
.dropdown-secondary-header:hover .item-secondary-header.is-active {
    background-color: #fff !important;
    color: #7c9078 !important;
}

.item-secondary-header.is-active .icon-item-secondary-header,
.item-secondary-header.is-active:hover .icon-item-secondary-header {
    filter: invert(53%) sepia(25%) saturate(236%) hue-rotate(64deg) brightness(98%) contrast(92%);
}

.item-secondary-header:hover,
.dropdown-secondary-header:hover .item-secondary-header {
    background-color: #7c9078 !important;
    color: #fff !important;
}

.item-secondary-header.navbar-link:not(.is-arrowless)::after {
    border-color: #fff !important;
}

.span-item-secondary-header {
    padding-left: 8px;
}

.icon-item-secondary-header {
    filter: invert(1);
}

.div-dropdown-secondary-header .navbar-item {
    height: 50px;
}

.navbar-item.has-dropdown .navbar-dropdown {
    display: none;
}

.navbar-item.has-dropdown.is-active .navbar-dropdown {
    display: block;
}

.secondary-header .navbar-brand {
    height: 100%;
}

.secondary-header .navbar-brand .navbar-burger {
    color: #fff;
    height: 100%;
}

.section-data {
    padding: 65px 100px 84px 100px;
}

.sectiondatax {
    padding: 13px 100px 4px 100px;
}

.navbar-start .navbar-item {
    border-left: 1px solid #7C9078;
}

.navbar-start .navbar-item:last-child {
    border-right: 1px solid #7C9078;
}

.navbar-dropdown .navbar-item {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #a2b09b;
}

.navbar-dropdown .navbar-item:last-child {
    border: 0;
}

#navbar-secondary.is-active .navbar-start .navbar-item {
    border: 0;
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #7C9078;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.div-style-1 {
    background-color: #fff;
    border-radius: 10px;
}

.navbar-item .is-title {
    font-weight: bold;
}

.navbar-item .is-title:hover {
    background-color: #fff !important;
    color: #4a4a4a !important;
}

.field-label-small {
    min-width: 60px;
    max-width: 60px;
    text-align: left;
    margin-right: 10px;
}

#modalLoader {
    z-index: 60;
}

#modalLoader .modal-card-body {
    overflow: hidden;
}

.modal-card-body {
    padding: 10px;
}

#notify-query {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 52;
}

.navbar-dropdown .navbar-item {
    padding: 16px;
}

.item-user-primary-header .navbar-dropdown {
    right: 0;
    left: unset;
    display: none;
}

.item-user-primary-header.has-dropdown.is-active .navbar-dropdown {
    display: table;
}

#modalCaricoCapi .modal-card,
#modalMovimentazioni .modal-card,
#modalScaricoCapi .modal-card,
#modalVisCapi .modal-card,
#modalAnagraficaAllevamento .modal-card,
#modalAnagraficaVettore .modal-card,
#modalCaricoCapiSst .modal-card,
#modalGruppiSst .modal-card,
#modalStampe .modal-card,
#modalVisCapiScarico .modal-card,
#modalAnagraficaStato .modal-card,
#modalGrafici .modal-card,
#modalScorteMedicinali .modal-card,
#modalVisScorteMedicinali .modal-card,
#modalTrattamentiScarico .modal-card,
#modalTrattamentiSst .modal-card,
#modalModModello4 .modal-card,
#modalGruppiGeneratiSst .modal-card,
#modalTrattamentiVetInfo .modal-card,
#modalProtocollo .modal-card,
#modalVisProtocollo .modal-card,
#modalFatturaVendita .modal-card,
#modalVisFatturaVendita .modal-card,
#modalPagFattura .modal-card,
#modalTracciabilitaMod4 .modal-card,
#modalFatturaAcquisto .modal-card,
#modalNotaCredito .modal-card,
#modalVisNotaCredito .modal-card,
#modalVisFatturaAcquisto .modal-card,
#modalVisRitiro .modal-card,
#modalRitiroCapi .modal-card,
#modalLineaComm .modal-card,
#modalVisLineaComm .modal-card,
#modalDatabase .modal-card,
#modalSchedaConvenienza .modal-card,
#modalVisSchedaConvenienza .modal-card,
#modalProdottoAlimentazioneSemplificata .modal-card,
#modalVisProdottoAlimentazioneSemplificata .modal-card,
#modalAlimentoAcquistato .modal-card,
#modalVisAlimentoAcquistato .modal-card,
#modalAlimentoAutoprodotto .modal-card,
#modalVisAlimentoAutoprodotto .modal-card,
#modalStoricoCategorieAna .modal-card {
    height: 90%;
    width: 90%;
}

#modalAnagraficheShortcut .modal-card,
#modalAssegnaBoxDettCapi .modal-card,
#modalVerificaPPDettCapi .modal-card {
    height: 90%;
    width: 80%;
}

.paragraph-input {
    color: #363636;
    border-radius: 2px;
    padding: 5px 8px;
    /*font-size: .75rem;*/
    height: 28px;
    line-height: 1.2;
}

.breadcrumb {
    width: 100%;
    border-bottom: 1px solid #7c9078;
    margin-left: 47px;
}

.breadcrumb li+li::before {
    content: "|";
}

.breadcrumb li:last-child:before {
    content: "";
}

.icon-breadcrumbs {
    width: 35px;
    height: 35px;
    filter: invert(69%) sepia(23%) saturate(171%) hue-rotate(56deg) brightness(95%) contrast(95%);
}

.breadcrumb a {
    color: #4a4a4a;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
    background-color: #f5f6f5;
}

.iconModalHead {
    background-color: #62a1d8;
    height: 30px !important;
    width: 30px !important;
    margin-right: 10px;
}

.iconModalHead img {
    height: 18px !important;
    width: 18px !important;
    filter: invert(1);
}

.iconModalHeadTwo {
    background-color: #9497a1;
    height: 30px !important;
    width: 30px !important;
    margin-right: 10px;
}

.pModalHead {
    font-weight: 700;
    font-size: 16px;
    color: #62a1d8;
}

.pModalHeadTwo {
    font-weight: 700;
    font-size: 16px;
    color: #9497a1;
}

.col-exp-cli {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
}

.hr-green {
    border: 0.5px solid #7c9078;
    margin: 0;
}

.btn-icon {
    color: #fff !important;
}

.btn-icon .icon img {
    filter: invert(1);
}

.div-table-custom {
    border-radius: 8px;
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 30%);
}

.div-table-custom table {
    border-radius: 8px;
}

.div-table-custom table th:first-child {
    border-top-left-radius: 8px;
}

.div-table-custom table th:last-child {
    border-top-right-radius: 8px;
}

.div-table-custom table tr:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.div-table-custom table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.div-table-custom table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.div-table-custom table thead tr {
    min-height: 85px;
    height: 85px;
}

.div-table-custom table thead tr th {
    padding-top: 13px;
}

.div-table-custom table tbody tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.table-responsive tbody tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.buttons:last-child {
    margin-bottom: 0;
}

.buttons .button {
    margin-bottom: 0;
}

#navbar-secondary {
    opacity: 0;
}

#navbar-secondary.is-off {
    display: none;
}

#navbar-secondary.is-active {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
    padding: 0;
    display: inherit;
}

#navbar-secondary.is-active .navbar-start {
    display: inherit;
}

#navbar-secondary.is-active .navbar-start .item-secondary-header {
    background-color: #7e9079 !important;
    color: #fff !important;
    align-items: center;
    display: flex;
}

#navbar-secondary.is-active .navbar-start .item-secondary-header:hover {
    color: #fff !important;
}

#navbar-secondary.is-active .navbar-start .icon-item-secondary-header {
    filter: invert(1);
}

#navbar-secondary.is-active .navbar-start .dropdown-secondary-header {
    display: inherit;
}

#navbar-secondary.is-active .navbar-start .dropdown-secondary-header .div-dropdown-secondary-header {
    position: relative;
    box-shadow: none;
    border-top: 0;
}

#navbar-secondary.is-active .dropdown-secondary-header:hover .item-secondary-header {
    background-color: #7c9078 !important;
    color: #fff !important;
}

#navbar-secondary.is-active .div-dropdown-secondary-header .navbar-item {
    height: 100%;
    padding: 8px 12px;
}

#navbar-secondary.is-active .div-dropdown-secondary-header .navbar-item:hover {
    background-color: #a2b09b !important;
    color: #fff !important;
}

.icon {
    z-index: 0 !important;
}

.div-dropdown-secondary-header {
    padding: 0;
}

.table-responsive thead tr {
    min-height: 80px;
    height: 80px;
}

.table-responsive tbody td {
    min-height: 80px;
    height: 80px;
}

.item-img-primary-header {
    padding-left: 0;
}

#modalAnagrafiche .modal-card,
#modalOperazioni .modal-card,
#modalImpostazioni .modal-card,
#modalTicket .modal-card,
#modalAnagraficheTicket .modal-card {
    width: 80vw;
    height: 80vh;
}

.item-user-primary-header .navbar-dropdown {
    padding: 0;
}

.div-columns-login {
    margin-bottom: 50px;
}

.footer {
    padding: 0 18px 0 18px;
}

.field-label {
    min-width: 120px;
    max-width: 120px;
    text-align: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.field-label-extra {
    min-width: 134px;
    max-width: 134px;
    text-align: left;
    margin-right: 10px;
}

#table-ricerca-partite-carico,
#table_bovini_carico,
#table-ricerca-ddt-scarico,
#table-ricerca-movimentazioni {
    border-collapse: separate;
}

#table-ricerca-partite-carico thead th,
#table-ricerca-ddt-scarico thead th,
#table-ricerca-movimentazioni thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 2px solid #dbdbdb;
}

#table_bovini_carico thead #tr-title-bovini-carico th {
    position: sticky;
    top: -12px;
    background-color: #fff;
    border-bottom: 2px solid #dbdbdb;
    z-index: 1;
}

#table_bovini_carico .select.is-fullwidth select {
    width: auto;
}

.div-select-custom {
    display: none;
    position: absolute;
    width: 300px;
    max-height: 300px;
    min-height: 125px;
    overflow-y: auto;
    max-width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px -3px #333;
    z-index: 100;
    padding: 10px 0 10px 0;
}

.div-select-custom .item span {
    display: block;
    padding: 7px 5px 7px 20px;
    color: #363636;
    text-decoration: none;
    cursor: pointer;
}

.div-select-custom .item span:not(:last-child) {
    border-bottom: 1px solid #EEE;
}

.div-select-custom .item span:hover {
    background: rgba(100, 120, 140, .2);
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 100px;
}

.div-absolute {
    position: absolute;
    background-color: #fbd0d8;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
}

.img-logo-footer {
    max-height: 20px !important;
}

.bck-color-red-danger {
    background-color: #E30613 !important;
}

.bck-color-green-success {
    background-color: #009640 !important;
}

.color-text-yellow-warning {
    background-color: #FDC300 !important;
}

.panel-dati-carico {
    box-shadow: none !important;
    border: 1px solid #667f6c;
    padding: 10px;
}

.panel-head-dati-carico {
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    padding-right: 10px;
    padding-left: 10px;
}

.panel-head-home {
    min-height: 80px;
    height: 80px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px 6px 0px 0px;
}

.panel-body-home {
    display: block;
    background-color: #fff;
}

.icon-panel-home {
    max-width: 24px;
    height: 24px;
    margin-right: 20px;
}

.div-top-radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.div-bottom-radius {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.div-shadow-radius {
    border-radius: 8px;
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 30%);
}

.div-head-anagrafiche {
    display: flex;
    align-items: end;
}

.div-body-page {
    margin-top: 10px;
}

.div-main-breadcrumbs {
    display: flex;
    align-items: end;
}

.div-right-breadcrumbs {
    display: flex;
    text-align: right;
    justify-content: end;
}

.div-main-tabs {
    display: flex;
    align-items: end;
}

.div-th-table-custom {
    width: 100%;
    padding-bottom: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
    /*text-transform: uppercase;*/
}

.span-chiudi-table {
    min-width: 15px !important;
    min-height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
    background: #BCC1CA;
    border-radius: 10px;
}

.span-chiudi-table img {
    filter: invert(1);
}

.span-icon-left-table {
    min-width: 10px;
    max-width: 10px;
    margin: 0 0 0 5px;
}

.span-icon-right-table {
    min-width: 10px;
    max-width: 10px;
    margin: 0 5px 0 5px;
}

.span-icon-left-table img.disabled,
.span-icon-right-table img.disabled {
    filter: invert(100%) sepia(26%) saturate(4886%) hue-rotate(180deg) brightness(83%)
}

.div-padding-right-left {
    padding-left: 0;
    padding-right: 0;
}

.bck-salva {
    background-color: #7C9078;
}

.color-salva {
    color: #7C9078 !important;
}

.color-verificato {
    color: #48c58d !important;
}

.btn-salva-dett,
.btn-salva-dett[disabled],
.btn-salva,
.btn-salva[disabled] {
    background-color: #7C9078 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #7C9078;
}

.btn-salva-dett:hover,
.btn-salva-dett:focus,
.btn-salva:hover,
.btn-salva:focus {
    background-color: #667F6C;
    color: #fff;
    border-color: #667F6C;
}

.btn-annulla {
    color: #BCC1CA;
    border: 1px solid #BCC1CA;
    border-radius: 5px !important;
}

.btn-annulla:hover,
.btn-annulla:focus {
    color: #9497A1;
    border: 1px solid #9497A1;
}

.bck-warning {
    background-color: #b76310;
}

.bck-cancella {
    background-color: #B8103D;
}

.color-cancella {
    color: #B8103D !important;
}

.btn-cancella,
.btn-cancella[disabled] {
    background-color: #B8103D !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #B8103D;
}

.btn-cancella:hover,
.btn-cancella:focus {
    background-color: #9F1436;
    color: #fff;
    border-color: #9F1436;
}

.btn-visualizza {
    background-color: #9497A1;
    color: #fff;
    border-radius: 5px !important;
    border-color: #9497A1;
}

.btn-visualizza:hover,
.btn-visualizza:focus {
    background-color: #70737A;
    color: #fff;
    border-color: #70737A;
}

.btn-aggiungi {
    background-color: #555256;
    color: #fff;
    border-radius: 5px !important;
    border-color: #555256;
}

.btn-aggiungi:hover,
.btn-aggiungi:focus {
    background-color: #363638;
    color: #fff;
    border-color: #363638;
}

.btn-modifica {
    background-color: #62A1D8;
    color: #fff;
    border-radius: 5px !important;
    border-color: #62A1D8;
}

.btn-modifica:hover,
.btn-modifica:focus {
    background-color: #5882A9;
    color: #fff;
    border-color: #5882A9;
}

.btn-vetinfo,
.btn-vetinfo[disabled] {
    background-color: #0069b3 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #0069b3;
}

.btn-vetinfo:hover,
.btn-vetinfo:focus {
    background-color: #00375e !important;
    color: #fff;
    border-color: #00375e;
}

.color-vetinfo {
    color: #0069b3 !important;
}

.btn-verificato,
.btn-verificato[disabled] {
    background-color: #48c58d !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #48c58d;
}

.btn-verificato:hover,
.btn-verificato:focus {
    background-color: #319b6b !important;
    color: #fff;
    border-color: #319b6b;
}

.btn-min-width {
    min-width: 80px;
}

.btn-ricalcola,
.btn-ricalcola[disabled] {
    background-color: #FFD762 !important;
    color: #363636 !important;
    border-radius: 5px !important;
    border-color: #FFD762;
}

.btn-ricalcola:hover,
.btn-ricalcola:focus {
    background-color: #ffc61a !important;
    color: #363636;
    border-color: #ffc61a;
}

.btn-esporta,
.btn-esporta[disabled] {
    background-color: #41B5CF !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #41B5CF;
}

.btn-esporta:hover,
.btn-esporta:focus {
    background-color: #3592A5 !important;
    color: #fff;
    border-color: #3592A5;
}

.btn-aggiorna,
.btn-aggiorna[disabled] {
    background-color: #58747D !important;
    color: #fff !important;
    border-radius: 5px !important;
    border-color: #58747D;
}

.btn-aggiorna:hover,
.btn-aggiorna:focus {
    background-color: #4B636B !important;
    color: #fff;
    border-color: #4B636B;
}

.title-one {
    color: #7C9078 !important;
}

.div-shortcut-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.img-shortcut-item {
    width: 70px !important;
    filter: invert(36%) sepia(18%) saturate(1213%) hue-rotate(238deg) brightness(97%) contrast(93%);
}

.img-shortcut-item-logistica {
    width: 70px !important;
    filter: invert(18%) sepia(94%) saturate(3761%) hue-rotate(195deg) brightness(83%) contrast(102%);
}

.img-shortcut-item-acquisti {
    width: 70px !important;
    filter: invert(13%) sepia(54%) saturate(6921%) hue-rotate(335deg) brightness(90%) contrast(95%);
}

.img-shortcut-item-vendite {
    width: 70px !important;
    filter: invert(57%) sepia(4%) saturate(1338%) hue-rotate(64deg) brightness(94%) contrast(96%);
}

.title-shortcut-item {
    color: #7B518D;
    margin-bottom: 10px;
}

.title-shortcut-item-logistica {
    color: #005CA9;
    margin-bottom: 10px;
}

.title-shortcut-item-acquisti {
    color: #B8103D;
    margin-bottom: 10px;
}

.title-shortcut-item-vendite {
    color: #7C9078;
    margin-bottom: 10px;
}

.ul-dati {
    border-bottom-color: #7c9078 !important;
}

.ul-dati li.is-active a {
    border-color: #7c9078 !important;
    color: #363636 !important;
    font-weight: 600;
}

.ul-dati li a {
    color: #BCC1CA;
}

.ul-dati li a:hover {
    border-bottom-color: #7c9078 !important;
}

.field-custom-paragraph {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 24px;
    padding-bottom: 6px;
}

.field-custom-paragraph2 {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 12px;
    padding-bottom: 6px;
}

.field-custom-paragraph3,
.field-custom-paragraph4,
.field-custom-paragraph5 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 6px;
}

.field-custom-paragraph4 p {
    font-weight: bold;
}

.field-custom-paragraph5 p {
    font-weight: bold;
    text-align: center;
}

.field-custom-paragraph6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}

.field-custom-paragraph6 .label {
    color: #fff;
    font-weight: 500;
}

.field-custom-paragraph6 p {
    color: #fff;
}

.field-custom-paragraph7 .label,
.field-custom-paragraph7 p {
    text-align: right;
}

.delete-lg {
    height: 30px;
    width: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
}

.border-right-green {
    border-right: 1px solid #667f6c;
}

#panel-body-mappa,
#panel-body-grafico-morti {
    border-radius: 6px 6px 6px 6px;
}

.p-mappa {
    font-size: 1.25em;
    font-weight: 700;
}

.div-head-mappa {
    min-height: 80px;
    height: 80px;
    border-bottom: 1px solid #7c9078 !important;
    display: flex;
    align-items: center;
}

.div-body-mappa .has-pagination .table-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 12px;
}

.div-body-mappa .has-pagination .table-container::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 5px;
}

.div-body-mappa .has-pagination .table-container::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.div-body-mappa .has-pagination .table-container::-webkit-scrollbar-corner {
    background-color: #f5f5f5;
}

.div-body-mappa .has-pagination .table-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.tr-mappa {
    color: #999999;
}

.tr-mappa.is-active {
    background-color: #f5f6f5;
    font-weight: 700;
    color: #363636;
}

.div-td-mappa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-mappa {
    filter: invert(71%) sepia(12%) saturate(0%) hue-rotate(178deg) brightness(84%) contrast(89%);
}

.icon-mappa.success,
.tr-mappa.is-active td .div-td-mappa .icon-mappa.success {
    filter: invert(59%) sepia(16%) saturate(387%) hue-rotate(64deg) brightness(89%) contrast(89%);
}

.icon-mappa.danger,
.tr-mappa.is-active td .div-td-mappa .icon-mappa.danger {
    filter: invert(16%) sepia(89%) saturate(4824%) hue-rotate(336deg) brightness(73%) contrast(95%);
}

.tr-mappa.is-active td .div-td-mappa .icon-mappa {
    filter: unset;
}

/*#p-mappa-dettaglio{
    color: #7C9078;
}*/

.div-td-mappa-dettaglio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #363636;
}

.circle-green {
    background-color: #667f6c !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.circle-red {
    background-color: #B8103D;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.div-paragraph {
    min-height: 68px;
    padding-bottom: 6px;
    padding-top: 6px;
}

/********** DROPDOWN ESPORTA FATTURE **********/

.fattura-export-action {
    position: relative;
    display: inline-block;
}

.fattura-export-menu {
    display: none;
    position: absolute;
    right: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 9999;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    padding: 4px 0;
}

.fattura-export-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
}

.fattura-export-action:not(.dropup) .fattura-export-menu {
    top: 100%;
    margin-top: 4px;
}

.fattura-export-action:not(.dropup) .fattura-export-menu::before {
    top: -12px;
}

.fattura-export-action.dropup .fattura-export-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 4px;
}

.fattura-export-action.dropup .fattura-export-menu::before {
    bottom: -12px;
}

.fattura-export-action:hover .fattura-export-menu,
.fattura-export-action.open .fattura-export-menu {
    display: block !important;
}

.fattura-export-menu div {
    padding: 8px 14px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.fattura-export-menu div:hover {
    background: #f5f5f5;
}

/************************************************/
@media (max-width: 767px) {
    html {
        font-size: 13px;
    }

    .primary-header {
        height: 52px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .img-primary-header {
        max-height: 36px !important;
    }

    .item-user-primary-header {
        position: static;
        height: 52px;
    }

    .item-user-primary-header .navbar-dropdown {
        position: absolute;
        top: 52px;
        width: 100%;
        background-color: #fff;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
    }

    .item-user-primary-header .navbar-link {
        display: flex;
    }

    .item-primary-header {
        font-size: 14px;
    }

    .span-user-primary-header {
        font-size: 14px;
        line-height: 2.5;
    }

    .secondary-header {
        height: 52px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .item-secondary-header {
        color: #4a4a4a !important;
    }

    .secondary-header {
        min-height: 30px;
        height: 30px;
        padding-left: 10px;
        padding-right: 10.3px;
    }

    .icon-item-secondary-header {
        width: 20px;
        height: 20px;
        filter: none;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 25px;
        padding: 8px;
    }

    .secondary-header .navbar-brand {
        min-height: 30px;
        height: 30px;
    }

    .secondary-header .navbar-brand .navbar-burger {
        height: 30px;
    }

    .section-data {
        padding: 25px 10px 84px 10px;
    }

    .breadcrumb {
        margin-left: 18px;
    }

    .table-responsive thead tr {
        min-height: 40px;
        height: 40px;
    }

    .table-responsive tbody td {
        min-height: 25px;
        height: 25px;
    }

    /*.navbar-item-azienda{
        font-size: 0!important;
        padding: 0!important;
    }*/

    #navbar-secondary {
        opacity: 1;
        position: absolute;
        width: 100%;
        left: 0px;
    }

    .div-head-anagrafiche {
        display: flex;
        align-items: end;
    }

    .div-head-anagrafiche {
        flex: none;
        align-items: unset;
    }

    .div-main-breadcrumbs,
    .div-main-tabs {
        display: inline;
    }

    .div-right-breadcrumbs,
    .div-right-tabs {
        margin-top: 20px;
    }

    .numNotifica {
        font-size: 10px;
        height: 14px;
        min-width: 14px;
        top: 10px;
        right: 6px;
    }

    .icon-notifica-primary-header {
        max-height: 24px !important;
    }

    .column-testata-scarico.border-right-green {
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 13px;
    }

    .field-label,
    .field-label-extra {
        min-width: 80px;
        max-width: 80px;
        text-align: left;
        margin-right: 10px;
    }

    .primary-header {
        height: 52px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .img-primary-header {
        max-height: 39px !important;
    }

    .item-user-primary-header .navbar-dropdown {
        position: absolute;
        top: 52px;
        width: 100%;
        background-color: #fff;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
    }

    .item-user-primary-header .navbar-link {
        display: flex;
    }

    .a-profilo-primary-header {
        white-space: nowrap;
    }

    .item-primary-header {
        font-size: 14px;
    }

    .span-user-primary-header {
        font-size: 14px;
        line-height: 2.5;
    }

    .item-secondary-header {
        color: #4a4a4a !important;
    }

    .item-secondary-header {
        display: flex;
    }

    .secondary-header {
        min-height: 30px;
        height: 30px;
        padding-left: 10px;
        padding-right: 10.3px;
    }

    .icon-item-secondary-header {
        width: 20px;
        height: 20px;
        filter: none;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 25px;
        padding: 8px;
    }

    .secondary-header .navbar-brand {
        min-height: 30px;
        height: 30px;
    }

    .secondary-header .navbar-brand .navbar-burger {
        height: 30px;
    }

    .section-data {
        padding: 25px 40px 84px 40px;
    }

    .breadcrumb {
        margin-left: 18px;
    }

    .table-responsive thead tr {
        min-height: 40px;
        height: 40px;
    }

    .table-responsive tbody td {
        min-height: 25px;
        height: 25px;
    }

    #navbar-secondary {
        opacity: 1;
        position: absolute;
        width: 100%;
        left: 0px;
    }

    .div-head-anagrafiche {
        flex: none;
        align-items: unset;
    }

    .numNotifica {
        font-size: 10px;
        height: 14px;
        min-width: 14px;
        top: 10px;
        right: 6px;
    }

    .icon-notifica-primary-header {
        max-height: 24px !important;
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    html {
        font-size: 13px;
    }

    .primary-header {
        height: 71px;
        padding-right: 40.25px;
        padding-left: 40px;
    }

    .img-primary-header {
        max-height: 55px !important;
    }

    .secondary-header {
        min-height: 30px;
        height: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .icon-item-secondary-header {
        width: 20px;
        height: 20px;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 25px;
    }

    .section-data {
        padding: 25px 40px 84px 40px;
    }

    .breadcrumb {
        margin-left: 18px;
    }

    .table-responsive thead tr {
        min-height: 40px;
        height: 40px;
    }

    .table-responsive tbody td {
        min-height: 25px;
        height: 25px;
    }

    #modalAnagrafiche .modal-card,
    #modalOperazioni .modal-card,
    #modalImpostazioni .modal-card,
    #modalTicket .modal-card,
    #modalAnagraficheTicket .modal-card {
        width: 80vw;
        height: 80vh;
    }

    .secondary-header .navbar-brand {
        min-height: 30px;
        height: 30px;
    }

    .secondary-header .navbar-brand .navbar-burger {
        height: 30px;
    }

    .numNotifica {
        font-size: 10px;
        height: 14px;
        min-width: 14px;
        top: 20px;
        right: 6px;
    }

    .icon-notifica-primary-header {
        max-height: 26px !important;
    }

    .column-carico-ricerca-capo {
        border-right: 1px solid #7c9078;
    }
}

@media (min-width: 1280px) and (max-width:1599px) {
    html {
        font-size: 13px;
    }

    .primary-header {
        height: 71px;
        padding-right: 40.25px;
        padding-left: 50px;
    }

    .img-primary-header {
        max-height: 55px !important;
    }

    .secondary-header {
        min-height: 30px;
        height: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .icon-item-secondary-header {
        width: 20px;
        height: 20px;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 25px;
    }

    .section-data {
        padding: 25px 50px 84px 50px;
    }

    .breadcrumb {
        margin-left: 18px;
    }

    .table-responsive thead tr {
        min-height: 40px;
        height: 40px;
    }

    .table-responsive tbody td {
        min-height: 25px;
        height: 25px;
    }

    #modalAnagrafiche .modal-card,
    #modalOperazioni .modal-card,
    #modalImpostazioni .modal-card,
    #modalTicket .modal-card,
    #modalAnagraficheTicket .modal-card {
        width: 80vw;
        height: 80vh;
    }

    .secondary-header .navbar-brand {
        min-height: 30px;
        height: 30px;
    }

    .secondary-header .navbar-brand .navbar-burger {
        height: 30px;
    }

    .div-columns-login {
        margin-bottom: 20px !important;
    }

    .logo-login {
        width: 200px !important;
    }

    .footer {
        height: 37.5px;
        padding: 0 18px 0 18px;
    }

    .footer .column {
        height: 37.5px;
        padding: 0px 12px 0 12px;
    }

    .numNotifica {
        font-size: 10px;
        height: 14px;
        min-width: 14px;
        top: 20px;
        right: 6px;
    }

    .icon-notifica-primary-header {
        max-height: 26px !important;
    }

    .column-carico-ricerca-capo {
        border-right: 1px solid #7c9078;
    }
}

@media (min-width:1600px) and (max-width:1919px) {
    .primary-header {
        height: 89.75px;
        padding-right: 37px;
        padding-left: 62.5px;
    }

    .img-primary-header {
        max-height: 73.75px !important;
    }

    .secondary-header {
        min-height: 37.5px;
        height: 37.5px;
        padding-left: 62.5px;
        padding-right: 62.5px;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 31.2px;
    }

    .section-data {
        padding: 30px 62.5px 84px 62.5px;
    }

    .breadcrumb {
        margin-left: 27px;
    }

    .table-responsive thead tr {
        min-height: 50px;
        height: 50px;
    }

    .table-responsive tbody td {
        min-height: 31.2px;
        height: 31.2px;
    }

    #modalAnagrafiche .modal-card,
    #modalOperazioni .modal-card,
    #modalImpostazioni .modal-card,
    #modalTicket .modal-card,
    #modalAnagraficheTicket .modal-card {
        width: 80vw;
        height: 80vh;
    }

    .secondary-header .navbar-brand {
        min-height: 37.5px;
        height: 37.5px;
    }

    .secondary-header .navbar-brand .navbar-burger {
        height: 37.5px;
    }

    .footer {
        height: 37.5px;
        padding: 0 18px 0 18px;
    }

    .footer .column {
        height: 37.5px;
        padding: 0px 12px 0 12px;
    }

    .numNotifica {
        font-size: 11px;
        height: 16px;
        min-width: 16px;
        top: 27px;
        right: 9px;
    }

    .icon-notifica-primary-header {
        max-height: 28px !important;
    }

    .column-carico-ricerca-capo {
        border-right: 1px solid #7c9078;
    }
}

@media (min-width:1920px) and (max-width:2559px) {
    .primary-header {
        height: 108px;
        padding-right: 62px;
        padding-left: 75px;
    }

    .img-primary-header {
        max-height: 92px !important;
    }

    .secondary-header {
        height: 45px;
        padding-left: 75px;
        padding-right: 75px;
    }

    .div-dropdown-secondary-header .navbar-item,
    .a-profilo-primary-header {
        height: 37.5px;
    }

    .section-data {
        padding: 40px 75px 84px 75px;
    }

    .breadcrumb {
        margin-left: 27px;
    }

    .table-responsive thead tr {
        min-height: 60px;
        height: 60px;
    }

    .table-responsive tbody td {
        min-height: 37.5px;
        height: 37.5px;
    }

    #modalAnagrafiche .modal-card,
    #modalOperazioni .modal-card,
    #modalImpostazioni .modal-card,
    #modalTicket .modal-card,
    #modalAnagraficheTicket .modal-card {
        width: 80vw;
        height: 80vh;
    }

    .column-carico-ricerca-capo {
        border-right: 1px solid #7c9078;
    }
}

/*COLORE BUTTON CALENDARIO*/
#calendar .fc-button {
    background-color: #405244;
    color: white;
    border: none;
    border-radius: 5px;
}

#calendar .fc-button:hover {
    background-color: #405244;
    color: white;
}

#calendar .fc-button.fc-today {
    background-color: #657F6B;
}

.fc-daygrid-day-number,
.fc-col-header-cell-cushion {
    color: #405244;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #DCE9DC !important;
}

/**********************************************/