﻿
/*#region Generale ***/
/*#region Base ***/
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-300.ttf') format('truetype'), url('fonts/Roboto-300.woff') format('woff'), url('fonts/Roboto-300.woff2') format('woff2'), url('fonts/Roboto-400.ttf') format('truetype'), url('fonts/Roboto-400.woff') format('woff'), url('fonts/Roboto-400.woff2') format('woff2'), url('fonts/Roboto-500.ttf') format('truetype'), url('fonts/Roboto-500.woff') format('woff'), url('fonts/Roboto-500.woff2') format('woff2'), url('fonts/Roboto-700.ttf') format('truetype'), url('fonts/Roboto-700.woff') format('woff'), url('fonts/Roboto-700.woff2') format('woff2');
}

body {
    padding: 0;
    font-size: 12px;
    font-family: "Roboto", "Source Sans Pro", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*#endregion Base */
.hidden {
    display: none;
}
/*#region Idler ***/
#nts_pageIdler {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(100,100,100,0.5);
    z-index: 105;
}

#nts_pageIdlerMessage {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(100,100,100,0.8);
    color: white;
    font-weight: bolder;
    padding: 1em 0;
}
/*#endregion Idler ***/

/*#region Fullscreen ***/
div.cardnts div.fullPageElement {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 80;
    margin: 0;
    padding: 0 0.5em;
    overflow-y: scroll;
}
/*#endregion Fullscreen ***/

/*#region Layout ***/
.row > div {
    margin-top: 2px;
    margin-bottom: 0.1px;
}
/*#endregion Layout ***/

/*#region Nav bar ***/
nav.navbar a.ntsHelpOnline {
    font-size: 1em;
}

#ntsNavBar {
    padding: 0;
    margin: 0;
    height: 2em;
}

    #ntsNavBar .nav-link {
        padding-top: 0;
        padding-bottom: 0;
    }
/*#endregion Nav bar ***/

/*#region Pervasivi - forse da spostare in anagrafica icone ***/
.nts_nes_pervasive {
    cursor: pointer;
}

.nts_risk_pervasive {
    cursor: pointer;
}

.nts_err_pervasive {
    cursor: pointer;
}

.nts_err_pervasive {
    color: grey;
    cursor: pointer;
}
/*#endregion Pervasivi ***/

/*#region Logo lettere ***/
div.ntsFontLogoS {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #2ba02b;
    color: white;
    border-radius: 50%;
    font-size: 0.8em;
    text-align: center;
    vertical-align: text-bottom;
}

div.ntsFontLogoM {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #2ba02b;
    color: white;
    border-radius: 50%;
    font-size: 0.6em;
    text-align: center;
    padding-top: 0.2em;
    vertical-align: text-bottom;
}
/*#endregion Logo lettere ***/

