﻿/*----------------------*/
/*------GENERALE--------*/
/*----------------------*/
:root {
    --rz-sidebar-width: 200px;
    --rz-layout-body-margin: 0 0.50rem 0.50rem;
    --rz-layout-body-padding: 0.2rem;
    --rz-panel-menu-background-color: #e8f5ff;
    --rz-body-background-color: #e8f5ff;
    --rz-header-background-color: #e8f5ff;
    --rz-profile-menu-top-item-background-color: #e8f5ff;
    --rz-panel-menu-item-active-background-color: #a2d5ff;
    --rz-base-300: #77c2ff4a;
    /*--rz-base-200: #badffd5e;*/
    --rz-base-200: #f8fafb;
    --rz-base-100: #f8fafb;
}


.AvvisiNovità_Attenzione {
    border: 1px solid #f1c40f;
    background-color: #f9e79f;
    color: #7d6608;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.AvvisiNovità_Successo {
    border: 1px solid #28a745;
    background-color: #d4edda;
    color: #155724;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.AvvisiNovità_Errore {
    border: 1px solid #dc3545;
    background-color: #f8d7da;
    color: #721c24;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.AvvisiNovità_Info {
    border: 1px solid #17a2b8;
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
}

.AvvisiNovità_Attenzione_Piccolo {
    border: 1px solid #f1c40f;
    background-color: #f9e79f;
    color: #7d6608;
    padding: 0px;
    margin: -5px 7px 5px 7px;
    border-radius: 5px;
    text-align: center;
    max-height: 22px;
}


.notifica-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 7px;
}

.notifica {
    background-color: #28a745;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.punto-esclamativo {
    color: #dc3545;
    font-size: 24px;
    font-weight: bold;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.e-groupcaption {
    pointer-events: none;
}


.rz-panel-menu a.rz-navigation-item-link {
    font-size: large;
}

.e-spinner-pane{
    zoom:2;
}

.e-btn.e-primary {
    background: #2196f3;
    border-color: #2196f3;
    color: #FFFFFF;
}


    .e-btn.e-primary:hover {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #FFFFFF;
    }

    .e-btn.e-primary:focus {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #FFFFFF;
    }

.e-dropdownbase .e-list-item.e-active {
    background-color: #c1daff !important;
    color: 000000;
}

.rz-stack .rz-display-flex .rz-flex-row {
    margin-top: 10px;
}

.rz-p-12 {
    padding: 2rem !important;
}

.rz-form-field-label {
    background-color: #f7fbff !important;
}

.rz-button.rz-secondary.rz-shade-lighter {
    background-color: #8bcfdd;
}

.e-group-intent {
    max-width: 28px;
    min-width: 28px;
    width: 28px !important;
}

.e-indentcell {
    background-color: white !important;
}

.rz-sidebar {
    background-color: #e8f5ff;
}


.rz-row > .rz-col-11 {
    max-width: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
}

.rz-grid-table td, .rz-grid-table th {
    padding: 5px;
}

.e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly], .e-float-input input[readonly], .e-float-input.e-control-wrapper input[readonly], .e-float-input textarea[readonly], .e-float-input.e-control-wrapper textarea[readonly] {
    background: #fbfbfb;
    color: #343a40;
}

.e-input.e-success, .e-input.e-success:focus, .e-input-group.e-success input.e-input, .e-input-group.e-control-wrapper.e-success input.e-input, .e-input-group.e-success .e-input-group-icon, .e-input-group.e-control-wrapper.e-success .e-input-group-icon, .e-input-group.e-success textarea.e-input, .e-input-group.e-control-wrapper.e-success textarea.e-input {
    background: honeydew;
}

.e-input.e-warning, .e-input.e-warning:focus, .e-input-group.e-warning input.e-input, .e-input-group.e-control-wrapper.e-warning input.e-input, .e-input-group.e-warning .e-input-group-icon, .e-input-group.e-control-wrapper.e-warning .e-input-group-icon, .e-input-group.e-warning textarea.e-input, .e-input-group.e-control-wrapper.e-warning textarea.e-input {
    background: cornsilk;
}

.e-input.e-error, .e-input.e-error:focus, .e-input-group.e-error input.e-input, .e-input-group.e-control-wrapper.e-error input.e-input, .e-input-group.e-control-wrapper.e-error .e-input-group-icon, .e-input-group.e-error .e-input-group-icon, .e-input-group.e-error textarea.e-input, .e-input-group.e-control-wrapper.e-error textarea.e-input {
    background: bisque;
}

.rz-form-field:not(.rz-variant-outlined):not(.rz-floating-label) .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) *:focus ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) *:focus-within ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) :not(.rz-state-empty) ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-radio-button-list-vertical ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-radio-button-list-horizontal ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-checkbox-list-vertical ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-checkbox-list-horizontal ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-chkbox ~ .rz-form-field-label, .rz-form-field:not(.rz-variant-outlined) .rz-state-empty:has(.rz-placeholder) ~ .rz-form-field-label {
    background-color: initial !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    background: #e8f5ff;
}

.e-toolbar .e-toolbar-items {
    background: #e8f5ff;
}


#FullBackground_circularLabel {
    font-size: 9px;
    font-weight: bold;
    left: 1px;
    top: 1px;
}

@font-face {
    font-family: 'Toast_icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

#toast_types button {
    margin: 5px;
    min-width: 160px;
    max-width: 160px;
}

.styled-table {
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 12px;    {
                            }
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #2196f3;
    color: #FFFFFF;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 2px 5px;
}




.Step_Completato {
    background: #198754 !important;
    color: white !important;
}

