/* Inizio Stili SPID */
.italia-it-button-text {
    background-color: inherit !important;
    color: #FFF !important;
    margin-left: 8px;
    padding: 0.95em 1em 0.85em 1em !important;
    font-size: 1.15em !important;
    text-align: center !important;
    display: block;
    float: left;
}

.italia-it-button-icon {
    margin: 0 -0.4em 0 0  !important;
    padding: 0.6em 0.8em 0.5em !important;
    border-right: rgba(255, 255, 255, 0.1) 0.1em solid !important;
    background-color: inherit !important;
    display: block;
    float: left;
}

.italia-it-button {
    display: inline-block;
    position: relative;
    padding: 0;
    color: #FFF;
    font-family: "Titillium Web",HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    border: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.italia-it-button-size-m {
    font-size: 15px;
    width: 220px;
}

.italia-it-button-size-m > span img {
    width: 29px;
    height: 29px;
    border: 0;
}

.button-spid {
    background-color: #06C;
    color: #FFF;
}

.button-spid:hover {
    background-color: #036;
    color: #FFF;
}

.button-spid:active {
    background-color: #83BEED;
    color: #036;
}

/* Fine Stili SPID */
/* inizio FAQ */
.faq {
    width: 100%;
    margin: 17px 0;
}
.faq .domanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    padding: 3px 20px;
    background: orange;
    color: white;
    color: #000;
}
.faq .domanda:hover {
    background: #E9F0F4;
    color: #000;
    cursor: pointer;
}
.faq .domanda .testo {
    flex: 80%;
    width: 80%;
    word-break: break-all;
    white-space: normal;
    text-transform: initial;
}
.faq .domanda .tendina {
    margin-left: 5%;
    text-align: end;
    transform: scaleX(1.4) scaleY(0.8);
}
.faq .active {
    background: #E9F0F4;
    color: #000;
}
.faq .risposta {
    display: none;
    padding: 5px 20px;
    color: #575756;
    background: #E9F0F4;
    text-transform: initial;
}

/* fine FAQ */
/* inizio metodiPagamentoNew */
#metodiPagamentoNew {
    clear: both !important;
    width: 50%;
    float: right;
    overflow: hidden;
}
#metodiPagamentoNew img {
    max-width: 100px;
}
@media screen and (min-width: 960px) {
    #metodiPagamentoNew img {
        max-width: 200px;
    }
}
#metodiPagamentoNew form {
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6ed;
    border-radius: .5rem;
    padding: 1em;
    margin-bottom: 1.5em;
    text-align: right;
}
#metodiPagamentoNew form:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* fine metodiPagamentoNew */


#tk_page_ploader_wheel {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/img/loading_icon.gif") 50% 50% no-repeat white;
}