#ntsHome {
    color: white;
    cursor: pointer;
}
/*#endregion Generale ***/
/*#region Tabs ***/
div.ntsTabs {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.ntsTabs div.titolo {
        color: #999999;
        margin: 10px;
        font-size: 1.2em;
        font-weight: bolder;
    }

    div.ntsTabs > ul {
        list-style: none;
    }

        div.ntsTabs > ul > li > a {
            border-bottom: 1px solid lightgrey;
            color: lightgray;
            display: block;
            padding: 0.5rem 1rem;
        }

            div.ntsTabs > ul > li > a:hover {
                color: black;
                text-decoration: none;
            }

            div.ntsTabs > ul > li > a.active {
                border: 1px solid lightgrey;
                border-bottom: none;
                color: #5698C5;
                font-weight: bold;
                cursor: default;
            }
/*#endregion Tabs*/
/*#region Wizard ***/
div.ntsWizard {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.ntsWizard li {
        text-align: center;
    }

        div.ntsWizard li .ntsFontLogoM {
            font-size: 1.3em;
            color: #ffffff;
            background-color: #88c354;
        }

    div.ntsWizard > ul {
        list-style: none;
        justify-content: center;
    }

    div.ntsWizard .ntsNomeFaseWiz {
        color: black;
    }

    div.ntsWizard .active .ntsNomeFaseWiz {
        color: #ea1860;
    }

    div.ntsWizard > ul > li > a {
        border: none;
        display: block;
        padding: 0.5rem 1rem;
        width: 10vw;
    }

        div.ntsWizard > ul > li > a:hover {
            color: black;
            text-decoration: none;
        }

    div.ntsWizard .active .ntsFontLogoM {
        color: #fff;
        background-color: #ea1860;
        cursor: default;
    }

    div.ntsWizard .active ~ li .ntsFontLogoM {
        color: #999999;
        background-color: #e3e3e3;
        cursor: default;
    }


    div.ntsWizard li:not(:first-child):before {
        display: block;
        content: "";
        position: relative;
        width: 7vw;
        border-top: 2px solid #88c354;
        top: 2em;
        left: -3.5vw;
        height: 0;
    }

    div.ntsWizard .active ~ li:before {
        display: block;
        content: "";
        position: relative;
        width: 7vw;
        border-top: 2px dashed #e3e3e3;
        top: 2em;
        left: -3.5vw;
        height: 0;
    }

div.ntsWizardBodyContent {
    overflow-y: auto;
    overflow-x: hidden; /* pac 02/07/2020 */
    padding: 0;
    margin: 0;
}

div.ntsBottoni.ntsBottoniModal { /*Stile base del container bottoni*/
    background-color: #ececec;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 2em;
}

@media (max-width: 1000px) {
    div .ntsWizard li:not(:first-child):before, div.ntsWizard .active ~ li:before {
        width: 5vw;
        left: -2.5vw;
    }
}
/*#endregion Wizard*/
/*#region Form Title ***/
div.ntsFormTitle {
    align-items: center;
    border-bottom: 1px solid lightgray;
    padding-bottom: 0.2em;
    margin-bottom: 2em;
    width: 100%;
    overflow: auto; /* no flex here! */
    height:100px;
}

    div.ntsFormTitle .ntsFormTitleBack button {
        border: none;
        background-color: transparent;
        color: #5698C5;
        font-size: 2em;
        float: left;
    }

        div.ntsFormTitle .ntsFormTitleBack button:focus {
            outline: none;
            border: none;
        }

    div.ntsFormTitle .ntsFormTitleBack i:before {
        color: #5698C5;
    }

    div.ntsFormTitle .ntsFormTitleBody {
        padding-left: 1em;
        float: left;
    }

div.ntsFormTitleBody .ntsTitlePrimary {
    color: #5698C5;
    font-size: 2em;
}

div.ntsFormTitleBody .ntsTitleSecondary {
    color: #5698C5;
    font-size: 1.17em;
}

div.ntsFormTitle .ntsTitleSubject {
    font-size: 0.9em;
    font-weight: normal;
}

.ntsFormBoxPanel {
    padding-top: 0em; 
    padding: 0em 0em; 
    margin-left: 0.5em;
    float: left;
    
}

.ntsFormCommandsPanel {
    float: right;
    text-align: right;
    padding-top: 0em;
    padding: 0em 0.7em;
}

.ntsFormCommand, .ntsFormBox {
    display: inline-block;
    padding: 0.3em 0.7em;
    max-width: 7em;
    min-height: 6em;
    vertical-align: top;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-weight: 300;
}
.ntsFormCommand div{
    height: 3em;
    
}

    .ntsFormBox {
        border: rgba(255, 191, 0, 1) solid 3px;
        min-width: 7em;
        max-width: unset;
        white-space: nowrap;
    }

    .ntsFormCommand:not(.ntsFormCommandDisabled):hover {
        background-color: #eee;
    }

    .ntsFormCommand.ntsFormCommandDisabled {
        cursor: default;
    }

    .ntsFormCommand img { /*Dimensionamento SVG quando presenti*/
        width: 2em;
        height: 2em;
        margin: auto;
    }

    .ntsFormCommand *, .ntsFormBox * { /*Colore testo e icona*/
        display: block;
        text-align: center;
        color: #5698C5;
    }

    .ntsFormBox > div {
        font-weight:bold;
    }

    .ntsFormCommand .ntsFormCommandIcon::before { /*Colore testo e icona*/
        color: #5698C5;
    }

    .ntsFormCommand.ntsFormCommandDisabled * { /*Colore testo e icona (disabilitato)*/
        color: #aaa;
    }

    .ntsFormCommand.ntsFormCommandDisabled .ntsFormCommandIcon::before { /*Colore testo e icona (disabilitato)*/
        color: #aaa;
    }
/*#endregion Form Title ***/
/*#region Card NTS ***/
/*#region Base ***/

img.ntsSvgIcon { /*Marker per icone SVG*/
    width: 1.5em;
    height: 1.5em;
}

div.cardnts {
    /*    border-radius: 0.25rem;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 5px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .15);
    margin-top: 1em;
    margin-bottom: 20px;
    padding-bottom: 20px;*/
}

    div.cardnts div.row {
        margin-left: 0px;
        margin-right: 0px;
    }
/*#endregion Base*/

/*#region Form NTS ***/
.ntsForm label {
    font-size: 1.17em;
    color: #999999;
    width: 13em;
    display: inline-block;
    text-align: right;
    margin: 1em 0.5em 0 0;
    padding: 0;
    font-weight: 400;
    vertical-align: middle;
}

    .ntsForm label.ntsRequired {
        color: #0e487b;
    }

        .ntsForm label.ntsRequired:after {
            color: red;
            content: " *";
        }

    .ntsForm label.ntsSuggested {
        color: #0e487b;
    }

.ntsForm .form-control {
    background-color: white;
    color: black;
    font-size: 1.17em;
    padding: 4px;
}

    .form-control.errorLevel1, .ntsForm .form-control.errorLevel1, .ntsForm input.form-control.errorLevel1, .ntsForm select.form-control.errorLevel1, .ntsForm textarea.form-control.errorLevel1 {
        border-color: orange;
        border-width: 2px;
        padding: 4px;
    }

.form-control.errorLevel2, .ntsForm form-control.errorLevel2, .ntsForm input.form-control.errorLevel2, .ntsForm select.form-control.errorLevel2, .ntsForm textarea.form-control.errorLevel2 {
    border-color: red;
    border-width: 2px;
    padding: 4px;
}

.ntsForm .form-control:focus {
    box-shadow: 0px 0px;
    border: 2px solid deepskyblue;
    padding: 4px;
}

.ntsForm .form-control:disabled, .ntsForm .form-control[readonly] {
    background-color: #eee;
    color: #9e9e9e;
    border: 1px solid #eee;
    cursor: default;
}

.ntsForm input.form-control, .ntsForm textarea.form-control, .ntsForm select.form-control, .ntsForm div.divRadio {
    border-radius: 0;
    border: 1px solid lightgrey;
    padding: 5px;
    height: 2.5em;
    margin: 1em 0 0 0;
    width: calc( 100% - 13em - 3em );
    display: inline-block;
    vertical-align: middle;
}

.ntsForm span.form-control {
    border-radius: 0;
    border: none;
    padding: 5px;
    height: 2.5em;
    margin: 1em 0 0 0;
    width: calc( 100% - 13em - 3em );
    display: inline-block;
    vertical-align: middle;
}

.ntsForm .form-check label {
    font-weight: 400;
    font-size: 1em;
}

.ntsForm input.form-control.d-block {
    width: auto;
}

.ntsForm textarea.form-control {
    height: auto;
}

.ntsForm select[multiple].form-control {
    height: unset;
}

.ntsForm div.divRadio {
    border: none;
    height: auto;
}

.ntsForm input[type='checkbox'] {
    width: 1.5em;
}

.ntsForm div.divRadio label {
    display: contents;
    cursor: pointer;
}

.ntsForm .form-check-inline .form-check-input {
    position: static;
    margin: 0.6em;
}

div.ntsAutocomplete {
    width: calc( 100% - 13em - 3em );
    display: inline-block;
    position: relative;
    font-size: 1.17em;
}

    div.ntsAutocomplete input.form-control,
    .ntsSpecialForm div.ntsAutocomplete input.form-control,
    .ntsForm div.ntsAutocomplete input.form-control {
        width: 100%;
        padding-right: 3em; /*per lasciare spazio alle icone dei comandi*/
        font-size: inherit;
    }

    div.ntsAutocomplete i {
        cursor: pointer;
        color: black;
    }

        div.ntsAutocomplete i::before {
            padding: 0.2em;
        }

        div.ntsAutocomplete i.ntsAcShowAll {
            display: inline-block;
            top: 0.65em;
            width: 0;
            position: absolute;
            top: 1.8em;
            right: 3em;
        }

        div.ntsAutocomplete i.ntsAcReset {
            display: inline-block;
            top: 0.65em;
            position: absolute;
            top: 1.8em;
            right: 0.5em;
        }

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    max-height: 40%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

.ntsForm div.ntsInfoIcon {
    display: inline-block;
    font-size: 1.5em;
    width: 1em;
    top: 0.8em;
    vertical-align: text-top;
    margin-top: 0.25em;
}

.ntsForm div.infoIcon.noHelp {
    display: none;
}

.ntsMultiselect {
    border-radius: 0;
    height: auto;
    min-height: 2.5em;
    width: calc( 100% - 13em - 3em );
    display: inline-block;
    vertical-align: text-top;
}

    .ntsMultiselect.ntsMultiselectNoLabel {
        width: calc( 100% - 3em );
    }

    .ntsMultiselect .badge {
        margin-right: 0.5em;
        margin-bottom: 0.25em;
    }

.ntsMultiselectRemover {
    color: white;
    margin-left: 0.5em;
    cursor: pointer;
}

    .ntsMultiselectRemover:hover {
        color: yellow;
    }

@media (max-width: 576px) { /*correzioni per schermi piccoli*/
    .ntsForm label {
        width: calc( 100% - 2em );
    }

    .ntsForm input.form-control, .ntsForm textarea.form-control, .ntsForm select.form-control, .ntsForm div.divRadio {
        width: calc( 100% - 2em );
    }

    div.ntsAutocomplete {
        width: calc( 100% - 2em );
    }
}

/*#region Form sezioni ***/
.ntsForm .ntsFormSection {
    font-size: 1.2em;
    color: white;
    background-color: #5698C5;
    font-weight: bold;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 100%;
    padding: 0.1em 0.5em;
    font-weight: 400;
}

.ntsForm .ntsFormSubSection {
    font-size: 1.1em;
    color: #5698C5;
    font-weight: bold;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 100%;
    padding: 0.1em 0.5em;
    font-weight: 400;
}
/*#endregion Form sezioni ***/

/*#endregion Form NTS ***/

/*#region Bottoni ***/
div.ntsBottoni { /*Stile base del container bottoni*/
    border-radius: 0;
    margin: 3em 0 0.5em 0;
    display: block;
    text-align: right;
}

    div.ntsBottoni button { /*Stile base dei bottoni*/
        border-radius: 0;
        padding: 0.25em 0.9em;
        margin: 0.3em 0 0.3em 1em;
        border: 1px solid;
        font-size: 1.2em;
        cursor: pointer;
        background-color: white;
    }

        div.ntsBottoni button:focus {
            outline: none;
        }

        div.ntsBottoni button:disabled {
            opacity: 0.25;
            cursor: default;
        }

        div.ntsBottoni button:not(.ntsSuggested):not(:disabled):hover {
            background-color: #e3eef8
        }

        div.ntsBottoni button.ntsSuggested:hover {
            filter: brightness(90%);
        }

        /*@btnhelp(Azione) Modifica@*/ div.ntsBottoni button.ntsBtnEdit {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnEdit.ntsSuggested {
                color: white;
                background-color: green;
            }
        /*@btnhelp(Azione) Conferma@*/ div.ntsBottoni button.ntsBtnRename {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnRename.ntsSuggested {
                color: white;
                background-color: green;
            }
        /*@btnhelp(Azione) Conferma@*/ div.ntsBottoni button.ntsBtnConfirm {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnConfirm.ntsSuggested {
                color: white;
                background-color: green;
            }
        /*@btnhelp(Azione) Reset@*/ div.ntsBottoni button.ntsBtnReset {
            color: red;
            border-color: red;
        }

            div.ntsBottoni button.ntsBtnReset.ntsSuggested {
                color: white;
                background-color: red;
            }

        /*@btnhelp(Azione) Annulla@*/ div.ntsBottoni button.ntsBtnCancel {
            color: slategrey;
            border-color: slategrey;
        }

            div.ntsBottoni button.ntsBtnCancel.ntsSuggested {
                color: white;
                background-color: slategrey;
            }

        /*@btnhelp(Azione) Esci@*/ div.ntsBottoni button.ntsBtnExit {
            color: slategrey;
            border-color: slategrey;
        }

            div.ntsBottoni button.ntsBtnExit.ntsSuggested {
                color: white;
                background-color: slategrey;
            }

        /*@btnhelp(Azione) Informazioni@*/ div.ntsBottoni button.ntsBtnInfo {
            color: dodgerblue;
            border-color: dodgerblue;
        }

            div.ntsBottoni button.ntsBtnInfo.ntsSuggested {
                color: white;
                background-color: dodgerblue;
            }

        /*@btnhelp(Azione) OK@*/ div.ntsBottoni button.ntsBtnOk {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnOk.ntsSuggested {
                color: white;
                background-color: green;
            }

        /*@btnhelp(Azione) Download@*/ div.ntsBottoni button.ntsBtnDownload {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnDownload.ntsSuggested {
                color: white;
                background-color: green;
            }

        /*@btnhelp(Azione) Salva@*/ div.ntsBottoni button.ntsBtnSave {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnSave.ntsSuggested {
                color: white;
                background-color: green;
            }

        /*@btnhelp(Azione) Cancella@*/ div.ntsBottoni button.ntsBtnDelete {
            color: red;
            border-color: red;
        }

            div.ntsBottoni button.ntsBtnDelete.ntsSuggested {
                color: white;
                background-color: red;
            }

        /*@btnhelp(Azione) Procedi@*/ div.ntsBottoni button.ntsBtnProceed {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnProceed.ntsSuggested {
                color: white;
                background-color: green;
            }

        /*@btnhelp(Azione) Indietro@*/ div.ntsBottoni button.ntsBtnBack {
            color: #999999;
            border-color: #999999;
        }

            div.ntsBottoni button.ntsBtnBack.ntsSuggested {
                color: white;
                background-color: #999999;
            }

        /*@btnhelp(Azione) Attenzionato@*/ div.ntsBottoni button.ntsBtnWarn {
            color: orange;
            border-color: orange;
        }

            div.ntsBottoni button.ntsBtnWarn.ntsSuggested {
                color: white;
                background-color: orange;
            }

        /*@btnhelp(Azione) Pericoloso@*/ div.ntsBottoni button.ntsBtnDanger {
            color: red;
            border-color: red;
        }

            div.ntsBottoni button.ntsBtnDanger.ntsSuggested {
                color: white;
                background-color: red;
            }

        /*@btnhelp(Azione) Stampa@*/ div.ntsBottoni button.ntsBtnPrint {
            color: blue;
            border-color: blue;
        }

            div.ntsBottoni button.ntsBtnPrint.ntsSuggested {
                color: white;
                background-color: blue;
            }

        /*@btnhelp(Azione) Export@*/ div.ntsBottoni button.ntsBtnExport {
            color: blue;
            border-color: blue;
        }

            div.ntsBottoni button.ntsBtnExport.ntsSuggested {
                color: white;
                background-color: blue;
            }

        /*@btnhelp(Azione) Elaborazione@*/ div.ntsBottoni button.ntsBtnElab {
            color: orange;
            border-color: orange;
        }

            div.ntsBottoni button.ntsBtnElab.ntsSuggested {
                color: white;
                background-color: orange;
            }

        /*@btnhelp(Azione) Invio@*/ div.ntsBottoni button.ntsBtnSend {
            color: green;
            border-color: green;
        }

            div.ntsBottoni button.ntsBtnSend.ntsSuggested {
                color: white;
                background-color: green;
            }
        /*@btnhelp(Azione) Aggiungi@*/ div.ntsBottoni button.ntsBtnAdd {
            color: #0769aa;
            border-color: #0769aa;
        }

            div.ntsBottoni button.ntsBtnAdd.ntsSuggested {
                color: white;
                background-color: #0769aa;
            }
        /*@btnhelp(Azione) Rimuovi@*/ div.ntsBottoni button.ntsBtnRemove {
            color: darkred;
            border-color: darkred;
        }

            div.ntsBottoni button.ntsBtnRemove.ntsSuggested {
                color: white;
                background-color: darkred;
            }
        /*@btnhelp(Azione) Link@*/ div.ntsBottoni button.ntsBtnLink {
            color: blue;
            border: 0px;
        }

            div.ntsBottoni button.ntsBtnLink.ntsSuggested {
            }

        /* BOTTONI DI NUOVA GENERAZIONE: NON SEMANTICI */
        /*@btnhelp(Azione) Rimuovi@*/ div.ntsBottoni button.ntsBtnWkiBlue {
            color: #0769aa;
            border-color: #0769aa;
        }

            div.ntsBottoni button.ntsBtnWkiBlue.ntsSuggested {
                color: white;
                background-color: #0769aa;
            }

/*#endregion Bottoni (fine) ***/

td.firmaCell {
    width: 5em;
    vertical-align: top;
    text-align: center;
}

.authorTag.multiFirmaAuthorTag {
    width: auto;
    border-radius: 50%;
    margin: 0;
    font-size: 0.8em;
}

.firmaButton {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin: 0 0.1em;
}

    .firmaButton:active, .firmaButton:focus {
        outline: none;
    }

button.firmaApposta:not(:disabled) {
    cursor: default;
}

.firmaAssente {
    background-color: white;
}
/*#region Firme ***/
/*#endregion Firme (fine) ***/
/*#endregion Card NTS ***/

/*#region Modali/Wizard ***/
div.cardnts div.wizButtonBar {
    background-color: #ececec;
    border: 0;
    margin: 0;
    padding: 2em;
    min-height: 5em;
}
/*#endregion Modali/Wizard ***/

/*#region Tabelle (da mantenere per le grids nts o quelle non aggiornate/aggiornabili) ***/
div.tableFixHead {
    overflow-y: auto;
    display: block;
    margin-top: 10px;
    height: 0px;
}

    div.tableFixHead tr th, div.tableFixHead tr td, div.tableFixHead thead.theadFix {
        z-index: 0;
    }

    div.tableFixHead tr.trFix th, div.tableFixHead thead.theadFix {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.table th, .table td {
    padding: 0.1rem;
}

table.intestazioni-nowrap th {
    white-space: nowrap;
}

.table th.colimporto, .table td.colimporto {
    padding-right: 1em;
    text-align: right;
}

.table th {
    border: none;
}

table tr th, table tr th i {
    background-color: #fff; /*#3f51b5;*/
    color: #000;
    font-weight: bold;
}

.w10 {
    width: 10px;
    min-width: 10px;
}

.w20 {
    width: 20px;
    min-width: 20px;
}

.w30 {
    width: 30px;
    min-width: 30px;
}

.w40 {
    width: 40px;
    min-width: 40px;
}

.w60 {
    width: 60px;
    min-width: 60px;
}

.w80 {
    width: 80px;
    min-width: 80px;
}

.w120 {
    width: 120px;
    min-width: 120px;
}

.w200 {
    width: 200px;
    min-width: 200px;
}

.w300 {
    width: 300px;
    min-width: 300px;
}

.w400 {
    width: 400px;
    min-width: 400px;
}
/*#endregion Tabelle ***/


/*#region Devextreme grids*/
.dx-datagrid {
    font-size: 12px;
    font-family: "Roboto", "Source Sans Pro", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
/*#endregion Devextreme grids*/

/*#region Liste *** ***/
.no-bullets {
    list-style-type: none;
}
/*#endregion Liste ***/
div.ntsCustomDxCommand i {
    margin-right: 0.3em;
}

button.ntsDxBtn {
    border: none;
    outline: none;
    background: none;
    margin: 0;
}

button.ntsDxBtn {
    border: none;
    background: none;
    margin: 0;
}
/*#region Icone ***/
/*#region Icone azioni ***/
i.ntsIconCog::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f013";
    font-weight: 900;
    cursor: pointer;
}
/*@ntsIconAccordionExpand(Azione) Aggiungi@*/ i.ntsIconAccordionExpand::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f107";
    font-weight: 900;
    cursor: pointer;
}
/*@ntsIconAccordionCollapse(Azione) Aggiungi@*/ i.ntsIconAccordionCollapse::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f106";
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Aggiungi@*/ i.ntsIconAdd::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f067";
    color: darkblue;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Rimuovi@*/ i.ntsIconRemove::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f068";
    color: darkred;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Modifica@*/ i.ntsIconEdit::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f304";
    color: #007ac3;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Chiudi@*/ i.ntsIconCloseForm::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "×";
    color: darkred;
    font-weight: normal;
    cursor: pointer;
}
/*@iconhelp(Azione) Cancella@*/ i.ntsIconDelete::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f00d";
    color: #e5202e;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Cancella@*/ :disabled i.ntsIconDelete::before {
    cursor: default;
}
/*@iconhelp(Azione) Salva@*/ i.ntsIconSave::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f00c";
    color: darkblue;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Refresh@*/ i.ntsIconRefresh::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f021";
    color: darkgreen;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Upload@*/ i.ntsIconUpload::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f093";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Download@*/ i.ntsIconDownload::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f019";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Vai a@*/ i.ntsIconGoto::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f5eb";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Apri@*/ i.ntsIconOpen::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f07c";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Chiudi@*/ i.ntsIconClose::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f00d";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Espandi@*/ i.ntsIconExpand::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f31e";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Collassa@*/ i.ntsIconCollapse::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f78c";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Bilancio@*/ i.ntsIconBalance::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f24e";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Tickmark@*/ i.ntsIconTickmark::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f00c";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}

/*@iconhelp(Azione) Avanti@*/ i.ntsIconFwd::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f054";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Indietro@*/ i.ntsIconBck::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f053";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Su@*/ i.ntsIconUp::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f077";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Giù@*/ i.ntsIconDown::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f078";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Invia@*/ i.ntsIconSend::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f1d8";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Mostra@*/ i.ntsIconShow::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f06e";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Azione) Licenze@*/ i.ntsIconLicenze::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f084";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}

/*@iconhelp(Azione) Apicali@*/ i.ntsIconAutoprefixer::before {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    content: "\f41c";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}



/*@iconhelp(Azione) Nascondi@*/ i.ntsIconHide::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f070";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*#endregion Icone azioni ***/
/*#region Icone oggetti ***/
/*@iconhelp(Oggetto) Procedura@*/ i.ntsIconProc::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f085";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Informazioni@*/ i.ntsIconInfo::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f05a";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Informazioni@*/ i.ntsIconPrint::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f02f";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Allegato@*/ i.ntsIconAttachment::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f0c6";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Utente@*/ i.ntsIconUser::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f007";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Tag@*/ i.ntsIconTag::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f02b";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Cliente@*/ i.ntsIconCustomer::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f508";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) File@*/ i.ntsIconFile::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f15c";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Cartella@*/ i.ntsIconFolder::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f07b";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Cartella@*/ i.ntsIconIncrement::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f0da";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Cartella@*/ i.ntsIconDecrement::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f0d9";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Attenzine@*/ i.ntsIconWarning::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f071";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Orario@*/ i.ntsIconTime::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\F017";
    color: #5698C5;
    font-weight: 400;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Suggerito@*/ i.ntsIconSuggested::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f140";
    font-weight: 900;
    color: #fb8c00;
    cursor: pointer;
}
/*@iconhelp(Oggetto) @*/ i.ntsCartaObbligatoria::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f140";
    font-weight: 900;
    color: #fb8c00;
    cursor: pointer;
}
/*@iconhelp(Oggetto) @*/i.ntsCartaConsigliata::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f164";
    font-weight: 400;
    color: #0769aa;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Carta@*/ i.ntsIconCarta::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f15c";
    font-weight: 400;
    color: #0769aa;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Procedura@*/ i.ntsIconProcedure::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f085";
    color: #4caf50;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Procedura@*/ i.ntsIconLocked::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f023";
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Procedura@*/ i.ntsIconUnlocked::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f3c1";
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Help form@*/
i.ntsIconFormHelp::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25' viewBox='0 0 100 100'%3E%3Cg class='fg' fill='%235698C5'%3E%3Cg%3E%3Cpath d='m50 0c-27.57 0-50 22.43-50 50s22.43 50 50 50 50-22.43 50-50-22.43-50-50-50zm0 94.674c-24.634 0-44.674-20.04-44.674-44.674-0.0005-24.634 20.04-44.674 44.674-44.674 24.634-0.0005 44.674 20.04 44.674 44.674s-20.04 44.674-44.674 44.674z'/%3E%3Cpath d='m56.897 68.102h-1.7242v-27.352c0-0.46606-0.17079-0.87062-0.51164-1.2126-0.34149-0.34094-0.74559-0.51164-1.212-0.51164h-10.346c-0.46708 0-0.87108 0.1707-1.2126 0.51164-0.3414 0.34204-0.51219 0.74605-0.51219 1.2126v3.4484c0 0.46717 0.1707 0.87118 0.51219 1.2126 0.34094 0.34204 0.74495 0.51274 1.2126 0.51274h1.7242v22.178h-1.7242c-0.46708 0-0.87108 0.17079-1.2126 0.51164-0.3414 0.34204-0.51219 0.74614-0.51219 1.2126v3.4485c0 0.46717 0.1707 0.87109 0.51219 1.2126 0.34094 0.34204 0.74495 0.51284 1.2126 0.51284h13.794c0.46717 0 0.87109-0.17079 1.2126-0.51284 0.34094-0.34076 0.51228-0.74486 0.51228-1.2126v-3.4485c0-0.46597-0.17079-0.87053-0.51228-1.2126-0.34149-0.34149-0.74587-0.51155-1.2125-0.51155z'/%3E%3Ccircle cy='30.793' cx='49.645' r='5.7931'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    color: #5698C5;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Gauge@*/ i.ntsIconGauge::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f3fd";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*@iconhelp(Oggetto) Milestone@*/ i.ntsIconMilestone::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f273";
    font-weight: 400;
}
/*@iconhelp(Oggetto) Copy@*/ i.ntsIconCopy::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f0c5";
    font-weight: 400;
}
/*@iconhelp(Oggetto) Bolle @*/ i.ntsIconBolle::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f2a1";
    font-weight: 900;
}
/*@iconhelp(Oggetto) IA @*/
i.ntsIconIA::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f5dc";
    font-weight: 900;
}
/*@iconhelp(Oggetto) Griglia @*/
i.ntsIconGriglia::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f0ce";
    font-weight: 900;
}
/*@iconhelp(Azione) licenze@*/
i.ntsIconKey::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f084";
    font-weight: 900;
    cursor: pointer;
}