.Step_Errore {
    background: #b02a37 !important;
    font-size: 20px !important;
}

.Step_Attenzione {
    background: #e58c01 !important;
    font-size: 20px !important;
}

.Step_Vuoto {
    background: #f3f4f5 !important;
    font-size: 20px !important;
}

.Step_Info .e-textbox {
    max-height: 40px;
    text-align: center;
    font-weight: bold !important;
    font-size: 20px !important;
}

.Step_Info2_Hidden .e-textbox {
    text-align: center;
    font-weight: bold !important;
    font-size: 16px !important;
    display: none;
}

.Step_Info2 .e-textbox {
    text-align: center;
    font-weight: bold !important;
    font-size: 16px !important;
    display: flex;
}

.Step_Info_Color .e-textbox {
    font-size: large;
    background-color: #fff7e0 !important;
    background: #fff7e0 !important;
    color: #c51e2e !important;
}

.Step_Info_Color_Verde .e-textbox {
    font-size: large;
    background-color: #e5ffd9 !important;
    background: #e5ffd9 !important;
    color: #146c43 !important;
}

.Step_Info2_Color .e-textbox {
    font-size: medium;
    background-color: #fffaed !important;
    background: #fffaed !important;
    color: #8d2200 !important;
}

.Step_Info2_Color_Verde .e-textbox {
    font-size: medium;
    background-color: #f0f9ec !important;
    background: #f0f9ec !important;
    color: #28a168 !important;
}

.rz-info {
    background-color: lightgreen;
    color: darkgreen;
}


[class^="e-icons"] {
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-stepper .e-step-completed:not(.e-step-error) .e-label {
    color: #212529 !important;
    font-weight: 600;
}

.e-stepper .e-step-selected:not(.e-step-error) .e-label {
    color: #212529 !important;
    font-weight: 600;
}

.readOnly.e-stepper-readonly {
    pointer-events: unset;
    {
        }
}

.template-content {
    display: flex;
    align-items: center;
}

.e-stepper-tooltip {
    border-radius: 5px;
}

    .e-stepper-tooltip .e-tip-content {
        padding: 7px;
    }

.step-label {
    margin-left: 7px;
    font-weight: bold;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.oli-SfondoVerdeChiaro {
    background-color: #edffea !important;
}

.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
    height: auto;
    font-size: 30px;
}

.bootstrap5 #toast_type .e-toast-icon.e-icons,
.bootstrap5-dark #toast_type .e-toast-icon.e-icons {
    height: 25px;
}

.text-multiline textarea {
    height: 150px !important;
} {
      }

.e-height-100{
    height:100px;
}

.e-height-150 {
    height: 150px;
}

.e-height-200 {
    height: 200px;
}

.e-height-250 {
    height: 250px;
}

.e-height-300 {
    height: 300px;
}

.e-iconHeaderNero {
    color: #000000 !important;
}

.e-buttonHeader {
    color: #FFFFFF !important;
    background: #2196f3 !important;
}

    .e-buttonHeader:hover {
        color: #FFFFFF !important;
        background: #0d6efd !important;
    }
    .e-buttonHeader:focus {
        color: #FFFFFF !important;
        background: #0d6efd !important;
    }


.e-buttonHeaderRosso {
    color: #FFFFFF;
    background: #b02a37;
    box-shadow: 1px 1px #888888;
    float: left;
    margin-right: 20px;
    display: flex;
    font-weight: 600;
    height: 30px;
    margin-top: -5px
}

    .e-buttonHeaderRosso:hover {
        color: #FFFFFF;
        background: #F04F57;
        box-shadow: 1px 1px #888888;
    }

    .e-buttonHeaderRosso:focus {
        color: #1e1e1e;
        background: #f7e97e;
        box-shadow: 1px 1px #888888;
    }



.e-buttonHeaderProdotti {
    color: #FFFFFF;
    background: #2196f3;
    box-shadow: 1px 1px #888888;
    float: left;
    margin-right: 20px;
    display: flex;
    font-weight: 600;
    height: 30px;
    margin-top: -5px;    {
                             }
}

.e-buttonHeaderProdotti:hover {
    color: #FFFFFF;
    background: #0d6efd;
    box-shadow: 1px 1px #888888;
}

.e-buttonHeaderProdotti:focus {
    color: #FFFFFF;
    background: #0d6efd;
    box-shadow: 1px 1px #888888;
}


.e-buttonHeaderErrore {
    color: #1e1e1e;
    background: #fdcaac;
    box-shadow: 1px 1px #888888;
    float: right;
    margin-right: 20px;
    font-weight: 600;
    height: 30px;
    margin-top: -5px;
    width: 200px;
}

    .e-buttonHeaderErrore:hover {
        color: #000000;
        background: #ffac7b;
        box-shadow: 1px 1px #888888;
    }

    .e-buttonHeaderErrore:focus {
        color: #1e1e1e;
        background: #ffac7b;
        box-shadow: 1px 1px #888888;
    }

.e-buttonHeaderSmall {
    color: #1e1e1e;
    background: #fff5a8;
    box-shadow: 1px 1px #888888;
    float: left;
    margin-right: 20px;
    display: flex;
    height: 17px;
}

.e-buttonHeaderSmall:hover {
    color: #000000;
    background: #f7e97e;
    box-shadow: 1px 1px #888888;
    height: 17px;
}


.e-buttonHeaderSmall:focus {
    color: #1e1e1e;
    background: #f7e97e;
    box-shadow: 1px 1px #888888;
    height: 17px;
}

