/*GENERALE--------------------------------------------------------------------------------------------------------*/

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    color: #000000;
    width: 100%;
    background-color: #755E5F;
}

#debug {
    position: fixed;
    bottom: 0px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 10pt;
    display: block;
    z-index: 9;
    display: none;
}

.clear {
    clear: both;
}

.topBar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topBarSx {
    float: left;
}

.topBarDx {
    /*float: right;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

    .topBarDx input {
        width: 30px;
        margin-left: 15px;
        margin-top: 10px;
    }

    .topBarDx .tobBarDxLan {
        margin-right: 30px;
    }


.topBarIn {
    width: 80%;
    margin: auto;
}

#icon-info-big:before {
    font-size: 50px;
}

.topBarDxIn {
    text-align: right;
    line-height: 20px;
    margin-top: 20px;
}

.topBarIn h1 {
    color: #ff9500;
    font-size: 20px;
    font-weight: 600;
}

.topBarIn h2 {
    color: #ff9500;
    font-size: 15px;
    font-weight: 400;
}

.corpo {
    background-color: #f4f7f9;
    padding-top: 35px;
    padding-bottom: 35px;
}

.corpoIn {
    width: calc(80% - 50px);
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.3);
    margin: auto;
    border-radius: 5px;
}

.footer {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #ff9500;
}

.boxTitoloDx {
    float: right;
    padding-top: 10px;
}

.boxTitoloSx {
    float: left;
    padding-top: 10px;
}

    .boxTitoloSx h3 {
        font-weight: 500 !important;
        font-size: 18px;
    }

    .boxTitoloSx h4 {
        font-weight: 400 !important;
        font-size: 14px;
        padding-top: 5px;
    }

.BoxTitoloDxSx {
    float: left;
}

.BoxTitoloDxDx {
    float: left;
    padding-top: 3px;
}

    .BoxTitoloDxDx a {
        text-decoration: none;
        color: #000000;
        font-size: 12px;
        padding-left: 8px;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .BoxTitoloDxDx a:hover {
            color: #ff9500;
        }

.titoli {
    padding-bottom: 30px;
}

.campoTitle {
    font-size: 12px;
    color: #000000;
}

    .campoTitle b {
        font-weight: 500;
        font-size: 15px;
    }

.rblContainer {
    margin-top: 20px;
}

    .rblContainer td {
        padding-right: 20px;
    }

.campo {
    margin-top: 20px;
    border-bottom: 1px solid #EDEEEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.campoSx {
    float: left;
    width: 70%;
}

.campoDx {
    float: right;
    width: 25%;
}

.txtArea {
    margin-top: 20px;
}

    .txtArea textarea {
        border: 1px solid #EDEEEE;
        border-radius: 5px;
        width: 100%;
        min-height: 285px;
        box-sizing: border-box;
        padding: 15px;
    }

.dropZone {
    margin-top: 20px;
    border: 2px dashed #EDEEEE;
    border-radius: 5px;
    width: 100%;
    min-height: 285px;
    position: relative;
    box-sizing: border-box;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .dropZone:hover {
        border: 2px dashed #ff9500;
        background-color: #fcfcfc;
    }

.dropZoneIn {
    text-align: center;
    line-height: 25px;
    padding-top: 80px;
}

.campoMain {
}

.condizioniIn {
    background-color: #FCFCFC;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 25px;
}

.cbContainer {
    padding-top: 30px;
}

    .cbContainer input[type=checkbox] {
        margin: 0;
        padding: 0;
    }

.condizioniContainer {
    margin-bottom: 30px;
}

.btnAzione {
    background-color: #ff9500;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}

    .btnAzione.btnRec {
        margin-top: 20px;
        background-image: url('../gfx/mic.svg');
        background-position: 15px;
        background-size: 20px;
        background-repeat: no-repeat;
        min-width: 240px;
    }

        .btnAzione.btnRec span {
            margin-left: 30px;
        }

#recordingList {
    display: flex;
    flex-wrap: wrap;
}

    #recordingList audio {
        min-width: 170px;
        margin: 10px 0;
    }

    #recordingList button {
        border: none;
        background-color: transparent;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
        cursor: pointer;
    }

.icon-allegati:before {
    color: #ff9500 !important;
}

.icon-info:before {
    color: #ff9500 !important;
}

.btnAzione:hover {
    opacity: 0.8;
}

.boxNonAnonimoSelSx {
    float: left;
    width: 30px;
    padding-top: 15px;
}

.boxNonAnonimoSelDx {
    float: left;
    width: calc(100% - 50px);
    color: #fff;
    padding-left: 10px;
    padding-top: 7px;
    line-height: 25px;
}

.boxNonAnonimoSel {
    background-color: #ECB658;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.boxDatiSegnalatore {
    display: none;
}

.datoAnagrafico {
    float: left;
    width: 25%;
}

.datoAnagraficoIn {
    padding-top: 20px;
}

    .datoAnagraficoIn input {
        border: 1px solid #EDEEEE;
        border-radius: 5px;
        width: 90%;
        margin-top: 10px;
        height: 40px;
        box-sizing: border-box;
        padding: 10px;
    }

.titoloIconaSx {
    float: left;
}

.titoloIconaDx {
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    width: calc(100% - 50px);
}

.copyAndPasteContainer {
    border-bottom: 1px solid #EDEEEE;
    margin-bottom: 30px;
    max-width: 100%;
}

.copyAndPasteContainerCode {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.copyAndPasteContainerCodeSx {
    float: left;
    font-weight: 500;
    padding-top: 8px;
    width: calc(100% - 39px);
    line-height: 20px;
}

.copyAndPasteContainerCodeDx {
    float: right;
    padding-left: 20px;
}

    .copyAndPasteContainerCodeDx img {
        cursor: pointer;
    }

.boxAlertSx {
    float: left;
    padding-top: 8px;
}

.boxAlertDx {
    float: left;
    color: #fff;
    padding-left: 10px;
    line-height: 20px;
    width: calc(100% - 36px);
}

.boxAlert {
    background-color: #D84A49;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#chilegge {
    display: none;
    max-width: 600px;
    width: 90%;
    border-radius: 10px;
}

.chilegge {
    padding-top: 40px;
    padding-bottom: 40px;
}

.chileggeTitle {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

    .chileggeTitle img {
        padding-bottom: 10px;
    }

.chileggeElenco {
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}

.chileggeTitolo {
    color: #000000;
    font-style: initial;
}

.passwordForm {
    margin-top: 40px;
    margin-bottom: 60px;
}

    .passwordForm input {
        background-color: #f5f5f5;
        border-radius: 5px;
        font-weight: 500;
        font-size: 18px;
        margin-top: 10px;
        border: 0px;
        height: 50px;
        width: 400px;
        box-sizing: border-box;
        padding: 15px;
    }

.statoSx {
    float: left;
}

.statoDx {
    float: left;
    padding-left: 20px;
    line-height: 20px;
}

.statoBadge {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #ff9500;
}

.normaltext {
    color: #000000;
    font-size: 12px;
}

.thread {
    border-bottom: 1px solid #EDEEEE;
    border-top: 0px solid #EDEEEE;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btnDowloadAllegati {
    background-color: #B4BFCE;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    padding-left: 20px;
    background-image: url('/gfx/arrowDown.png');
    background-position: 7px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 20px;
}

    .btnDowloadAllegati:hover {
        background-color: #718298;
    }

.spacingThread {
    height: 20px;
}

.threadPost {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.threadData {
    text-align: right;
    color: #000000;
}

.threadAuthor {
    font-weight: 500;
    padding-bottom: 20px;
}

.threadAllegati {
    margin-top: 40px;
}

.e404 {
    text-align: center;
    display: block;
    padding-top: 300px;
    color: #ff9500;
    font-size: 40px;
}

.errori {
    /*background-color: #b50505;*/
    color: #b50505;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 10px;
    padding: 5px;
}
/*UPLOADZONE*/
#box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-top: 200px;
    height: 95px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

