﻿textarea {
    background-image: url('/gfx/grab.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #9b9b9b;
}

.ui-resizable-handle {
    bottom: 26px;
    right: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    background-color: #F3F3F3;
}

.clear {
    clear: both;
}

.loading {
    text-align: center;
}

.loginBox {
    margin: auto;
    width: 250px;
}

.loginBoxImage {
    text-align: center;
    margin-bottom: 30px;
}

.loginBoxImage img {
    height: 100px;
}

.loginInput {
    z-index: 1;
    position: relative;
}

.loginControls {
    z-index: 2;
    position: relative;
}

.loginControls input {
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 11pt;
    color: #828282;
    margin-bottom: 10px;
}

.loginControls #titolo {
    color: #828282;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.loginInput {
    text-align: center;
    margin-top: 20px;
}

    .loginInput a {
        font-size: 13pt;
        font-weight: bold;
        text-decoration: none;
        color: #828282;
        text-transform: uppercase;
    }

.fld_autocompleteinput {
    position: relative;
}

.fld_autocompleteinput_dropdown {
    position: absolute;
    display: none;
    background-color: #fff;
    box-sizing: border-box;
    /*width: 100%;*/
    min-width: 100%;
    padding: 20px;
    padding-top: 10px;
    color: #828282;
    font-size: 13pt;
    white-space: nowrap;
}

    .fld_autocompleteinput_dropdown a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        margin-top: 10px;
    }

        .fld_autocompleteinput_dropdown a:hover {
            font-weight: bold;
        }

.menuSx {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 90px;
    height: 100vh;
    background-color: #EEEEEE;
    text-align: center;
    z-index: 9000;
}

.menuSxItem {
    display: block;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
}

    .menuSxItem:hover img {
        opacity: 0.5;
    }

.menuSx img {
    width: 41.5px;
}

.menuSxBottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.containerPage {
    left: 0px;
    top: 0px;
    position: absolute;
    left: 90px;
    width: calc(100% - 90px);
}

.piastrella.notInRole {
    cursor: not-allowed;
    opacity: 0.2 !important;
}

.piastrella {
    width: 33.333%;
    height: 25vh;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .piastrella:hover {
        opacity: 0.8;
    }

.piastrellaNoHover {
    cursor: default !important;
}

    .piastrellaNoHover:hover {
        opacity: 1 !important;
    }

.piastrellaLabel {
    color: #fff;
    font-size: 15pt;
    text-shadow: 2px 0px 2px rgba(51, 51, 51, 0.2);
}

.piastrellaImg {
    margin-bottom: 10px;
}

    .piastrellaImg img {
        height: 110px;
    }

.piastrellaIn {
    width: 100%;
}

.submenucontainer {
    width: 90%;
}

.submenuTitleSx {
    float: left;
    color: #fff;
    font-size: 20pt !important;
    text-shadow: 2px 0px 2px rgba(51, 51, 51, 0.2);
    position: relative;
}

.submenuTitleDx {
    float: right;
    color: #fff;
    font-size: 20pt !important;
    text-shadow: 2px 0px 2px rgba(51, 51, 51, 0.2);
}

.md-close {
    cursor: pointer;
    position: relative;
}

.subMenuContext {
    display: none;
    position: absolute;
    left: 110px;
    top: 20px;
    z-index: 6000;
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    color: #828282;
    text-align: left;
}

    .subMenuContext img {
        width: auto !important;
        opacity: 1 !important;
    }

.arrowFumetto {
    position: absolute;
    left: -10px;
    top: 10px;
}

.selDbContextSx {
    padding-right: 20px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 120px);
}

.selDbContextdx {
    display: inline-block;
    text-align: right;
    width: 100px;
}

    .selDbContextdx a {
        font-weight: 500;
        text-decoration: none;
        color: #828282;
    }

.selContestoList {
    margin-top: 20px;
    display: none;
    max-height: 300px;
    overflow: auto;
}

    .selContestoList td {
        padding-bottom: 5px;
        font-weight: 500;
        position: relative;
    }

        .selContestoList td label {
            cursor: pointer;
            position: absolute;
            top: 2.5px;
        }

        .selContestoList td input[type=radio] {
            -webkit-appearance: none;
            border-radius: 3px;
            border: 1.5px solid #828282;
            padding: 8px;
            height: 5px;
            display: inline-block;
            margin-right: 10px;
            cursor: pointer;
        }

            .selContestoList td input[type=radio]:checked {
                background-color: #828282;
            }

.selDbManualsx {
    padding-right: 20px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 170px);
}

.selDbManualdx {
    display: inline-block;
    text-align: right;
    width: 150px;
}

    .selDbManualdx a {
        font-weight: 500;
        text-decoration: none;
        color: #828282;
    }

.selManualeList {
    margin-top: 20px;
    display: none;
    max-height: 600px;
    overflow: auto;
}

    .selManualeList td {
        padding-bottom: 15px;
        font-weight: 500;
        position: relative;
    }

        .selManualeList td label {
            cursor: pointer;
            position: absolute;
            top: 2.5px;
        }

            .selManualeList td label:hover {
                color: black;
            }

        .selManualeList td input[type=radio] {
            -webkit-appearance: none;
        }

    .selManualeList a {
        padding-bottom: 15px;
        font-weight: 500;
        position: relative;
        display: block;
        cursor: pointer;
        text-decoration: none;
        color: #828282;
    }

        .selManualeList a:hover {
            color: black !important;
        }