.e-buttonHeaderRightSmall {
    color: #1e1e1e;
    background: #fff5a8;
    box-shadow: 1px 1px #888888;
    float: right;
    margin-right: calc(100% - 180px);
    display: flex;
    height: 17px;
}

.e-buttonHeaderRightSmall:hover {
    color: #000000;
    background: #f7e97e;
    box-shadow: 1px 1px #888888;
    height: 17px;
}

    .e-buttonHeaderRightSmall:focus {
        color: #1e1e1e;
        background: #f7e97e;
        box-shadow: 1px 1px #888888;
        height: 17px;
    }

.e-iconHeader {
    color: #FFFFFF !important;
}

.e-buttonHeaderRightVicino {
    color: #FFFFFF;
    background: #2196f3;
    box-shadow: 1px 1px #888888;
    float: right;
    margin-right: calc(100% - 90px);
    display: flex;
    height: 17px;
    font-weight: 600;
}

    .e-buttonHeaderRightVicino:hover {
        color: #FFFFFF;
        background: #0d6efd;
        box-shadow: 1px 1px #888888;
        height: 17px;
    }

    .e-buttonHeaderRightVicino:focus {
        color: #FFFFFF;
        background: #0d6efd;
        box-shadow: 1px 1px #888888;
        height: 17px;
    }


.e-buttonHeaderAzzurro {
    color: #002459;
    background: #d7e7ff;
    box-shadow: 1px 1px #888888;
    margin-right: 20px;
    font-weight: 600;
}

    .e-buttonHeaderAzzurro:hover {
        color: #000000;
        background: #aeccf9;
        box-shadow: 1px 1px #888888;
    }

    .e-buttonHeaderAzzurro:focus {
        color: #002459;
        background: #aeccf9;
        box-shadow: 1px 1px #888888;
    }


.e-buttonHeader {
    color: #1e1e1e;
    background: #fff5a8;
    box-shadow: 1px 1px #888888;
    margin-right: 20px;
    font-weight: 600;
}

.e-buttonHeader:hover {
    color: #000000;
    background: #f7e97e;
    box-shadow: 1px 1px #888888;
}

    .e-buttonHeader:focus {
        color: #1e1e1e;
        background: #f7e97e;
        box-shadow: 1px 1px #888888;
    }

.e-sortfilterdiv {
    font-size: 16px !important;
    font-weight: bold;
}

.e-iconHeader {
    font-size: 16px !important;
    top: -1px;
    position: relative;
}

.e-iconHeaderSmall {
    font-size: 13px !important;
    top: -1px;
    position: relative;
}

.e-filter-active {
    color: #ffc107 !important;
}

#toast_types {
    text-align: center;
}

.e-pagerexternalmsg {
    display: none !important;
}

.default-carousel-section .carousel-sample {
    margin: 0 auto 2em;
    max-width: 500px;
    height: 300px;
}

.default-carousel .e-carousel-items .e-carousel-item .img-container {
    height: 100%;
}

.default-carousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 5em;
    color: #fff;
    font-size: 12pt;
    height: 2em;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

.e-alert-dialog .e-footer-content {
    display: flex;
    justify-content: center;
}

#predefinedDialogCustomization {
    margin: 25px 0 0 15px;
}

    #predefinedDialogCustomization .status {
        margin-top: 20px;
        font-size: 16px;
        display: block;
    }

    #predefinedDialogCustomization .e-btn {
        margin-right: 5px;
    }

.e-dlg-content .Table {
    width: 100%;
    height: 100%;
}

.fileEdit {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0 0 0px;
}

.circle-border-Success {
    align-items: center;
    justify-content: center;
    display: flex;
    color: green;
    width: 40px;
    height: 40px;
    border: 2px solid green;
    border-radius: 50%;
}

.circle-border-Warning {
    align-items: center;
    justify-content: center;
    display: flex;
    color: #ffc107;
    width: 40px;
    height: 40px;
    border: 2px solid #ffc107;
    border-radius: 50%;
}

.circle-border-Danger {
    align-items: center;
    justify-content: center;
    display: flex;
    color: red;
    width: 40px;
    height: 40px;
    border: 2px solid red;
    border-radius: 50%;
}


.data {
    display: flex;
    justify-content: center;
    /*padding-left: 32px;*/
}

.confirm {
    display: flex;
    justify-content: center;
    padding-left: 55px;
    padding-right: 20px;
}

button.e-btn.dlgbtn {
    margin-top: 10px;
}

.e-dlg-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow-x: auto !important;
}

.Miniatura {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 50px; /* Set a small width */
    min-width: 50px;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    color: #FFFFFF ;
    background: #2196f3 ;
    box-shadow: 1px 1px #888888 ;
}


.e-tbar-btn:hover {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
}

        .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
            color: #FFFFFF;
        }

    .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
        color: #FFFFFF;
    }

    .dialog_Button_OK {
        background-color: lightgreen;
        color: darkgreen;
        font-weight: bold;
    }


.dialog_Button_Annulla {
    background-color: lightyellow;
    color: darkred;
    float: left;
    font-weight: bold;
}

.e-unboundcelldiv {
    display: grid !important;
}

.e-skeleton.e-shimmer-wave::after {
    background-image: linear-gradient(90deg, transparent calc(50% - 100px), #d1e0f5 50%, transparent calc(50% + 100px));
}

.e-skeleton.e-skeleton-text, .e-skeleton.e-skeleton-square, .e-skeleton.e-skeleton-rectangle, .e-skeleton.e-skeleton-circle {
    background-color: #edf5ff;
    margin-bottom: 7px;
}

.SkeletonBase {
    position: absolute;
    z-index: 9999;
    width: 100%;    
    background-color: white;
}

.e-tooltip-wrap.e-popup {
    background-color: #e8f5ff;
    border: 1px solid var(--color-sf-tooltip-border);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 150, 0.6));
    border-radius: 10px;
}

