:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --azzurro: #7abfc4;
    --giallo: #e9bd3d;
    --verdescuro: #55664f;
    --verdesalvia: #91a67c; /* rgb(145, 166, 124) */
    --indianred: #cd5c5c;
    --white: #ffffff;
    --whitelight: #eeeeee;
    --fullscreen: rgb(33, 37, 41, 0.5);
    --gold: rgb(255, 215, 0);
    --silver: rgb(192, 192, 192, 0.5);
    --transparent-blue: rgba(0, 0, 255, 0.1);
    --brown: #66001A;
    /* section dark */
    --darkblue: rgb(0, 0, 139);
    --darkcyan: rgb(0, 139, 139);
    --darkgoldenrod: rgb(184, 134, 11);
    --darkgray: rgb(169, 169, 169);
    --darkgreen: rgb(0, 100, 0);
    --darkgrey: rgb(169, 169, 169);
    --darkkhaki: rgb(189, 183, 107);
    --darkmagenta: rgb(139, 0, 139);
    --darkolivegreen: rgb(85, 107, 47);
    --darkorange: rgb(255, 140, 0);
    --darkorchid: rgb(153, 50, 204);
    --darkred: rgb(139, 0, 0);
    --darksalmon: rgb(233, 150, 122);
    --darkseagreen: rgb(143, 188, 143);
    --darkslateblue: rgb(72, 61, 139);
    --darkslategray: rgb(47, 79, 79);
    --darkslategrey: rgb(47, 79, 79);
    --darkturquoise: rgb(0, 206, 209);
    --darkviolet: rgb(48, 0, 211);
    /* section dark */
    /* section light */
    --lightblue: rgb(173, 216, 230);
    --lightcoral: rgb(240, 128, 128);
    --lightcyan: rgb(224, 255, 255);
    --lightgoldenrodyellow: rgb(250, 250, 210);
    --lightgray: rgb(211, 211, 211);
    --lightgreen: rgb(144, 238, 144);
    --lightgrey: rgb(211, 211, 211);
    --lightpink: rgb(255, 182, 193);
    --lightsalmon: rgb(255, 160, 122);
    --lightseagreen: rgb(32, 178, 170);
    --lightskyblue: rgb(135, 206, 250);
    --lightslategray: rgb(119, 136, 153);
    --lightsteelblue: rgb(176, 196, 222);
    --lightyellow: rgb(255, 255, 224);
    /* section light */
    --floralwhite: rgb(255,250,240);
    --color-utility: #2980b9;
    --color-metanonord: #27ae60;
    --az0: #80b7ff;
    --az1: #b3d4ff;
}
/* code for all */
.nascondi {
    display: none !important;
}
/* ./code for all */
.mnut-container {
    transition: 2s;
    margin: 0 auto;
    /*width: 100vw;*/
    /* border-bottom: 1px solid gray; */
    padding-bottom: 4px;
}
.mnut-container h1 {
    font-family: 'Arial';
    font-size: 24pt;
    background-color: /* #3cddef; */ #2185d0;
    color: #e6e6e6;
    text-align: left;
    padding: 1vw;
    /*margin-top: 5px;*/
}
.mnut-container h1 .icon-auto {
    background-color: #e6e6e6;
    border-radius: 100%;
    padding: 40px;
    font-size: 1pt;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; right: 4px; top: 3px;
}
.mnut-container h1 .icon-auto {
    background-image: url('/BSC/img/auto72_pixel.png');
}
.mnut-container .icon-easy {
    background-image: url('/BSC/img/logo_azienda.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    padding: 50px;
}
.mnut-container .icon-menu {
    background-image: url('/BSC/img/mac_15246.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px;
    padding: 50px;
}
#footer {
    display: none;
}
.mnut-full-screen {
    position: fixed; left: 0; top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;/*#aeaeae;*/
    opacity: 0.5;
    z-index: 999;
    display: none;
}
.mnut-alert {
    background-image: url('/BSC/img/close.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: 2s;
    width: 28vw;
    padding: 1vw;
    position: fixed; top: 25vw; left: 36vw;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    z-index: 1001;
    display: none;
}
.mnut-alert-loading {
    transition: 2s;
    width: 28vw;
    padding: 1vw;
    position: fixed; top: 25vw; left: 36vw;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    z-index: 1001;
    display: none;
}
.mnut-alert-info {
    background-color: lightskyblue
}
.mnut-alert-primary {
    background-color: darkcyan;
}
.mnut-alert-success {
    background-color: darkgreen;
}
.mnut-alert-warning {
    background-color: darkgoldenrod;
}
.mnut-alert-danger {
    background-color: darkred;
}
.mnut-panel-body {
    transition: 2s;
    width: 97vw;
    position: relative; left: 1vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 18px; */
}
.mnut-panel-body-col-6 {
    transition: 2s;
    width: 97vw;
    position: relative; left: 1vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* gap: 18px; */
}
.mnut-panel-body-all, mn {
    transition: 2s;
    width: 97vw;
    position: relative; left: 1vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.mnut-panel-body-all-2 {
    transition: 2s;
    width: 97vw;
    position: relative; left: 1vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.mnut-panel-body label, .mnut-panel-body-all label {
    display: block;
    border: none;
    color: dimgray;
    width: 20vw;
    background-color: transparent !important;
    font-size: 10pt !important;
    font-family: 'Arial';
    text-align: left;
}
.mnut-panel-body input[type='text'],
.mnut-panel-body input[type='email'],
.mnut-panel-body input[type='password'],
.mnut-panel-body select {
    height: 25px;
    border: none;
    border: 1px solid #aeaeae;
    border-radius: 100px;
    width: 30vw;
    padding-left: 0.5vw;
    font-size: 10pt !important;
    /*font-family: 'Courier New monospace sans-serif';*/
    color: gray;
}
.mnut-panel-body-col-6 input[type='text'],
.mnut-panel-body-col-6 input[type='email'],
.mnut-panel-body-col-6 input[type='password'],
.mnut-panel-body-col-6 input[type='date'],
.mnut-panel-body-col-6 select {
    height: 25px;
    border: none;
    border: 1px solid #aeaeae;
    border-radius: 100px;
    width: 14vw;
    padding-left: 0.5vw;
    font-size: 10pt !important;
    color: gray;
}
.view-send-mail-body input[type='text'] {
    height: 35px;
    border: 1px solid #aeaeae;
    border-radius: 100px;
    width: 100%;
}
.mnut-panel-body input[type='checkbox'], .mnut-panel-body-all input[type='checkbox'] {
    width: 20px !important;
    height: 20px;
    cursor: pointer;
}
.mnut-panel-body-all textarea {
    width: 94.5vw;
    height: 100px;
    padding-left: 0.5vw;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    font-size: 10pt !important;
    font-family: 'Arial';
}
.mnut-panel-body select, .mnut-panel-body-col-6 select {
    background-color: #ffffff !important;
}
.mnut-panel-body .mnut-span-clear {
    cursor: pointer;
    position: relative; right: 25px; top: 4px;
    visibility: hidden;
   /*  background-color: darkred;
    color: #ffffff;
    border: 1px solid black;
    padding-left: 2px;
    border-radius: 4px;
    font-weight: bold; */
}
.mnut-panel-body .mnut-span-clear img {
    width: 18px;
    height: 18px;
}
.mnut-panel-body button {
    width: 20%;
    box-shadow: 0 3px 9px #343a40 !important;
    cursor: pointer; 
}
.mnut-panel-body button:active {
    box-shadow: 0 0 0 0 !important; 
}

.mnut-i-save {
    display: block;
    padding: 16px;
    background-image: url('/BSC/img/save2.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mnut-i-trash {
    display: block;
    padding: 16px;
    background-image: url('/BSC/img/trash.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
.mnut-i-next {
    display: block;
    padding: 16px;
    background-image: url('/BSC/img/arrow_next.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mnut-i-prev {
    display: block;
    padding: 16px;
    background-image: url('/BSC/img/arrow_prev.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.mnut-i-doc-preview {
    display: block;
    padding: 16px;
    background-image: url('/BSC/img/document_preview.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
}
.autocomplete-items {
    position: absolute;
    /* border: 1px solid silver; */
    border-bottom: none;
    border-top: none;
    /*position the autocomplete items to be the same width as the container:*/
    /* top: 100%;
    left: 0;
    right: 0; */
    width: 30%;
    height: 35px;
    z-index: 2;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: silver; 
    border: 1px solid #535353;
    border-radius: 4px;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff;
}
.mnut-row {
    margin-top: 2px;
}
.mnut-menu {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute; right:0; top: 0;
    border-radius: 1.25vh;
    z-index: 1;
}
.mnut-img-menu {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mnut-a-menu {
    position:absolute; right: 24px; top: 24px;
    background-color: whitesmoke;
    color: darkred;
    padding: 4px;
    border-radius: 4px;
    width: 80px;
    z-index: 1;
    display: none;
}
.mnut-css-crs-pointer {
    cursor: pointer;
}
.mnut-panel-body .didascalia-primary {
    color: DodgerBlue;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
}
.mnut-panel-body .didascalia-success {
    color: #28a745;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
}
.mnut-panel-body .didascalia-danger {
    color: #dc3545;
    font-weight: bold;
    font-size: 12pt;
}
.didascalia-success {
    color: #28a745;
}
.didascalia-info {
    color: #dc3545;
}
.didascalia-primary {
    color: DodgerBlue;
}
.didascalia-warning {
    color: darkgoldenrod;
}
.didascalia-danger {
    color: #dc3545;
}
.mnut-i-installazione {
    padding: 15px;
    background-image: url('/BSC/img/address2.png');
    background-position: center center;
    background-repeat: no-repeat;
}
#obl {
    color: #dc3545;
    width: 50px;
}
/*
.note-editing-area {
    height: 300px;
}
*/
.phyton {
    width: 30vw !important;
}
.category-content {
    width:100%;
    margin-top: 4px;
    border-bottom: 1px solid #535353;
}
.img-open, .img-close {
    width: 25px !important;
    height: 25px;
    cursor: pointer !important;
    /*box-shadow: 0 3px 9px #aaaaaa;*/
    border-radius: 4px;
}
.span-category {
    color: #535353;
    font-weight: bold;
    position: relative; left: 4px; bottom: 8px;
}
.ct2-div {
    width: 98%;
    position: relative; left: 2%;
}

#table_category, .table-preview {
    table-layout: fixed;
    width: 100%;
    /* border: 1px solid #535353; */
}
.table-anteprima {
    width: 100%;
    border-left: 1px solid var(--dark); border-right: 1px solid var(--dark); border-bottom: 1px solid var(--dark);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 9px var(--dark);
    position: relative; top: 25px;
}
#table_category tr td, .table-anteprima tr td {
    font-size: 10pt;
    border: 1px solid #535353;
}
.table-preview tr {
    border: 1px solid #535353;
}
.table-preview tr td {
    font-size: 10pt;
    /* border-left: 1px solid #535353; border-bottom: 1px solid #535353; */
}
/* block header */
.div-header {
    padding: 16px;
    text-align: center;
    background: /*#555;*/ var(--gray);
    color: #f1f1f1;
    position: absolute;
    width: 36.1%;
    border-radius: 4px 4px 0 0;
    z-index: 1;
}
.content {
    position: relative; top: 25px;
    margin: 0 auto;
    width: 99%;
  }
/* ./block header */
#table_category tr:nth-child(even), .table-anteprima tr:nth-child(even), .table-preview tr:nth-child(even) {background: #CCC}
#table_category tr:nth-child(odd), .table-anteprima tr:nth-child(odd), .table-anteprima tr:nth-child(odd) {background: #FFF}
.preview-tbl-foot tr td {
    background-color: var(--success);
    color: var(--white);
    height: 5vh;
}
.table-anteprima .th0 {
    color: var(--success);
}
.th1-descrizione, .th3-descrizione {
    width: 80% !important;
}
.td-catergoria {
    text-align: left;
}
.mnut-table .htr-colors th {
    /*
    background-color: var(--primary);
    color: var(--whitelight);
    */
    height: 4vh;
}
.input-category {
    height: 20px;
    border: none;
    border: 1px solid #aeaeae;
    border-radius: 100px;
    width: 2vw;
    font-size: 10pt !important;
    font-family: 'Arial';
    text-align: center;
}
.categorie-1 {
    width: 60vW;
}
.preview {
    border: 1px solid var(--dark);
    margin-top: 2.8%;
    margin-left: 5%;
    background-color: #ffffff;
    width: 95%;
    border-radius: 4px ;
    display: none;
    box-shadow: 0 3px 9px var(--dark);
}
.mnut-panel-body-button {
    position: relative; top: 10vw;
    border-top: 1px solid #535353;
    padding-bottom: 30px;
}
.spa-clear {
    background-image: url('/BSC/img/close_form.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    cursor: pointer;
    padding: 6px;
    position: relative; right: 20px;
    display: none;
}
.animation-panel-active {
    box-shadow: 0 3px 9px var(--dark);
}
.animation-panel-deactive {
    box-shadow: 0 0 0;
}
.animation-panel-active:active {
    box-shadow: 0 0 0;
}
.mnut-row-margin-top {
    padding: 8px;
}
.fi-div-button {
    transition: 1s;
    width: 35px;
    height: 35px;
    border: 1px solid var(--dark);
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 4px;
    box-shadow: 0 3px 9px var(--dark);
}
.fi-div-button-search {
    background-image: url('/BSC/img/filter.png');
}
.fi-div-button-excel {
    background-image: url('/BSC/img/excel.png');
}
.fi-div-button-archive {
    background-image: url('../img/archive.png');
}
.fi-div-button-trash {
    background-image: url('../img/trash.png');
}
.fi-div-button-new {
    background-image: url('/BSC/img/new.png');
}
.fi-div-button-save {
    background-image: url('/BSC/img/save.png');
}
.fi-div-button-edit {
    background-image: url('/BSC/img/edit.png');
}
.fi-div-button-checkbox {
    background-image: url('/BSC/img/solicit_accept_check_ok_theaction_6340.png');
}
.fi-div-button-closed {
    background-image: url('/BSC/img/close.png');
}
.fi-div-button-restore {
    background-image: url('/BSC/img/backup-restore256_24925.png');
}
.div-chk-closed {
    position: relative;
    left: 150px;
    bottom: 50px;
}
.div-chk-restore {
    position: relative;
    left: 500px;
    bottom: 103px;
}
.fi-div-button:active {
    transition: 0.5s;
    box-shadow: 0 0 0;
}
@media only screen and (max-device-width: 860px) {
    .mnut-alert {
        width: 98%;
        position: fixed; left: 1%; top: 1%;
    }
    .mnut-container {
        transition: 2s;
        position: absolute; top: 0;
        width: 100vw;
        /* border: 1px solid gray; */
        border-radius: 0 0 4px 4px;
    }
    .mnut-container h1 .icon-auto {
        border-radius: 100%;
        padding: 22px;
        font-size: 1pt;
        background-image: url('/BSC/img/auto2.png');
        background-position: center center;
        background-repeat: no-repeat;
        position: relative; right: 4px; top: 8px;
       
    }
    .mnut-panel-body, .mnut-panel-body-all-2, .mnut-panel-body-col-6 {
        transition: 2s;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .mnut-panel-body input[type='text'], 
    .mnut-panel-body input[type='email'], 
    .mnut-panel-body input[type='password'], 
    .mnut-panel-body select,
    .mnut-panel-body-col-6 input[type='text'], 
    .mnut-panel-body-col-6 input[type='email'], 
    .mnut-panel-body-col-6 input[type='password'], 
    .mnut-panel-body-col-6 input[type='date'],
    .mnut-panel-body-col-6 select {
        height: 50px;
        font-size: 11pt !important;
        color: gray;
        padding-left: 4px;
    }
    .mnut-panel-body label {
        border: none;
        width: 55vw;
    }
    .categorie-1 {
        width: 100%;
    }
    .preview {        
        width: 100%;
        margin-left: 0;
    }
    .mnut-panel-body button:nth-child(1) {
        margin-bottom: 4px;
    }
    .mnut-panel-body input[type='text'],
    .mnut-panel-body input[type='email'],
    .mnut-panel-body input[type='password'],
    .mnut-panel-body button,
    .mnut-panel-body select,
    .mnut-panel-body-all textarea,
    .mnut-panel-body-col-6 input[type='text'],
    .mnut-panel-body-col-6 input[type='email'],
    .mnut-panel-body-col-6 input[type='password'],
    .mnut-panel-body-col-6 button,
    .mnut-panel-body-col-6 input[type='date'],
    .mnut-panel-body-col-6 select {
        transition: 2s;
        width: 97vw;
    }
    .mnut-panel-body .mnut-span-clear {
        display: none;
    }
    .mnut-menu {
        display: none;
    }
    .autocomplete-items {
        width: 100%;
    }
    /* PAGINA 2*/
    .mnut-panel-body-show-hide-2 {
        position: relative; top: 40px;
    }
    /* PAGINA 2*/
    .spa-clear {
        display: none;
    }
    /* block header */
    .div-header {
        width: 99.8%;
    }
    /* ./block header */
    .mnut-panel-body-button {
        padding-bottom: 60px;
    }
    .mnut-panel-body-button .btn-close {
        margin-top: 10px;
    }
    /* nascondo il menu default */
    
    /*.menu {
        display: none !important;
    }/* nascondo il menu default */
    
}/* ./media query */