﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #000;
}

/* 
	* Remove text-shadow in selection highlight: h5bp.com/i
	* These selection declarations have to be separate
	* Also: hot pink! (or customize the background color to match your design)
	*/
::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
    width: 100%;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: top;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


img, embed object, video /*oggetti fluidi*/ {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

a:link, a:visited {
    outline: none;
    color: #ad1aac;
    text-decoration: underline;
}

a:hover {
    color: #ad1aac;
    text-decoration: none;
}

.invisible {
    visibility: hidden;
}

.none {
    display: none;
}

/* ==========================
   Clear Float
   ========================== */
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.labelHeader {
    color: #ad1aac;
}

input[type='text'].form-control,
input[type='password'].form-control,
select.form-control{
    border: 1px solid #f277c6;
    border-radius: 10px;
    box-shadow: 0px 1.681px 5.042px 0px rgba(19, 18, 66, 0.07);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f277c6' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6' stroke='%23f277c6' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem bottom 1rem; /* 👈 QUI la sposti */
    height: 52px;
    padding: 0 2.5rem 0 1rem !important;
}


.password-icon {
    position: absolute;
    color: #f277c6;
    right: 2em;
    top: 65%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

/* ======================================================================================================
   MOBILE 
   ====================================================================================================== */
body {
    background: #fff;
    color: #000;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
}

h1 {
    color: #ad1aac;
    font-family: 'Open sans', Arial, Verdana, sans-serif;
    font-size: 180%;
    font-weight: 400;
    margin-top: 0;
}

h2 {
    color: #ad1aac;
    font-family: 'Open sans', Arial, Verdana, sans-serif;
    font-size: 160%;
    font-weight: 400;
    margin: 1em 0 0 0;
}

h3 {
    color: #ad1aac !important;
    font-family: 'Open sans', Arial, Verdana, sans-serif;
    font-size: 140%;
    font-weight: 400;
    margin: 1em 0 0 0;
    margin-bottom: 15px;
}

h4, .h4 {
    color: #ad1aac !important;
    font-weight: 400 !important;
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 2.25rem !important;
    }
}

h5 {
    color: #ad1aac;
    font-family: 'Open sans', Arial, Verdana, sans-serif;
    font-size: 100%;
    font-weight: 400;
    margin: 1em 0 0 0;
}

h6 {
    color: #ad1aac;
    font-family: 'Open sans', Arial, Verdana, sans-serif;
    font-size: 80%;
    font-weight: 400;
    margin: 1em 0 0 0;
}

/* ===========================
   MOBILE: Struttura
   =========================== */
#page-wrap {
    background: #FFF;
}

.wrapper {
    width: 98%;
    margin: 0 1%;
    padding: 0;
}

.oldie .wrapper {
    width: 98%;
    margin: 0 auto;
}

/* ===========================
   MOBILE: Header
   =========================== */
#header-wrap {
    position: relative;
    padding: 15px;
    margin: 0;
}


button,
input[type=submit] {
    background: #f277c6;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/css/PIE.htc);
    color: #fff !important;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0.5em auto;
    padding: 15px 20px 15px 20px;
    position: relative;
    z-index: 5;
    font-size: 17px;
}

    button:hover,
    input[type=submit]:hover {
        background: #F48CCF !important;
        border: none;
        color: #fff;
        cursor: pointer;
    }



/* ==============================
   MOBILE: WELCOME
   ============================== */
#head02 {
    background: #ad1aac;
    clear: both;
    position: relative;
    padding: 0.6em 0;
}

    #head02 .member {
        color: white;
        padding-left: 0.7em;
    }

        #head02 .member a {
            color: #FFF;
            font-size: 0.8em;
            font-weight: 600;
            text-decoration: none;
        }

/* ===========================
   MOBILE: BANNER 
   =========================== */
#headerbar {
    background: linear-gradient(90deg, #b21fbf 0%, #4c7bd9 100%) !important;
    color: white;
    margin: 0 auto;
    font-size: 3.5rem;
}


/* ===========================
   MOBILE: PATH
   =========================== */