i.ntsRevisyaPreventivo::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f571";
    font-weight: 900;
    cursor: pointer;
}

img.ntsSvgIcon.ntsSvgIconDisabled { /*Marker per icone SVG*/
    opacity: 0.5;
    cursor: default;
}

i.ntsSvgFont svg { /*Marker per icone SVG*/
    width: 1.5em;
    height: 1.5em;
}
/*#endregion Icone oggetti ***/
/*@Vai a configurazione@*/
i.ntsIconConfigure::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f085";
    color: #5698C5;
    font-weight: 900;
    cursor: pointer;
}
/*#endregion Icone ***/
/*#region NtsToggleBit - da spostare in icone dopo lavorazione ***/
.ntsForm .ntsToggleBit {
    position: relative;
    display: inline-block;
    top: 1em;
    border: none;
    width: 4em;
}

i.toggleOn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f205";
    color: green;
    cursor: pointer;
}

i.toggleOff {
    transform: rotate(180deg);
}

    i.toggleOff::before {
        font-family: "Font Awesome 5 Free";
        content: "\f205";
        color: #9f3537;
        cursor: pointer;
    }

i.toggleX::before {
    font-family: "Font Awesome 5 Free";
    content: "\f204";
    color: grey;
    cursor: pointer;
}

i.toggleDisabled::before {
    font-family: "Font Awesome 5 Free";
    content: "\f204";
    color: lightgrey;
    cursor: pointer;
}