#box_files_list {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #9b9b9b;
}

    #box_files_list div {
        margin-bottom: 10px;
        overflow: hidden;
    }

    #box_files_list a {
        white-space: nowrap;
        cursor: pointer;
    }

        #box_files_list a:hover {
            color: #58ba49;
        }

.eliminaAllegato {
    /*background-color: #cacaca;*/
    padding: 3px;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    margin-right: 5px;
    color: #000000;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .eliminaAllegato:hover {
        color: #bb0000;
        /*background-color: #bb0000;*/
    }
/*ENDUPLOADZONE*/
/* - ALERT -*/
.b_alert {
    padding: 50px !important;
    padding-top: 35px !important;
    font-size: 14px;
    line-height: 25px;
    color: #707070;
    max-width: 600px;
    width: 90%;
    min-width: unset !important;
    text-align: left !important;
    border-radius: 10px;
}

    .b_alert h3 {
        color: #393939;
        font-weight: 500;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 40px;
    }

.b_alert_close {
    margin-top: 30px;
    text-align: right;
}

    .b_alert_close a {
        background-color: #C2C2C2;
        padding: 10px 25px 10px 25px;
        color: #fff !important;
        font-weight: bold !important;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 5px;
        transition: 0.2s;
    }

        .b_alert_close a:hover {
            background-color: #aaaaaa;
        }

.threadAllegatiRow {
    margin-bottom: 20px;
}

body.fancybox-active {
    overflow: auto !important;
}

.copyContSx {
    float: left;
}

.copyContDx {
    float: left;
    margin-left: 20px;
    display: none;
    padding-top: 8px;
}

#recordingList {
    margin-top: 20px;
}

.btnRecDISABILITATO {
    opacity: 0.8;
    cursor: not-allowed;
}