#headbar02 {
    border-top: 20px solid #EEE;
    clear: both;
    overflow: hidden;
    padding: 0;
}

    #headbar02 .path {
        color: #ad1aac;
        text-align: left;
        font: normal 1em 'Open Sans', Arial, Verdana, sans-serif;
        padding: 1em 0 1em 1em;
    }

        #headbar02 .path a {
            color: #725e5e;
            text-decoration: underline;
        }

    #headbar02 .buttons-content {
        text-align: center;
    }

/* ===========================
   MOBILE: CONTENUTO
   =========================== */

#inner-wrap {
    clear: both;
    padding: 0;
    margin: 0;
}

#inner {
    background: #fff;
    clear: both;
    padding: 2em 0 0 0;
    margin: 0;
}

.cont02 {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

    .cont02.cont01empty {
        margin: 0 auto;
        width: 98%;
    }

    .cont02.onlycont02 {
        margin-left: 0%;
        width: 98%;
    }

.cont02 {
    padding-top: 0;
}

    .cont02 h1 {
        text-align: center;
    }

.cont02 {
    padding: 0 0.2em;
    margin-left: 1em;
}

    .cont02 p {
        font: 0.85em 'Open Sans', Arial, sans-serif;
        line-height: 160%;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 0;
    }

    .cont02 li {
        font: 0.85em 'Open Sans', Arial, sans-serif;
        line-height: 160%;
    }

    .cont02 table {
        border-top: 1px solid #ddd;
        line-height: 160%;
    }

        .cont02 table td,
        .cont02 table th {
            border-bottom: 1px solid #ddd;
            font: 14px 'Open Sans', Arial, sans-serif;
            line-height: 160%;
            padding: 0.5em;
        }

            .cont02 table td p {
                font: 14px 'Open Sans', Arial, sans-serif;
                line-height: 160%;
                margin: 0;
                padding: 0;
            }

    .cont02 .back p {
        text-align: center;
    }

    .cont02 .colsx {
        float: none;
        width: 100%;
    }

    .cont02 ul.bullett {
        margin: 0;
    }

        .cont02 ul.bullett li {
            background: url(images/bullett.png) 0 7px no-repeat;
            list-style-type: none;
            padding-left: 25px;
            padding-top: 4px;
            padding-bottom: 4px;
        }

    .cont02 .note {
        width: 80%;
        margin: auto;
    }

        .cont02 .note p {
            font-size: 0.7em;
            text-align: left;
            line-height: 150%;
        }

    /* ==================================
   MOBILE: ACCOUNT PAGE
   ================================== */
    .scheda {
        background: #fff;
        border: 2px solid #d8d7d2;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;        
        overflow: hidden;
        position: relative;
        margin: 1em auto;
        padding-bottom: 1em;
    }

        .cont02 .scheda h5 {
            color: #000;
            font-weight: 600;
            margin-bottom: 0.5em;
        }
               
                
        .cont02 .scheda .btn-edit {
            position: absolute;
            right: 1em;
            bottom: 1em;
            opacity: 1;
        }

            .cont02 .scheda .btn-edit:hover {
                position: absolute;
                right: 1em;
                bottom: 1em;
                opacity: 0.5;
            }

    .cont02 .clubeso {
        background: #ececed;
        border: 2px solid #d8d7d2;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        behavior: url(/css/PIE.htc);
        overflow: hidden;
        position: relative;
        margin: 1em auto;
        padding-top: 2em;
        padding-bottom: 2em;
        width: 80%;
    }

        .cont02 .clubeso .ce-details {
            clear: both;
        }

        .cont02 .clubeso .subnote {
            font-size: 0.8em;
        }

        .cont02 .clubeso p {
            text-align: center;
            margin-top: 1em;
            margin-left: 0.5em;
            margin-right: 0.5em;
        }

        .cont02 .clubeso h2 {
            text-align: center;
        }

        .cont02 .clubeso img {
            float: none;
        }

    .cont02 .scheda a {
        color: #000;
    }


    .cont02 .clubeso ul {
        margin-left: 0;
        padding-left: 1em;
    }

    .cont02 .clubeso li {
        background: url(images/bull.png) left 0.5em no-repeat;
        list-style-type: none;
        padding-left: 15px;
        padding-top: 0.5em;
    }


    /* ===================================================
   MOBILE: FORM LOGIN
   =================================================== */
    .cont02 form {
        margin-bottom: 2em;
        padding: 0px;
        position: relative;
        z-index: 5;
    }


    .cont02 fieldset {
        background: inherit;
        border: 0;
        padding: 0;
        position: relative;
        margin: 1em auto;
        width: 98%;
    }


    .cont02 form ol,
    .cont02 form ul {
        background-image: none;
        list-style-type: none;
        padding: 5px 0px;
    }


        .cont02 form ol li {
            background: inherit;
            line-height: 30px;
            padding: 8px 0px;
            margin-bottom: 0;
        }

            /*per mettere a posto la riga con la select dell'indirizzo*/
            .cont02 form ol li.indirizzo {
                background: inherit;
                line-height: 30px;
                list-style: none;
                padding: 8px 10px 0 10px;
                margin-bottom: 0;
            }

            .cont02 form ol li.linkprivacy {
                text-align: center;
            }

    .cont02 span.pwlenght {
        color: #333;
        font-size: 0.8em;
        font-style: italic;
    }

    .cont02 form ol li span.pwnote {
        color: #333;
        display: block;
        font-size: 0.8em;
        font-style: italic;
        margin-left: 0em;
        margin-top: 0;
        padding-top: 0;
        text-align: left;
    }

    .cont02 form ol li label {
        color: #51515b;
        font: 600 0.9em 'Open sans', Arial, Verdana, sans-serif;
        display: block;
        padding-top: 0.4em;
        padding-right: 0.2em;
    }

    .cont02 label.labelcb {
        color: #51515b;
        font-weight: 600;
        float: none;
        display: inline;
        margin-left: 10em;
    }

    /*stile per tutti gli input tranne i radio e i checkbox*/
    .cont02 input[type=text],
    .cont02 input[type=password],
    .cont02 textarea,
    .cont02 select {
        background: #fff;
        border: 1px solid #c3c3c3;
        font: normal 0.9em "Open Sans", "Times New Roman", Times, serif;
        outline: none;
        padding: 5px;
        width: 95%;
        /*qs. regole uniformano le dimensioni di input e select*/
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    .cont02 select {
        padding: 4px 4px 3px 4px;
    }


        /*stile per il focus degli input tranne di quelli tipo submit*/
        .cont02 input[type=text]:focus,
        .cont02 input[type=password]:focus,
        .cont02 textarea:focus,
        .cont02 select:focus {
            background: #fafad4;
        }

        .cont02 select.tipo1 {
            display: block;
            margin-bottom: 1em;
        }

    .cont02 input.tipo2 {
        display: block;
    }

    /*stile per il focus degli input tranne di quelli tipo submit*/
    .cont02 input[type=text]:focus,
    .cont02 textarea:focus {
        background: #fafad4;
    }

    /*stile per i radio*/
    .cont02 input[type=radio] {
        float: left;
        margin-right: 5px;
        padding: 0 0 0 30px;
    }

    /*stile per i checkbox*/
    .cont02 input[type=checkbox] {
        float: none;
        margin-right: 5px;
        padding: 0 0 0 0px;
    }

    .cont02 form#registration p {
        color: #FFF;
        font-size: 0.8em;
    }

    /*stile per il button di invio*/
    .cont02 button,
    .cont02 input[type=submit] {
        background: #ad1aac;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        behavior: url(/css/PIE.htc);
        color: #fff;
        display: block;
        font-size: 0.8em;
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0.5em auto;
        padding: 8px 15px 8px 15px;
        text-transform: uppercase;
        position: relative;
        z-index: 5;
    }

        .cont02 button:hover,
        .cont02 input[type=submit]:hover {
            background: #ad1aac;
            border: none;
            color: #000;
            cursor: pointer;
        }

    .cont02 .centro {
        clear: both;
        text-align: center;
    }

.ie8 .cont02 .centro {
    width: 10%;
    margin: 0 auto;
}


.cont02 input.input-number {
    width: 30%;
}

.cont02 select.gender {
    width: 30%;
}

.cont02 .error {
    color: #ad1aac;
    font-weight: normal;
    text-align: left;
    margin-left: 16.6em;
}

.cont02 .red {
    color: #ad1aac !important;
}


.cont02 .request {
    margin: 0 auto;
    width: 90%;
    text-align: left;
}

.cont02 .note {
    margin: 0.5em auto;
    width: 90%;
}

.cont02 .request h3 {
    text-align: left !important;
}

.cont02 .request ul {
    padding-left: 0 !important;
}

.cont02 .request li {
    padding-left: 1.5em !important;
}


/* ===========================
   MOBILE: footer
   =========================== */
#footer-wrap {
    background: #ececec;
    overflow: hidden;
}

    #footer-wrap div#footer {
        background: #233645;
        color: #949494;
        padding: 2em 0 0 0;
        position: relative;
    }