i.toggleLoading::before {
    color: silver !important;
}
/*#endregion NtsToggleBit*/

/*#region Tooltip styles override ***/
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #5698C5;
}

.tooltip-inner {
    background-color: #5698C5;
}
/*#endregion Tooltip styles override ***/

/*#region Popover styles override ***/
div.popover {
    z-index: 90;
}

li.formErrorReportItem {
    list-style: none;
    border-left: 0.5em solid red;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-family: Roboto, sans-serif;
}

li.formWarningReportItem {
    list-style: none;
    border-left: 0.5em solid orange;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-family: Roboto, sans-serif;
}
/*#endregion Tooltip styles override ***/

/*#region Selettori grandi*/
div.ntsRiquadroSelezione {
    margin: 0;
    padding: 1em;
    height: 9em;
    color: #000;
    cursor: pointer;
    user-select: none;
    font-size: 1.67em;
    font-weight: 400;
    display: inline-block;
    width: 33%;
    height: auto;
}

    div.ntsRiquadroSelezione:not(:last-of-type) {
        border-right: 1px solid #7dcffc;
    }

    div.ntsRiquadroSelezione.disabled > * {
        opacity: 0.1;
        cursor: default;
    }

    div.ntsRiquadroSelezione .ntsRiquadroSelezioneOpzione {
        color: #7dcffc;
        height: auto;
    }

    div.ntsRiquadroSelezione.ntsRiquadroSelezioneSelected, div.ntsRiquadroSelezione.ntsRiquadroSelezioneSelected .ntsRiquadroSelezioneOpzione {
        background-color: #7dcffc;
        color: #fff;
    }

    div.ntsRiquadroSelezione .ntsRiquadroSelezioneOpzione img {
        height: 1.6em;
        width: 1.6em;
        float: left;
        margin-right: 0.5em;
    }

