﻿/*GLOBALI*/
.tab-guida {
    background: #f1f1f1;
    padding: 10px 5px 5px 42px;
    margin: 7px 0 0 0;
    position: relative;
    clear: both;
}

    .tab-guida > p, .tab-guida > i {
        font-size: 11px;
        line-height: 18px;
    }

    .tab-guida:before {
        content: '';
        width: 25px;
        height: 25px;
        padding: 0;
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .tab-guida header {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }

.tab-guida-piccolo {
    background: #f1f1f1;
    padding: 10px 5px 5px 31px;
    margin: 0px 0 0 0;
    position: relative;
}

    .tab-guida-piccolo > p {
        font-size: 11px;
        line-height: 18px;
    }

    .tab-guida-piccolo:before {
        content: '';
        width: 17px;
        height: 17px;
        padding: 0;
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
    }

    .tab-guida-piccolo header {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }

/*form*/
.campoInLinea {
    float: left;
    width: 100%;
    /*margin-bottom: 7px;*/
    margin-top: 7px;
}

    .campoInLinea:after {
        content: ' ';
        clear: both;
    }

.campo {
    width: 100%;
    /*margin-bottom: 7px;*/
    margin-top: 7px;
}

.campoInLinea .editor-label {
    float: left;
}

.campoInLinea .editor-field {
    float: right;
}

.campo .editor-field {
    position: relative;
}

    .campo .editor-field textarea {
        width: 100%;
        height: 120px;
    }


.campoInLinea .editor-radio {
    padding: 0;
    margin: 0;
    float: right;
}

.editor-radio label {
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 1;
    float: left;
}

.editor-radio input {
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 0 0 4px;
    line-height: 1;
    float: left;
}

.ultimoCampo {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 7px;
}

.maxlength-feedback {
    position: absolute;
    right: 0;
    top: -12px;
}
span.maxlength-full {
    color: red;
}


/*select*/
.select {
    position: relative;
    border: 1px solid #CBCBCB;
    background-image: none;
    height: 24px;
    padding: 0;
    /*margin:0 0 3px 0;*/
    line-height: 1;
    vertical-align: bottom;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
}

    .select select {
        font-size: 11px;
        font-weight: normal;
        border: 0 none;
        color: #919396;
        background: #FCFCFC;
        height: 22px;
        padding: 0 0 2px 0;
        margin: 0;
        line-height: 1;
        float: left;
        border-radius: 0;
    }

        .select select.input-normal {
            width: 268px;
        }

    .select:after {
        content: '';
        position: absolute;
        top: 3px;
        right: 5px;
        font-size: 11px;
        border: 0 none;
        background: url('/content/img/icone.png') no-repeat right;
        background-position: -50px -12px;
        width: 18px;
        height: 18px;
        padding: 0;
        margin: 0;
        line-height: 1;
        pointer-events: none;
    }

    .select:before {
        content: '';
        right: 1px;
        top: 1px;
        width: 28px;
        height: 20px;
        background: #FCFCFC;
        position: absolute;
        pointer-events: none;
        display: block;
        border: none;
    }

/*input*/
input[type=tel]::-webkit-input-placeholder {
  color: #D6D6D6;
}
input[type=tel]::-moz-placeholder {
    color: #D6D6D6;
}
input[type=tel]:-ms-input-placeholder {
    color: #D6D6D6;
}

input[type=text], input[type=tel], textarea, input[type=password], .inputfake {
    border: 1px solid #CBCBCB;
    font-size: 11px;
    height: 24px;
    padding-left: 4px;
    color: #919396;
    background-color: #FCFCFC;
}

textarea {
    height: auto;
}

.inputfake {
    background-color: #fff !important;
    line-height: 24px;
    margin: 0;
}

.inputfake-group {
    position: relative;
    border: 1px solid #CBCBCB;
}

    .inputfake-group .inputfake {
        border: 0;
        background-color: #FCFCFC;
    }

    .inputfake-group .btCancella {
        position: absolute;
        top: 3px;
        right: 2px;
        border-radius: 0;
        background: url('/content/img/btCancella.png') no-repeat;
        padding: 0;
    }

label {
    font-weight: normal;
    font-size: 11px;
    color: #52544a;
}

    label span {
        color: #919396;
    }

.tag-editor {
    border: 1px solid #CBCBCB;
    background-color: #fcfcfc;
}

/*select2*/
.select2-container {
    border: 1px solid #CBCBCB;
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-size: 11px;
    color: #5f604b;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #fff;
    padding: 3px 18px 3px 5px;
    margin: 1px 0 1px 5px;
    line-height: 12px;
}

.select2-container-multi .select2-choices {
    border: none;
    background-image: none;
    min-height: initial;
    background-color: #fcfcfc;
}

.select2-container-multi .select2-search-choice-close {
    right: 3px;
    left: initial;
    top: 3px;
    border: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    height: initial;
    font-size: 11px;
    padding-left: 4px;
    background-color: #fcfcfc;
}

.select2-drop-active {
    border: inherit;
}
/*checkbox*/
input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    /* margin: 0; */
    /* margin-right: 1px; */
    display: inline-block;
    float: none;
    position: relative;
    /* cursor: pointer; */
}

    input[type='checkbox']:after {
        content: "";
        /* vertical-align: middle; */
        /* text-align: center; */
        line-height: 14px;
        position: absolute;
        cursor: pointer;
        height: 13px;
        width: 13px;
        left: 0px;
        top: 0px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #CBCBCB;
        -webkit-box-sizing: initial;
    }
    input[type='checkbox'].input-validation-error:after {
        content: "";
        /* vertical-align: middle; */
        /* text-align: center; */
        line-height: 14px;
        position: absolute;
        cursor: pointer;
        height: 13px;
        width: 13px;
        left: 0px;
        top: 0px;
        font-size: 14px;
        background: #fff;
        border: 1px solid red !important;
        -webkit-box-sizing: initial;
    }