/* ===========================
   MOBILE: menu footer
   =========================== */

.foot01, .foot02, .foot03 {
    float: none;
    width: 95%;
    margin: 0 auto;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff;
}

#footer p {
    font-size: 0.8em;
}

#footer a {
    color: inherit;
}

/* ===========================
   MOBILE: COPYRIGHT
   =========================== */
.foot04 {
    background: #2e404e;
    color: #FFF;
    clear: both;
    padding: 0.5em;
    text-align: center;
}

    .foot04 p {
        color: #949494;
        font: 400 0.7em 'Open sans', Arial, Verdana, sans-serif;
        text-align: center;
    }

    .foot04 a {
        color: #FFF;
    }


/* ==========================
   MOBILE: Clear Float
   ========================== */
.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }


/* ===================================================================
   TABLET (landscape) e computer con schermi piccoli: 768px
   =================================================================== */
@media only screen and (min-width: 768px) {

    .wrapper {
        max-width: 768px;
        margin: 0 auto;
    }


    /* ===========================
   TABLET: BANNER
   =========================== */
    #headerbar-wrap {
        margin: 0;
        overflow: hidden;
    }

        #headerbar-wrap p, #headerbar p {
            margin: 0;
            padding: 0;
        }

    #headbar02 {
        display: block;
        margin: 0 auto;
        position: relative;
    }

    /* ===========================
   TABLET: PATH
   =========================== */
    #headbar02 {
        border: 0;
        background: inherit;
        clear: both;
        padding: 0;
        text-align: left;
    }

        #headbar02 .path {
            font: normal 0.8em 'Open Sans', Arial, Verdana, sans-serif;
            padding-left: 0;
        }

            #headbar02 .path strong {
                display: inline;
            }

        #headbar02 .buttons-content {
            float: right;
            margin-top: 0;
        }

    /* ============================
   TABLET: CONTENUTO
   ============================ */
    #inner-wrap {
        margin: 0;
    }

    #inner {
        width: 100%;
        margin: 0 auto;
    }

    #cont01 {
        display: block;
        float: left;
        width: 28%;
        margin-right: 2%;
        margin-bottom: 2em;
    }

    .cont02 {
        float: left;
        width: 69%;
        margin-bottom: 1em;
        margin-left: 0;
    }

    #cont03 {
        clear: both;
        margin-left: 0;
    }

    .cont02 .content {
        padding-top: 0;
    }

    .cont02.cont03empty {
        float: left;
        width: 69%;
    }

    .cont02.cont01empty {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .cont02.onlycont02 {
        margin-left: 0%;
        width: 99%;
    }

    .cont02 .request {
        float: left;
        width: 45%;
        margin-left: 8%;
        margin-right: 5%;
        text-align: left;
    }

    .cont02 .note {
        float: left;
        width: 40%;
        text-align: left;
    }

    .cont02 ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cont02 p {
        font: 0.9em 'Open Sans', Arial, sans-serif;
        margin-bottom: 1em;
        margin-top: 0;
        line-height: 140%;
    }

    .cont02 li {
        font: 0.9em 'Open Sans', Arial, sans-serif;
        margin: 0;
        line-height: 140%;
    }

    .cont02 .colsx {
        float: left;
        width: 50% !important;
    }

    .cont02 ul.bullett {
        margin: 1em auto;
        width: 30%;
    }

    /* ==============================================================
   TABLET: ACCOUNT
   ============================================================== */
  
    
    .cont02 .clubeso h2 {
        margin-top: 2em;
        text-align: left;
    }

    .cont02 .clubeso p {
        text-align: center;
    }

    .cont02 .clubeso img {
        display: inline;
        float: left;
        margin-left: 10%;
        margin-right: 1%;
    }


    .cont02 .clubeso ul {
        margin-left: 0;
        padding-left: 6%;
    }

    /* ==============================================================
   TABLET: FORM 
   ============================================================== */
    .cont02 fieldset {
        margin: 1em auto;
        width: 40%;
    }

    .cont02 label {
        float: left;
        margin: 3px;
        width: 7em;
        padding-right: 0.2em;
        text-align: right;
    }

    .cont02 input[type=text],
    .cont02 input[type=password],
    .cont02 textarea,
    .cont02 select {
        width: 90%;
    }

        .cont02 select.gender {
            width: 25%;
        }

    .cont02 input.input-number {
        width: 25%;
    }

    .cont02 input.input-cap {
        width: 15%;
    }

    .cont02 select.tipo1 {
        display: inline;
        width: 24%;
    }

    .cont02 input.tipo2 {
        display: inline;
        width: 32.5%;
    }

    .cont02 input.inputcb {
        margin-left: 18em;
    }


    /* ==================================================================
   TABLET: Footer
   ================================================================== */
    #footer-wrap {
        padding: 0;
    }

        #footer-wrap footer#footer {
            position: relative;
            height: auto;
        }

    /* ===================================
   TABLET: Menu Footer
   ================================== */
    .foot01 {
        width: 300px;
        margin: 0 auto;
    }

    .foot02, .foot03 {
        float: right;
        width: 40%;
        margin: 0;
        margin-left: 5%;
        padding-bottom: 2em;
    }


    /* ==============================================================
   TABLET: LOGIN
   ============================================================== */

    .cont02 .login select {
        width: 90%;
        display: inline;
    }

        .cont02 .login select.tipo1 {
            display: inline;
            width: 25%;
        }

    .cont02 .login input.tipo2 {
        display: inline;
        width: 32%;
    }

    .cont02 .login input.input-number {
        width: 4em;
    }

    .cont02 .login input.input-phone, .cont02 .login select.gender {
        width: 12em;
    }
}