.menuSistema {
    line-height: 25px;
    width: 200px;
}

    .menuSistema a {
        color: #828282;
        text-decoration: none;
    }

    .menuSistema #nomecognome {
        margin-bottom: 20px;
        font-weight: bold;
    }

.subMenuContextBottom {
    top: auto !important;
    bottom: 0px !important;
}

    .subMenuContextBottom .arrowFumetto {
        top: auto !important;
        bottom: 20px !important;
    }

.noContextSelected {
    text-align: center;
}

    .noContextSelected span {
        background-color: #7d1212;
        padding: 8px;
        border-radius: 5px;
        color: #fff;
    }

.elencoSottoModuli {
}

    .elencoSottoModuli a {
        text-decoration: none;
        color: inherit;
    }

.elencoSottoModuliLv1 {
    background-color: #30c98f;
    padding: 20px;
    color: #fff;
    margin-top: 20px;
}

    .elencoSottoModuliLv1 .c_cerca {
        cursor: default;
    }

    .elencoSottoModuliLv1 a {
        cursor: pointer !important;
    }

.elencoSottoModuliLv2 {
}

.elencoSottoModuliLv2Item {
    background-color: #b5f5d9;
    padding: 20px;
    color: #fff;
}

.md-modal {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

.elencoSottoModuliLv1 a:hover {
    color: #000;
}

.elencoSottoModuliLv2 a:hover {
    color: #000;
}

.topMenu {
    position: fixed;
    top: 0px;
    left: 90px;
    width: calc(100% - 90px);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 5000;
}

.topMenuLv1 {
    float: left;
    padding-left: 20px;
    position: relative;
}

    .topMenuLv1 img {
        height: 45px;
    }

.topMenuLv2 {
    float: left;
    /*background-image: url('/gfx/ico_arrow_down.png');
    background-position: right center;
    background-repeat: no-repeat;*/
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15pt;
    height: 45px;
    position: relative;
}

.topMenuLv1Ico {
    float: left;
    padding-right: 9px;
}

.topMenuLv1Label {
    float: left;
    font-size: 15pt;
    padding-top: 12px;
    text-transform: uppercase;
    /*background-image: url('/gfx/ico_arrow_down.png');
    background-position: right center;
    background-repeat: no-repeat;*/
    padding-right: 40px;
    height: 33px;
}

.topMenuLv2Label {
    padding-top: 12px;
    text-transform: uppercase;
}

.topMenuLv1Sub {
    position: absolute;
    top: 56px;
    left: 0px;
    width: 100%;
    z-index: 5000;
    display: none;
}

.topMenuLv2Sub {
    position: absolute;
    top: 56px;
    z-index: 5000;
    display: none;
}

.topMenuLv1ItemSx {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .topMenuLv1ItemSx img {
        width: 30px;
        height: auto !important;
    }

.topMenuLv1ItemDx {
    float: left;
    text-transform: uppercase;
    padding-top: 7px;
}

.topMenuLv1Item {
    padding: 10px;
    cursor: pointer;
}

    .topMenuLv1Item.notInRole {
        opacity: 0.4;
    }

.topMenuLv2Item {
    padding: 20px;
    white-space: nowrap;
}

    .topMenuLv2Item.notInRole {
        opacity: 0.4;
    }

    .topMenuLv2Item a {
        text-decoration: none;
    }

@media only screen and (min-width:1200px) {
    .containerBig {
        width: 90%;
    }
}

.cfgLuogoProcSx {
    float: left;
    width: calc(100% - 8px);
}

.cfgLuogoProcDx {
    float: left;
    width: calc(50% - 10px);
    margin-left: 20px;
}

.selettoreSx {
    float: left;
    width: 120px;
    background-color: #DFDFDF;
    color: #232323;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13.4px;
    padding-bottom: 13.4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #DFDFDF;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.selettoreSxArrow {
    display: none;
}

.selettoreSx.active {
    background-color: #E7F498;
    border-right: 0px;
}

.selettoreSx.amb.active {
    background-color: #F9CB75 !important;
}

.selettoreSx.active .selettoreSxArrow {
    display: block;
    position: absolute;
    right: -9px;
    top: 0px;
    z-index: 2000;
}

.selettoreDx {
    float: left;
    width: calc(100% - 120px);
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13.4px;
    padding-bottom: 13.4px;
    color: #707070;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #DFDFDF;
    white-space: nowrap;
    position: relative;
}

.padding20 {
    padding: 20px;
}

.spaziatura20 {
    height: 20px;
    width: 100%;
}

.cfgRicercaSx {
    float: left;
    width: 50px;
    text-align: center;
    background-color: #DFDFDF;
    color: #232323;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #DFDFDF;
    font-weight: bold;
    text-transform: uppercase;
}

.cfgRicercaDx {
    float: left;
    width: calc(100% - 50px);
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13.4px;
    padding-bottom: 13.4px;
    color: #707070;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #DFDFDF;
    white-space: nowrap;
    overflow: hidden;
}

.cfgBoxElementiSx {
    width: calc(100% - 195px);
    float: left;
}

.cfgBoxElementiDx {
    width: 175px;
    margin-left: 20px;
    float: left;
}

.cfgBoxElementiSx.active .cfgBoxElementiBox {
    background-image: url('/gfx/sm_ico_down.png');
}

.cfgBoxElementiBox.disactive {
    opacity: 0.4;
    cursor: not-allowed;
}

.cfgBoxElementiBox {
    background-color: #DFDFDF;
    padding: 15px;
    border-radius: 5px;
    color: #232323;
    padding-left: 25px;
    background-image: url('/gfx/sm_ico_right.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    font-weight: bold;
    cursor: pointer;
}

    .cfgBoxElementiBox span {
        color: #898989;
    }

.button {
    border-radius: 5px;
    padding: 15px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    color: #717171;
}

    .button.add {
        padding-left: 35px;
        background-image: url('/gfx/sm_ico_plus.png');
        background-position: 10px center;
        background-repeat: no-repeat;
    }

    .button.edit {
        padding-left: 35px;
        background-image: url('/gfx/sm_ico_edit.png');
        background-position: 10px center;
        background-repeat: no-repeat;
    }

    .button.delete {
        /*padding-left: 35px;
        background-image: url('/gfx/sm_ico_delete.png');
        background-position: 10px center;
        background-repeat: no-repeat;*/
        background-color: #d16161;
        color: #fff !important;
    }

.cfgBoxElementiBoxInside {
    display: none;
}

.cfgBoxElementiSx.active .cfgBoxElementiBoxInside {
    display: block;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.cfgBoxElementiSx.active .cfgBoxElementiBox {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cfgBoxElementiBoxInside .elemento {
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
}

.cfgBoxElementiBoxInside .elementoSx {
    float: left;
    width: calc(100% - 120px);
}

.cfgBoxElementiBoxInside .elementoDx {
    float: right;
    width: 120px;
    text-align: right;
}

.arrowDownMenu {
    float: right;
    padding-left: 20px;
    font-weight: 400 !important;
}

    .arrowDownMenu span {
        font-size: 10px;
        font-weight: bold;
    }

.btnVisualizza {
    color: #828282;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
}

.bottoneSelezione {
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.bottoneSelezioneList {
    position: absolute;
    left: 0px;
    top: 50px;
    white-space: nowrap;
    min-width: 300px;
    padding: 20px;
    border-radius: 5px;
    cursor: default;
    display: none;
    z-index: 3000;
}

.bottoneSelezioneListSx {
    float: left;
    width: calc(100% - 50px);
}

.bottoneSelezioneListDx {
    float: right;
    width: 50px;
    text-align: right;
}

.bottoneSelezioneListCbl {
    margin-top: 20px;
    line-height: 25px;
    max-height: 300px;
    overflow: auto;
    padding-right: 20px;
}

    .bottoneSelezioneListCbl td {
        position: relative;
    }

    .bottoneSelezioneListCbl input[type=checkbox], input[type=checkbox] {
        -webkit-appearance: none;
        border-radius: 3px;
        border: 1.5px solid #828282;
        padding: 8px;
        height: 8px;
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: -5px;
    }

        .bottoneSelezioneListCbl input[type=checkbox]:checked, input[type=checkbox]:checked {
            background-color: #828282;
        }

.aspNetDisabled > input[type=checkbox] {
    cursor: not-allowed;
}

input[type=checkbox]:disabled {
    cursor: not-allowed;
}

.aspNetDisabled > label {
    cursor: not-allowed;
}

label {
    line-height: 20px;
}

.bottoneSelezioneListCbl label {
    position: absolute;
    top: 2px;
}

.esiGridView table {
    width: 100%;
}

    .esiGridView table th {
        background-color: #9b9b9b;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        border: 2px solid #9b9b9b;
    }

        .esiGridView table th input[type=checkbox] {
            border-color: #fff;
        }

            .esiGridView table th input[type=checkbox]:checked {
                border-color: #fff;
                background-color: #fff;
            }

    .esiGridView table td {
        background-color: #fff;
        padding: 10px;
        color: #fff;
        text-align: left;
        border: 1.5px solid #9b9b9b;
        color: #4b4b4b;
    }

        .esiGridView table td a {
            cursor: pointer;
        }

.ricercaContextual input[type=text] {
    border: 0px;
    border-radius: 5px;
    padding: 20px;
    min-width: 200px;
}

.ricercaContextual a {
    color: #828282;
    text-decoration: none;
    font-size: 14pt;
    display: inline-block;
    margin-left: 20px;
    padding-right: 20px;
}

.topMenuDotDot {
    float: right;
    position: relative;
    padding-right: 20px;
}

    .topMenuDotDot img {
        margin-top: 15px;
        height: 15px;
        cursor: pointer;
    }

.topMenuDotDotContext {
    display: none;
    position: absolute;
    right: 20px;
    top: 40px;
    white-space: nowrap;
    background-color: #9B9B9B;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 300px;
    line-height: 25px;
}

    .topMenuDotDotContext a {
        color: #fff;
        text-decoration: none;
    }

.testoGenerico {
    line-height: 25px;
}

.testoGenericoGrigio {
    color: #828282;
}

.tbCercaControllo {
    border: 0px;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

.bottoneSelezioneListSxCercaContainer img {
    height: 25px;
    margin-left: 5px;
}

.td_bold {
    font-weight: bold !important;
}

.td_note_test {
    width: 100px;
    background-color: dodgerblue !important;
}

.loadingFixed {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    z-index: 999999;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
}

.btnInMenu {
    border-radius: 5px;
    padding: 10px;
    background-color: #EDEDED;
    color: #828282;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}

    .btnInMenu:hover {
        opacity: 0.8;
    }

.schedaValutazioneTopSx {
    float: left;
    width: 500px;
}

    .schedaValutazioneTopSx span {
        font-weight: 600;
        color: #4b4b4b;
        display: inline-block;
        margin-top: 15px;
    }

.schedaValutazioneTopDx {
    float: left;
    width: calc(100% - 500px);
}

    .schedaValutazioneTopDx textarea {
        padding: 10px;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #9b9b9b;
        width: calc(100% - 20px);
    }

.schedaValutazioneTopDxSx {
    float: left;
    width: 50%;
}

    .schedaValutazioneTopDxSx select {
        width: calc(100% - 10px);
        border-radius: 5px;
        padding: 5px;
        margin-top: 20px;
    }

.schedaValutazioneTopDxDx {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
}

.tabellaSchedeValutazione {
    width: 100%;
    line-height: 25px;
}

    .tabellaSchedeValutazione th {
        background-color: #9b9b9b;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        border: 2px solid #9b9b9b;
    }

    .tabellaSchedeValutazione td {
        background-color: #fff;
        padding: 10px;
        color: #fff;
        text-align: left;
        border: 2px solid #9b9b9b;
        color: #4b4b4b;
        vertical-align: top;
    }

        .tabellaSchedeValutazione td a {
            cursor: pointer;
        }

.schedaValutazioneContainer {
    position: relative;
}

.schedaValutazioneConPunti .punteggioContainer {
    position: fixed;
    right: 20px;
    top: 70px;
    z-index: 3999;
}

.bottoniFixed {
    position: fixed;
    left: 110px;
    top: 67px;
    width: 100%;
    height: 50px;
    z-index: 3900;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(243, 243, 243, 0.9);
}

.bottoniFixedPlaceHolder {
    height: 69px;
}
/*.fixedSchedaVal
{
    position: fixed;
    top: 155px;
    width: 100%;
    left: 110px;
    height: 100px;
    background-color: rebeccapurple;
}
.fixedSchedaValPlaceHolder
{
    height: 100px;
    z-index: 4500;
}*/
.svCerchio {
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-left: 10px;
    position: relative;
    cursor: default;
}

.svCerchioText {
    position: absolute;
    left: 0px;
    top: 16px;
    width: 100%;
}

.svCerchio .svCerchioLabel {
    display: none;
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.71);
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
}

.svCerchio:hover .svCerchioLabel {
    display: block;
}

.cbTableRow input {
    margin: auto !important;
}

.selLuogoProcOverride .bottoneSelezioneList {
    width: calc(100% - 30px);
    background-color: #fff !important;
    top: 0px;
    left: 1px;
    padding-top: 8px;
    padding-left: 8px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top-left-radius: 0px;
}

.selLuogoProcOverride .tbCercaControllo {
    width: calc(100% - 12px);
    border: 1px solid #DFDFDF;
}

.selLuogoProcOverride .bottoneSelezioneListSxCercaContainerSx {
    width: calc(100% - 100px);
}

.selLuogoProcOverride .bottoneSelezioneListSxCercaContainerDx {
    width: 100px;
    text-align: right;
}

.selLuogoProcOverride .bottoneSelezioneListDx {
    padding-top: 3px;
}

.bottoneSelezioneListSxCercaContainerSx {
    float: left;
}

.bottoneSelezioneListSxCercaContainerDx {
    float: left;
}

.popupAssociazione {
    /*display: none;*/
    width: 80%;
    border-radius: 10px;
    background-color: #F3F3F3 !important;
}

.treeViewEditPlusA {
    text-decoration: none;
    color: #828282;
    display: inline-block;
    margin-left: 10px;
}

.treeViewIcoAdd {
    display: inline-block;
    margin-left: 10px;
}

.aspNetDisabled {
    cursor: not-allowed !important;
}

.popupGenerico {
    display: none;
    min-width: 50%;
    border-radius: 10px;
    background-color: #F3F3F3 !important;
}

.input_textarea {
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    width: calc(100% - 10px);
    height: 100px;
    font-size: 12pt;
}

.input_text {
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    width: calc(100% - 10px);
    font-size: 12pt;
}

.ddlInput {
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    width: calc(100% - 10px);
    font-size: 12pt;
}

.input_parent {
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    width: calc(100% - 10px);
    min-height: 30px;
    font-size: 12pt;
    background-image: url('/gfx/sm_ico_down.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
}

.input_number {
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    width: 100px;
    font-size: 12pt;
}

.CI_row {
    margin-bottom: 10px;
    line-height: 22px;
}

.CI_rowSx {
    float: left;
    padding-right: 20px;
    width: 200px;
    min-height: 20px;
}

.CI_rowDx {
    float: left;
    width: calc(100% - 220px);
}

.CI_rowDx_full {
    width: 100%;
}

.selParentOverride .bottoneSelezioneList {
    width: calc(100% - 10px);
    background-color: #fff !important;
    top: 0px;
    left: 0px;
    padding-top: 8px;
    padding-left: 8px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}

.selParentOverride .tbCercaControllo {
    width: calc(100% - 12px);
    border: 1px solid #DFDFDF;
}

.selParentOverride .bottoneSelezioneListSxCercaContainerSx {
    width: calc(100% - 100px);
}

.selParentOverride .bottoneSelezioneListSxCercaContainerDx {
    width: 100px;
    text-align: right;
}

.selParentOverride .bottoneSelezioneListDx {
    padding-top: 3px;
}

.confirmDelete {
    display: none;
    border-radius: 10px;
    padding: 20px;
    text-align: center !important;
}

    .confirmDelete h2 {
        margin-bottom: 50px;
        font-size: 14pt;
    }

    .confirmDelete a:first-of-type {
        margin-right: 20px;
    }

.btnAnnulla {
    border-radius: 5px;
    padding: 10px;
    background-color: #828282;
    color: #fff;
}

.btnConferma {
    border-radius: 5px;
    padding: 10px;
    background-color: #910909;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.btnLogOutLogin {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #ce0a0a !important;
    display: inline-block;
    text-decoration: none;
}

.btnAmminstrazione {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.menuAdminSx {
    float: left;
    width: 90px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(62, 62, 62, 0.55);
}

    .menuAdminSx img {
        width: 41.5px;
    }

.menuAdminDx {
    float: left;
    width: calc(100% - 90px);
    height: 83px;
    background-color: #3e3e3e;
    color: #fff;
}

.menuAdminDxIn {
    padding: 20px;
    font-size: 15pt;
    padding-top: 30px;
}

.menuAdminDxInSx {
    float: left;
}

.menuAdminDxInDx {
    float: right;
}

    .menuAdminDxInDx a {
        text-decoration: none;
        color: #3e3e3e;
        padding: 10px;
        font-size: 12pt;
        border-radius: 5px;
        background-color: #DFDFDF;
    }

.elemintiHomeAdmin {
    width: 80%;
    margin: auto;
    margin-top: 41.5px;
}

    .elemintiHomeAdmin a {
        display: block;
        float: left;
        width: calc(33.333% - 80px);
        background-color: #5a5a5a;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 30px;
        border-radius: 10px;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-left: 20px;
        margin-bottom: 30px;
    }

        .elemintiHomeAdmin a:hover {
            opacity: 0.8;
        }

.tb {
    padding: 10px;
    border-radius: 5px;
    border: 0px;
    width: 200px;
}

.btnCercaLente {
    height: 25px;
    margin-left: 10px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: -5px;
}

.btnGrigio {
    background-color: #232323;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

    .btnGrigio:hover {
        opacity: 0.8;
    }

.btnDisabled {
    background-color: #616161;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: not-allowed;
}

.elencoAssSx {
    float: left;
    padding-right: 20px;
    width: calc(50% - 21px);
    border-right: 1px solid #828282;
}

.elencoAssDx {
    float: left;
    width: calc(50% - 20px);
    padding-left: 20px;
}

.elencoAssIn {
    overflow: auto;
    height: calc(100vh - 300px);
}

.pulsantieraAdmin {
    background-color: rgba(130, 130, 130, 0.77);
    padding: 20px;
}

.popupGenericoTitolo {
    font-size: 15pt;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.loginPwdRecovery {
    padding-top: 30px;
    text-align: center;
}

    .loginPwdRecovery a {
        color: #232323;
        text-decoration: none;
    }

        .loginPwdRecovery a:hover {
            text-decoration: underline;
        }

.tbRecuperaPwd {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tbRecuperaPwd input {
        border-radius: 5px;
        background-color: #fff;
        padding: 10px;
        border: 0px;
        width: calc(100% - 20px);
        font-size: 12pt;
    }

.popupPwdRec {
    display: none;
    padding: 20px;
    border-radius: 10px;
    background-color: #F3F3F3 !important;
}

.btnRecuperaPwd {
    padding-top: 20px;
    text-align: center;
}

.errRed {
    color: #b21914;
    font-weight: bold;
}

.rmpPwdSx {
    width: 50px;
    float: left;
}

    .rmpPwdSx img {
        width: 50px;
    }

.rmpPwdDx {
    float: left;
    width: calc(100% - 70px);
    padding-left: 20px;
    font-weight: bold;
    padding-top: 40px;
}

.rmpPwdBody {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .rmpPwdBody input {
        font-size: 12pt;
        border: 0px;
        border-radius: 5px;
        padding: 8px;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 300px;
    }

.tmpPwdBodyBtn {
    margin-top: 30px;
}

.rmpPwdBodyLegenda {
    line-height: 20px;
    margin-top: 20px;
}

.trMostraNascondi {
    cursor: pointer;
}

    .trMostraNascondi:hover {
        opacity: 0.8;
    }

.evidenziaCentralizzata {
    font-weight: bold;
    text-decoration: underline;
}

.cblFiltroGrid {
    background-color: #565656;
    padding: 20px;
    z-index: 6000;
    text-align: left !important;
}

.esiGridtrFiltri td {
    background-color: #565656 !important;
    color: #fff !important;
    border-color: #565656 !important;
    padding: 0px !important;
    border: 0px !important;
    padding-top: 5px !important;
}

.cblFiltroGrid {
    position: absolute;
    left: 0px;
    top: 40px;
    display: none;
    white-space: nowrap;
}

.applicaFiltro {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px;
    background-color: #929292;
    margin-top: 20px;
    display: inline-block;
}

.tabLabelContainer {
}

.tabContainerConTab {
    padding: 20px;
    border: 1px solid #c4c4c4;
    margin-top: -1px;
}

.tabLabel {
    display: inline-block;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-bottom: 0px;
    opacity: 0.5;
}

    .tabLabel:hover {
        opacity: 1;
    }

    .tabLabel.active {
        background-color: #F3F3F3;
        opacity: 1;
    }

    .tabLabel a {
        text-decoration: none;
        font-weight: 600;
        color: #232323;
        cursor: pointer;
    }

.icoFrecceNav {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
}

    .icoFrecceNav img {
        height: 30px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

        .icoFrecceNav img:hover {
            opacity: 0.8;
        }

.assMansGest {
    margin-bottom: 20px;
}

    .assMansGest a {
        color: #232323;
        text-decoration: none;
    }

    .assMansGest img {
        margin-right: 10px;
        height: 20px;
    }

.svCerchioImg {
    position: relative;
}

    .svCerchioImg img {
        position: absolute;
        top: -20px;
    }

.greyout {
    /* border: 2px solid #b10909; */
    background-color: #880A1F !important;
    color: #fff !important;
}

.DPIout {
    background-color: #A8BBBF !important;
    color: #fff !important;
}

.selettoreLinguaLogin {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.flag-icon-rounded {
    border-radius: 3px;
}

.selettoreLingua {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
    color: #232323;
    font-size: 12pt;
}

.selettoreLinguaTendina {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 15px;
}

    .selettoreLinguaTendina div {
        padding-bottom: 20px;
    }

        .selettoreLinguaTendina div a {
            text-decoration: none;
            color: #232323;
        }

        .selettoreLinguaTendina div:last-child {
            padding-bottom: 0px;
        }

#selettoreMaster .selettoreLingua {
    background-color: transparent !important;
    padding: 0px !important;
    color: #828282 !important;
    font-size: inherit !important;
}

.uploadzonebox {
    border: 3px dashed grey;
    border-radius: 3px;
    color: grey;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
}

.uploadzonebox_files_list {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #9b9b9b;
}

    .uploadzonebox_files_list div {
        margin-bottom: 5px;
        position: relative;
    }

    .uploadzonebox_files_list a {
        cursor: pointer;
    }

        .uploadzonebox_files_list a:hover {
            color: #58ba49;
        }

.boxDocESI {
    width: 134px;
    height: 134px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 7.5px;
    margin-left: 7.5px;
    background-color: #fff;
    position: relative;
    margin-bottom: 7.5px;
}

.boxDocESI_container {
}

.boxDocESI img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.boxDocESIName {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.44);
    padding: 5px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 8pt;
    word-break: break-all;
}

    .boxDocESIName a {
        color: #fff;
        text-decoration: none;
        word-break: break-all;
        font-size: 8pt;
    }

.boxDocESIDelete {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.44);
    display: none;
}

.boxDocESI:hover .boxDocESIDelete {
    display: block;
}

.boxDocESIDelete a {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
}

.btnSmallDett {
    background-color: #DFDFDF;
    color: #6c6d6f;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    margin-right: 15px;
    font-size: 10pt;
}

    .btnSmallDett img {
        margin-left: 8px;
    }

.ricercaModuli {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.ricercaModuliSx {
    float: left;
    width: 20px;
}

    .ricercaModuliSx img {
        height: 20px;
        position: relative;
    }

.ricercaModuliDx {
    float: left;
    width: calc(100% - 40px);
    padding-left: 20px;
}

    .ricercaModuliDx input {
        border: 0px;
        height: 20px;
        width: 100%;
        font-size: 13pt;
        background-color: transparent !important;
    }

.btnAddNewElementGridView {
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: none;
    display: inline-block;
    background-image: url('/mobile/gfx/ico_add.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.mnAzioniEsigrid {
    position: absolute;
    background-color: #565656;
    padding: 10px;
    padding-bottom: 0px;
    min-width: 100px;
    margin-left: -80px;
    margin-top: 20px;
    display: none;
}

.mnAzioniEsigridItem {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

    .mnAzioniEsigridItem:hover {
        opacity: 0.4;
    }

.mnAzioniEsigridItemSx {
    float: left;
    width: 20px;
    text-align: left;
}

    .mnAzioniEsigridItemSx img {
        width: 13px;
        height: 13px;
    }

.mnAzioniEsigridItemDx {
    float: left;
    width: calc(100% - 20px);
}

.gvwrapper {
    width: 100%;
    min-height: 70vh;
    overflow-x: auto;
}

.testo_pp_confirm {
    line-height: 25px;
}

.iconfirm {
    padding-left: 40px;
    color: #b20707;
}

.popupSelezioneNuovoProcessoSx {
    float: left;
    width: 50%;
    text-align: center;
    color: #232323;
    text-decoration: none;
    font-weight: bold;
    font-size: 15pt;
}

    .popupSelezioneNuovoProcessoSx a, .popupSelezioneNuovoProcessoDx a {
        color: #232323;
        text-decoration: none;
    }

.popupSelezioneNuovoProcessoDx {
    float: left;
    width: 50%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 15pt;
}

.rememberme {
    font-size: 12pt;
}

.esiConfirm_overlay {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.57);
}

.esiConfirm {
    position: fixed;
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    padding: 30px;
}

.esiConfirmButtons {
    margin-top: 20px;
    text-align: right;
}

    .esiConfirmButtons ._abort {
        cursor: pointer;
        background-color: #828282;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block;
        padding: 10px;
        color: #fff;
    }

    .esiConfirmButtons ._confirm {
        cursor: pointer;
        background-color: #3c3c3c;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
        margin-left: 10px;
        display: inline-block;
        padding: 10px;
    }

.subCentrlCont .gvwrapper {
    min-height: unset !important;
}

.schedaValutazioneTopDxHalf {
    float: left;
    width: 48%;
}

.d-none {
    display: none !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    top: -2px;
    cursor: pointer;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        display: none;
        max-width: 300px;
        max-height: 200px;
        background-color: #555;
        color: #fff;
        text-align: left;
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 125%;
        transition: display 0.3s;
        overflow: auto;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #555 transparent transparent;
        }

/* Show the tooltip text when you mouse over the tooltip container */
/*.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/
.helpIcon {
    background-color: grey;
    border-radius: 50%;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
}

.iconRow {
    width: 40px;
    height: 40px;
}

.espandi {
    padding-left: 35px;
    background-image: url('/gfx/sm_ico_right.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

.espanso {
    padding-left: 35px;
    background-image: url('/gfx/sm_ico_down.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

.preziarioLeft {
    float: left;
    width: 200px;
    text-align: center;
}

    .preziarioLeft img {
        width: 100px;
        display: inline-block;
    }

    .preziarioLeft span {
        display: block;
        margin-top: 7px;
    }

.preziarioRight {
    float: left;
    width: calc(100% - 280px);
    margin-left: 40px;
    padding-left: 40px;
    border-left: solid 1px #DFDFDF;
    box-sizing: border-box;
}

.preziarioTemplate {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    font-size: 11px;
    text-align: center;
    margin-right: 20px;
}

    .preziarioTemplate img {
        width: 40px;
        display: block;
        margin-bottom: 3px;
    }

.btnSalvaCI_attesa {
    background-color: #ffab62;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.boxValutazioneStress {
    display: inline-block;
}

.privacy {
    position: fixed;
    bottom: 0px;
    text-align: center;
    margin-bottom: 10px;
    width: 100vw;
}

.btnEsiAlertGrey {
    float: right;
    background-color: #D2E967;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
}

.btnEsiAlertRed {
    float: left;
    background-color: #d16161;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
}

    .btnEsiAlertGrey:hover, .btnEsiAlertRed:hover {
        opacity: 0.8;
    }

.popupConferma {
    border-radius: 10px;
    color: #828282;
    font-family: 'Dosis',sans-serif;
    font-size: 13pt;
}

    .popupConferma h3 {
        font-weight: bold;
        color: #828282;
        font-size: 15pt;
        margin-bottom: 20px;
    }

.filtoItems .filtroNascosto {
    visibility: hidden;
    display: none;
}

.td_fattori .div_inside {
    white-space: break-spaces;
    max-height: 112px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.td_fattori .td_note_inside {
    white-space: break-spaces;
    max-width: 400px;
    overflow: auto;
}

.td_fattori {
    white-space: break-spaces !important;
}

.td_note_inside {
    height: 100px;
    overflow: auto;
    width: 100%;
}

.td_note {
    min-width: 150px !important;
    max-width: 600px !important;
}

    .td_note .td_note_inside {
        min-width: 150px !important;
        /*max-width: 400px !important;*/
        height: 100px;
        overflow: auto;
        white-space: break-spaces !important;
    }

.pnlPopupGen {
    position: fixed;
    z-index: 90000 !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    vertical-align: middle;
}

.div_fade {
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.div_square {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 40px;
    cursor: default;
    display: block;
}

.pnlPopupGen > .div_square {
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 40px;
    cursor: default;
    display: block;
}

.div_int {
    position: relative;
    display: inline-table;
    z-index: 90000 !important;
    left: 50%;
    transform: translateX(-50%);
    /*   */
    background: #fff;
    min-width: 80%;
    max-width: 95%;
    border-radius: 10px;
    background-color: #F3F3F3 !important;
    margin: auto;
}

.div_int2 {
    min-width: 40% !important;
}

.div_heading {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
}

.div_body {
    padding-top: 5px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 90vw;
    max-height: 85vh;
    /*
    overflow: auto;
    */
}

.boxDecontext {
    display: inline-block;
    width: 46px;
    padding-top: 3px;
    text-align: center;
}

.div_body table .esiGridtrFiltri {
    border: 1px solid #9b9b9b;
    position: sticky !important;
    top: -1px;
}

    .div_body .button.add {

    }

    .div_body .popupGenericoTitolo {

    }

.div_body table .esiGridtrFiltri th {
    border: 0 !important;
}

.div_body .gvwrapper {
    max-height: calc(100vh - 290px);
    overflow: auto;
}

.div_body > .popupGenericoTitolo :not(.button.add) > .gvwrapper {
    max-height: calc(85vh - 138px);
    overflow: auto;
}

.div_body > :not(.popupGenericoTitolo) > :not(.button.add) > .gvwrapper {
    max-height: calc(100vh - 220px);
    overflow: auto;
}

.close_button {
    position: relative;
    height: 20px;
    margin-right: 12px;
    top: 3px;
}

    .close_button svg {
        display: block;
        height: 24px;
        overflow: visible;
        position: relative;
        width: 24px;
    }

/*
PAGINA FIRMA GRAFOMETRICA
*/

.lev_1_div {
    position: fixed;
    display: table;
    overflow: hidden;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(30,30,30,0.9); /* Black w/ opacity */
    z-index: 10000;
}

.lev_2_div {
    display: table-cell;
    vertical-align: middle;
}

.lev_3_div {
    background: #F3F3F3 !important;
    display: inline-block;
    padding: 1px;
    border-radius: 11px;
}

.panel-body {
    padding: 44px;
    text-align: left;
}

.td_cp {
    text-align: left;
    padding-left: 24px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.td_X {
    text-align: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin: 0;
    padding: 0;
    padding-right: 6px;
}

.panel-title {
    padding-right: 20px;
}

.close_button {
    position: relative;
    margin-right: 8px;
    top: 0px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

    .close_button:hover {
        cursor: pointer;
    }

.loader {
    position: absolute;
    z-index: 9999;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
}

    .loader img {
        width: 100px;
        height: 100px;
    }

.sign_btn {
    background-color: #D2E967;
    color: #717171;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    margin-left: 20px;
    border: 0;
    cursor: not-allowed;
}

.close_btn {
    background-color: #FA8562;
    color: #717171;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    margin-left: 20px;
    border: 0;
    cursor: pointer;
}

.lbl_server {
    color: #FA8562;
    padding: 15px;
    font-weight: 700;
}

.loadingNew2 {
    position: fixed;
    background-color: #A8A8A8;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 55vh;
    width: 100vw;
    padding-top: 45vh;
}

.loadingNew {
    position: absolute;
    background-color: #A8A8A8;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 55vh;
    width: 100%;
    padding-top: 45vh;
}

.loadingFixedNew {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    z-index: 2147483647 !important;
    opacity: 1;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
}

.fade {
    z-index: 8999;
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh);
    width: calc(100vw);
    background-color: #000;
    opacity: 0.2;
}

.boxRight {
    z-index: 8999;
    position: fixed;
    right: 0;
    top: 0;
    height: calc(100vh);
    width: 520px;
    background-color: #fff;
}

.boxRightHeader {
    width: calc(100%-72px);
    height: 48px;
}

.closeBtn {
    width: 36px !important;
    height: 36px !important;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    display: table;
    float: right;
}

.closeBtn:hover {
    background-color: #ccc;
}

    .closeBtn svg {
        width: 48px !important;
        height: 48px !important;
    }

.boxRightBody {

}

.boxRightRowTitle {
    height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 36px;
}

    .boxRightRowTitle label {
        margin: 0;
        border: 0;
        outline: 0;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        font-family: 'Dosis', sans-serif;
    }

.boxRightRowUtente {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

.boxRightRow {
    min-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
}

.boxRightRow label {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
}

.txtPassword {
    width: 420px;
    margin-right: 36px;
    font-size: 24px;
    height: 36px;
    padding-left: 10px;
    font-family: 'Dosis', sans-serif;
}

.showPasswd {
    position: relative;
    left: 400px;
    top: -32px;
}

.svgEye {
    color: #bbb;
    cursor: pointer;
}

.boxButton {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .boxButton input {
        margin-right: 40px;
        margin-bottom: 40px;
        border: 0;
        text-decoration: none;
        color: #3e3e3e;
        padding: 10px;
        font-size: 12pt;
        border-radius: 5px;
        background-color: #DFDFDF;
        cursor: pointer;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        font-family: 'Dosis', sans-serif;
    }

.pwdError {
    display: block;
    color: red;
}

.pnlUploadContainer {
    margin: 0 0 30px 0 !important;
}

.logoContainer {
    text-align: left !important;
    vertical-align: top !important;
    padding: 0 !important;
    margin: 0 0 30px 0;
}

    .logoContainer .icona {
        position: absolute;
        background-color: #232323;
        padding: 5px;
        border-radius: 5px;
    }

        .logoContainer .icona:hover {
            background-color: #565656;
        }

    .logoContainer img {
        display: block;
    }

.iconInfoLnk {
    text-decoration: none;
    position: relative;
    top: -5px;
    text-align: center;
    background-color: #2d36e0;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
}

.iconInfo {
    color: white;
    font-weight: bolder;
    font-size: 11px;
    font-family: 'Times New Roman';
}