.titoloPagina {
    margin: 0 0 15px 0;
    font-size: 23px;
    font-family: Conv_ABEAKRG;
    letter-spacing: 1px;
}
.containerTitoloPagina {
    position: relative; 
    float:left; width: 100%;
    margin-bottom: 5px;
    min-height: 30px;
}
    .containerTitoloPagina.border-bottom { border-bottom: 1px solid #e6e6e6; } 
    .containerTitoloPagina.border-top { border-top: 1px solid #e6e6e6; } 
    .containerTitoloPagina .seeAll {
        float: right;
        font-size: 11px;
        color: #60604d;
        line-height: 23px;
        text-decoration: none;
    }

h2.titoloPagina.searchPage {
    border-bottom: none !important;
    margin-top: 1px !important;
}


.titoloDettaglioPagina {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 28px 0 9px 0;
    /*float: left;*/
    width: 100%;
}

.titoloTab {
    color: #60604d;
    font-family: Arial;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}

.titoloParagrafoPagina {
    color: #4F604B;
    font-family: Arial;
    font-size: 21px;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.titoloSottoParagrafoPagina {
    color: #60604d;
    font-family: Arial;
    font-size: 13px;
    margin-top: 5px;
}

.testoParagrafoPagina {
    color: #60604d;
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
}

.pulsante {
    min-width: 103px;
    height: 34px;
    background-color: #f1f1f1;
    background: #f1f1f1;
    box-shadow: 2px 2px 0px 0px #DAD3D3;
    font-size: 13px;
    border: none;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    text-decoration: none !important;
    margin-top: 7px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 0;
}

    .pulsante.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .pulsante.small {
        min-width: 75px;
        height: 24px;
        line-height: 24px;
    }

    .pulsante.request-info {
        margin-top: 0px;
    }
    .pulsante.marginLeft {
        margin-left: 20px;
    }
    .pulsante.marginRight {
        margin-right: 20px;
    }


/*FIELDSET*/
fieldset {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 7px;
    margin-top: 7px;
    float: left;
    width: 100%;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 13px;
    border: none;
    color: inherit;
    font-weight: normal;
    color: #52544a;
    text-transform: uppercase;
}



/*scelta lingue*/
.sceltaLingue {
    margin-top: 10px;
}

    .sceltaLingue label {
        font-size: 11px;
        font-weight: normal;
        padding: 0;
        margin: 0px 0px 0px 5px;
        line-height: 13px;
        display: inline-block;
        position: relative;
        top: -1px;
    }

/*validazione*/
.validation-summary-errors {
    background: #f1f1f1;
    padding: 10px 5px 5px 5px;
    margin: 10px 0 10px 0;
    position: relative;
    border: 1px solid #f00;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
/*subtabs*/
.subtabs {
    width: 100%;
    height: 12px;
    padding: 0;
    margin: 0;
}


    .subtabs li {
        font-size: 12px;
        color: #5f604b;
        padding: 0;
        margin: 0px 40px 0px 6px;
        line-height: 1;
        list-style-type: none;
        cursor: pointer;
        float: left;
    }

        .subtabs li a {
            color: #5f604b;
            text-decoration: none;
        }

    .subtabs .active, .subtabs .active a {
        color: #FFFFFF;
    }


.back {
    width: 100%;
    height: 13px;
    padding: 0;
    margin: -13px 0 9px 0;
    line-height: 1;
    float: left;
}

    .back a {
        font-size: 9px;
        font-weight: bold;
        color: #60604b;
        height: 13px;
        padding: 2px 0 2px 14px;
        margin: 0;
        line-height: 1;
        float: left;
    }

.button {
    border: none;
    background-color: #f1f1f1;
    color: #919396;
}

.button-Cancella {
    border: none;
    background: url('/content/img/btCancella.png') no-repeat;
    width: 18px;
    height: 18px;
    color: #919396;
}

.clear {
    clear: both;
}

/*width*/
.input-largo, .width-largo {
    width: 350px;
}

.input-normal, .width-normal {
    width: 270px;
}

.input-draft {
    margin-top: 7px;
}

.width-auto {
    width: auto;
}

.testo-or {
    width: 50px;
    text-align: center;
    padding-top: 13px;
}

.margin-top-button-normal {
    margin-top: 15px;
}

/* logo */

.noLogo-team {
    line-height: 118px;
    background-color: #f2f2f2;
    color: #5f604b;
    font-size: 11px;
}

.placeholder-upload-logoAzienda, .placeholder-logoAzienda {
    width: 300px;
    height: 150px;
    position: relative;
    background-color: #f1f1f1;
    background-image: url('/content/img/sfondo-nofoto.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    cursor: pointer;
    border-radius: 3px;
}

    .placeholder-upload-logoAzienda.small, .placeholder-logoAzienda.small {
        width: 120px;
        height: 60px;
    }

    .placeholder-upload-logoAzienda.medium, .placeholder-logoAzienda.medium {
        width: 150px;
        height: 75px;
    }

    .placeholder-upload-logoAzienda:before {
        content: "";
        position: absolute;
        top: 7px;
        right: 13px;
        width: 34px;
        height: 34px;
        display: block;
        background-image: url('/Content/img/SpriteAreaManufacturer.png');
        background-position: -3px -3px;
    }

    .placeholder-upload-logoAzienda p, .placeholder-logoAzienda p {
        position: absolute;
        bottom: 55px;
        left: 0;
        line-height: 35px;
        font-size: 10px;
        width: 100%;
        text-align: center;
        color: #5f604b !important;
        margin: 0;
    }

    .placeholder-upload-logoAzienda.medium p, .placeholder-logoAzienda.medium p {
        bottom: 20px;
        font-size: 8px !important;
    }

    .placeholder-upload-logoAzienda.small p, .placeholder-logoAzienda.small p {
        bottom: 13px;
        font-size: 7px !important;
    }

/* LOGO GENERALE */
.logo, .logo-update {
    width: 300px;
    height: 150px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
}

    .logo a {
        display: block;
    }

    .logo-update.medium, .logo.medium {
        width: 150px;
        height: 75px;
    }

    .logo-update.small, .logo.small {
        width: 120px;
        height: 60px;
    }

    .logo-upload p, .logo p {
        position: absolute;
        bottom: 55px;
        left: 0;
        line-height: 35px;
        font-size: 11px;
        width: 100%;
        text-align: center;
        color: #60604d !important;
        margin: 0;
    }

    .logo-upload.medium p, .logo.medium p {
        bottom: 20px;
        font-size: 8px !important;
    }

    .logo-upload.small p, .logo.small p {
        bottom: 10px;
        font-size: 7px !important;
    }

    .logo-update p.clickAddLogo {
        background-color: #1fbeca;
        color: white !important;
    }

/* NO-LOGO GENERALE */
.noLogo-upload {
    cursor: pointer;
}

.noLogo-upload, .noLogo {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f1f1f1;
    background-image: url('/content/img/sfondo-nofoto.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

    .noLogo-upload:before {
        content: "";
        position: absolute;
        top: 7px;
        right: 13px;
        width: 34px;
        height: 34px;
        display: block;
        background-image: url('/Content/img/SpriteAreaManufacturer.png');
        background-position: -3px -3px;
    }

.icon-BasketSx {
    float: left;
}

.icon-BasketTestataLogo {
    background-image: url('/Content/img/SpritePurchase.png');
    background-position: -171px 249px;
    width: 35px;
    height: 22px;
    float: left;
    margin-top: 5px;
}

.icon-BasketTestataQuantity {
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    color: #1fbeca;
    float: left;
    display: inline-block;
    /* margin-top: -27px; */
    margin-left: -20px;
}

.icon-BasketDx {
    float: left;
}

.icon-BasketTestataTesto {
    color: #595a5c;
    font-size: 12px;
    margin-left: 4px;
}

.BoxstandardProdotto {
    width: 204px;
    margin: 8px 0 0 0;
}

    .BoxstandardProdotto .standard {
        /*display: inline-block;
    background-color: #e7e8e7;
    width: 47px;
    height: 47px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #e7e8e7;
    color: #c5c7c8;
    font-size: 9px;
    margin-right: 1px;
    margin-top: 3px;*/
        font-size: 9px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 24px;
        color: #c5c7c8;
        background-color: #e7e8e7;
        width: 48px;
        height: 48px;
        margin: 3px 0 0 3px;
        border: 2px solid #e7e8e7;
        text-align: center;
        display: inline-block;
        float: left;
    }



    .BoxstandardProdotto .standard-attivo {
        /*background-color: #FFF;
    color: #c5c7c8;
    border: 2px solid #1fbeca;*/
        background-color: #FFF;
        color: #60604B;
        border: 2px solid #1fbeca;
        float: left;
    }

    .BoxstandardProdotto .standard-estidama {
        font-size: 8px;
    }

    .BoxstandardProdotto .standard-greenstar {
        line-height: 15px;
    }


.BoxstandardProdotto {
    float: right;
    /*width: 204px;*/
    /* margin-top: 9px; */
    /*margin-bottom: 10px;*/
}

    .BoxstandardProdotto .standard span {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

.prodottoDescrizioneDraftContainer {
    float: left;
    width: 40%;
}

.prodottoStatiDraftContainer {
    float: right;
    width: 29%;
}



.productP {
    font-size: 13px;
    font-weight: bold;
    color: #52544a;
}

.productPContainer {
    width: 61px;
    /*margin-top: 48px;*/
}

.infoPointSmall {
    background-image: url('/Content/img/SpritePurchase.png');
    background-position: -211px 245px;
    width: 10px;
    margin-left: 0px;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    margin-left: 5px;
    /* margin-bottom: 1px; 
    float: right;
    margin-top: 4px;*/
}

/* Box Note */

.BoxNote {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 20px;
}

    .BoxNote article {
        padding: 5px;
    }

        .BoxNote article span {
            padding-left: 5px;
            padding-right: 5px;
            color: #60604b;
            font-family: Arial;
            font-size: 11px;
        }

            .BoxNote article span:nth-child(1) {
                padding-right: 15px;
            }

.loading {
    position: relative;
}

    .loading:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #ccc;
        background-image: url('/Content/img/ajax-loader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }

.info-risalta {
    background-color: #c1d42f;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    color: #52544a;
    height: 35px;
    vertical-align: middle;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

    .info-risalta button {
        margin: 5px;
    }

    .info-risalta .button-product-preview {
        margin: 7px;
    }

#contenitoreInfoResaltaPreview {
    width: 100%;
    padding: 0px 20px;
}

.info-risalta-preview {
    border-bottom: 3px solid #1fbeca;
    color: #1fbeca;
    font-size: 30px;
    padding-right: 25px;
    margin-bottom: 15px;
    margin-top: -15px;
}

.info-risalta div.container {
    background: none !important;
}

.info-risalta p {
    margin: 5px 20px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    /*padding-left: 30px;*/
}

.info-risalta-alert {
    border: 1px red solid;
}

/* FUNZIONE NON DISPONIBILE */
.notAvailable {
    clear: both;
    margin-top: 10px;
    width: 100%;
    min-height: 20px;
}

    .notAvailable article header {
        padding-left: 10px;
        font-size: 13px;
        font-family: Arial;
        color: #53544a;
        border-bottom: 1px solid #e5e5e5;
    }

    .notAvailable article .descr {
        font-size: 11px;
        font-family: Arial;
        color: #53544a;
        padding-bottom: 5px;
        padding-top: 20px;
    }

    .notAvailable article .center {
        text-align: center;
    }

.alert {
    border-radius: 0px;
    border: 1px solid red;
}

#validation-group{
        font-size: 11px;
        color: red;
        border: none;
        padding: 5px;
        display: block;
        visibility: hidden;
    }




@media (max-width: 767px)
{
    .campoInLinea .editor-field { width: 100%; }
    .input-normal, .width-normal, .input-largo, .width-largo { width: 100%; }
    .desktop-nav { display: none; }
    .mobile-nav { display: table; }
}
@media (min-width: 768px)
{
    .mobile-nav { display: none; }
}