/* ==================================================================
   NETBOOK 900px
   ================================================================== */
@media only screen and (min-width: 900px) {

    .wrapper {
        max-width: 900px;
        margin: 0 auto;
    }

    #head04 nav.menu02 a,
    #head04 nav.menu02 span {
        padding: 12px 25px;
    }

    #head04 nav.menu02 span {
        cursor: default;
    }

    /* ===============================
   NETBOOK: CONTENUTO
   =============================== */

    #cont01 {
        width: 24%;
    }

    .cont02 {
        margin-left: 0;
        width: 49%;
    }

    #cont03 {
        clear: none;
        float: right;
        width: 24%;
    }

    .cont02.cont03empty {
        background: inherit;
        margin-left: 1.8%;
        float: left;
        width: 72%;
    }

    .cont02.cont01empty {
        background: inherit;
        margin-left: 0%;
        float: left;
        width: 72%;
    }

    .cont02.onlycont02 {
        background: inherit;
        margin-left: 0;
        width: 99%;
    }
    /* ===========================
   NETBOOK: ACCOUNT
   =========================== */

    .cont02 .clubeso img {
        display: inline;
        float: left;
        margin-left: 15%;
        margin-right: 1%;
    }


    .cont02 .clubeso ul {
        margin-left: 0;
        padding-left: 17%;
    }


    /* ===================================
   NETBOOK: Menu Footer
   ================================== */

    .foot01 {
        width: auto;
        margin: 0;
    }

    .foot01, .foot02, .foot03 {
        float: left;
        width: 25%;
        margin-left: 8%;
        padding-bottom: 2em;
    }
}

/* ==================================================================
   DESKTOP 1200px
   ================================================================== */
@media only screen and (min-width: 1200px) {

    .wrapper {
        max-width: 1281px;
        margin: 0 auto;
    }

      

    /* ============================
   DESKTOP: LOGIN
   ============================ */

    .cont02 .login select.tipo1 {
        display: inline;
        width: 20%;
    }

    .cont02 .login input.tipo2 {
        display: inline;
        width: 38%;
    }
}


.title .title a {
    color: #ad1aac;
}

.borderColor {
    border-color: #ad1aac !important;
}