.btnRecABILITATO {
    opacity: 1;
    cursor: pointer;
}
.nomeSocieta a {
    text-decoration: none;
    color: #737373;
    font-size: 14px;
}
.nomeSocieta a:hover {
    text-decoration: underline;
    color: #c11219;
}
.titleSocieta, .nomeSocieta {
    margin-bottom: 15px;
}
.titleSocieta span {
    font-size: 15px;
}
.sezioniSocieta{
    margin-bottom: 40px;
}
.notaEusider {
    color: #c11219;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/*MEDIA QUERY 1362px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:1342px) {
    .copyContDx {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*MEDIA QUERY 1350px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:1350px) {
    .div1200 {
        width: 100%;
        margin: auto;
        padding: 0 50px;
        box-sizing: border-box;
    }
}

/*/*MEDIA QUERY 1286px-----------------------------------------------------------------------------------------
@media only screen and (min-width:0px) and (max-width:1286px) {
    .boxNonAnonimoSelDx {
        width: calc(100% - 38px);
        padding-top: 0;
    }
}*/

/*MEDIA QUERY 1023px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:1023px) {
    .dashSx {
        width: 90%;
    }

    .topBarIn {
        width: 90%;
    }

    .corpoIn {
        width: calc(90% - 25px);
    }

    .campoSx, .campoDx {
        width: 100%;
    }

    .campoDx {
        margin-top: 20px;
    }

    .dropZone {
        min-height: 200px;
    }

    .dropZoneIn {
        padding-top: 45px;
    }

    #box {
        height: 100%;
        padding-top: 0;
    }
}

/*MEDIA QUERY 768px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:768px) {
    .topBarSx img {
        height: 60px !important;
        width: auto !important;
    }

    .topBarIn h1 {
        font-size: 18px;
    }

    .topBarDxIn {
        margin-top: 15px;
    }

    .datoAnagrafico {
        width: 50%;
        box-sizing: border-box;
    }

        .datoAnagrafico:nth-child(odd) {
            padding-left: 10px;
        }

        .datoAnagrafico:nth-child(even) {
            padding-right: 10px;
        }

    .datoAnagraficoIn input {
        width: 100%;
    }

    .copyAndPasteContainerCode {
        width: 100%;
        box-sizing: border-box;
        word-break: break-word;
    }

    .copyAndPasteContainerCodeDx {
        /*display: none;*/
        float: left;
        padding-left: 0px;
        padding-top: 20px;
        width: 90%;
    }

        .copyAndPasteContainerCodeDx span {
            display: block !important;
            padding-left: 30px;
            margin-top: -20px;
        }

    .copyAndPasteContainerCodeSx {
        width: 100%;
        padding-bottom: 4px
    }

    .boxAlertSx, .boxNonAnonimoSelSx {
        display: none;
    }

    .boxNonAnonimoSelDx {
        width: 100%;
        padding-left: 0;
    }

    .boxAlertDx {
        padding-left: 0;
    }
}

/*MEDIA QUERY 650px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:650px) {
    .topBarSx {
        float: none;
        text-align: center;
    }

    .topBarDx {
        float: none;
        text-align: center;
    }

    .topBarDxIn {
        text-align: center;
        padding-right: 0;
        border: 0;
    }

        .topBarDxIn h2 {
            display: none;
        }
}

/*MEDIA QUERY 500px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:500px) {
    .boxTitoloSx, .boxTitoloDx {
        width: 100%;
    }

    .boxTitoloDx {
        margin-top: 10px;
    }

    .campo {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .campoMain {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .corpo {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .thread {
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .corpoIn {
        padding: 15px;
    }

    .rblContainer td {
        display: block;
        margin-top: 3px;
    }

    .datoAnagrafico {
        width: 100%;
    }

        .datoAnagrafico:nth-child(odd), .datoAnagrafico:nth-child(even) {
            padding: 0;
        }

    .titoloIconaSx {
        float: none;
        text-align: center;
    }

    .titoloIconaDx {
        float: none;
        text-align: center;
        width: 100%;
        padding-left: 0;
    }

    .copyAndPasteContainer {
        margin-bottom: 20px;
    }

    .copyAndPasteContainerCode {
        margin-bottom: 20px;
        padding: 10px 14px;
    }

    .passwordForm input {
        width: 100%;
    }

    .threadData {
        margin-bottom: 15px;
        text-align: left;
    }
}

.threadBody {
    line-height: 20px;
}

/*MEDIA QUERY 450px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:450px) {
    .btnAzione {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

.boxSegnChiusa {
    padding-top: 20px;
}

.mailver {
    background-color: #08b626;
    color: #fff !important;
    font-size: 11px;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.copyAndPasteContainerCodeDx span {
    display: none;
}

.ddlDestContainer {
    padding-top: 20px;
}

    .ddlDestContainer select {
        padding: 5px;
        min-width: 200px;
    }

.hidden {
    display: none;
}
/*------------Awatif Moumouni 15/05/24-------*/
.risposteCheckbox {
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    margin-top: -10px;
}

.risposteCheckbox td {
    border-bottom: none !important;
    padding: 5px !important;
}

.risposteCheckbox .containerRadio {
    display: inline-block;
    width: calc(50% - 5px);
}
#ContentPlaceHolder1_boxDettagliPratica .thread{
    border-bottom: none;
    margin-bottom: 0px;
}