/*#endregion Selettori grandi*/

/*#region Selettori riepilogo*/
.ntsRiepilogoTitolo {
    color: #9bc683;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 5em 0 1em 0;
}

.ntsRiquadroRiepilogoContainer {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.ntsRiquadroRiepilogo {
    font-size: 1.17em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #8adee7;
    outline: none;
    color: #8adee7;
    height: 10em;
    width: 10em;
    overflow-wrap: break-word;
    background-color: #fff;
}

    .ntsRiquadroRiepilogo:focus, .ntsRiquadroRiepilogo:focus {
        outline: none;
    }

    .ntsRiquadroRiepilogo:hover {
        background-color: #fafafa;
    }
/*#endregion Selettori grandi*/

.ntsBottoniInline {
    margin: unset !important;
}




/*#region Form speciali come Preventivo, significatività */

.ntsBottoneInSection {
    padding: 0 0 0 0 !important;
    font-size: 0.8em !important;
    margin: 0 0 0 0 !important;
}


.ntsSpecialForm .bgblu {
    background-color: #5698C5;
    color: white;
}

.ntsSpecialForm .bgverde {
    background-color: #27ae60;
    color: white;
}

.ntsSpecialForm input.form-control, .ntsSpecialForm textarea.form-control {
    border-radius: 0;
    font-size: 1.17em;
}

.ntsSpecialForm div.divRadio {
    border: none;
    height: auto;
}

.ntsSpecialForm input[type='checkbox'] {
    width: 1.5em;
}

.ntsSpecialForm div.divRadio label {
    display: contents;
    cursor: pointer;
}

.ntsSpecialForm .form-check label {
    font-weight: 400;
    font-size: 1em;
}

.ntsSpecialForm .form-control {
    padding: 4px;
}

    .ntsSpecialForm .form-control:focus {
        box-shadow: 0px 0px;
        border: 2px solid deepskyblue;
        padding: 4px;
    }

.ntsSpecialForm select.form-control {
    border-radius: 0;
    font-size: 1.17em;
}

.ntsSpecialForm input.form-control:disabled, input.form-control[readonly], .ntsSpecialForm textarea.form-control:disabled, textarea.form-control[readonly] {
    background-color: #eee;
    color: #9e9e9e;
    border: none;
    cursor: default;
}

.ntsSpecialForm select.form-control:disabled, select.form-control[readonly] {
    background-color: #eee;
    color: #9e9e9e;
    border: none;
    cursor: default;
}

.ntsSpecialForm div.ntsAutocomplete {
    display: block;
    width: unset;
}

    .ntsSpecialForm div.ntsAutocomplete i.ntsAcShowAll, .ntsSpecialForm div.ntsAutocomplete i.ntsAcReset {
        top: 0.65em;
    }

.ntsSpecialForm label.specialLabel {
    font-size: 1.60em;
    color: #0769aa !important;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0.3em;
}
/*#region Form special sezioni ***/
/*.ntsSpecialForm .ntsFormSection {
    font-size: 1.2em;
    color: #49a234;
    font-weight: bold;
    margin-bottom: 0.8em;
    margin-top: 1.5em;
}

.ntsSpecialForm .ntsFormSubSection {
    font-size: 1.1em;
    color: #49a234;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.ntsSpecialForm .ntsFormSection label {
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}*/
.ntsSpecialForm .ntsFormSection {
    font-size: 1.2em;
    color: white;
    background-color: #5698C5;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
    padding: 0.1em 0.5em;
    font-weight: 400;
}

.ntsSpecialForm .ntsFormSubSection {
    font-size: 1.1em;
    color: #5698C5;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
    padding: 0.1em 0.5em;
    font-weight: 400;
}

.ntsFormAccordion {
    margin-bottom: 0.1em !important;
    margin-top: 0.1em !important;
}
/*#endregion Form special sezioni ***/

.ntsSpecialForm label {
    font-size: 1.17em;
    color: #999999;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0.3em;
}

    .ntsSpecialForm label.ntsRequired {
        color: #0e487b;
    }

        .ntsSpecialForm label.ntsRequired:after {
            color: red;
            content: " *";
        }

    .ntsSpecialForm label.ntsSuggested {
        color: #0e487b;
    }

.ntsSpecialForm th {
    font-size: 1.17em;
    color: #999999;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0.3em;
}

.ntsSpecialForm td {
    font-size: 1.17em;
    color: black;
    font-weight: 400;
}

div.ntsSpecialForm .ntsBottoni { /*Stile base del container bottoni*/
    border-radius: 0;
    margin: 0.5em 0 0.5em 0;
    display: block;
    text-align: right;
}

div.ntsSpecialForm ntsBottoni ntsBottoniSmall { /*Stile del container bottoni più stretto*/
    border-radius: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    text-align: right;
}

/*#endregion Form speciali come Preventivo, significatività */

/*#region Griglie DX AnalyticalReview e Test giornale e campionamento ***/

.DxGridRigaSubLead {
    font-weight: bold;
    color: blue;
    background-color: lightgray;
}

.DXTestGiornaleCell {
    font-size: 0.9em;
    /*    font-family: 'Segoe UI','prelo-book-webfont', 'Comic Sans MS';*/
}

.DXReviewPreliminareCell {
    font-size: 0.9em !important;
    /*    font-family: 'Segoe UI','prelo-book-webfont', 'Comic Sans MS';*/
}

.DXReviewPreliminareTotaliRow {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.075);
}

