﻿.labelDatoAnagrafico{
    font-weight:100;
    font-size:20px;
    margin-bottom:0px;
}
.labelDatoAnagraficoNormale {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.displayNone{
    display:none;
}

.bloccoPagina {
    display: block; /* Hidden by default */
    z-index: 1111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
    background-image: url("../dist/img/charge.gif" );
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

    /*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.dl-horizontal dt {
    white-space: normal;
}


input,
select,
textarea {
    max-width: 280px;
}*/

/* Codice fiscale Omocoide - informazioni */
.popupCfO {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-color: #00acd6;
    border-radius: 3px;
    background-color: #00c0ef !important;
}

    .popupCfO .popupCfOtext {
        visibility: hidden;
        width: 640px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -160px;
    }

        .popupCfO .popupCfOtext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -164px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popupCfO .popupCfOtextDettaglio {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        min-width: 200px;
        /*min-height: 220px;*/
        max-width: 200px;
        max-height: 220px;
        margin-left: -180px;
    }

        .popupCfO .popupCfOtextDettaglio::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: 75px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popupCfO .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.label-sales {
    background-color: #605ca8;
}

.label-paid {
    background-color: #B20566;
}

.selectRendicontazioneSize {
    /*width: fit-content !important;*/
    min-width: 100%;
}

.lblRendicontazioneImporti {
    font-size: 18px;
    line-height: 1.1;
}

.lblRendicontazioneTipologia {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.lblChkInserisciDatiFattura {
    font-size: 16px;
    cursor:pointer;
}

.tableRichiesteEsercentiAzioni {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Gestione esercenti / Gestione domande di adesione informazioni */
.popupEsercenti {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-color: #00acd6;
    border-radius: 3px;
    background-color: #00c0ef !important;
}

    .popupEsercenti .popupEsercentitext {
        visibility: hidden;
        width: 900px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -160px;
    }

        .popupEsercenti .popupEsercentitext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -295px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .popupEsercenti .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

.groupIscrizione {
    display: flex;
    align-items: center;
}

.labelIscrizione {
    margin-bottom: 0px;
    margin-right: 8px;
    min-width: 100px;
    text-align: end;
    line-height: 1;
    font-size:16px;
}

.labelIscrizioneUnaRiga {
    white-space: nowrap;
}

.labelIscrizioneSesso {
    margin-bottom: 0px;
    margin-right: 8px;
    text-align: end;
    line-height: 1;
    font-size: 16px;
}

.btn-default-select {
    color: #444 !important;
    background-color: #fff !important;
    border: 1px solid #d2d6de !important;
}

.lblChkIscrizioneAutorizzo {
    font-size: 16px;
    margin-bottom: 0px;
}

.testoNonSelezionabile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.boxTermineIscrizione {
    width: 80%;
    height: 80%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 3px;
}

@media(min-width : 768px) {

}

.LogoHeader {
    padding-top: 100px;
    height: 80px;
    width: 300px;
}

/*.LoginEtica {
    background-image: url(../Images/Login/Etica/loginEtica.jpg);
}

.LoginItCloud {
    background-image: url(../Images/Login/ItCloud/loginItCloud.jpg);
}

.LoginCustom {
    background-image: url(../Images/Login/Custom/loginCustom.jpg);
}
*/
.Login {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    padding-top: 101px;
    vertical-align: middle;
    margin-left: -20px;
}

.LoghiSocial a{
    margin: 0 10px;
    font-size: 25px;
}

.LoghiSocial img{
    height: 24px;
    width: auto;
}

.login-logo img {
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

.logo img {
    height: 40px;
    width: auto;
    margin-top: 5px;
/*    margin: 0 10px 0 0 ;*/
}
}

.tableClassiBonifica {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*border: 1px !important;*/
    /*border-color: transparent !important;*/
}

#tableScuoleDaBonificare td:nth-child(5) {
    text-align: center
}

#tableScuoleBonificate td:nth-child(5),
#tableScuoleBonificate td:nth-child(6) {
    text-align: center
}

#tableClassiBonifica td:nth-child(4),
#tableClassiBonifica td:nth-child(5),
#tableClassiBonifica td:nth-child(6) {
    text-align: center
}