.e-tooltip-wrap .e-arrow-tip-outer {
    border-top: 8px solid #e8f5ff !important;
}

.e-tooltip-wrap .e-arrow-tip-inner {
    color: #e8f5ff !important;
}

.e-tooltip-wrap .e-tip-content {
    color: #053b89;
}


    .SkeletonSfondo1 {
    background-color: #ebf2e4;
}

.SkeletonRiga1 {
    background-color: #77c2ff47 !important;
}

.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled), .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled), .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) {
    background-color: #2196f3;
    color: #FFFFFF;
}

    .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):active, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover, .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):active, .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus, .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):hover, .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):active, .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus, .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):hover {
        background-color: #0d6efd;
        color: #FFFFFF;
    }

    .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon, .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon, .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon {
        color: #FFFFFF;
    }

.e-carousel .e-carousel-indicators.e-default .e-indicator-bars .e-indicator-bar .e-indicator div {
    border: 1px solid #76acfb;
}

.e-btn-icon {
    padding-bottom: 0px !important;
}

.e-btn {
    border-radius: 15px !important;
}

.e-stepper:not(.e-steps-focus) .e-step-selected .e-step {
    box-shadow: 0 0 0 0px #fff !important;
    background-color: #1a77ff;
    color: white;
}

.e-stepper .e-step-container:not(.e-step-focus).e-step-notstarted .e-step {
    box-shadow: 0 0 0 8px #fff;
    background-color: #1a77ff;
    color: white;
}

.e-stepper .e-step-notstarted:not(.e-step-disabled) .e-step, .e-stepper .e-step-notstarted:not(.e-step-disabled) .e-indicator {
    border-width: 0px !important;
}

.rz-form-field-content > *, .rz-form-field-content > .rz-autocomplete, .rz-form-field-content input, .rz-form-field-content .rz-inputtext {
    background-color: #ffffff;
}

rz-stack rz-display-flex rz-flex-row rz-align-items-center rz-justify-content-normal {
    margin-top: 10px;
}


.main-section {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 5px;
}

.dashbord {
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-top: 7px;
}

.icon-section {
    text-align: center;
    border-radius: 5%;
}

.icon-section i {
    font-size: 30px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: -25px;
    margin-bottom: 10px;
    background-color: #ffb33a;
    text-align: center;
}

.icon-section p {
    margin: 0px;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 10%;
}

.Grid_PrezzoPersonalizzatoAttivo {
    background-color: #fbfb94 !important;
}

.Grid_NonPubblicare {
    background-color: #CF4436 !important;
}

.Toggle_NonPubblicare {
    vertical-align: middle;
}


.Invisibile {
    display:none;
}

.detail-section {
    background-color: #2F4254;
    padding: 5px 0px;
}

.dashbord .detail-section:hover {
    background-color: #5a5a5a;
    cursor: pointer;
}

.detail-section a {
    color: #fff;
    text-decoration: none;
}

.dashbord-green .icon-section, .dashbord-green .icon-section i {
    background-color: #16A085;
}

.dashbord-green .detail-section {
    background-color: #149077;
}

.dashbord-orange .icon-section, .dashbord-orange .icon-section i {
    background-color: #fbfb94;
    color: #9b0000;
}

.dashbord-orange .detail-section {
    background-color: #fbfb94;
    color: #9b0000;
}

.dashbord-blue .icon-section, .dashbord-blue .icon-section i {
    background-color: #2980B9;
}

.dashbord-blue .detail-section {
    background-color: #2573A6;
}

.dashbord-red .icon-section, .dashbord-red .icon-section i {
    background-color: #E74C3C;
}

.dashbord-red .detail-section {
    background-color: #CF4436;
}

.dashbord-skyblue .icon-section, .dashbord-skyblue .icon-section i {
    background-color: #8E44AD;
}

.dashbord-skyblue .detail-section {
    background-color: #803D9B;
}


.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    font-size: xx-large;
    color: chocolate;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}


/*----------------------*/
/*----------------------*/
/*----------------------*/
/*------STATUS--------*/
/*----------------------*/
.Status_BackColor_0 {
    /*background-color: #e3e3e3;*/
    color: #454545;
}
.Status_BackColor_1 {
    /*background-color: #adadad;*/
    color: #ffffff;
}
.Status_BackColor_2 {
   /* background-color: #f9f6a1;*/
    color: #851924;
}
.Status_BackColor_3 {
    /*background-color: #daf7f9;*/
    color: #0004ab;
}
.Status_BackColor_4 {
   /* background-color: #a6dfff;*/
    color: #020c95;
}
.Status_BackColor_5 {
    /*background-color: #ccffcc;*/
    color: #104300;
}
.Status_BackColor_99 {
    /*background-color: #ffb685;*/
    color: #a30000;
}

    .Status_Back_0 {
    background-color: #e3e3e3;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_1 {
    background-color: #adadad;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_2 {
    background-color: #f9f6a1;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_3 {
    background-color: #daf7f9;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_4 {
    background-color: #a6dfff;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_5 {
    background-color: #ccffcc;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
.Status_Back_99 {
    background-color: #ffb685;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.Status_Text_0 {
    color: #454545;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_1 {
    color: #ffffff;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_2 {
    color: #851924;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_3 {
    color: #0004ab;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_4 {
    color: #020c95;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_5 {
    color: #104300;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
.Status_Text_99 {
    color: #a30000;
    vertical-align: middle;
    padding: 0px 3px 0px 3px;
}
/*----------------------*/
/*----------------------*/

/*----------------------*/
/*------ICONE--------*/
/*----------------------*/
.e-refresh {
    content: '\e706';
    font-size: 16px !important;
    font-weight: bold;
}
.toast-icons.e-success::before {
    content: "\e701";
}

.toast-icons.e-error::before {
    content: "\e700";
}

.toast-icons.e-info::before {
    content: "\e704";
}

.toast-icons.e-warning::before {
    content: "\e703";
}
/*----------------------*/
/*----------------------*/



/*----------------------*/
/*------PERSONALIZZATE--------*/
/*----------------------*/

#components-reconnect-modal {
  {
      }
}

.e-panel-header {
    font-size: large !important;
}

#Dashboard_Info2 {
    margin-top: 10px;
}