.DXMemoEditStyle {
    width: 400px;
    height: 500px;
    color: red;
    background-color: purple;
}

.DXCampionamentoCell {
    font-size: 0.9em !important;
    /*    font-family: 'Segoe UI','prelo-book-webfont', 'Comic Sans MS';*/
}

/*#endregion Griglie DX AnalyticalReview e Test giornale e campionamento*/

.devPanel {
    position: fixed;
    background-color: rgba(0,100,255,0.3);
    border: 1px solid blue;
    border-top: 8px solid darkblue;
    width: 25vw;
    height: 30em;
    color: blue;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
}

    .devPanel p {
        margin: 0.2em;
        cursor: crosshair;
    }

    .devPanel.devNoTrasp {
        background-color: rgb(100,200,255);
    }

    .devPanel p:hover {
        background-color: darkblue;
        color: white;
    }

    .devPanel span:nth-child(1) {
        font-weight: 700;
        padding-right: 0.3em;
    }

.ntsFormLibero {
}

    .ntsFormLibero label, .ntsFormLibero select.form-control, .ntsFormLibero input[type=text].form-control {
        width: unset;
        margin: unset;
    }

    .ntsFormLibero * {
        display: inline-block;
    }


.GridNoWrapGroupPanel td.dx-wrap {
    white-space: nowrap !important;
}

