body{
    font-family: "Roboto", "Helvetica";
    font-size:16px;
    color:#000;
}
.nav-menu-schede{
    background: #f2f2f2;
    margin-top: 0;
    padding:5px 0;
    font-size:16px;
}
.homepage{
    padding-top:130px
}
.container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.max-fluid {
    max-width: 1440px;
}
a{
    color: #5F57A1;
}
a:hover{
    color: #5F57A1;
    text-decoration: underline
}
.dN{display: none}
/* definizione btn */
.btn-casa {
    height: 48px;
    width: 200px;
    border-radius: 8px;
    background-color: #FFBA00;
    color: #3A3A3A !important;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}
.btn-casa.disabled{
    color: #BEC2C9;
    border:2px solid  #f5f5f5;
    background-color: #FFF
}
.btn-casa:hover{
    background-color: #FFC400
}
.btn-casa:active{
    background-color: #FFAF00
}
a.btn-casa {
    padding: 13px;
}
.hand{cursor: pointer;}

.step-bar {
    background-color: #dfddec;
    height: 60px;
    color: #5F57A1;
    font-weight: 500;
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 16px;
}
/* bcm */
.bcm {
    padding-top: 61px;
    padding-bottom: 162px;

}

.bcm h2 {
    font-size: 40px;
    text-align: center;

}

.bcm p {
    text-align: center;
}

.bcm .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px
}

.bcm #sellProd {
    padding-top: 10px;
    padding-bottom: 20px
}

.bcm label {
    color: #84828F;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400

}

.bcm input {
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
    font-size: 20px;
    width: 100%
}

.bcm textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #D8D8D8;
}

.bcm .alert {
    margin-left: 15px;
    width: 97%;
}

.bcm .testoPrivacy {
    border-left: 1px solid #D8D8D8;
    text-align: right
}

.bcmTheAddOffer {
    margin-top: 7px !important;
    margin-left: 10px;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: url(/static/img/drop-down.png);
    top: 34px;
    right: 20px;
    width: 0;
    height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    top: 34px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #333333;
    padding: 4px 2px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 31px
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    border-bottom: 1px solid transparent;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #5f57a1;
    font-weight: 700;
    border-bottom: 2px solid #5f57a1;
}
.addOffer .theAddOffer {
    width: 24px;
    height: 24px;
    background-image: url(/img/check_off.png);
    background-size: contain;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: no-repeat;
}

.addOffer .theAddOffer.active {
    width: 24px;
    height: 24px;
    background-image: url(/img/check_on.png);
    padding: 6px;
}

.addOffer .btn.active span.glyphicon {
    color: #FFF;
    left: -5px;
    top: -5px;
}

.addOffer .actionCheck {
    margin-top: -21px;
    margin-left: 33px;
    cursor: pointer;
    font-size: 16px
}

.boxPrivacy {
    margin: 20px 0
}

/*definizione classi preview*/
.contEditCms{
    border-top: 1px solid #3B3A3A;
    padding:10px 0;
    margin-top: 10px;
}
.editCms{
    margin:5px 0 10px;
    display: block;
    font-size: 0.8em;
    z-index: 2;
}
.title-caratteristiche .editCms{
    font-size: 0.7em !important;
}
.stripe-schede .editCms img{
    margin-left: 0;
}
pre:first-child{
    margin-top:130px !important;
}
@media only screen and (max-width: 1024px){

}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body {
        /*padding-top: 64px !important;*/
    }
    .homepage{
        padding-top:64px
    }
    .container-sezione{
        top:0 !important;
    }
}

@media only screen and (max-width: 768px){
    body{
        /*padding-top:64px*/
    }
    .nav-menu-schede{
        margin-top: -5px;
    }
    .homepage{
        padding-top:64px
    }
    .bcm input[type = 'checkbox'] {
        width: 80%
    }
}

@media only screen and (max-width: 455px){

    .btn-casa{
        width: 200px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .bcm {
        padding: 0;
        width: 99%;
        margin-left: 0;
    }

    .bcm h2 {
        font-size: 28px;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center
    }

    .bcm .testoPrivacy {
        border-left: 0;
        margin-top: 10px;
        text-align: left;
    }
}