@media all and (min-width: 769px) {

    .Hamburger {
        zoom: 1.3;
        top: 5px !important;
    }

    .ColonnaHeader {
        min-width: calc(100% - 150px);
        max-width: calc(100% - 150px);
    }

    .TxtLoginMepa {
        min-width: 150px;
        max-width: 150px;
    }
}

@media all and (max-width: 768px) {

    .Hamburger {
        zoom: 1.4;
        top: 3px !important;
    }

    .ColonnaHeader {
        min-width: 119%;
        max-width: 119%;
    }

    .TxtLoginMepa {
        min-width: 130px;
        max-width: 130px;
    }

}

@media all and (min-width: 1300px) {

    .Oli_DescDownload {
        font-weight: 500;
        font-size: small;
    }

    .LabelTopHeader_Desc {
        display: contents;
    }

    .LabelTopHeader {
        padding-left: 0px;
        margin-top: -3px !important;
    }

    #CmdNuovaElab {
        display: block;
    }
}


@media all and (min-width: 970px) and (max-width: 1299px) {

    .Oli_DescDownload {
        font-weight: 500;
        font-size: 11.5px;
    }

    .LabelTopHeader_Desc {
        display: none;
    }

    .LabelTopHeader {
        padding-left: 8px;
        margin-top: -3px !important;
    }

    #CmdNuovaElab {
        display: block;
    }
}

@media all and (min-width: 600px) and (max-width: 969px) {

    .Oli_DescDownload {
        font-weight: 500;
        font-size: 10.5px;
    }

    .LabelTopHeader_Desc {
        display: none;
    }

    .LabelTopHeader {
        padding-left: 8px;
        margin-top: -3px !important;
    }

    .BodySito {
        zoom: 0.85;
    }

    .rz-header {
        zoom: 0.85;
    }

    #CmdNuovaElab {
        display: none;
    }
}


@media all and (min-width: 600px) {



    #Dashboard_Info {
        min-height: 200px;
        max-height: 200px;
    }

    #Panel_Info {
        min-height: 200px;
        max-height: 200px;
    }

    #Panel_Info2 {
        min-height: 200px;
        max-height: 200px;
    }

    #Panel_Info3 {
        min-height: 600px;
        max-height: 600px;
	top: 0px !important;
    }

    #Panel_Info4 {
        min-height: 197px;
        max-height: 197px;
	top: 0px !important;
    }

    #Panel_Info5 {
        min-height: 398px;
        max-height: 398px;
        top: 202px !important;
    }

    #Panel_Info6 {
        min-height: 197px;
        max-height: 197px;
        top: 403px !important;
    }

    #Panel_ElencoElaborazioni {
        min-height: 117px;
        max-height: 117px;
    }

    #Panel_DettaglioElaborazioni {
        min-height: 1100px;
        max-height: 1100px;
        top: 145px !important;
    }

    .ListaElaborazioniMepa2 {
        width: calc(100% - 10px);
        max-width: 1000px;
    }

    .NuovaElaborazioneMepa {
        width: 175px;
        height: 60px;
        margin: 0px 6px 0px 10px;
    }
}





    @media all and (max-width: 599px) {

        .Oli_DescDownload {
            font-weight: 500;
            font-size: 12px;
        }

        .e-panel-header {
            font-size: 20px !important;
        }

        .GrigliaProdotti {
            zoom: 0.9;
        }

        .NewElabVisProd {
            zoom: 0.7;
        }

        .Panel_NuovaElaborazione0 {
            zoom: 0.8;
        }

        .Panel_NuovaElaborazione1 {
            zoom: 0.8;
        }

        .LabelTopHeader_Desc {
            display: none;
        }

        .LabelTopHeader {
            padding-left: 8px;
            margin-top: -3px !important;
        }

        .BodySito {
            zoom: 0.7;
        }
        .rz-header {
            zoom: 0.7;
        }

        #Dashboard_Info {
            min-height: 400px;
            max-height: 400px;
        }

        #Panel_Info {
            min-height: 200px;
            max-height: 200px;
        }

        #Panel_Info2 {
            top: 215px !important;
            min-height: 200px;
            max-height: 200px;
        }

        #Panel_Info3 {
            top: 20px !important;
            min-height: 600px;
            max-height: 600px;
        }

        #Panel_Info4 {
            top: 635px !important;
            min-height: 197px;
            max-height: 197px;
        }

        #Panel_Info5 {
            top: 855px !important;
            min-height: 398px;
            max-height: 398px;
        }

        #Panel_Info6 {
            top: 1075px !important;
            min-height: 197px;
            max-height: 197px;
        }

        #Panel_ElencoElaborazioni {
            min-height: 180px;
            max-height: 180px;
        }

        #Panel_DettaglioElaborazioni {
            min-height: 1100px;
            max-height: 1100px;
            top: 180px !important;
        }

        .ListaElaborazioniMepa {
            display: block !important;
        }

        .ListaElaborazioniMepa2 {
            width: 100%
        }

        .NuovaElaborazioneMepa {
            width: 175px;
            margin: 10px auto;
            display: block !important;
        }
    }


