﻿.BGBody_Protected {
    background-image: url(media/Protected/LineaBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    min-height: 100vh;
}
/***************************************************************Profilo*/

.Bg_Protected {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 11px 7px #DEDEDE;
    box-shadow: 0px 0px 11px 7px #DEDEDE;
    padding: 30px 50px 70px 50px;
    margin: 50px 0;
}

.Profilo .Password {
    background-color: #F4F4F4;
    padding: 20px;
}

.Profilo .ErrorSpan {
    top: 6px;
}

.btnBackBashboard {
    width: 100%;
    padding-bottom: 0 0 5px 0;
    border-bottom: 1px solid #b0b0b0;
    color: #DB0E18;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 50px;
}

    .btnBackBashboard:hover {
        color: #9b0d13;
    }

.Profilo h1 {
    margin-bottom: 20px;
}

.Profilo h2 {
    padding: 30px 0 20px 0;
    margin-top: 50px;
}

.Profilo .form-control {
    background-color: #fff;
}

.Profilo select {
    padding-left: 20px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none !important;
    background-image: url(media/Icone/ArrowDDL.svg);
}

.btnAggiungiCarta {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 51px;
    background-color: #fff;
    box-shadow: 2px 1px 2px #e1e1e1;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 0px 11px 7px #DEDEDE;
    box-shadow: 0px 0px 11px 7px #DEDEDE;
}

    .btnAggiungiCarta:hover {
        -webkit-box-shadow: 0px 0px 11px 7px #c1c1c1;
        box-shadow: 0px 0px 11px 7px #c1c1c1;
    }

    .btnAggiungiCarta img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .btnAggiungiCarta span {
        display: block;
        width: 100%;
        text-transform: uppercase;
        color: #2060a1;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
    }

.CartaCredito {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #36A9FF;
    min-height: 150px;
    position: relative;
    background-color: #fff;
}

    .CartaCredito span {
        font-weight: 900;
        padding-bottom: 10px;
    }

    .CartaCredito i {
        color: #818181;
        font-size: 14px;
        margin-right: 5px;
    }

    .CartaCredito a {
        position: absolute;
        top: 16px;
        right: 16px;
        color: #DB0E18;
        background-color: #fff;
        border: 1px solid #d4d4d4;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

        .CartaCredito a i {
            color: #36A9FF;
            font-size: 16px;
        }

/***************************************************************Indirizzi*/
.BoxIndirizzi {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #36A9FF;
}

.Info_BoxIndirizzi {
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

    .Info_BoxIndirizzi span {
        text-transform: none;
        font-weight: bold;
        font-size: 18px;
    }

.TipologiaIndirizzo {
    color: #1B5EA3;
    font-weight: bold;
    text-transform: uppercase;
}

.BoxIndirizzi a.CancellaIndirizzo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #36A9FF;
    border: 1px solid #b2b2b2;
}

.BoxIndirizzi a.ModificaIndirizzo {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #36A9FF;
    border: 1px solid #b2b2b2;
}

.BoxIndirizzi .fa-map-marker-alt {
    color: #2060a1;
}

/**********************************************************************rita*/
.fa_btn_IconOnly {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    transition: color 0.6s ease-out 0s;
    text-align: center;
    vertical-align: middle;
    color: #3370b0;
    cursor: pointer;
    font-size: 14px;
}

    .fa_btn_IconOnly:hover {
        color: #165ba4;
        transition: color 1s ease-out 0s;
        text-decoration: none;
    }

.BoxIndirizzi .fa_btn_IconOnly {
    font-size: 18px;
    color: #3370b0;
    float: left;
    padding-right: 10px;
}

.Preferito {
    color: #3370b0;
    font-weight: 900;
    float: left;
    padding-right: 10px;
}

/***************************************************************Ordini*/
.TablelistaOrdini {
    font-size: 12px !important;
}

    .TablelistaOrdini i {
        color: #3370b0;
    }

.OrdiniProdotti {
    border-bottom: 2px solid #000000;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .OrdiniProdotti .InfoOrdiniProdotti {
        padding-left: 60px;
    }

@media (max-width:576px) {
    .Bg_Protected {
        padding: 20px 20px 70px 20px;
    }

    .tooltip-item i {
        font-size: 20px;
    }
}