/*#region Modali*/
.ui-dialog-titlebar.ntsDialogTitle {
    background-color: #0769aa;
    color: #fff;
    padding: 0.3em 1em;
    font-size: 1.3em;
    font-weight: 400;
}

    .ui-dialog-titlebar.ntsDialogTitle button {
        color: #fff;
        text-shadow: none;
        opacity: 1;
    }

div.ui-dialog-buttonpane.ntsBottoni {
    padding: 0.2em;
    margin: 0;
}
/*#endregion Modali*/

.workingPaperArea {
    background-color: #f2f2f2;
    padding: 1em;
    font-weight: 400;
    border: 1px dashed #0769aa;
}

/*#region Bottoni asserzioni*/
button.assertButton {
    border-radius: 0;
    padding: 0.2em 0;
    margin: 0;
    border: 2px solid #0769aa;
    font-size: 1.2em;
    cursor: pointer;
    background-color: white;
    color: #0769aa;
    font-weight: 400;
    width: 3em;
}

    button.assertButton:disabled {
        opacity: 0.2;
        cursor: default;
    }

    button.assertButton:not(:disabled):hover {
        opacity: 0.8;
    }

    button.assertButton:focus {
        outline: none;
    }

    button.assertButton.assertSelectedBtn {
        background-color: #0769aa;
        color: white;
    }

    button.assertButton.forcedAssertionBtn {
        font-weight: 700;
        color: orange;
    }

    button.assertButton.riskyAssertionBtn {
        box-shadow: 1px 2px 4px #c00;
    }

span.asserzione {
    border-radius: 0;
    padding: 0.2em 1em;
    margin: 0;
    border: 1px solid red;
    background-color: white;
    color: red;
    width: 2em;
}

span.asserzioneSelezionata {
    background-color: red;
    color: white;
}

/*#region Bottoni asserzioni*/

.table1rem, .table1rem th, .table1rem td {
    font-size: 1rem !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

/*#region Notifiche*/
div.ntsNotify {
    width: 50%;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 110;
    background-color: #fff;
    border: 1px solid;
    border-top: 5px solid;
    padding: 2em 2em 7em 2em;
    text-align: center;
}
/*Colore*/
div.ntsNotifySuccess {
    border-color: #4caf50;
}

div.ntsNotifyInfo {
    border-color: #77c6f2;
}

div.ntsNotifyWarn {
    border-color: #fdb209;
}

div.ntsNotifyError {
    border-color: #c00;
}
/*Icone*/
.ntsNotifyIcon::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f107";
    font-weight: 900;
    font-size: 4em;
}

div.ntsNotifySuccess .ntsNotifyIcon::before {
    content: "\f058";
    color: #4caf50;
}

div.ntsNotifyInfo .ntsNotifyIcon::before {
    content: "\f05a";
    color: #77c6f2;
}

div.ntsNotifyWarn .ntsNotifyIcon::before {
    content: "\f059";
    color: #fdb209;
}

div.ntsNotifyError .ntsNotifyIcon::before {
    content: "\f06a";
    color: #c00;
}
/*Testi*/
div.ntsNotifyTitle {
    font-size: 2.8em;
}

div.ntsNotifySubtitle {
    font-size: 1.4em;
    max-height: 25vh;
    overflow-y: auto;
}
/*Bottoni*/
div.ntsNotifyBottoni {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2em;
}

div.ntsNotifySuccess div.ntsNotifyBottoni button {
    border-color: #4caf50;
    color: #4caf50;
}

    div.ntsNotifySuccess div.ntsNotifyBottoni button.ntsSuggested {
        border-color: #4caf50;
        color: #fff;
        background-color: #4caf50;
    }

div.ntsNotifyInfo div.ntsNotifyBottoni button {
    border-color: #77c6f2;
    color: #77c6f2;
}

    div.ntsNotifyInfo div.ntsNotifyBottoni button.ntsSuggested {
        border-color: #77c6f2;
        color: #fff;
        background-color: #77c6f2;
    }

div.ntsNotifyWarn div.ntsNotifyBottoni button {
    border-color: #fdb209;
    color: #fdb209;
}

    div.ntsNotifyWarn div.ntsNotifyBottoni button.ntsSuggested {
        border-color: #fdb209;
        color: #fff;
        background-color: #fdb209;
    }

div.ntsNotifyError div.ntsNotifyBottoni button {
    border-color: #c00;
    color: #c00;
}

    div.ntsNotifyError div.ntsNotifyBottoni button.ntsSuggested {
        border-color: #c00;
        color: #fff;
        background-color: #c00;
    }
/*closer*/
i.ntsIconNotifyCloser {
    font-size: 2em;
    position: absolute;
    top: 0em;
    right: 0.25em;
}

div.ntsNotifySuccess i.ntsIconNotifyCloser {
    color: #4caf50;
}

div.ntsNotifyInfo i.ntsIconNotifyCloser {
    color: #77c6f2;
}

div.ntsNotifyWarn i.ntsIconNotifyCloser {
    color: #fdb209;
}

div.ntsNotifyError i.ntsIconNotifyCloser {
    color: #c00;
}

i.ntsIconNotifyCloser::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    content: "\f00d";
    font-weight: 900;
    cursor: pointer;
}
/*Tendina*/
div.ntsNotifyCurtain {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(100,100,100,0.5);
    z-index: 108;
}

/*Adattamenti responsiveness*/
@media (max-width: 900px) {
    div.ntsNotify {
        width: 75%;
        left: 12.5%;
    }
}

@media (max-width: 600px) {
    div.ntsNotify {
        width: 90%;
        left: 5%;
    }
}
/*#endregion Notifiche*/

/*#region HelpOnline*/
a.ntsHelpOnline {
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
}

    a.ntsHelpOnline:hover {
        opacity: 0.5;
    }

iframe.ntsHelpOnlineBody {
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #0769aa;
    border-top-width: 3em;
}

div.ntsHelpTitle {
    position: absolute;
    top: calc( 5vh + 0.25em );
    left: calc( 5vw + 1em );
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
}

i.ntsHelpCloser {
    position: absolute;
    top: 5vh;
    right: calc( 5vw + 0.5em );
    font-size: 2em;
    z-index: 100;
}

    i.ntsHelpCloser:before {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        content: "\f00d";
        font-weight: 900;
        cursor: pointer;
        color: #fff;
    }

i.ntsHelpBacker {
    position: absolute;
    top: 5vh;
    right: calc( 5vw + 1.5em );
    font-size: 2em;
    z-index: 100;
}

    i.ntsHelpBacker:before {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        content: "\f060";
        font-weight: 900;
        cursor: pointer;
        color: #fff;
    }