@media all and (max-width: 474px) {

    .ColonnaHeader {
        min-width: 135%;
        max-width: 135%;
    }

    .TxtLoginMepa {
        min-width: calc(100% - 100px);
        max-width: calc(100% - 100px);
    }

    .LabelTopHeader_Desc {
        display: none;
    }

    .LabelTopHeader {
        padding-left: 8px;
        margin-top: -3px !important;
    }

    .BodySito {
        zoom: 0.6;
    }
    .rz-header {
        zoom: 0.6;
    }
  {
      }
}




    .Oli_Label_Titolo {
        min-width: 100px;
    }

    .Oli_Label_Testo {
        Width: 100%;
        font-size: 16px;
        margin: -1px 0 8px 0;
        line-height: 16px;
        user-select: text;
    }

    .Oli_Label_50Perc {
        Width: 50%;
        padding-right: 5px;
    }

    .Oli_Label_33Perc {
        Width: 33%;
        padding-right: 5px;
    }


    .Oli_Label {
        margin: 10px;
        margin-bottom: 0px;
    }

    .Oli_LabelSinistra {
        width: 100px;
        float: left;
        height: 24px;
        padding-top: 3px;
        margin-bottom: 10px;
    }

    .Oli_LabelDestra {
        width: calc(100% - 100px);
        float: left;
        height: 24px;
        margin-bottom: 10px;
    }

    .Oli_LabelDestra_Opzioni1 {
        width: calc(100% - 200px);
        float: left;
        height: 24px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .Oli_LabelDestra_Opzioni2 {        {
                                           }
        float: left;
        height: 24px;
        margin-bottom: 10px;
    }

    .Oli_LabelDestra_Opzioni3 {
        min-height: 36px;
        float: left;
    }

    .Oli_LabelSinistra_DetProd {
        width: 130px;
        float: left;
        height: 24px;
        padding-top: 3px;
        margin-bottom: 10px;
    }

    .Oli_LabelDestra_DetProd {
        width: calc(100% - 130px);
        float: left;
        height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 15px;
    }


    .e-dialog .e-dlg-content {
        padding: 0px;
    }

    .Panel_Caricamento_2 {
        width: 100%;
        height: calc(100% - 38px);
        position: absolute;
        z-index: 999;
        background-color: white;
        align-content: center;
        padding-left: calc(50% - 7px);
        top: 38px;
    }

    .e-stepper .e-step, .e-stepper .e-indicator {
        padding: 5px;
        font-size: 14px !important;
        font-weight: 700;
    }

    .e-stepper.e-horizontal .e-label {
        font-size: 15px !important;
        font-weight: 500;
    }


    @media all and (min-width: 1750px) {
        .Main_Top {
            max-height: 45px;
        }

        .SkeletonBase {
            max-height: 45px;
        }

        .Panel_Caricamento {
            width: 100%;
            height: 100%;
            max-height: 45px;
            position: absolute;
            z-index: 999;
            background-color: var(--rz-body-background-color);
            align-content: center;
            padding-left: calc(50% - 7px);
        }

        .Dialog_Prodotto {
            max-height: 580px;
        }

        #DettaglioProdotto.e-responsive {
            max-height: 690px !important;
        }

        .Panel_Foto {
            min-height: 200px;
            max-height: 455px;
            padding: 5px;
            margin-left: 5px
        }

        .Panel_InfoProdotto1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto2 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto3 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto4 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto5 {
            padding: 5px;
            margin-left: 5px;
            max-width: 33.1%;
            max-height: 225px;
            overflow: Auto;
        }

        .Panel_InfoProdotto6 {
            padding: 5px;
            margin-left: 5px;
            max-width: 32.1%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione0 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 100px;
            max-height: 100px;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 210px;
            max-height: 210px;
            overflow: hidden;
        }


        #layout_2.Panel_InfoProdotto1 {
            top: 0% !important;
            overflow: hidden;
        }

        #layout_3.Panel_InfoProdotto2 {
            top: 230px !important;
            overflow: hidden;
        }

        #layout_4.Panel_InfoProdotto3 {
            top: 460px !important;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto4 {
            top: 460px !important;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto5 {
            top: 460px !important;
            overflow: Auto;
        }

        #layout_6.Panel_InfoProdotto6 {
            top: 460px !important;
            overflow: hidden;
        }

        #layout_1.Panel_NuovaElaborazione0 {
            top: 0px !important;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione0 #layout_1_body {
            text-align: center;
        }

        #layout_1.Panel_NuovaElaborazione1 {
            top: 110px !important;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione1 #layout_1_body {
            text-align: center;
        }
    }


    @media all and (min-width: 1350px) and (max-width: 1749px) {
        .Main_Top {
            max-height: 45px;
        }

        .SkeletonBase {
            max-height: 45px;
        }

        .Panel_Caricamento {
            width: 100%;
            height: 100%;
            max-height: 45px;
            position: absolute;
            z-index: 999;
            background-color: var(--rz-body-background-color);
            align-content: center;
            padding-left: calc(50% - 7px);
        }

        .Dialog_Prodotto {
            max-height: 580px;
        }

        #DettaglioProdotto.e-responsive {
            max-height: 690px !important;
        }

        .Panel_Foto {
            min-height: 200px;
            max-height: 455px;
            padding: 5px;
            margin-left: 5px
        }

        .Panel_InfoProdotto1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto2 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto3 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto4 {
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_InfoProdotto5 {
            padding: 5px;
            margin-left: 5px;
            max-width: 33.1%;
            max-height: 225px;
            overflow: Auto;
        }

        .Panel_InfoProdotto6 {
            padding: 5px;
            margin-left: 5px;
            max-width: 32.1%;
            max-height: 225px;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione0 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 100px;
            max-height: 100px;
            overflow: hidden;
        }

            .Panel_NuovaElaborazione0 #layout_1_body {
                text-align: center;
            }


        .Panel_NuovaElaborazione1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 210px;
            max-height: 210px;
            overflow: hidden;
        }

            .Panel_NuovaElaborazione1 #layout_1_body {
                text-align: center;
            }
    }

    @media all and (min-width: 600px) and (max-width: 1349px) {
        .Panel_Caricamento {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 999;
            background-color: var(--rz-body-background-color);
            align-content: center;
            padding-left: calc(50% - 7px);
        }

        .Dialog_Prodotto {
            max-height: 580px;
        }

        .Panel_Foto {
            min-height: 405px;
            max-height: 490px;
            padding: 5px;
        }

        .Panel_InfoProdotto1 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            overflow: hidden;
        }

        .Panel_InfoProdotto2 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            overflow: hidden;
        }

        .Panel_InfoProdotto3 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            overflow: hidden;
        }

        .Panel_InfoProdotto4 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 65.5%;
            overflow: hidden;
        }

        .Panel_InfoProdotto5 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 32.1%;
            overflow: Auto;
        }

        .Panel_InfoProdotto6 {
            min-height: 200px;
            padding: 5px;
            margin-left: 5px;
            max-width: 32.1%;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione0 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 150px;
            max-height: 150px;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 300px;
            max-height: 300px;
            overflow: hidden;
        }


        #layout_2.Panel_InfoProdotto1 {
            top: 0% !important;
            overflow: hidden;
        }

        #layout_3.Panel_InfoProdotto2 {
            top: 205px !important;
            overflow: hidden;
        }

        #layout_4.Panel_InfoProdotto3 {
            top: 410px !important;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto4 {
            top: 410px !important;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto5 {
            top: 410px !important;
            overflow: Auto;
        }

        #layout_6.Panel_InfoProdotto6 {
            top: 410px !important;
            overflow: hidden;
        }

        #layout_1.Panel_NuovaElaborazione0 {
            top: 0px !important;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione0 #layout_1_body {
            text-align: center;
        }

        #layout_1.Panel_NuovaElaborazione1 {
            top: 160px !important;
            overflow: hidden;
        }

        .Panel_NuovaElaborazione1 #layout_1_body {
            text-align: center;
        }

        .e-stepper .e-step, .e-stepper .e-indicator {
            padding: 3px;
            font-size: 12px !important;
            font-weight: 700;
        }

        .e-stepper.e-horizontal .e-label {
            font-size: 13px !important;
            font-weight: 500;
        }
    }

    @media all and (max-width: 599px) {

        .Panel_Foto {
            min-height: 280px;
            max-height: 380px;
            padding: 5px;
            top: 0px !important;
        }

        #layout_2.Panel_InfoProdotto1 {
            top: 390px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }

        #layout_3.Panel_InfoProdotto2 {
            top: 785px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }

        #layout_4.Panel_InfoProdotto3 {
            top: 1180px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto4 {
            top: 1575px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }

        #layout_5.Panel_InfoProdotto5 {
            top: 1575px !important;
            max-width: 100%;
            padding: 10px;
            overflow: Auto;
        }

        #layout_6.Panel_InfoProdotto6 {
            top: 1970px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }

        #layout_1.Panel_NuovaElaborazione0 {
            top: 0px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }


        .Panel_NuovaElaborazione0 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 150px;
            max-height: 150px;
            overflow: hidden;
        }

            .Panel_NuovaElaborazione0 #layout_1_body {
                text-align: center;
            }


        #layout_1.Panel_NuovaElaborazione1 {
            top: 160px !important;
            max-width: 100%;
            padding: 10px;
            overflow: hidden;
        }


        .Panel_NuovaElaborazione1 {
            padding: 5px;
            margin-left: 5px;
            max-width: 99%;
            min-height: 300px;
            max-height: 300px;
            overflow: hidden;
        }

            .Panel_NuovaElaborazione1 #layout_1_body {
                text-align: center;
            }

        .e-stepper .e-step, .e-stepper .e-indicator {
            padding: 2px;
            font-size: 10px !important;
            font-weight: 700;
        }

        .e-stepper.e-horizontal .e-label {
            font-size: 12px !important;
            font-weight: 500;
        }
    }
    /*----------------------*/
    /*----------------------*/


    /*----------------------*/
    /*----------------------*/
    /*------GAUGE PRODOTTI--------*/
    /*----------------------*/

    .titleText {
        font-family: inherit;
        font-size: 12.5px;
        font-weight: bold;
        margin-top: -8px;
        cursor: default;
    }

    .titleQtaText {
        font-size: 10px;
        font-weight: 500;
        display: inline-block;
        color: cadetblue;
        position: relative;
        top: -1px;
        right: 6px;
        margin: 0 5px 0 5px;
        width: 35px;
        cursor: default;
    }


    .annotation {
        font-family: inherit;
        font-size: 11px;
        font-weight: 600;
        cursor: default;
    }

.GaugeProdotti{
    zoom:1.2;
}

@media screen and (max-width:1350px) {
    .GaugeProdotti {
        zoom: 1.1;
    }
    /*        .titleText {
            font-size: 11px;
        }

        .titleQtaText {
            font-size: 9px;
        }

        .annotation {
            font-size: 10px;
        }*/
}

    @media screen and (max-width:1250px) {
        .GaugeProdotti {
            zoom: 1;
        }
  /*      .titleText {
            font-size: 10.5px;
        }

        .titleQtaText {
            font-size: 8.5px;
        }

        .annotation {
            font-size: 9.5px;
        }*/
    }

    @media screen and (max-width:1150px) {
        .GaugeProdotti {
            zoom: 1;
        }
/*        .titleText {
            font-size: 9.5px;
        }

        .titleQtaText {
            font-size: 7.5px;
        }

        .annotation {
            font-size: 8.5px;
        }*/
    }

    @media screen and (max-width:1050px) {
        .GaugeProdotti {
            zoom: 0.95;
        }
/*        .titleText {
            font-size: 9px;
        }

        .titleQtaText {
            font-size: 7px;
        }

        .annotation {
            font-size: 8px;
        }*/
    }

    @media screen and (max-width:850px) {
        .GaugeProdotti {
            zoom: 0.85;
        }
/*        .titleText {
            font-size: 8.5px;
        }

        .titleQtaText {
            font-size: 6.5px;
        }

        .annotation {
            font-size: 7.5px;
        }*/
    }

    @media screen and (max-width:750px) {
        .GaugeProdotti {
            zoom: 0.9;
        }
/*        .titleText {
            font-size: 7.5px;
        }

        .titleQtaText {
            font-size: 5.5px;
        }

        .annotation {
            font-size: 6.5px;
        }*/
    }


    @media screen and (max-width:600px) {
        .GaugeProdotti {
            zoom: 1.4;
        }
/*        .titleText {
            font-size: 12px;
            font-weight: 600;
        }

        .titleQtaText {
            font-size: 10px;
        }

        .annotation {
            font-size: 10.5px;
            font-weight: 600;
        }*/
    }