div.ntsHelpCurtain i.hiddenNoHist {
    display: none;
}

div.ntsHelpCurtain {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(200,200,200,0.75);
}
/*#endregion HelpOnline*/

div.bottoni-small button.btn {
    border-radius: 6px;
    margin-right: 5px;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 36, .28);
    min-width: 20px;
    padding: 4px 4px 0px 4px;
}

/*fix summernote*/
.note-editable b, .note-editable strong {
    font-weight: bold;
}

.ntsGenBtnDisabledFA::before {
    opacity: 0.2;
    cursor: context-menu !important;
}

.ntsGenBtnDisabledSVG {
    opacity: 0.2;
    cursor: context-menu !important;
}


.divSummernote .note-modal.open {
    height: fit-content;
}


div.dashTitolo {
    background-color: #8ebae4;
    color: white;
    font-size: 2em;
}

    div.dashTitolo i::before {
        color: white;
        cursor: default;
    }

div.dashRiquadro {
    border: 1px solid #f0f0f0;
    margin: 1em 1em 0.5em 1em;
    padding: 1em 1em 0em 1em;
    font-size: 1.2em;
    border-top: 3px solid #0769aa;
    height: 95%;
}

div.dashRiquadroTitolo {
    color: #0769aa;
    padding: 0 0.5em 0 0;
    display: inline-block;
}

    div.dashRiquadroTitolo > span, span.dashRiquadroTitoloSpan {
        font-size: 1.4em;
        line-height: initial;
    }

    div.dashRiquadroTitolo > img, img.dashRiquadroTitoloImg {
        height: 3em;
        width: 3em;
        float: left;
        margin: 0 0.5em 0 0;
    }

div.dashRiquadroMilestone {
    color: #0769aa;
    margin: 2.5em 0;
    width: 100%;
    display: inline-block;
}

    div.dashRiquadroMilestone > img {
        width: 3em;
        height: 3em;
    }

    div.dashRiquadroMilestone > span {
        line-height: initial;
    }

div.dashRiquadroMilestoneData, div.dashRiquadroMilestoneDataEditor {
    float: right;
    margin-top: 0.5em;
    padding: 0 0.5em;
    border-radius: 0.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.1em;
    color: white;
}

    div.dashRiquadroMilestoneData > i, div.dashRiquadroMilestoneData > i:before {
        color: white;
    }

div.dsmPassata {
    background-color: red;
}

div.dsmFutura {
    background-color: #808080;
}

div.dashRiquadroMilestoneDataEditor > input {
    width:8em !important;
    padding:1px;
    margin:unset;
}

div.dashContenutoTile {
    width: 100%;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    height: 9.5em !important;
    overflow-y: auto;
    overflow-x: hidden;
}

div.dashTileIco {
    width: 8% !important;
    min-width: 8% !important;
    float: left;
    text-align: center;
}

div.dashTileStato {
    width: 24% !important;
    min-width: 24% !important;
    font-size: 0.8em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #70b603;
}

div.dashTileStato2 {
    width: 8% !important;
    min-width: 8% !important;
    float: left;
    text-align: center;
    vertical-align: top;
}

div.dashTileStato2 > img {
    height: 16px;
}

div.dashTileTesto {
    width: 60% !important;
    min-width: 60% !important;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

div.dashTileTesto2 {
    width: 76% !important;
    min-width: 76% !important;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

span.tileLabel {
    display: block;
    font-size: 0.4em !important;
}

@media (min-width: 1100px) {
    span.tileLabel {
        display: block;
        font-size: 0.5em !important;
    }
}

@media (min-width: 1300px) {
    span.tileLabel {
        display: block;
        font-size: 0.6em !important;
    }
}

@media (min-width: 1500px) {
    span.tileLabel {
        display: block;
        font-size: 0.7em !important;
    }
}

@media (min-width: 1700px) {
    span.tileLabel {
        display: block;
        font-size: 0.8em !important;
    }
}

span.tileGradient {
    display: block;
    border-radius: 3px;
    height: 8px;
    border: 1px solid #e1e1e1;
}

span.tileLabelDis {
    opacity: 0.0;
}


/** create classi in sostituzione dei <br /> nelle views */
.spaziatore {
    white-space: normal;
    height: 4px;
}

.spaziatoreDoppio {
    height: 10px;
    white-space: normal;
}

.linkPopUpLoginIn a{
    font-size: 13px;
    color: black;
}

.visualizzaSoloInGemma {
    visibility: hidden;
}

.sceltaMultipla {
    border-radius: 0;
    height: auto;
    min-height: 2.5em;
    width: calc( 100% - 13em - 3em );
    display: inline-block;
    vertical-align: text-top;
}

.btnBordoBluSfondoBianco{
    background-color: white !important;
    border:1px solid !important;
    border-color: blue !important;
    color: blue !important;
}

.btnBordoBluSfondoBianco:hover {
    background-color: blue !important;
    border: 1px solid !important;
    border-color: blue !important;
    color: white !important;
}


.btnBordoRossoSfondoBianco {
    background-color: white !important;
    border: 1px solid !important;
    border-color: red !important;
    color: red !important;
}

.btnBordoRossoSfondoBianco:hover {
    background-color: red !important;
    border: 1px solid !important;
    border-color: red !important;
    color: white !important;
}


.btnBordoArancioSfondoBianco {
    background-color: white !important;
    border: 1px solid !important;
    border-color: orange !important;
    color: orange !important;
}

.btnBordoArancioSfondoBianco:hover {
    background-color: orange !important;
    border: 1px solid !important;
    border-color: orange !important;
    color: white !important;
}

.btnStandard {
    padding: 0.25em 0.9em;
    margin: 0.3em 0 0.3em 1em;
    font-size: 1.2em;
}


.nascosto {
    display: none;
}

.btnFreeze {
    background-color: gray !important;
    border: 1px solid !important;
    border-color: gray !important;
    color: white !important;
}

.btnFreeze:hover {
    cursor: default;
    background-color: gray !important;
    border: 1px solid !important;
    border-color: gray !important;
    color: white !important;
}

.allineaDx{

}

.scalaProbImp { color:white; padding: 0.2em 1em; }
.scalaProbImp-1 { background-color: darkgreen; }
.scalaProbImp-2 { background-color: green; }
.scalaProbImp-3 { background-color: goldenrod; }
.scalaProbImp-4 { background-color: orange; }
.scalaProbImp-5 { background-color: red; }

.testoCentrato{
    text-align: center;
}

.mousePointerLink {
    cursor: pointer;
}

.tabellaRigheIntestazioneFissa {
}

    .tabellaRigheIntestazioneFissa thead th {
        position: sticky;
        top: 0;
    }

    .tabellaRigheIntestazioneFissa table {
        border-collapse: collapse;
        width: 100%;
    }

    .tabellaRigheIntestazioneFissa th {
        z-index: 2 !important;
    }