@media screen and (max-width:300px) {
    .GaugeProdotti {
        zoom: 1;
    }
    /*        .titleText {
            font-size: 12px;
            font-weight: 600;
        }

        .titleQtaText {
            font-size: 10px;
        }

        .annotation {
            font-size: 10.5px;
            font-weight: 600;
        }*/
}


    /*----------------------*/


#fabElem {
    position: fixed;
}

.dialog-aiassistview {
    width: 98%;
    height: 97%;
    margin: 0 auto;
    display: contents;
    align-items: center;
    position: static;
    z-index: 9999;
}

.rz-layout .banner-content .e-assistview-icon:before {
    font-size: 35px;
}

.rz-layout .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    text-align: center;
}

.rz-layout .left-content .header {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px 5px;
}

.rz-layout .e-card:hover {
    background: none;
}

.rz-layout .left-content .content,
.rz-layout .right-content .content {
    justify-content: flex-start;
    border: none;
    box-shadow: none;
    background: inherit;
}

.rz-layout .left-content .content {
    height: 80%;
    padding-left: 3px;
}

.rz-layout .right-content .content {
    height: 100%;
    margin-top: 20px;
    font-size: 12px;
    overflow: auto;
    line-height: 25px;
}

.rz-layout .note-title {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 5px 10px;
}

.rz-layout .note-title .heading,
.rz-layout .note-title .sub-heading {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
}

.rz-layout .note-title .heading {
    font-weight: 400;
}

.rz-layout .note-title .sub-heading {
    font-size: 10px;
    line-height: 15px;
}

.rz-layout .note-title .heading.e-skeleton {
    height: 13px;
    width: 100%;
    margin-bottom: 7px;
}

.rz-layout .note-title .sub-heading.e-skeleton {
    height: 12px;
    width: 80%;
}

.rz-layout hr {
    margin: 0 0 0 2px;
}

.rz-layout .right-content {
    display: flex;
    flex-direction: column;
    padding: 15px 0 15px 20px;
    gap: 5px;
}

.rz-layout .right-content .heading {
    font-size: 20px;
}

.rz-layout .right-content .date-info {
    font-size: 10px;
}

.rz-layout #fabElem {
    z-index: 9999;
}

.rz-layout .custom-dialog .e-dlg-content {
    padding: 0;
}

#dialogElem {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .575);
}

.e-aiassistview .e-view-header .e-toolbar-item.e-active::after {
    background-color: #2196f3 !important;
}

.rz-layout .custom-dialog {
    max-height: 600px !important;
    align-items: center;
}

.rz-layout .custom-aiassistview {
    border: none;
}

body[class*="fluent2-highcontrast"] .rz-layout .e-card {
    color: #8c8c8c;
}

.e-tbar-btn:hover {
    background-color: #0d6efd !important;
    background: #0d6efd !important;
}

.e-tbar-btn:after {
    background-color: #e8f5ff !important;
    background: #e8f5ff !important;
}

.e-tbar-btn:focus {
    background-color: #e8f5ff !important;
    background: #e8f5ff !important;
}

.e-control .e-btn .e-lib .e-tbar-btn .e-tbtn-txt {
    background-color: #e8f5ff !important;
    background: #e8f5ff !important;
    box-shadow: none;
}

@@media only screen and (max-width: 850px) {
    .rz-layout {
        width: 100%;
    }
}

.tawk-footer {
    display: none !important;
}